/*********************************************** SEO Menu ***************************************************/
.SEOMenu {
width:750px; 
font-size:0.85em;
position:relative;
margin-top:20px;
z-index:10;
}
/* remove all the bullets, borders and padding from the default list styling */
.SEOMenu ul {
padding:0;
margin:0;
list-style-type:none;
z-index:9;
}

.SEOMenu ul li
{
list-style-type:none;
}
.SEOMenu ul ul {
width:125px;
list-style-type:none;
z-index:10;
}
.SEOMenu ul ul li{
list-style-type:none;
border-left:20px solid #3198D4;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown.SEOMenu positon */
.SEOMenu li {
float:left;
width:125px;
position:relative;
}
/* style the links for the top level */
.SEOMenu a, .SEOMenu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:114px; 
height:30px; 
/*background:#758279;*/
background:url(images/nav-t.gif) no-repeat;
text-transform:uppercase;
font-weight:bold;
line-height:29px;
text-align:center;
padding-top:2px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .SEOMenu a, * html .SEOMenu a:visited {
width:125px;
w\idth:114px;
}

/* style the second level background */
.SEOMenu ul ul a.drop, .SEOMenu ul ul a.drop:visited {
	background-color: #9999CC;
	background-image: url(images/drop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
text-decoration:none; 
}
/* style the second level hover */
.SEOMenu ul ul a.drop:hover{
background:#000066 url(images/drop.gif) bottom right no-repeat;
text-decoration:none; 
}
.SEOMenu ul ul :hover > a.drop {
background:#000066 url(images/drop.gif) bottom right no-repeat;
text-decoration:none; 
}
/* style the third level background */
.SEOMenu ul ul ul a, .SEOMenu ul ul ul a:visited {
/*background:#e2dfa8; Original Color */
background: #eeffff;
text-decoration:none; 
}
/* style the third level hover */
.SEOMenu ul ul ul a:hover {
/*background:#b2ab9b; Original Color*/
background:#3198D4;
text-decoration:none; 
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.SEOMenu ul ul {
text-decoration:none; 
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
text-decoration:none; 
}
/* another hack for IE5.5 */
* html .SEOMenu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout.SEOMenu */
.SEOMenu ul ul ul{
left:200px; 
top:0;
width:150px;
list-style-type:none;
text-decoration:none; 
}
/* position the third level flyout.SEOMenu for a left flyout */
.SEOMenu ul ul ul.left {
left:-200px;
text-decoration:none; 
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.SEOMenu table {position:absolute; top:0; left:0;text-decoration:none; }

/* style the second level links */
.SEOMenu ul ul a, .SEOMenu ul ul a:visited {
/*background:#BDDE5A; Original Green Color */
background: #eeffff;
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:180px;
text-align:left;
text-transform:capitalize;
text-decoration:none; 

/* yet another hack for IE5.5 */
}
* html .SEOMenu ul ul a{
width:150px;
w\idth:180px;
}


/* style the top level hover */
.SEOMenu a:hover, .SEOMenu :hover {
color:#fff; 
background:url(images/nav-over-t.gif) no-repeat;
text-decoration:none; 


}
.SEOMenu ul ul a:hover, .SEOMenu ul ul :hover {
/*background:#CC9900; Original Color */
background:#3198D4;
}

/* make the second level visible when hover on first level list OR link */
.SEOMenu ul li:hover ul,
.SEOMenu ul a:hover ul,.SEOMenu ul a:hover{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.SEOMenu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.SEOMenu ul :hover ul :hover ul{ 
visibility:visible;
}
.SEOMenu a:hover,.SEOMenu :hover > a {
color:#fff; 
background:url(images/nav-over-t.gif) no-repeat;


}
.SEOMenu ul ul a:hover,.SEOMenu ul ul :hover > a {
/*background:#CC9900; Original Color */
background:#3198D4;
}

/*********************************************** Page Structure ***************************************************/

body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
#Body {
	margin:0;
	padding:0;
	background:white url(images/top-bg.jpg) repeat-x;
	color:#1A5A7F;
	}
	
#container {
	
	width:760px;

	margin:0 auto;
	}
	
#content-container {
	padding:20px 0;
	}
	
#main-content {
	float:left;
	width:100%;
	margin:0 0 20px 0;
	}
#footer {
	clear:both;
	height:50px;
	text-align:center;
	background:#3198D3 url(images/footer-bg.jpg) repeat-x;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	}
	
/*********************************************** Logo Div ***************************************************/

#header-banner {
	height:74px;
	padding:26px 0 0 0;
	}
	

	
/*********************************************** General Classes ***************************************************/

a {
	text-decoration:underline;
	color:#d74343;
	}


p {
	margin:0 0 10px 0;
	padding:0;
	line-height:1.4;
	}
	
	
a img {
	border:none;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin:0 0 8px 0;
	padding:0;
	}
	
h1 {
	font-size:24px;
	}

h2 {
	font-size:18px;
	}
	
h3 {
	margin-bottom:12px;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*********************************************** Footer ***************************************************/
#footer p, #footer p a {
	color:white;
	}

/*********************************************** Control Panel ***************************************************/

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
/*********************************************** Login Controls ***************************************************/
.login{
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	font-weight: normal;
}
A.login:link{
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
   font-weight: normal;
}
A.login:visited{
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}
A.login:hover{
	font-family: Arial;
	font-size: 11px;
	color:#000000;
   text-decoration: underline;
	font-weight: normal;
}
A.login:active{
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}
/*********************************************** Panes ***************************************************/

.ContentPane {
width:496px;
float:left;
margin:0px;

}
.RightPane {
width:260px;
margin:0px;
float:left;
}


.ContentPaneSkin {
width:378px;
float:left;
margin:0px;


}
.BannerPane
{
	margin-top:30px;
}
.RightPaneSkin {
width:378px;
margin:0px;

float:left;
}
.ClearFloat {
	clear: both;
}
/*********************************************** Module Page Grid***************************************************/
.ShowcaseTitle, .ShowcaseTitle a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9933CC;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	font-size:medium;
	text-decoration:none;
}
.ShowcaseImage img
{
	position:relative;
	left:8px;
	
}
.ShowcaseDescription {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #9999CC;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #9933CC;
	font-size: x-small;
}
.ShowcaseFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9966CC;
	font-weight: bold;
}
.ShowcaseTitleAlt, .ShowcaseTitleAlt a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99CC00;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	font-size:medium;
	text-decoration:none;
}
.ShowcaseDescriptionAlt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #9999CC;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #99CC00;
	font-size: x-small;
}
.ShowcaseFooterAlt {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99CC00;
	font-weight: bold;
}
/*********************************************** Google Custom Search  ***********************************/
.GCSearchButton
{
	position:relative;
	top:4px;
	margin:0px;
	padding:0px;
	border:none;
	width:30px;
	height:30px;
	background-image:url(../../../../searchicon.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	z-index:-10;

	

}
.GCSearchBox
{
	position:relative;
	top:5px;
	background-color:#CCCCFF;
     height:18px;
	 float:left;
	

	
}
.header-logo{
float:left;
}
#dnn_SearchBar {
float:right;
position:relative;
left:340px;
width:194px;
}
.XModContactUsTextBox , .XModPartnersApply, .XModSupportRequestTextBox, .XModSupportRequestDropDown
{
	width:350px;
	border:1px solid #3198D3;
	background-color:#7BBFE2;
}
.UnderConstruction
{
	color:#FFFFFF;
	background-color:transparent;
	width:200px;
	padding: 7px;
	position:absolute;
	left:42%;
	top:95px;
	text-align:center;
	font-weight:bold;
	border: 2px dashed #FFFFFF;
	text-decoration:blink;
	
}
/*#CurrentLink{
color:#fff; 
background:url(images/nav-over-t.gif) no-repeat;
} */

