html, body{
	font-size: 13px;
	font-family: Tahoma, Arial, sans-serif;

	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	background: #091521 url('/images/bg.jpg') no-repeat top center;
}

div, form, p {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
a {
	color: white;
}
a:visited {
	color: white;
}
.left {
	float: left;
}

.right {
	float: right;
}
.clear {
	clear: both;
}
#container{
	min-height:100%;
	position: relative;
	
}
#content{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 55px;
}
#logo {
	width:227px;
	float:left;
}

#nav {
}

#menu{
	width: 980px;
	margin: 0 auto;
	color: white;
	border: none;
	
}

#menu ul{
	margin: 0;
	padding: 0;
	/*padding-left: 10px; offset of tabs relative to browser left edge*/
	list-style-type: none;
	border: none;
}

#menu li{
	display: inline;
	margin: 0;
	line-height: 26px;
	
}

#menu li a{
	height: 26px;
	width: 185px;
	text-align: center;
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 0px; /*padding inside each tab*/
	border-right: 1px solid white;/* right divider between tabs*/
	color: #FFF;
	background: #313842;

	font-weight:bold;

}

#menu li a:visited{
	color: #FFF;
}

#menu li a:hover, #menu li.selected a{
	background-image: url('/images/nav_selected.gif');
	background-position: bottom;
	background-repeat:  no-repeat;
	/*background: #000; background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	/*background-image: url('/images/nav_selected.gif');
	background-position: top;
	background-repeat: no-repeat;*/

}

#menu  li.last a {
	border: none;
}

#header{
	margin: 0px 0px 10px 0px;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
}

.headwrap{
	width: 980px;
	margin: 0 auto;
}
.motto {
	width: 840px;
	float: left;
	color: white;
}

.motto h2{
	font-size: 30px;
	margin-top: 18px;
	margin-bottom: 0px;
}
.resume{
	width:140px;
	float:left;
}
.resume img{
	margin: 3px 5px 2px 0;
}
.websitewrapper {
	float: left;
	width: 465px;
	position: relative;
	margin: 10px;
	
    -webkit-box-shadow: 0 0 10px #313842;
    -moz-box-shadow: 0 0 10px #313842;
    box-shadow: 0 0 10px #313842; 
}

.website{
	height: 300px;
	border: 1px solid #333b42;
}
#footer {
	border-top: 4px solid black;
	background-color: #02334b;
	color: white;
	padding: 5px 0 5px 0;
	position: absolute;
	bottom:0;
	width:100%;
	height:35px;   /* Height of the footer */
	

}
#footer .links{
	font-weight: bold;
	width: 970px;
	margin: 0 auto;
	text-align: center;

}
#footer .links p {
	padding: 3px;
}

.info{
	font-size: 16px;

}

.info ul{
	margin: 0;
	padding: 0;
	/*padding-left: 10px; offset of tabs relative to browser left edge*/
	list-style-type: none;
	border: none;
}

.info li{
	display: inline;
	margin: 0;
	line-height: 26px;
	float:right;
	background-image: url('/images/nav_selected_below.gif');
	background-position: bottom;
	background-repeat:  no-repeat;

	
}

.info li a{
	height: 26px;
	width: 200px;
	text-align: center;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 0px; /*padding inside each tab*/
	color: #FFF;
	font-weight:bold;


}

.info li a:hover{
	background-image: url('/images/nav_selected.gif');
	background-position: bottom;
	background-repeat:  no-repeat;
}


.copy table td{
	margin: 10px;
	color: #FFF;
	font-size: 18px;

}
.copy p{
	margin: 10px;
	color: #FFF;
	font-size: 18px;
}

.errmsg {
	border: 1px dashed red;
	margin: 10px 0;
}
.errmsg p{
	font-weight: bold;
	color: red;
	font-size: 12px;
}

.text{
	padding: 10px;
	color: #FFF;
}
.text p{
	margin: 5px;
}

.text h2{
	margin: 0 0 5px 0;
}

.boxgrid{
	width: 465px;
	height: 300px;

	float:left;
	background:#161613;
	/*border: solid 2px #8399AF;*/
	overflow: hidden;
	position: relative;
	
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 300px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 }
 
 .caption .boxcaption {
 	top: 220px;
 	left: 0;
 }