/*LAYOUT DIVS*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #D1D1D0;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

a {outline:none;}

p {
	font-size: 80%;
}

/* holder styles */
#holder {
	width: 780px;
	background-image: url(../images/holder_bg.gif);
	background-repeat:repeat-y;
	text-align: left;
	margin: 0 auto 0 auto;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

/* header styles */
#topbar {
	height:8px;
	background-color:#003399;
	background-image:url(../images/topbar_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	}

#header {
	margin: 0;
	height: 75px;
	background-color:#fff;
	background-image: url(../images/header_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}


#logo {
	float: left;
	margin: 0;
}

#phone {
	float: right;
	}

#phone_tag {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #fff;
	text-align:right;
	padding: 0;
	padding-left: 5px;
	}

#phone_tag a:link, a:visited, #phone_tag a:hover {	
	color: #FFF;
	}

#mainnav, #bottombar {
	height: 20px;
	background-color:#1B426E;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 3px;
	padding-left: 15px;
	}

#bottombar {
	height:14px;
	}

#incorporate_in_nevada {
	height: 217px;
	background-color:#FFF;
	background-image:url(../images/main_pic.jpg);
	background-position: top;
	background-repeat:no-repeat;
	margin: 0;
	}	

#main_tag {
	float:left;
	margin: 0;
	padding: 0px 350px 0px 15px;
	}
	

/* column 1 styles */
#col1{
	width: 160px;
	float: left;
	padding: 15px 0 10px 0;
}

#col1_guide {
	float: left;
	width: 160px;
	height:111px;
	background-image:url(../images/box_guide.gif);
	margin-left: 10px;
	margin-bottom: 8px;
	display: inline;
	}

#col1_incorp {
	float: left;
	width: 160px;
	margin-bottom: 8px;
	margin-left: 10px;
	background-image:url(../images/box_incorporate.gif);
	height:111px;
	display: inline;
	}


	
	
#col1 a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}
#col1 a:visited { 
	color: #666;
}
#col1 a:hover, #col1 a:active, #col1 a:focus {  
	color: #333;
}

/*column 1 2nd tier styles*/

#col1a {
	width: 180px;
	float: left;
	padding: 0;
}

#col1a_incorp {
	float: left;
	width: 160px;
	margin-bottom: 8px;
	margin-left: 10px;
	background-image:url(../images/box_incorporate.gif);
	height:111px;
	display: inline;
	}

#col1a_guide {
	float: left;
	width: 160px;
	height:111px;
	background-image:url(../images/box_guide.gif);
	margin-left: 10px;
	margin-bottom: 8px;
	display: inline;
	}

/*middle column styles*/
#content2 {
	background-image:url(../images/content2_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	}

/* third column styles */

#col2, #col2a {
	padding: 20px 10px;
	float: right;
	width: 166px;
}

#col2a {
	background-image:url(../images/content2_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	}

#col2_reading, #col2_newsletter {
	width: 160px;
	float: right;
	padding: 0px;
	margin-bottom: 8px;
	height:111px;
	background-image:url(../images/box_reading.gif);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	}

/* footer styles */
#footer {
	
	padding: 2px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #FFF;
	background: #1B426E;  /* This background color covers the faux column effect that spans the entire holder div */
}

/* miscellaneous styles */
.brclear { 
     clear: both;
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

.brclear_right { 
     clear: right;
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

.brclear_left { 
     clear: right;
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

/*CONTACT INFORMATION - BY TELEPHONE*/
div#contact,
div#contact div {width:502px;float:left;}

div#contact {
	margin-bottom:30px;margin-top:5px;_margin-left:1px;
	background:url(../images/contactbox_top.gif) top left no-repeat;
}

div#contact p {
	color:#1a416d;padding-left:43px;margin:25px 20px 30px 25px;
	background:url(../images/icon-phone.gif) left center no-repeat;
}

div#contact div {
	background:url(../images/contactbox_bottom.gif) bottom left no-repeat;
}
/*END*/

