/* Copyright (c) Fluid Creativity, 2006 */

/* General styling CONSTANT ENGINEERING */


body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

p {
	padding: 5px 0 5px 0;
	margin: 0px;
	line-height: 1.4em;
}

a:link {
	color: #19428E;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #19428E;
	text-decoration: underline;
}
a:active {
	color: #A1A1A1;
	text-decoration: none;
}

/* Headings*/

h1 {
	font-size: 1.8em;
	color: #19428E;
	font-weight: bold;
	margin: 0px;
	color:#333333;
}

h2 {
		font-size: 1.8em;
	color: #19428E;
	font-weight: bold;
	margin: 0px;
	color:#333333;
}

h3 {
	font-size: 1.2em;
	color: #19428E;
	font-weight: bold;
	margin: 0px;
	color:#333333;
}



strong {
	font-weight: bold;
	color: #666666;
	font-size: 1.1em;
}

.big {
	font-size: 1.2em;
}

.address {
	margin: 0 20px 0 0;
	padding-left: 0px;
	list-style-type: none;
	list-style-position: inside;
	display: block;
	float: left;
}

.contact {
	margin: 0;
	padding-left: 15px;
	list-style-type: none;
	list-style-position: inside;
	display: block;
}

.shield {
	float: left;
	padding: 6px;
 
}
	



/* Inline styles */

.clearer {
	height: 1px;
	line-height: 1px;
	clear: both;
}


/* Page structures */

#wrapper {
	width: 936px;
	height: 100%;
	margin: 0px auto;
}

#header {
	height: 87px;
	width: 936px;
	margin: 0;
	background: url(../images/bg-shading.gif) top left no-repeat;
}

#contentWrapper {
	width: 936px;
	
	
}

#leftNav {
	width: 175px;
	height: 276px;
	float: left;
	
}

#leftNav ul {
	margin: 0;
	padding: 0px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color:#990000;
	list-style: none;
	
}

#leftNav li {
	padding: 0px;
	margin: 0px 6px 12px 0px;

	
}

#leftNav li a {
	background: url(../images/bullet-closed.gif) center left no-repeat;
	padding-left: 14px;
	color: #091A16;

	
}
	
#leftNav a:hover, #leftNav .current a, #leftNav .current a:hover {
	color: #AB0C28;
	background: url(../images/bullet-open.gif) center left no-repeat;
	padding-left: 17px;
	text-decoration: none;

}

#rightHome {
	width: 257px;
	height: 276px;
	background: url(../images/bg-right.gif) top left no-repeat;
	float: right;

	
}

	#rightHome img {
		left: 0;
		top: 0;
		padding-top:6px;
		padding-left: 8px;
	}

#rightHomeImage {
	float: right;
	background: url(../images/bg-imagearea.gif) top left no-repeat;
	height: 276px;
	position: relative;
	width: 500px;	
}

	#rightHomeImage img {
		position: absolute;
		left: 0;
		top: 0;
		padding-top:4px;
		padding-left: 4px;
	}

#rightHome p{
	padding: 0px 15px 10px 15px;

	
}

#rightHome h3{
	padding: 15px 15px 0px 14px;

	
}

.content {
	width: 936px;
	margin-top: 10px;

}

.content .left {
	width: 468px;
	float: left;

}

.content .right {
	width: 440px;
	float: right;

}

.content .right .video {
width: 440px;
height: 248px;
background: #999999;

}

.serviceImage {
	width: 127px;
	height: 160px;
	margin: 3px;
	float: left;

}

.galleryImage {
	width: 127px;
	height: 124px;
	margin: 3px;
	float: left;

}

.divider {
	width: 936px;
	height: 5px;
	border-top: 1px solid #999999;
	
	
}



#footer {
	background-color: #ffffff;
	border-top: 1px solid #666666;
	width: 936px;
	height: 78px;
	clear: both;
	display:block;
	margin-top: 10px;
	padding-top: 10px;
}


/* Navigation */


#primaryNav {
	width: 936px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	height: 30px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	
}


#primaryNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	
	
}

#primaryNav li {
	padding: 10px 6px 6px;
	color: inherit;
	float: left;
	
	
	
}
	
#primaryNav li a {
	padding: 5px 6px 10px 6px;
color:#666666;

}

#primaryNav a:hover, #primaryNav .current a, #primaryNav .current a:hover {
	color: #AB0C28;
	text-decoration: none;
}

.listie {
	padding-left: 0px;
	list-style-type:none;


}

ul.listieBold {
    list-style-type:none;
	font-weight:bold;
	padding: 0;
}


ul.listieBold li {	
	background-image:url(../images/bullet.gif);
	background-position: center left;
	background-repeat:no-repeat;
	padding-left: 8px;
}

.logo {
	float:left;
}

.phoneNumber {
	float:right;
}