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

@font-face {
    font-family: 'CalibriRegular';
    src: url('calibri-webfont.eot');
    src: url('calibri-webfont.eot?iefix') format('eot'),
         url('calibri-webfont.woff') format('woff'),
         url('calibri-webfont.ttf') format('truetype'),
         url('calibri-webfont.svg#webfontsHNB1eRO') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	/*background:url(../images/tiny_grid.png) repeat top center;*/
	background:url(../images/cssbackblue_low.jpg) no-repeat fixed center;
	margin:0;
	color:#333;
	font-size:15px;
	font-family:'CalibriRegular';	
}

p{
	padding:.4em 0 .6em;	
}

h1{
	font-family:'CalibriRegular';
	font-size:14pt;
	font-weight:bold;
	color:#333;
	padding:.1em 0 .2em;
}

h2{
	font-family:'CalibriRegular';
	font-size:12pt;
	font-weight:bold;
	color:#333;
	padding:.1em 0 .2em;
}

b,strong{
	font-weight:bold;	
}

i,em{
	font-style:italic;	
}

ul,ol{
	margin:0;
	padding:0.5em 1.5em 1em;	
}

li{
	line-height:18px;	
}

#container{
	width:958px;
	border:1px #333 solid;
	border-top:none;
	margin:0 auto;
	background-color:#FFF;	
}

#header{
	width:100%;
	clear:left;
	float:left;
	background-color:#FFF;
	height:200px;
}

#login{
	float:left;
	text-align:right;
	width:928px;
	padding:8px 15px 0;
	margin-bottom:-5px;
}

#login a{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

#login a:hover{
	color:#881536;
	text-decoration:underline;
}

#logo{
	float:left;
	width:424px;
	padding:15px 15px;	
}

#topimages{
	float:left;
	width:504px;
	text-align:right;
	padding:15px 0;	
}

#topimages img{
	margin:0 10px 0 0px;	
}

#menu{
	clear:left;
	float:left;
	width:948px;
	padding:0 5px;
	height:40px;
	background-color:#881536;
}

#menu a{
	color:#FFF;
	float:left;
	line-height:18px;
	text-transform:uppercase;
	padding:11px 7px;
	font-size:15px;
	text-decoration:none;
}

#menu a:hover{
	text-decoration:underline;
	background-color:#B51D4F;	
}

#menu a.selected{
	background-color:#B51D4F;
}

#title{
	float:left;
	color:#881536;
	font-size:18px;
	width:250px;
	padding:15px 15px;
	font-weight:bold;	
}

#company{
	float:left;
	width:640px;
	text-align:right;
	color:#881536;
	font-size:20px;
	font-weight:bold;
	padding:14px 15px;	
}

#content{
	clear:left;
	float:left;
	width:928px;
	min-height:250px;
	padding:0 15px 8px;
	line-height:18px;	
}

#content a{
	color:#881536;
}

#projects{
	border-collapse:collapse;
}

#projects tr td{
	text-align:center;	
}

#head{
	background-color:#881536;
	color:#FFFFFF;
	text-align:center;
}

#dark{
	color:#000;	
}

#contact{
	clear:left;
	float:left;
	width:938px;
	padding:12px 10px 8px;
	text-align:center;
	color:#FFFFFF;
	height:20px;
	background-color:#881536;	
}

#contact a{
	color:#FFF;	
}

#footer{
	clear:left;
	float:left;
	width:938px;
	padding:12px 10px 8px;
	text-align:center;
	height:20px;
	background-color:#FFFFFF;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

