
/* base
----------------------------------------------- */
	
*{
	padding: 0;
	margin: 0;
	}
	
html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	color: #444;
	font-family: "Trebuchet MS" ,Trebuchet,Verdana,Sans-Serif;
	font-size: 12px;
	line-height: 1.6em;
}

form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }



/* layout
----------------------------------------------- */

body
{ 
	text-align: center; 
	background: #000 url(../../images/layup/body-bg.jpg) repeat-x;
 }


#wrapper{
	width: 811px;
	margin: 0 auto;
	padding: 0px 0 30px;
	text-align: left;
	}

#ctl00_header{
	
	height: 249px;
	width: 811px;
	overflow:visible;
	}

#ctl00_header #phone{
	position: absolute;
	bottom: 10px;
	right: 20px;
	}
	
#nav
{
	padding-top:81px;
	padding-left:390px;
	
	z-index:100;
}
#nav a
{
	color:White;
	text-decoration:none;
	padding:0;
	border:0;
}
#nav a:hover
{
	background-color:#aaaaaa;
	text-decoration:none;
	
}
/* 
#ctl00_header #nav a
	{
		padding-left:15px;
		padding-right:15px;
	}

#ctl00_header #nav td
{
	text-align:left;
}
#ctl00_header #nav a:hover
{
	color:Black;
	background-color:#dddddd;
	}
*/

#ctl00_header #logo{
	position: absolute;
	top: 3px;
	right: -32px;
	width: 149px;
	
	}

#content{
	width: 748px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	position:relative;
	left:60px;
	background:white;
	
	}
	
	
	#main{
	float: left;	/* Opera 5 */
	\width: 712px;	/* IE5Win */
	w\idth: 712px;	/* Others */
	padding: 15px 10px 40px 25px;
	position: relative;
	}
	


/* footer
----------------------------------------------- */

#footer
{
	margin-left: 18px;
	padding-top: 5px;
	padding-left:5px;
	color: #fff;
	background: url(../../images/layup/footer.jpg) no-repeat;
	height: 54px;
	width: 811px;
}

#footer a
{
	color:#fff;
}

#bottomNav { padding: 3px 0 0 45px;}
#bottomNav ul{	padding: 0; margin:0; list-style: none;  }
#bottomNav ul li{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	float: left;
	display: block;
	padding: 0 0.2em;
	}
#bottomNav ul li a{
	color: #fff;
	font-size: 0.9em;
	padding: 0 0.3em;
	margin: 0 0.2em;
	} 	

#bottomNav ul li a:hover{
	color: #fff;
	background-color:#008;
	}

#footerinfo{ float: right; margin-right: 40px; font-size:10px;}


/* typography
----------------------------------------------- */

a{	color: #607eb7;	text-decoration: none; }
a:hover{ background-color:#888; border-bottom: 1px solid #cc6;}

img{ display: block; }

a img{ border: none; }
.guide-icon a:hover{ background-color: Transparent; border-bottom: none;}

h1,
h2,
h3,
h4{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	}

h1 {
	color: #333;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0.5em 0 0.4em 0;
	line-height: .9em;
	}

h1 a{ color: #333; }

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #607eb7;
	margin: 5px 0 4px 0;
	line-height: 1.3em;
	text-align: justify;
  	}

h3 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #607eb7;
	display: block;
	padding-top: 5px;
	}
	
h4 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #333333;
	display: block;
	padding-top: 20px;
	margin-bottom: 10px;
	}

ol {
	margin: 0.2em 0 1em 0;
	padding-left: 2.25em;
	}

p 
{
	font-size:12px;
	font-weight:normal;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 16px;
	}		

ul{
	margin: 1em 0;
	padding-left: 16px;
	}
ul li{
	padding: 0 0 0.2em 0.4em;
	line-height: 1.4em;
	background: url(/images/content/bullet.gif) no-repeat 0 5px;
	}

small{ font-size: 0.8em; }

.title{ font-size: 0.9em; font-style: italic;}



/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

/* menu 
----------------------------------------------- */
.MainMenu
{
	
}
.MainMenu a
{
	
}
.MainMenu a:hover
{
	
}
.MI
{
}

.MIH /* Menu Item Hover */
{
}
.MI a,a:hover
{
	color:White;	
}

.PM /* Popup Menu */
{
	border:2px solid #666666;
	font-size:12px;
}



.PM a
{
	color:#888888;
	display:block;
	
	
}

.PMI /* Popup Menu Item */
{
	
	
}
.PMIH /* Popup Menu Item Hover */
{
	
}


/* STYLES FOR COLUMNS 
----------------------------------------------*/
#columnOne {
	FLOAT: left; MARGIN-BOTTOM: 10px; WIDTH: 135px; 
}
#columnTwo {
	BACKGROUND: url(images/layup/dotBkg.gif) repeat-y; FLOAT: right; MARGIN-BOTTOM: 10px; MARGIN-LEFT: 0px; 
	
}

.C1 {
	FLOAT: left; MARGIN-BOTTOM: 10px; WIDTH: 135px; 
}
.C2 {
	 BACKGROUND: url(images/layup/dotBkg.gif) repeat-y; FLOAT: right; MARGIN-BOTTOM: 10px; MARGIN-LEFT: 0px;
	
}

#ctl00_CPH_lblError, #ctl00_CPH_LblError

{
	color:Red;
}

.val
{
	float:left;
	padding:4px;
	border:1px solid #dddddd;
	background:white;
	color:Red;
	font-weight:bold;
	
}