/* CSS Document */

/********************** MAIN STYLES **********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
h1 {
}
h2 {
}
h3 {
	margin: 0px;
	padding: 24px 0px 6px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #007DC3;
}
h4 {
	margin: 0px;
	padding: 12px 0px 6px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #007DC3;
}
h5 {
	margin: 0px;
	padding: 6px 0px 6px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #BB3B23;
}
h6 {
}
hr {
}
ul {
}
ul li {
}
ol {
}
ol li {
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #007DC3;
}
a:active {
	color: #007DC3;
}
#wrapper {
	margin: 0px auto;
	padding: 0px auto;
	width: 920px;
}
.left {
	float: left;
	padding-right: 6px;
}
.right {
	float: right;
	padding-left: 6px;
}
.clear {
	clear: both;
}


/********************** HEADER STYLES **********************/
#header {
	margin: 10px 0px 0px 0px;
	padding: 0px 55px 0px 55px;
	width: 810px;
	height: 135px;
	background: url(img/header.jpg) no-repeat;
}
#logo {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 323px;
	float: left;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
	width: 323px;
	height: 120px;
	background: url(img/logo.png) 0px 0px no-repeat;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
	cursor: pointer;
}
#logo h1 span {
	display: none;
}
/* Navigation */
#navigation {
  margin:0 auto;
  padding:0 auto;
 width: 920px;
 height: 37px;
 background: url(img/navbar.jpg) 0px 0px no-repeat;
}
#navigation ul {
 margin: 0px;
 padding: 6px 0px 10px 0px;
 text-align: center;
}
#navigation li {
 display: inline;
 padding: 0px 30px 0px 30px;
 font-size: 14px;
 font-weight: bold;
}
#navigation li a {
 color: #FFFFFF;
 text-decoration: none;
 padding: 0px 0px 6px 0px;
}
#navigation li a:hover {
 color: #FFFFFF;
 text-decoration: none;
 border-bottom: solid 6px #BB3B23;
}
#navigation li.current a {
 color: #FFFFFF;
 text-decoration: none;
 border-bottom: solid 6px #BB3B23;
}

/********************** CONTENT STYLES **********************/
#content {
	margin: 0px 60px 0px 60px;
	padding-bottom: 10px;
}
#columnwide {
	margin: 0px;
	padding: 0px;
	width: 540px;
	float: left;
}
#columnwide p {
	line-height: 16px;
}
#columnwide .share {
	font-size: 12px;
	color: #BB3B23;
}
#columnwide .share a:link, #columnwide .share a:visited {
	color: #BB3B23;
	font-weight: bold;
	text-decoration: none;
}
#columnwide .share a:hover, #columnwide .share a:active {
	color: #000000;
	text-decoration: underline;
}
#columnwide .info {
	font-size: 11px;
}
#testlink ul {
	margin: 0px;
	padding: 0px;
	border: 0;
	width: 191px;
	height: 56px;
}
#testlink ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	top: 0;
}
#testlink a {
	height: 56px;
	display: block;
}	
#testlink ul li a {
	text-indent: -9999px; 
	text-decoration: none;
}
#test {left: 0; width: 191px;}
#test a {
	background: url(img/btn_test2.jpg) no-repeat 0px 0px;
}
#test a:hover {
	background: url(img/btn_test2.jpg) no-repeat 0px -58px;
}
#columnnarrow {
	margin: 0px;
	padding: 24px 0px 0px 0px;
	width: 215px;
	float: right;
}
.box h2 {
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #BB3B23;
}
.box ul {
	margin: 0px;
	padding: 0px 0px 18px 0px;
}
.box li {
	padding: 0px 0px 6px 0px;
	list-style-type: none;
	font-size: 11px;
}
.box li a:link, .box li a:visited {
	font-size: 11px;
	color: #007DC3;
}
.box li a:hover, .box li a:active {
	color: #000000;
	text-decoration: none;
}
.box .more {
	padding: 0px 15px 18px 15px;
	text-align: right;
}
.box .more a:link, .box .more a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #BB3B23;
	text-decoration: none;
}
.box .more a:hover, .box .more a:active {
	color: #BB3B23;
	text-decoration: underline;
}
.box {
	padding: 15px;
	background: url(img/bg-box-sm.jpg) no-repeat;
}
.box h3 {
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #BB3B23;
}
.box h4 {
	margin: 0px;
	padding: 6px 0px 6px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.box p.indent {
	margin-left: 109px;
}
.box a:link, .box a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #BB3B23;
	text-decoration: none;
}
.box a:hover, .box a:active {
	color: #BB3B23;
	text-decoration: underline;
}


/********************** FOOTER STYLES **********************/
#footer {
 margin: 0px auto;
 padding: 0px auto;
 width: 800px;
 background: url(img/footer.jpg) no-repeat;
}
#footer ul {
 margin: 0px;
 padding: 6px 0px 10px 0px;
 text-align: center;
}
#footer li {
 display: inline;
 padding-left: 15px;
 padding-right: 15px;
 font-size: 14px;
 font-weight: bold;
}
#footer li a {
 color: #FFFFFF;
 text-decoration: none;
}
#footer li a:hover {
 color: #333333;
 text-decoration: none;
}
#footer p {
 margin: 6px 0px 6px 0px;
 padding: 0px;
 font-size: 12px;
 color: #333333;
 text-align: center;
}
#footer p a:link, #footer p a:visited {
 color: #333333;
 text-decoration: none;
}
#footer p a:hover, #footer p a:active {
 color: #333333;
 text-decoration: underline;
}
