/*Global CSS Styles*/

body {
	height:100%;
	background:#ffffff;
	font-size:11px;
	font-family:verdana, arial, sans-serif;
	color:#000000;
	text-align:center;
	margin:0px;
	background-color: #999999;
}

ul, ul li
{
    list-style-type:disc;
}

#main {
	width:100%;
	/**height:100%;*/
	background:#fff;
	margin:0 auto;
}

#mainBody {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff url(../images/global/header/body_bgimage.gif) no-repeat center 0;
	padding-top:10px;
	padding-bottom:10px;
}

#mainBody a {
	color:#f5841f;
	text-decoration:underline;
}

#mainTop, #mainBottom  {
	width:100%;
	height:15px;
	z-index:1;
}



/*Global Header styles*/
#globalHeader {
	width:100%;
	height:85px;
	background:transparent url(../images/global/header/header_back.gif) repeat-x 0 0;
	position:relative;
	z-index:5;

}

#headerMain {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:85px;
	background: transparent url(../images/global/header/header_bgimage.gif) no-repeat 167px 0px;
}

#headerLeft {
	float:left;
	position:relative;
	padding-left:13px;
	padding-top:17px;
}

#headerRight {
	float:right;
	position:relative;
	right:5px;
	top:34px;
}

#headerSearch {
	position:relative;
	bottom:0;
	right:0;
}

/*Main Footer Styles*/
#mainFooter, #mainFooter .SkinObject {
	padding-top:25px;
	height:133px;
	color:black;
	background-image:url(../images/global/footer/footerGradient.gif);
	background-repeat:repeat-x;
	background-color:#999999;
	border-top:8px solid #233a78;
}

#mainFooter a {
	color:#000000;
}

#mainFooterLinks {
	margin-top:5px;
	line-height:20px;
}

#mainFooterCopyright {
	margin-top: -10px;
	margin-bottom:5px;
}

/*Custom Global CSS classes*/
.clear {
	clear:both;
	width:0px;
	height:0px;
}

.block {
	display:block;
}


#containerDefault .sectionHeader {
	/**float: left;*/
	width: 100%;
	text-align: left;
}

p, ul, ol 
{
    margin-top:0;
    margin-bottom:0;
}

h1 
{
    font-family:Verdana;
    font-size:14px;
    font-weight:bold;
    color:#233a78;
    line-height:16px;
}

h2, h2 span
{
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    color:#0066cc;
    line-height:16px;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, 
#dnn_ContentPane h2 a:link, #dnn_ContentPane h2 a:visited, #dnn_ContentPane h2 a:hover, #dnn_ContentPane h2 a:active 
{
    color:#0066cc;
    text-decoration:underline;
}

#dnn_ContentPane a:link h2
{
    color:#0066cc;
}

.h2_Icon 
{
    padding-left:23px;
    background-image:url(../images/global/body/blueCube.gif);
    background-repeat:no-repeat;
    background-position:0px 3px;
}

.h2_Check 
{
    padding-left:18px;
    background-image:url(../images/global/body/blueCheck.gif);
    background-repeat:no-repeat;
    background-position:0px 2px;
    margin:0px;
}

.h2_Exclamation 
{
    padding-left:18px;
    background-image:url(../images/global/body/blueExclamation.gif);
    background-repeat:no-repeat;
    background-position:0px 2px;
    margin:0px;
}

.h2_Star 
{
    padding-left:18px;
    background-image:url(../images/global/body/blueStar.gif);
    background-repeat:no-repeat;
    background-position:0px 2px;
    margin:0px;
}

h3
{
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    color:black;
    line-height:15px;
}

.partner 
{
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    color:#233a78;   
}

.blueCross {
    margin:0px;
}

.blueCross li 
{
    list-style-type:none;
    padding-left:12px;
    line-height:19px;
    background-image:url(../images/global/body/bulletBlueCross.gif);
    background-repeat:no-repeat;
    background-position:0px 7px; 
}

.testimonial 
{
    color:#0066cc;
    font-size:14px;
    font-family:Georgia;
}

.q 
{
    font-family:Verdana;
    color:#e16b01;
    font-size:12px;
    font-weight:bold;
    font-style:italic;
}

.a 
{
    font-family:Verdana;
    color:#0066cc;
    font-size:12px;
    font-weight:bold;
    font-style:italic;
}

.siteMap_Span
{
    line-height: 22px;
}

.xsTxtSearch 
{
    height:21px;
    width:120px;
    padding-left:3px;
    padding-top:3px;
    font-family:Verdana;
    font-size:10px;
    color:#666666;
    border:1px solid #666666;
}

img
{
	border:0;
}