/* 
	O'Mara Construction Management
		Copyright: Custom Fit Online Solutions
		Author: Robert Valcourt, Roy McClean
		Date: July 2010
*/

/*-------------------------------------------    
	general selectors
-------------------------------------------*/

body {
	padding: 0;
	margin: 0;
	background: #111111 url('/media/198/body-bg.gif') repeat-x;
}
h1 {
	color: #FFF;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 22px;
	margin: 0 0 30px 0;
	font-weight: 500;
}
h2 {
	color: #FFF;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	margin: 0 0 30px 0;
	font-weight: 500;
}
h3 {
	color: #FFF;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	margin: 0 0 30px 0;
	font-weight: 500;
}
td h4 {
	font-size: 16px;
	margin: 0 0 20px 0;
}
h5 {
	color: #FFF;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	margin: 0 0 30px 0;
	font-weight: normal;
	text-transform: uppercase;
}
p {
	margin: 27px 0;
}
#logo {
	position: absolute;
	display: block;
	top: 23px;
	left: 0;
}
#copyright {
	position: absolute;
	top: 70px;
	left: 330px;
	margin: 0;
}
#primary ul {
	list-style-type: square;
	padding: 0 0 30px 15px; 
	margin: 1.5em 0 0 .3em;
}
#primary ul li {
	padding: 0 0 .3em .3em;
}
.slogo {
	display: block;
	margin: 0 0 30px 10px;
}
#video-gallery td {
	padding-bottom: 30px;
}

/*-------------------------------------------    
	search
-------------------------------------------*/

#search-box {
	position: absolute;
	width: 228px;
	height: 30px;
	top: 20px;
	right: 0;
	background: url('/media/219/search-bg.gif') no-repeat;
}
#search-box form {
	position: relative;
	width: 228px;
	height: 30px;
	margin: 0;
}
#search-box form .search-button {
	position: absolute;
	top: 4px;
	right: 4px;
}
#search-box form .search-input {
	position: absolute;
	top: 4px;
	left: 4px;
	border: 0px;
	padding: 7px;
	width: 175px;
	color: #FFF;
	background: #111;
}

/*-------------------------------------------    
	subscribe
-------------------------------------------*/

#newsletter {
	position: absolute;
	left: 0;
	top: 30px;
}
#newsletter img {
	display: block;
}
#newsletter form {
	position: relative;
	width: 255px;
	margin: 0;
}
#newsletter form .sub-button {
	position: absolute;
	top: 28px;
	right: 0;
}
#newsletter form .sub-input {
	position: absolute;
	top: 28px;
	left: 0;
	border: 0px;
	padding: 7px;
	width: 176px;
	color: #FFF;
	background: #393939;
}

/*-------------------------------------------    
	navigation baseline
-------------------------------------------*/

#navigation {
	position: absolute;
	top: 127px;
	left: 240px;
	padding: 0;
	margin: 0;
	list-style: none;
        font-weight: 600;
}
#navigation li {
	padding: 0 70px 0 0;
	margin: 0;
	float: left;
}
#navigation li a {
	color: #FFF;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 17px;
	text-decoration: none;
}
#navigation li a:hover {
	color: #CCC;
}
#navigation li a.active {
	color: #CCC;
}
#primary a,
#video td a {
	color: #FFF;
	font-weight: 600;
	text-decoration: underline;
}
#primary a:hover,
#video td a:hover {
	color: #FFFF00;
	font-weight: 600;
	text-decoration: none;
}
#footer .flinks {
	position: absolute;
	top: 30px;
	left: 330px;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.subnav {
	margin: 0 0 30px 0;
}
.subnav ul {
	padding: 0;
	margin: 0;
}
.subnav ul li {
	padding: 0;
	margin: 0 0 5px 0;
}
.subnav ul li a {
	display: block;
	background: #962331;
	padding: 3px 5px;
	color: #FFFFFF;
	width: 200px;
	font-family: Helvetica, Tahoma, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.subnav ul li a:hover {
	background: #FF0000;
}
.subnav ul li span {
	display: block;
	background: #962331;
	padding: 3px 5px;
	color: #FFFFFF;
	width: 200px;
	font-family: Helvetica, Tahoma, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/*-------------------------------------------    
	home features
-------------------------------------------*/

#features {
	width: 960px;
	height: 200px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
#features .feature {
	position: relative;
	float: left;
	margin-right: 30px;
}
#features .feature:hover p {
	background: #393939;
}
#features .feature p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
	font-family: Arial, Helvetica, Tahoma, Sans Serif;
	font-weight: bold;
	font-size: 14px;
	background: url('/media/281/features-bg.png');
	width: 280px;
	margin: 0;
}
#features .feature p a {
	color: #FFF;
	text-decoration: none;
}
#features .feature p a:hover {
	text-decoration: none;
	color: #CCC;
}
#features .last {
	margin-right: 0;
}
#features .feature img {
	display: block;
}

/*-------------------------------------------    
	layout
-------------------------------------------*/

#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	position: relative;
	width: 960px;
	height: 160px;
	overflow: hidden;
}
#header p {
	position: absolute;
	top: 65px;
	left: 735px;
	margin: 0;
	color: #962331;
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
}
#video {
        width: 960px;
	height: 379px;
}
#video h1 {
	margin-top: 25px;
}
#content {
	width: 960px;
	overflow: hidden;
	padding: 30px 0;
}
#primary {
	width: 630px;
	float: right;
	color: #FFF;
	font-family: Helvetica, Tahoma, Arial, Sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
#primary td,
#video td {
	color: #FFF;
	font-family: Helvetica, Tahoma, Arial, Sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
#secondary {
	width: 300px;
	float: left;
	color: #FFF;
}
#footer {
	position: relative;
	height: 170px;
	border-top: 8px solid #962331;
	color: #FFF;
	font-family: Helvetica, Tahoma, Arial, Sans-serif;
	font-size: 11px;
}

/*-------------------------------------------    
	images
-------------------------------------------*/

.image {
	border: 3px solid #FFF;
	display: block;
}
.image-right {
	margin: 2px 10px 20px 30px; 
	float: right;
	border: 3px solid #FFF;
	display: block;
}
.image-right-nb {
	margin: 2px 10px 20px 50px; 
	float: right;
	border: none;
	display: block;
}
.image-left {
	margin: 2px 30px 20px 10px; 
	float: left;
	border: 3px solid #FFF;
	display: block;
}
.image-left-nb {
	margin: 2px 30px 20px 10px; 
	float: left;
	border: none;
	display: block;
}



































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

