/*##############################################################
---------------------------------------------------------------

	DEFAULT SETTINGS

---------------------------------------------------------------
##############################################################*/
body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	background: #03518F url(images/blue-background.jpg) repeat-x;
/*
	background-color:#750000;
*/
}

p, ul li {
	font-family:Arial, Helvetica, sans-serif;
}

img 
{
	border:none;
	margin:0;
	padding:0;
	display:block;
}

div
{
	margin:0px;
	padding:0px;
}

hr
{
	border:none;
	border-top:1px dashed #999999;
	height:1px;
}

.Normal {
	font-size:13px;
}

.Head {
}

body a:link, body a:visited
{
	color:#3B6FB2;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
}

body a:hover, body a:active
{
	color:#9F3F3F;	
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

h2, .Head {
	font-family:Arial, Helvetica, sans-serif;
	color:#354F9D;

}

.topright h2, .topright .Head {
	font-size:15px;
	line-height:26px;
	color:#354F9D;
	font-weight:bold;
}

h3 {
	color:#354F9D;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top: 15px;
	margin-bottom:5px;
}

h4 {
	color:#333333;
	font-size:15px;
	line-height:31px;
	font-family:"Trebuchet MS", "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

	body.ie7 h4 {
	color:#333333;
	font-size:15px;
	line-height:18px;
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
}
	body.ie h4 {
	color:#333333;
	font-size:15px;
	line-height:18px;
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
}

h4 a:link, h4 a:visited {
	color:#333333;
	text-decoration:none;	
}

h4 a:hover, h4 a:active {
	color:#3B6FB2;
	text-decoration:none;
}

h5 {
	color:#333333;
	font-size:13px;
	padding:0;
	margin:0;
	font-family:"Trebuchet MS", "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
}

h6 {

}

/*-------------------------------------------------------------
	DNN STUFF
-------------------------------------------------------------*/
.SkinContainer, .Content
{
	margin:0px!important;
	padding:0px!important;
}


/*-------------------------------------------------------------
	CLEARFIX
-------------------------------------------------------------
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


*/

/*##############################################################
---------------------------------------------------------------

	LAYOUT ELEMENTS

---------------------------------------------------------------
##############################################################*/

/*-------------------------------------------------------------
	MAIN ELEMENTS
-------------------------------------------------------------*/
.main {
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;
	margin:0 auto;
	width:841px;
	overflow:hidden;
}

body.ie .main {
	background-image:url(images/shadowblue.jpg);
}

.middle {
	width:801px;
	margin:0 20px 0 20px;
	float:left;	
}

body.ie .middle {
	width:821px;
	margin:0 10px 0 10px;
	float:left;	
}
.logo {
	width:360px;
	height:94px;
	margin:8px 0 0 8px;
	float:left;
}

.topmenu {
	width:420px;
	height:64px;
	float:right;
	text-align:right;
	margin:8px 12px 0 0;
}

.topmenu img {
	display:inline;
	margin:12px 0px 0px 0px;
}

.topmenu a:link, .topmenu a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	text-decoration:none;
	}

.topmenu a:hover, .topmenu a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9F3F3F;
	font-size:12px;
	text-decoration:underline;
	}
		
.request {
	width:175px;
	height:33px;
	float:right;
	text-align:right;
	margin:0 2px -1px 0;
}

body.ie .request {
	width:175px;
	height:33px;
	float:right;
	text-align:right;
	margin:0 12px -1px 0;
}

.nav {
	background-image:url(images/snapsis.jpg);
	background-repeat:repeat-x;
	width:800px;
	float:left;	
}

.left {
	width:545px;
	float:left;
}

#dnn_contentPane {
	width:515px;
	float:left;
	padding:14px 15px 5px 15px;
}

.topright {
	width:256px;
	height:363px;
	height: auto;
	float:left;
	background-image:url(images/box-right2.jpg);
	background-repeat:no-repeat;
}

body.ie .topright {
	width:215px;
}

#dnn_insiderightPane {
	width:236px;
	height:363px; 
	height: auto;
	padding:8px 10px 5px 10px;
	line-height:20px;
}

body.ie #dnn_insiderightpane {
	width:210px;
}

body.ie #dnn_insiderightPane {
	width:210px;
}

#dnn_quotePane {
	width:236px;
	height:150px;
	padding:0px 10px 5px 10px;
}

#dnn_toprightPane {
	width:216px;
	height:212px;
	padding:5px 20px 0px 20px;
}

#dnn_rightPane {
	width:235px;
	margin:0px 10px 5px 0;
	padding:0px 10px 0 10px;
}

body.ie #dnn_rightPane {
	width:225px;
}

.footer {
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	margin:0 auto;
	padding-top:34px;
	width:841px;
	height:48px;
	text-align:center;
}

body.ie .footer {
	background-image:none;
	background:url(images/bottomblue.jpg) no-repeat;
}

.footer a  {
	color:#750000!important;
}

#login
{
	width:800px;
	margin:0 auto;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	clear:both;
}

body, input, textarea, table, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

tr {
	vertical-align:top;
}

/*-------------------------------------------------------------
	ContentBody


.ContentBody
{
	padding:5px!important;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	color:#000000;
}

.ContentBody a { color:#000000; }

.ContentBody h1
{
	font-size:16px;
}

.ContentBody h2.Title
{
	margin:0!important;
	padding:0!important;
}
*/

/*-------------------------------------------------------------
	ContentBody
*/

.FormMaster
{
	text-align:left;
	width:500px;
}

.FormMaster td
{
	padding:4px;
	text-align:left;
}

.FormMaster span[id*="lblRequired"]
{
	display:none;
}

table[id*="_FormMaster_tblThankYou"]
{
	text-align:left!important;
}

/*##############################################################
---------------------------------------------------------------

	CSS MENU

---------------------------------------------------------------
##############################################################*/

/*-------------------------------------------------------------
	TOP NAV
-------------------------------------------------------------*/


/*-------------------------------------------------------------
	LEVEL ONE
-------------------------------------------------------------*/


#topNav, #topNav ul {
	list-style:none;
	background-color:#5694BE;
	z-index:100;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
}

#topNav li 
{
	float:left;
}

#topNav ul li {
	background-image:url(images/li-bg.jpg);
	background-repeat:no-repeat;
	list-style-type:none;
}



#topNav li:first-child {
	background:none;
}

#topNav a:first-child:hover {
	background-image:none;
	background-repeat:no-repeat;
}

#topNav a {
	display: block;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	height:22px;
	padding:2px 10px 0px 10px;
}

#topNav li:hover {
	background-image:url(images/li-bg.jpg);
	background-repeat:no-repeat;
	background-color:#5694BE;
}

#topNav li:hover:first-child {
	background-image:none;
}


.SelectedTab {
	background-color:#5694BE;
}

#topNav ul li, #topNav ol li {
	margin:0px;
	}
/*-------------------------------------------------------------
	LEVEL TWO
-------------------------------------------------------------*/


#topNav li ul {
	position: absolute;
	left: -999em;
	font-weight: normal;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:auto;
	background:red;

	z-index:200;
}

#topNav li li {
	float:none;
	margin:0;
	padding:0;
	height:auto;
	background:#ffbb2e;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#DC980B;
}

#topNav li li:first-child {
	background-color:#ffbb2e;
}

#topNav li ul a {
	margin:0;
	padding:5px 6px 5px 6px;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	height:auto;
	width:80px;	
}

#topNav li ul a:hover {
	text-decoration:none;
}

#topNav li ul li:hover, #topNav li ul li.iehover {
	background:#be7a00;
}


/*-------------------------------------------------------------
	LEVEL THREE
-------------------------------------------------------------*/



#topNav li ul ul {
	margin: -2.5em 0 0 8.00em;
	top:auto;
}


#topNav li li li {
	background-color:#83B6EF;

}

#topNav li li li li {
	background-color:#5F92CB;
	top:auto;
}

#topNav li:hover ul ul, #topNav li:hover ul ul ul, #topNav li.iehover ul ul, #topNav li.iehover ul ul ul {
	left: -999em;
}
#topNav li.iehover ul ul, #topNav li.iehover ul ul ul {
}
#topNav li:hover ul, #topNav li li:hover ul, #topNav li li li:hover ul, #topNav li.iehover ul, #topNav li li.iehover ul, #topNav li li li.iehover ul {
	left: auto;
}




/*##############################################################
---------------------------------------------------------------

	BROWSER TWEAKS

---------------------------------------------------------------
##############################################################*/
/*-------------------------------------------------------------
	IE 7
-------------------------------------------------------------*/
/* body.ie7 #siteWrapper {  } */

body.ie7 #topNav li ul {

	
}

body.ie7 #globalNav li ul {
	margin:25px 0 0 -95px;
	
}


/*-------------------------------------------------------------
	IE 6
-------------------------------------------------------------*/
/* body.ie #siteWrapper {  } */

body.ie #topNav a {
	float:left;
}

body.ie #topNav li li a {
	padding: 2px 0px 0px 10px;
	margin:0px;
}

body.ie #topNav li ul {
	clear:both;
}

body.ie #globalNav li ul {
	margin:25px 0 0 -95px;
	
}

body.ie #topNav li ul a {
	width:auto;
	height:auto;
	padding:auto;

}