@charset "UTF-8";
/* CSS Document */


body{
	margin: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

p, li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body a, p a, li a{
	color: #0000CC;
	text-decoration: underline;
}

#container{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#header{
	width: 1000px;
	height: 80px;
}

#logo{
	width: 206px;
	height: 78px;
	float: left;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding: 0;
}

#nav{
	width: 513px;
	height: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
}

#chromemenu img{
	margin: 0;
	padding: 0;
}

#bar{
	background-color: #FD6300;
	width: 1000px;
	height: 10px;
	margin: 0;
	padding: 0;
}

#banner{
	width: 1000px;
	height: 193px;
}

#contentsection{
	width: 960px;
	background-color: #e8e8e8;
	margin: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 75px;
	padding-left: 20px;
}

#content{
	width: 930px;
	min-height: 120px;
	background-image: url(../img/contentbg.jpg);
	background-repeat: no-repeat;
	padding: 15px;
}

.menudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	color: #660000;
}

.menudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFCC00;
	background-color: #330000;
}

.menudiv{
	border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Arial;
	text-indent: 5px;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 223px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.line{
	height: 3px;
	background-color: #BDBDBD;
	margin-top: 50px;
	margin-bottom: 50px;
}

#case{	
	width: 223px;
	min-height: 200px;
}

#casehead{
	background-image: url(../img/caseheader.jpg);
	background-repeat: no-repeat;
	width: 203px;
	height: 08px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

#casecontent{
	background-image: url(../img/casebg.jpg);
	background-repeat: repeat-y;
	width: 203px;
	padding: 10px;
}

.casecontent{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.casecontent a:hover{
	text-decoration: underline;
}

#casefoot{
	background-image: url(../img/casefooter.jpg);
	background-repeat: no-repeat;
	width: 223px;
	height: 20px;
}

h1{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	color: #FD6400;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990000;
	letter-spacing: 1px;
}

h3, h3 a, h3 a:hover, h3 a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
}


.readmore{
	color: #990000;
	text-decoration: none;
}

.readmore:hover{
	color: #990000;
	text-decoration: underline;
}

#footer{
	width: 980px;
	font-size: 10px;
	margin: 10px;
}

#footer a{
	color: #000000;
	text-decoration: none;
}

#footer a:hover, #footer a:visited{
	color: #000000;
	text-decoration: none;
}

#seo, #seo a{
	color: #FFFFFF;
	font-size: 5px;
}

#seo a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
