@charset "ISO-8859-1";
* { margin:0px; padding:0px; }
body {
	margin: 0;
	padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
	background-color: #000000;
}
a { color:#203b5d; text-decoration:none; }
a:hover { text-decoration:underline; }
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 960px;
	background: #222;
	font-size: 1.2em;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a {
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover {
	background: url(../images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {
	background-position: center bottom;
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 35px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
}

/* end menu */

/* Start Scroll bar thing */

/* root element for scrollable */ 
div.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    /* vertical scrollers have typically larger height than width */ 
    height: 550px; 
    
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
    /* this time we have very large space for the height */ 
    height:20000em; 
}
/* root element for scrollable */
.vertical {  
	/* required settings */
	position:relative;
	overflow:hidden;	
	/* vertical scrollers have typically larger height than width */	
	height: 650px;	 
	border-bottom:1px solid #3b3b3b;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #696969;
	margin:10px 0;
	padding:15px;
	font-size:12px;
	height:115px;
	width:260px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	border:1px solid #fff;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:14px;
	color:#ccc;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	margin:30px 20px 10px 20px;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	

/* End Scroll bar */

.header {
	background-image: url(../images/indexhead.jpg);
	background-repeat: no-repeat;
	height: 312px;
	width: 1000px;
}
.customhead {
	background-image: url(../images/customhead.jpg);
	background-repeat: no-repeat;
	height: 312px;
	width: 1000px;
}
.engagement {
	background-image: url(../images/engagement.jpg);
	background-repeat: no-repeat;
	height: 312px;
	width: 1000px;
}
.broken {
	background-image: url(../images/broken.jpg);
	background-repeat: no-repeat;
	height: 312px;
	width: 1000px;
}
.build {
	background-image: url(../images/buildring.jpg);
	background-repeat: no-repeat;
	height: 312px;
	width: 1000px;
}
.contact {
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	height: 312px;
	width: 1000px;
}
.photogallery {
	background-image: url(../images/photogallery.jpg);
	background-repeat: no-repeat;
	height: 312px;
	width: 1000px;
}
.bloghead {
	background-image: url(../images/blogheader.jpg);
	background-repeat: no-repeat;
	height: 312px;
	width: 1000px;
}
.mopearl {
	background-image: url(../images/headerMOP.jpg);
	background-repeat: no-repeat;
	height: 312px;
	width: 1000px;
}
img.image_gallery {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 45px;
	margin-bottom: 25px;
}
.headerimg {
	margin-top: 5px;
	margin-bottom: 15px;
}
br.spacer {
	clear: both;
}
.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.welcome {
	position: absolute;
	top: 215px;
	margin-left: 60px;
}
.content {
	background-image: url(../images/images/contentBG.gif);
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	clear: both;
	margin-top: 5px;
	background-repeat: no-repeat;
}
.contentBG {
	background-image: url(../images/images/contenttileBG_05.gif);
	background-repeat: repeat-y;
	background-position: 19px top;
	clear: both;
}
.footer {
	color: #FFFFFF;
	font-size: 12px;
	padding: 20px;
}
.contentfooter {
	background-image: url(../images/images/contentfooter.gif);
	clear: both;
	height: 19px;
}
.maincontent {
	padding: 15px;
	width: 625px;
	font-size: 12px;
	line-height: 16px;
	float: left;
}
.maincontent p {
	margin-bottom: 10px;
	margin-top: 10px;
}
.subcontent {
	list-style-image: url(../images/arrow.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #203B5D;
	border-right-color: #203B5D;
	border-bottom-color: #203B5D;
	border-left-color: #203B5D;
	padding-left: 26px;
	width: 115px;
	float: right;
	padding-top: 30px;
	margin-left: 10px;
}
ul.lowmenu li {
	list-style-type: none;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-right: 8px;
	padding-left: 8px;
	color: #666666;
}
ul.lowmenu {
	display: block;
	float: right;
	width: 450px;
}
.footer  a {
	color: #999999;
}
.disclaimer {
	text-align: right;
	float: right;
	clear: right;
	margin-top: 25px;
}
.image-gallery {
	width: 280px;
	float: right;
}
.subcontent li {
	padding-bottom: 20px;
	color: #666666;
}
.subcontent li a {
	font-size: 13px;
	font-weight: bold;
	color: #203B5D;
	text-decoration: none;
}
/*photo gallery */

ul.galleries li { width:245px; height:300px; }
ul.portfolio li { width:165px; height:210px; }
ul.galleries li, ul.portfolio li { list-style:none; float:left; text-align:center;  padding:8px; margin:8px; }
ul.galleries li a, ul.portfolio li a { display:block; text-decoration:none; }
ul.galleries li a:hover, ul.portfolio li a:hover { color:#000066; background-color:#ffffff;}


/* end photo gallery */
/* BLOG */
.blog_entry img { float:right; border:solid 1px #666666; padding:4px; margin:5px; clear:right;}
.blog_date {
	font-size: 10px;
	color: #999999;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
.maincontent hr { clear:both; }

/* End Blog */