body{
	font:verdana, arial, helvetica, sans-serif;
	text-align: center; /* for IE */
	padding:0;
	margin-top:0;
	}

.clear{
	clear:both;
}

a{font-weight:bold;color:#575756;font-family:arial, courier, mono; }
a:hover {color: #000;}

#container{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 900px;
	line-height:19px;
	}

#container p{
	font-size:14px;
}

#header{
	height:70px;
	width:900px;
	background-color:white;
	}

#nav{
	float:left;
	margin:25px 0 0 30px;
	font-size:12px;
	}

#nav a{
	padding-right:10px;
	font-weight:bold;
	font-size:13px;
	font-family:arial, courier, mono; 
	text-decoration: none;
	color:#807772;
}

#nav a:visited { text-decoration: none; }
#nav a:hover { text-decoration:none; color: #CB9865;}
#nav a:active {text-decoration:none; }
#nav .active_link{color: #CB9865;}

#footer a{
	padding-right:5px;
	padding-left: 5px;
	font-size:11px;
	font-family:arial, courier, mono; 
	text-decoration: none;
	color:#807772;
}

#footer a:visited { text-decoration: none; }
#footer a:hover { text-decoration:none; color: #CB9865;}
#footer a:active {text-decoration:none; }
#footer .active_link{color: #CB9865;}

#footer{
	float:right;
	margin:15px 0 0 0;
}

#copy{
	font-size:11px;
	font-family:arial, courier, mono;
	color:#b7b7b8;
	margin-left:5px;
}

#header_logo{
	float:right;
	margin-top:7px;
}

/* forms and stuff... */

form label{
	font-weight:bold;
	color:#807772;
	font-size:14px;
}

form .input_box{
	width: 250px;
	margin-bottom:15px;
}

form .text_box{
	width:254px;
	margin-bottom:10px;
}

.stylized_button{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 5px 5px;
	background:url(../images/button.gif) repeat-x left top;
	margin:0;
}

.login_error{
	margin:30px 0 0 0;
	padding: 10px;
	border:red solid 1px;
	width:237px;
	color:red;
	font-size:11px;
}

#mail_sent{
	margin-top:20px;
	text-align:center;
	float:left;
	padding:0;
	margin:0;
}

/* end forms and stuff */

/* pages */

#home{
	background-image: url('../images/white_room.png');
	background-repeat: no-repeat;
	width: 900px;
	height:503px;
}

#home_left {
	width:250px;
	margin-left:30px;
	padding-top:80px;
}

#home_left img {
	margin-bottom:25px;
}

.p_header {
	font-weight:bold;
	font-size:15px;
	margin:0 0 7px 0;
	color:#554b49;
	padding-left:20px;
	background-image: url('../images/lod_logo_small.png');
	background-repeat: no-repeat;
}

#home_left p {
	margin:5px 0 40px 0;
}

/* interior pages */

.image_header{
	background-repeat: no-repeat;
	height:150px;
}

.text_header {
	font-weight:600;
	font-size:20px;
	float:left;
	margin:60px 0 0 30px;
	color:#362a2a;
}

#services{background-image: url('../images/skylight_banner.png');}
#portfolio{background-image: url('../images/concrete_banner.png');}
#clients{background-image: url('../images/white_boxes_banner.png');}
#contact{background-image: url('../images/stone_banner.png');}
#general{background-image: url('../images/general_banner.png');}

.page {
	background-image: url('../images/page_background.gif');
	background-repeat: repeat-y;
	min-height:390px;
	height:auto !important;
	height: 390px;
}

.full_page {
	padding:50px 30px;
	min-height:320px;
	height:auto !important;
	height: 320px;
}

.panel {
	float:left;
	width:388px;
	padding:50px 30px 0 30px;
}

.panel p{
	font-size:11px;
	margin:5px 0 20px 0;
	width:280px;
}

.panel div{
	margin-left:60px;
}

.announcement{
	color:#000;
	font-weight:bold;
}

.partners{
	margin: 20px 0;
}

.partners p{
	float:right;
	text-align:left;
	padding:10px;
	width:550px;
}

.portfolio_img{
	float:left;
	margin: 20px 7px;
}
/* code library page */

#code_search{
	margin: 30px 0;
	float:right;
}

#code_library tr td{
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	
}

#code_library tr.even td {
	background-color:#eee;
}

#code_library tr.odd td {
	background-color:#fff;
}

#lost_password{
	font-size:12px;
}

#top_secret{
	margin: 15px 0 0 40px;
}

