@charset "utf-8";
/* LesterPages */
* {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	height: 100%;
	background:#1e2612 url(../images/back-sides.jpg) no-repeat scroll center top;
}
 p {
	margin:12px 3px 10px 5px;	
	line-height:18px;
 }
/*sort out the links*/
a,
a:visited{ 
	color: #CDCCB0;
	text-decoration: none;
}
	text-decoration: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

#wrapper {
	width:905px;/*was 1440 then 1215ish*/
	margin: 0 auto;
	background: #1e2612 url(../images/back-mid.jpg)  no-repeat;
}
#page {
	width: 900px;
	margin: 0 auto;
	position: relative;
	font-size: 0.9em;
	clear: both;
	height: auto;
}

#header {
	width: 900px;
	height:172px; 
	position: relative;
	}
/*headings*/
h1 {
	font: 18px/14px Georgia, "Times New Roman", Times, serif;
	color: #FFFCC8;
	font-weight:400;

}	
h2 {
	font: 18px/14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight:400;
	margin: 10px 0 20px 0;
		}

#header h1 a {
	float:left;
	margin-top:2px;
	width: 400px;
	height: 170px;
	background: url("../images/logo.png") no-repeat;
		}

#header h1 a span {
	display: none;
		}
/*headings ends*/		
#header-contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:40px 0 0 0;
	float:right;
	width:215px;
}
#header-contact div {
	margin-bottom: 10px;
}
.details {
	font: 20px/14px Georgia, "Times New Roman", Times, serif;
	color: #FFFCC8;
	font-weight:400;
}
#nav { /*menu section*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	width: 900px;
	height:215px; 
	position: relative;
	}
#nav .menu {
	margin:16px 0 0 5px;
	position: absolute;
	width: 231px;
	}
#nav .menu a, #nav.menu a:visited{
	background: url(../images/menu_bgh.jpg) center no-repeat;
	color: #FFFCC9;
	display: block;
	height: 42px;
	margin: 3px 0px;
	padding-top: 2px;
	text-align: left;
	width: 231px;
}
#nav .menu a:hover, #nav.menu a:focus {
	background: url(../images/menu_bg.jpg) center no-repeat;
	color: #FFFCC9;	
	}
#nav .menu a span {
	padding: 15px 0 0 11px;
	}
#word-box {
	float:right;
	width:295px;
	height:85px;
	margin: 120px 0 0 0;
	font-size:30px;
	font-weight:400;
	line-height: 35px
	}
.indent {
	margin-left:30px
}
/*menu section ends*/
/*content*/
#content {
	width: 900px;
	min-height:400px;
	padding-top:15px;
}
#content h1 {
	margin:10px 0 20px;
	}
#content h2 {
	margin:30px 0 20px;
	}	
#content a:hover {
	text-decoration:underline;
	/*background-color: #CDCCB0;
	color: #ffffff;*/	
}
ul {
	margin:10px 0 0 20px;	
}
ul li {
	padding: 2px;	
}
#slider {
	width: 612px;
	height:470px;
	float:left;
	}
#side-bar {
	float:right;
	width:268px;
	height:419px;
	}
#content .right {
	float:right;
	}
#content-page img, #portfolio img {
	border:1px solid #DDDDDD;
	float:left;
	margin:5px 8px 0;
	padding:5px;
	}
#content-icon img {
	float:left;
	margin:5px 8px 0;
	padding:2px;
	}
	
#side-content {
	background-color:#332e1c;
	width:268px;
	height:406px;
	}
	
#bot-content {
	width: 900px;
	padding-top:15px;	
}	
#vault {
	width: 630px;
	height:350px;
	float:left;
	margin-top:30px;
	border-top: 1px solid #62735C;
	}
#vault img {
}
#vault h1 {
	margin:20px 0 10px 10px;/*mod*/
}
#content-bot-side {
	float:right;
	width:268px;
	margin-top:30px;
	border-top: 1px solid #62735C;
	}
#content-bot-side h1 {
	margin:20px 0 10px 10px;/*mod*/
}

#content-page {
	width: 612px;
	float:left;
	padding:10px;
	}
#content-page p {
	width:95%;	
   }
#content-icon {
	width: 612px;
	float:left;
	padding:10px;
	}
#content-icon p {
	width:95%;	
   }

#portfolio {
    padding: 0 0 10px 0;
	width: 100%;
	}
#portfolio h1 {
	margin: 10px 0 5px 20px; 
 }
#portfolio .img-r	{
	width:300px;
    padding: 5px 100px 15px 0;
    float:right;
     }
    
#portfolio .img-l	{
	float:left;
    width:300px;
    padding:5px 0 15px 100px;
   }
    
/*footer*/
#footer {
	border-top: 1px solid #62735C;
	margin:0 auto;
	width: 890px;
	height:20px;
	padding:5px;
	color: #CDCCB0;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	}
#footer a { 
	color: #CDCCB0;
	font-size: 0.9em;
}

.floatr{
	float: right;
}
.floatl{
	float: left;
	width: 400px;
}