@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	color:#000000;
	background:url(images/bodybg.jpg) top left repeat-x;
}
#bodyWrapper {
	background:url(images/bodywrapperbg.jpg) top center no-repeat;
	height:100%;
}

#bodyWrapper.test{
	background:url(images/bodywrapperbg_new.jpg) top center no-repeat;
}

form,body {
	margin:0;padding:0;
}
body,input,textarea, p, span , .Normal th, td, tbody, li{
	font-family: Helvetica,Arial, sans-serif;
	font-size:12px;
	line-height: 1.4em;
	color: #000;
}
#phoneSearch{
background:url(images/bg_phoneSearch.jpg) no-repeat;
width:448px;
height:154px;
}


#phoneSearch2 {
background:url(images/bg_phoneSearchSmall.jpg) no-repeat;
width:173px;
height:37px;
padding-left:10px;
padding-top:3px;
}
#phoneSearch2 #dnn_ctl00_txtShowNumSmall{
padding-top:4px;
}



#phoneSearch2 .btn{
width:23px;
height:23px;
margin:0px;
padding:0px;
}

#phoneSearch #dnn_ctl00_txtShowNum,
#phoneSearch .number,
#phoneSearch .Search{
width:255px;
height:25px;
}

h4 .Head{
color:#243e97;
font-family:Helvetica,Arial,Tahoma;
font-size:15px;
font-weight:bold;
}

#container, #containerOneCol {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	width:921px;
	text-align:left;
	padding-top:174px;
}

h1#logo {
	position:absolute;
	margin:0;
	left:0;
	top:20px;
	background-image: url(images/logo.gif);
	width:280px;
	height:88px;
}
h1#logo a {
	display:block;
	height: 88px;
	width: 280px;
	text-indent:-999em;
	overflow:hidden;
}

#containerbg {
	width:921px;
	
	background: url(images/contentbg.gif) top left repeat-y;
	padding-bottom:0.1px;
	
}

#content {
	/*background: url(images/contentbgtop.gif) top left no-repeat;*/
	padding-bottom:0.1px;
	min-height:400px;
	
}

* html #content {
	height:400px;
}

#bodyContainer {
	float:left;
	display:inline;
	width:725px;
	padding-top:35px;
}

#containerOneCol #bodyContainer {
	padding-top:22px;
	width:705px;
}

#flash {
	position:absolute;
	top:130px;
	left:10px;
}

#leftColumn {
	float:left;
	display:inline;
	line-height:1.2em;
	width:175px;
	margin-right:15px;
	margin-left:2px;
	background: #ececed url(images/leftcolbg.jpg) bottom left no-repeat;
	padding-bottom:98px;
}



#containerOneCol #leftColumn {
	margin-right:22px;
}

#searchPanel
{
	/*position:absolute;
	top:158px;
	left:805px;
	width:165px;
	padding-left:10px;*/
	padding-top:12px;
} 

#searchPanel input {
	border:1px solid #bcbdc0;
	color:#000;
	font-size:11px;
	font-weight:normal;
	padding-left:5px;
	width:120px;
	height: 23px;
}

h2 {
	margin:0;
	padding:3px 0px 4px 0px;
	color:#000;
	font-size:18px;
	font-weight:normal;
	font-family: Helvetica,Arial, sans-serif;
}

h3 {
	font-size:14px;
	font-weight: bold;
	color: #000;
}

h4 {
	margin:0;
	padding:3px 0px 4px 0px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	font-family: Helvetica,Arial, sans-serif;
}

a, a:visited, a:link, a.pagelink, a.pagelink:visited, a.pagelink:link {
	color:#2361b7;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#2361b7;
	text-decoration:none;
}

a.SubHead {
	text-decoration:none;
}

#bodyColumn {
	float:left;
	display:inline;
	width:465px;
	line-height:1.2em;
	margin-right:15px;
}

#containerOneCol #bodyColumn {
	float:left;
	display:inline;
	width:710px;
	line-height:1.2em;
	margin-right:0;
}

#rightColumn {
	float:left;
	width:230px;
	line-height:1.2em;
	min-height: 430px;
	position:relative;
}

* html #rightColumn {
	height: 430px;
}


/*********************************************************
*	Styles for navigation
**********************************************************/
/*********Menu containers **********/

#nav ul.Level0, ul.Level0 li,
#nav ul.Level1, ul.Level1 li{
	margin:0px;
	padding:0px;
	list-style:none;
}

#nav li{
	line-height:26px;
	border-bottom:solid 1px #939393;
	position:relative;
	background:#eee url(images/buttonbg.gif) top left repeat-x;
	width:175px;
}

#nav li a{
	color: #000;
	font-size:13px;
	text-decoration:none;	
	padding-left:12px;
	padding-right:12px;
	display:block;

}

#nav ul.Level0 li.SelectedTab a, #nav ul.Level0 li a:hover{
	font-family: Helvetica,Arial, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	background:#eee url(images/buttonbg_on.gif) top left repeat-x;
}

/*#nav li a:hover{
	background-color:#ef811d;
}*/


#nav ul.Level0 li.SelectedTab ul.Level1 li a{
	background:#eee url(images/menuarrow.gif) top right no-repeat;
	color: #000;
	padding-left: 0px;
}

#nav ul.Level0 li ul{
	position:absolute;
	top:0px;
	left:-999em;
	z-index:10;
}

#nav ul.Level0 li.iehover ul.Level1, #nav ul.Level0 li:hover ul.Level1{
	left:175px;
	top:0px;
	padding:5px 0px 10px 0px;
	background:#eee;
	width:175px;
}

#nav ul.Level0 li.iehover ul.Level1 li, #nav ul.Level0 li:hover ul.Level1 li{
	margin-left:10px;
	width:150px;
	border-bottom: 1px solid #e5e5e5;
}

#nav ul.Level0 li.iehover ul.Level1 li a, #nav ul.Level0 li:hover ul.Level1 li a{
	background:#eee url(images/menuarrow.gif) top right no-repeat;
	color: #000;
}

#nav ul.Level0 li ul.Level1 li{
	line-height:20px;
}

#nav ul.Level0 li ul.Level1 li a{
	font-size:11px;
	font-weight:normal;
}

#nav ul.Level0 li.SelectedTab ul.Level1 {
	position:relative;
	margin:0px;
	padding:5px 0px 10px 0px;
	left:0px;
}

#nav ul.Level0 li.SelectedTab ul.Level1 li{
	border-bottom:none;
	margin-left:15px;
	line-height: 25px;
	width:150px;
	border-bottom: 1px solid #e5e5e5;
}

#nav ul.Level0 li.SelectedTab ul.Level1 li.SelectedTab a{
	font-weight:bold;
	text-decoration:underline;
	font-family: Helvetica,Arial, sans-serif;
}

#nav ul.Level0 li.SelectedTab ul.Level1 li a:hover,
#nav ul.Level0 li.iehover ul.Level1 li a:hover, #nav ul.Level0 li:hover ul.Level1 li a:hover{ 
	text-decoration:underline;
	font-size:11px;
}

/********************************************
Form Styles
*****************************************/

.iframepage {
	background: transparent;
	text-align:left;
}

.formTable {
	color: #000;
}

.formTable th {
	font-weight: normal;
	width: 165px;
}

#newsForm p, #newsFormThanks p, .newsTable{
	font-size: 11px;
}

.newsinput {
	background: #FFF;
	border: 1px solid #8dba0e;
	width: 140px;
}

.textinput {
	background: #FFF;
	border: 1px solid #8dba0e;
	width: 200px;
}

select.textinput {
	background: #FFF;
	border: 1px solid #8dba0e;
	width: 203px !important;
}

.submit, .StandardButton {
	background: #8dba0e;
	border: none;
	color: #FFF;
	font-weight: bold;
	padding: 0; margin:0;
	text-transform: uppercase;

}


.StandardButton {
	width: 100px;
	padding: 2px;
}


/********************************
	FOOTER STYLES
********************************/


#footer {
	position:relative;
	margin:0 auto;
	width:921px;
	height:110px;
	color:#ffffff;
	font-size:11px;
	background: url(images/footerbg.gif) top left no-repeat;
}
#footer ul 
{
	margin:0;
	padding:0;
	position:absolute;
	top:34px;
	left:10px;
	list-style:none;
	font-size:11px;
}
#footer ul li{
	display:block;
	float:left;
	color:#ffffff;
	padding: 0 5px 0 5px;
	font-size:11px;
	
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color:#ffffff;
	font-size: 11px;
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover {
	text-decoration:underline;
}

#trademark {
	font-size:10px;
	position:absolute;
	top: 60px;
}

#trademark p{
	font-size:10px;
	padding:0px 20px;
}

/******************************
	Loaded Link Styles
*******************************/
a.loadedlink, a:visited.loadedlink, a:hover.loadedlink, a:link.loadedlink {
	color: #fcfcfc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
}
#loadeddiv {
	text-align:right;
	position:absolute;
	top:120px;
	width:921px;
}


/*******************************
  Container Styles
********************************/

h2 .Head {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	font-family: Helvetica,Arial, sans-serif;
}


#dnn_ctr445_FormMaster_cmdSubmit {
	background: url(images/submit.gif) top left no-repeat;
	width:56px;
	height:20px;
	margin:0;
	padding;0;
	text-indent:-999em;
	overflow:hidden;
	display:block;
}

/*******************************
	Form Styles
*******************************/

.NormalTextBox {
	width:200px;
	border:1x solid #666;
}

.SubHead {
	color: #000;
	font-family: Helvetica,Arial, sans-serif;
}

/********************************
	FAQ Module Styles
********************************/
span.upbold p {
	text-transform:uppercase;
	font-weight:bold;
	padding:0;margin:0;
	line-height:normal;
}

span.likelink {
	color:#2361b7;
	text-decoration:underline;
	font-weight:bold;
	padding:0;margin:0;
	line-height:normal;
}

/*******************************
  Clearfix
*******************************/
.clearer {
	clear:both;
	line-height:0px;
	height:0px;
	overflow:hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#newsletter{
	width: 205px;
	background: url(images/free_newsletter.jpg) top left no-repeat;
}

#newsletter .header{
	height: 63px;
}

#newsletter .body{
	color:white;
	width: 185px;
	padding: 10px  0px 10px 20px;
	background: url(images/bg_newsletterform_body.jpg) top left repeat-y;
}

#newsletter .footer{
	width: 205px;
	background: url(images/bg_newsletterform_footer.jpg) bottom left  no-repeat;
	height: 20px;
}