@charset "UTF-8";
/* CSS Document 
Theme Name: Navigator Black/Red Flash Theme
Theme URI: http://navigatorcg.com
Description: A theme for Navigator Construction Group.
Version: 1.0
Author: Matt Yates
Author URI: http://mattyates.com
*/

body {
	margin:0;
	padding:0;
	background-image:url(img/bg2.jpg);
	background-repeat:repeat;
	background-color:#a10000;
	background-attachment:fixed;
	background-position:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
}
:link img {
  border: none;
}
a, a:visited {
	color:#FFF;
}
#page {
	margin: 20px auto 20px auto;
	padding: 0;
	width: 880px;
	position:inherit;
	left: 50%;
	right:-440px;
}
#header {
	background-image:url(img/header.png);
	height:35px;
	width:880px;
}
#logo {
	position:absolute;
	top:3px;
}
#menu {
	margin-left: 388px;
	padding-top:6px;
	padding-left:10px;
	width:492px;
	height:35px;
}
.menulinks, .menulinks a, .menulinks a:visited {
	font-size:16px;
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
}
.menulinks a:hover {
	color:#FFF;
	text-decoration:underline;
}
#footer {
	margin: 0;
	padding-top: 34px;
	width: 880px;
	clear:both;
	background-image:url(img/footer.png);
	background-repeat:no-repeat;
	background-position:top;
}
#footertext, #footertext a, #footertext a:visited {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
#footertext a:hover {
	color:#CCC;
	text-decoration: underline;
}
/* Text Sizes */
.fontXsmall {
	font-size:10px;
}
.fontSmall {
	font-size:12px
}
.fontMedium {
	font-size:14px
}
.fontLarge {
	font-size:18px
}
.fontXlarge {
	font-size:22px
}
.fontXxlarge {
	font-size:26px
}
.fontRed {
	color:#c90000;
}
.fontYellow {
	color:#FF3;
}
.fontGray {
	color:#CCC;
}
.justify {
	text-align:justify;
}
.center {
	text-align:center;
}
.noUnderline, .noUnderline a, .noUnderline a:visited {
	text-decoration:none;
}
.noUnderline a:hover {
	text-decoration:underline;
}
/* Content Pages */
#contentBody {
	background:#000;
	width:814px;
	padding:35px 33px 10px 33px;
}
#compassBG {
	background-image:url(img/compassContentPage.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#stripesBG {
	background-image:url(img/contentBlockStripes.png);
	background-repeat:repeat-y;
	padding: 0px 22px 14px 12px;
}
#leftCol {
	position:absolute;
	width:182px;
}
#rightCol {
	margin-left:234px;
	padding-top:1px;
	min-height:400px;
	padding-bottom:10px;
}
.projectContainer {
	margin-bottom:20px;
	margin-top:10px;
	min-height:175px;
	width:auto;
	clear:both;
	height:100%;
}
.projectPhoto {
	position:absolute;
}
.projectDiscription {
	margin-left:264px;
	margin-bottom:1px;
	min-height: 100%; 
}
.smallThumb {
	float:left;
	height:50px;
	width:50px;
	border:#333;
	border-style:solid;
	border-width:4px;
	margin-left:2px;
	margin-bottom:2px;
}
