@charset "utf-8";
/* CSS Document */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}



body{
	font:76% Arial, Helvetica, sans-serif;
	line-height:1.8em;	
}

body a{
	color: #E27F46;
	font-weight:bold;
	text-decoration:none;
	
}
body a:hover{
	text-decoration: underline;
	color: #E27F46;
}
.hilite{
	color: #666666;
	font: 1.1em Georgia, serif;
	font-weight:bold;
	line-height:1.8em;
	}
h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #666666;
	font: 1.6em Georgia, serif;
	margin: 10px 0 10px;
	padding: 10px 0 5px;
	text-align: left;
}
h2{
	background: inherit;
	color: #666666;
	font: 1.3em Georgia, serif;
	font-weight:bold;
	margin: 2px 0 0px 0px;
	padding: 2px 0 0px;
	text-align: left;
}
h3{
	background: inherit;
	color: #666666;
	font:1.1em Georgia, serif;
	margin: 2px 0 0px 0px;
	padding: 2px 0 0px;
	text-align: left;
}

.captions{
font-size:86%;
font-family:Arial, Helvetica, sans-serif;
line-height:2em;
margin:0;
color: #666666;
text-align:left;
}

#wrapper{
	width:100%;
	padding:0px;
}
#header{
	position:relative;
	width:100%;
	height:98px;
	background-image:url(../img/banner_bg.jpg);
	background-repeat:repeat-x;
	min-width:800px;
/*	background-color: #000000;*/
}
#leftimage{
	width:620px;
	float:left;
	margin:0;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}
#rightimage{
width:78px;
	float:right;
	margin:0;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0; /* peekaboo bug fix for IE7 */
}
#globalNav{
	padding:5px 5px 8px 5px;
	position:absolute;
	top:5px;
	left:646px;
	height:22px;
	width:439px;
/*	background-color: #666666;*/
}
#globalNav a{
	color: #B3CEDF;
	font-weight:bold;
	text-decoration:none;
}
#globalNav a:hover{
	text-decoration: underline;
	color: #ffffff;
}
#content_container{
	padding:0;
}
#content{
width:760px;
margin:0 auto;
}
#gallery{
	width:700px;
/*	margin-left:260px;*/
}
/* =Hoverbox Code
----------------------------------------------------------------------*/
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview 
{
	display: none;
}

.hoverbox a:hover .preview 
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 180px;
}

/* end Hoverbox Code
----------------------------------------------------------------------*/


/* Project page Code
----------------------------------------------------------------------*/
#Project{
	float:left;
	width:660px;
	margin-bottom: 5px;
	position:relative;
}

.imageBorder{
	float:left;
	padding:1em 1em 1em 1em;
	border:1px solid #CDCDCD;
	margin:1em 1em 1em 0em;

/* End Project page Code
----------------------------------------------------------------------*/
}
#footer{
	width:100%;
	bottom:0px;
	left:0px;
	height:60px;
	clear:both;	
	background-color:#333333;
	text-align:center;
}

#clear{
	clear:both;

}

.leftimage{
	float:left;
	padding:1em 1em 1em 1em;
	border:1px solid #CDCDCD;
	margin:1em 1em 1em 0em;
	
}

.rightimage{
	float:right;
	padding:1em 1em 1em 1em;
	border:1px solid #CDCDCD;
	margin:1em 1em 1em 0em;
	
}
