/* 
	BACKGROUND STYLES 
*/

body {
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	background-color:#d0cab4;
	font-size:14px;
	color:#444444;	
}
#container {
	width:990px;
	float: none;
	margin: 0 auto;	
	padding: 0;
	position:relative;
}
#hello {
	position:absolute;
	left:480px;
	top:0px;	
}
.hello_text {
	position:absolute;
	left:584px;
	top:14px;
	font-size:13px;
	font-weight:bold;
	color:#a5a295;
	line-height:16px;	
}
#logo {
	position:absolute;
	left:10px;
	top:0px;
}
#bar_menu {
	padding-top:57px;
	width:900px;
	height:61px;
	margin:0px;	
}
#bar_menu img {
	border:0px;
	float:left;
	margin-right:34px;
}
#extra_links {
	font-size:10px;
	margin-top:30px;
	float:right;
}
#extra_links a{
	margin-left:20px;
	color:#b9b7b0;
	text-decoration:none;
}
#extra_links a:hover {
	color:#ffffff;
}
#footer {
	padding:12px;
	padding-left:0px;
	font-size:10px;
	color:#58554a;
}
#footer a {
	color:#111111;
}


#main {
	background-color:#ffffff;
	margin-top:50px;
	border:1px solid #4c493f;
	background-image:url(http://www.nevadaduiattorney.net/images/spacer.gif);
	background-repeat:repeat-y;
	background-position:right;
}
#content {
	background-image:url(http://www.nevadaduiattorney.net/images/bg_content.jpg);
	background-repeat:repeat-x;
	background-position:1px 1px;
	float:left;
	width:632px;
	padding:30px;
}

body#site {
	background-image:url(http://www.nevadaduiattorney.net/images/bg_darksite.jpg);
}



/* Errors and Alerts */

.alert {
	background: #e2f0eb url(site_images/alert.jpg) center no-repeat;
	background-position: 15px 50%; 
	text-align: left;
	padding: 15px 20px 15px 45px;
	border-top: 2px solid #9fccbd;
	border-bottom: 2px solid #9fccbd;
	margin-bottom:20px;
}
.error {
	background: #fbf5f4 url(site_images/error.jpg) center no-repeat;
	background-position: 15px 50%; 
	text-align: left;
	padding: 15px 20px 15px 45px;
	border-top: 2px solid #d3958a;
	border-bottom: 2px solid #d3958a;
	margin-bottom:20px;
}

