﻿/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg.gif) left top repeat-x #fff;
	margin:0; padding:0;
	font-size:12px;
	color:#2e2e2e;
}
p
{
	margin:0; padding:0;
}
h6
{
	margin:0; padding:0;
}
h5
{
	margin:0; padding:0;
}
h4
{
	margin:0; padding:0;
}
h3
{
	margin:0; padding:0;
}
h2
{
	margin:0; padding:0;
}
h1
{
	margin:0; padding:0;
}
ul
{
	margin:0; padding:0;
}
p{text-align:justify;}
a img{border:0}
a {color:#2080C4;}
ul
{
	list-style:none;
}

h1
{
	font-size:24px;
	color:#2080c4;
	padding:5px 0 10px 0;
}

h3
{
	font-size:18px;
	color:#0076CC;
	padding:5px 0 10px 0;
}

h4
{
	font-size:14px;
	color:#005592;
	padding:5px 0 10px 5px;
	
}
h5
{
	font-size:12px;
	color:#1E1E1E;
	font-weight:bold;
	padding:5px 0 0px 5px;

}
h5 a
{
	color:#1E1E1E;
}
h6
{
	font-size:14px;
	color:#2080c4;
	padding:5px 0 10px 0px;
}
p{
	padding:0 5px 10px 5px;
}
.mainWrapper
{
	width:850px;
	margin:0 auto;
}

.navigation
{
	background:url(../images/nav-bg.gif) left top repeat-x;
}
.navigation ul
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
.navigation ul li
{
	background:url(../images/nav-divider.gif) right bottom no-repeat;
	line-height:37px;
	float:left;
}
.navigation ul li a
{
	display:block;
	color:#fff;
	text-decoration:none;padding:0 13px;
}
.navigation ul li a.navActive
{
	color: #FFFFFF;
}
.navigation ul li a:hover
{
	color: #FFFFFF;
}
.boxshade
{
	background:url(../images/right-box-shade.gif) left top repeat-y;
	margin:0 auto;
	width:290px;
}
.boxshadeTop
{
	background:url(../images/right-box-top.gif) left top no-repeat;
	padding:10px 15px;
	font-size:12px;
	color:#313131;
}
.boxshadeBottom
{
	background:url(../images/btm-shade.gif) center bottom no-repeat;
	
}

.moreLink a
{
	font-size:12px;
	color:#2080c4;
	padding:4px 25px 4px 0;
	background:url(../images/more-arrow.gif) right center no-repeat;
	text-align:right;
	width:auto;
}
.quotes
{
	padding:15px;
	background:#F6FCFE;
	font-size:13px;
	font-weight:bold;
	color:#D60093;
	margin:10px auto;
	width:90%;
}
.leftLinks
{
	padding: 10px 15px;
	color: #000000;
}
.leftLinks li
{
	background:url(../images/more-arrow.gif) left 6px no-repeat;
	color:#585858;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 5px 25px;
}
.leftLinks li a
{
	color: #0076CC;
	text-decoration: none;
}
.leftLinks li a:hover
{
	color:#333333;
}
.dotLine
{
	background:url(../images/dot.gif) left top repeat-x ;
}
.contentList
{
	padding:10px 15px;
	
}
.contentList li
{
	background:url(../images/arrow.gif) left 8px no-repeat;
	padding:4px 0 4px 15px;
}
.footer
{
	background:url(../images/footer-bg.gif) left top repeat-x;
	padding:0 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9dd1f0;
}
.footer a
{
	color:#2080c4;
	text-decoration:none;
	padding:0 5px;
}
.footer a:hover
{
	text-decoration:underline;
}

.copyRight
{
	font-size:11px;
	color:#333333;
	padding:0 15px;
}
