
div.slideshow img,div.slideshow{ z-index:0 !important;}



*{
	margin: 0px;
	padding: 0px;
}
.mainMenu { width:12em;}

p.img{ margin:0; padding:0;}

/****************************
		ANCHORS
****************************/
a img{ border: 0px; }

a:link, 
a:visited, 
a:hover, 
a:active {
	color: red;	
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/****************************
		FONT
****************************/
a, h1, h2, h3, h4, h5, h6, p, ul, li{
	font-family: Tahoma;
	font-size: 12px;
}

body{background-color:#fff;}

/****************************
		NAVIGATION
****************************/
#navigation{
	width: 980px;
	height: 35px;
	background-color: #017FCB;
	text-align: left;
	
}


#navigation ul{
	display: inline;
	list-style: none;
	border:1px solid red;
}

#navigation li{
	display: inline;
	list-style: none;
}

#navigation a:link, 
#navigation a:visited, 
#navigation a:hover, 
#navigation a:active {
	color: #fff;	
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	line-height:250%;
	z-index:100 !important;

}

#navigation .dnn_dnnNAV_ctldnnNAV_3 a:link, 
#navigation .dnn_dnnNAV_ctldnnNAV_3 a:visited, 
#navigation .dnn_dnnNAV_ctldnnNAV_3 a:hover, 
#navigation .dnn_dnnNAV_ctldnnNAV_3 a:active {
	color: #000;	
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	line-height:250%;
	z-index:100 !important;

}



#navigation a:hover{
	text-decoration: underline;
}

.onePane,.twoPane,.threePane,.fourPane{ text-align:left; padding:0 0 0 20px;}
a.ChildLinks:active,a.ChildLinks:link,a.ChildLinks:visited,a.ChildLinks:hover{ text-align:left; color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} 

/****************************
		WRAPPER
****************************/
#wrapper{
	width: 980px;
	text-align: center;
}

/****************************
		CONTENT
****************************/
#content{
	padding-top: 15px;
}

#content-left{
width: 343px;
float: left;
padding: 20px;
padding-bottom: 0px;

}

.quotes{
	padding: 10px 0px;
}


#content-left-content p{
text-align: justify;
font-size: 11px;
padding-top: 8px;
}

#content-left-content a:link, 
#content-left-content a:visited, 
#content-left-content a:active {
	color: #017FCB;
	font-weight: bold;
	font-size: 11px;	
	text-decoration: none;
}

#content-left-content a:hover{
	text-decoration: underline;
}


#content-right{
width: 597px;
float: right;
background-color: #017FCB;
}

.contentrightnav{
width: 597px;
height: 31px;
background-color: #017FCB;
}

.contentrightnav p{
color: white;
text-transform: uppercase;
line-height: 250%;
}

.contentrightnav a:link, 
.contentrightnav a:visited, 
.contentrightnav a:active {
	color: white;
	font-weight: bold;
	font-size: 11px;	
	text-decoration: none;
}

.contentrightnav a:hover{
	text-decoration: underline;
}


#subcontent{
	background-color: #A7ADBB;
	padding: 10px 0px;
}

.bluelink{
	display: block;
	background-color: #017FCB;
	width: 235px;
	height: 31px;
	text-transform: uppercase;
	font-family: Tahoma, "sans-serif";
	font-size: 11px;
	font-weight: bold;
	color: white;	
	line-height: 300%;
}

.box{
	width: 235px;
	float: left;
	padding-right: 13px;
}


.boxnopad{
	width: 235px;
	float: right;
}


.bluelink a:link, 
.bluelink a:visited, 
.bluelink a:active {
	color: white;	
	text-decoration: none;
}
.bluelink a:hover{
	text-decoration: underline;
}

#childLinks{
	padding: 10px 0;
}




/****************************
		FOOTER STUFF
****************************/
#footer{
	text-align: right;
	background-color: #017FCB;
	padding: 10px 0px;
}

#footer p{
	padding-right: 10px;
	color: white;
	font-size: 9px;
}

#footer a:link, 
#footer a:visited, 
#footer a:active {
	color: white;	
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: .07em;
}
#footer a:hover{
	text-decoration: underline;
}

#subfooter{
	background-color: #A7ADBB;
	padding: 3px 0px;
}

#subfooter p{
	color: black;
	text-align: right;
	padding-right: 10px;
	font-size: 9px;

}

#subfooter a:link, 
#subfooter a:visited, 
#subfooter a:active {
	color: black;	
	text-decoration: none;
	font-size: 9px;
}
#subfooter a:hover{
	text-decoration: underline;
}

/****************************
		CLASS STUFF
****************************/
.left{
	float:left;
}

.right{
	float:right;
}

.clear{ 
	clear: both; 
}



