/* -- GLOBAL STYLES -- */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, blockquote
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

ul, ol
{
	list-style-type: none;
}

body
{
	font-size: 62.5%;
}

/* this percentage sets 1em = 10px (therefore 1.1em = 11px etc) allowing us to consistently use em's as a value to describe the size of text ACROSS ALL BROWSERS AND PLATFORMS */

/* -- GENERIC STYLES --*/
.invisible
{
	display: none;
}

.textindent
{
	text-indent: -5000px;
}

.clear
{
	clear: both;
}

.right 
{
	float:right;
}

.bold
{
	font-weight: bolder;
}

.error 
{
	color:#CC0000;
}


a:hover
{
	outline: none;
}
a, a:visited, a:link
{
	outline: none;
	color:#2D8AAC;
}
a:hover{ text-decoration:none; }


#sitewrapper
{
	color:#5B5A58;
	font-size: 1.2em;	
	margin:0 auto 0 auto;
	width:800px;
}

#ImageHeader {
	width:800px;
	height:120px;
	float:left;
	position:relative;
}
ul.mainnav 
{
	font-size:0.9em;
	border-top:solid 1px #DDE4F4;
	border-left:solid 1px #DDE4F4;
	border-right:solid 1px #DDE4F4;
	background:#DDE4F3 url(http://www.casewise.com/images/bg_mainmenu.gif) repeat-x top;	
	width:800px;
	float:left;
}
ul.mainnav li 
{	
	float:left;
	padding-left:1px;
	background:url(http://www.casewise.com//images/mainnavdivider.gif) no-repeat;
}
ul.mainnav li.first 
{
	padding-left:0;
	background:none;
}
ul.mainnav li a, ul.mainnav li a:visited,ul.mainnav li a:link
{
	margin-top:-1px;
	padding: 0 26px 0 24px;		
	display:block;
	text-decoration:none;
	line-height:26px;	
	color:#5B5A56;
	font-weight:bolder;}
ul.mainnav li a.selected
{
	background:#C1CDE9 url(../../images/bg_mainmenuselected.gif) repeat-x 1px top;
}
ul.mainnav li a:hover{
	text-decoration:underline;}

#BannerImg {
	height:200px;
	width:800px;
	position:relative;
	float:left;
	background-color:#0000FF
}
.SectionHeaderLeft {
	width:auto;
	height:auto;
	font-size:1.3em;
	color:#FFFFFF;
	line-height:1.6em;
	padding:2px 10px 2px 10px;
	margin-top:5px;
	background: #586a90 url(images/header_arch_topleft.gif) no-repeat top left;
}
.SectionHeaderRight {
	width:auto;
	height:auto;
	font-size:1.3em;
	color:#FFFFFF;
	line-height:1.6em;
	padding:2px 10px 2px 10px;
	margin-top:5px;
	background: #586a90 url(images/header_arch_topright.gif) no-repeat top right;
}
#ContentLeft{
	width:543px;
	height:35px;
	float:left;
	position:relative;
	
}
#ContentRight{
	width:253px;
	height:35px;
	float:left;
	position:relative;
	margin-left:4px;
}
#ContentLeft p,
#ContentRight p
{
	line-height:1.6em;
	margin:10px;
}
#sitewrapper h3
{
	line-height:1.4em;
	margin-bottom:10px;	
	font-size:1.2em;
	color:#2D8AAC;
	margin:10px;
}
#ContentLeft h4
{
	font-size:1.1em;
	margin-bottom:2px;		
}
#ContentLeft h5
{
	margin-bottom:10px;		
}
#ContentLeft ul
{
	margin:10px 0 20px 30px;
	list-style-type:disc;
	
}
#ContentLeft li
{
	margin:0 0 10px 0;
	
}
hr.blue{
	float:left;
	clear:both;
	position:relative;
	border:none;
	width:100%;
	height:3px;
	background:url(http://casewise.com/images/bg_hr.gif) repeat-x;}
	
.footer {
	color:#999999;
	font-size:0.8em;
	margin:0px;
	}