@charset "UTF-8";

/******** Global Settings *********/

html, body, img {
	border: 0;
	margin: 0;
	padding: 0;
    behavior: url(iepngfix.htc);
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(images/backgrounds/body.jpg);
	background-position: left top;
} 

#shadow {
	width: 978px;
	margin: 0 auto;
	background: url(images/backgrounds/shadow.png) 0 0 repeat-y;
}

#container {
	margin: auto;
	width: 900px;
	background: url(images/backgrounds/logo.png) 0 0 no-repeat;
	color: #fff;
}



/************ Fonts and Headers *************/


h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 1em 0;
	padding:0;
	font-weight:normal;
	color: #fff;
}

h1 {
	padding:0 0 10px 0;
	letter-spacing:-1px;
	font-size:1.8em;
	font-variant: small-caps;
	text-transform: uppercase;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;	
}

h3 {
	font-size: 1em;
	font-weight:bold;
}

h4 {
	font-size: 1em;
}

h5 {
	margin-bottom: 10px;
	font-variant: small-caps;
}

h6 {
	font-weight: bold;
	font-size: x-small;
	margin-bottom: 20px;
}

/***** Common Formatting *****/

p {
	margin: 0;
	padding-bottom: 1em;
	line-height: 1.5em;
	color: #fff;
	font-size: 0.8em;
}
	
ol, ul {
	padding: 0 .5em 1em .5em;
	color: #fff;
	margin: 10px 0 0 0;
	font-size: 0.85em;
}	

ul {
	list-style-type: disc;
}

ol p, ul p {
	padding: .5em 1.25em 1em 1.3em;
	font-size: 0.90em;
}


li {
	margin: 0 1.25em 1em 1.25em;
}

.closepar {
	margin-bottom: 0px;
	padding-bottom: 0;
}

small {
 	font-size:0.85em;
 	}


 /***** Links *****/

a { 
	text-decoration: none;
	color: #fff;
}

.altlink a, a.altlink {
	color: #fff;
	text-decoration: none;
}

a:link {
	color: #fff;
}

.altlink a:link, a:link.altlink { 
	color: #fff;
}

a:visited {
	color: #fff;
}

.altlink a:visited, a:visited.altlink {
	color: #fff;
}

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

.altlink a:hover, a:hover.altlink {
	color: #fff;
	text-decoration: underline;
}


/******** Navbar **********/

#navbarcontainer {
	background-image: url(images/backgrounds/navbar.png);
	background-repeat: repeat-x;
	height: 75px;
}

#navbar {
	width: 900px;
	margin: 0 auto 0 auto;
}

ul.MenuBarHorizontal { width: 500px; }

#undernavbarcontainer {
	background: url(images/backgrounds/columnheader.png) 0 0 repeat-x;
	height: 30px;
}

.undernav {
	postion: relative;
	margin-left: 25px;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fff;
	cursor: default;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	clear: none;
	line-height: 30px;
	display: inline;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	cursor: pointer;
	float: left;
	text-align: left;
	list-style-type: none;
	list-style-image: none;
}

/* Menu items are a white block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: inline-block;
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	padding: 0 12px 0 12px;
}

/* Menu items that have mouse over or focus have a transparent background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background: url(images/backgrounds/columnheader.png) 0 0 repeat-x;
	color: #fff;
}

#currentlocation {
	color: #fff;
	background: url(images/backgrounds/columnheader.png) 0 0 repeat-x;
}

#undernavbaremail {
	list-style: none;
	float: right;
	padding: 0;

	margin: 0;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	margin: 0 50px 0 0;
	display: inline;
	line-height: 30px;
	height: 20px;
}

#navbarlogo {
	float: left;
}

#navbartag {
	float: right;
}



/************** Footer *****************/

#underbar {
	list-style: none;
	padding: 3px 0 0 0;
	margin-top: 1px;
}

#underbar li {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	display: inline;
	padding: 0 10px 0 10px;

}

#footer {
	background: url(images/backgrounds/columnheader.png) 0 0 repeat-x;
	width: 100%;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
	height: 25px;
	clear: both;
}

.dd {
	position: relative;
	background: url(images/backgrounds/footerNavbar.png) 0 0 repeat-x;
	height: 40px;
	padding: 0;
	margin: 0 auto 0 auto;
	clear: both;
	font-size: 12px;
	line-height: 40px;
}

/************  Common Page Elements ****************/

.column {
	margin: 25px 0 25px 25px;
	padding: 0;
	width: 900px;
	float: left;
	clear: none;
}

.floatleft {
	float: left;
	margin: 0 10px 5px 0;
}

.floatright {
	float: right;
	margin: 5px 0 5px 10px;
}


.small {
	font-size: .9em;
}

.smaller {
	font-size: 0.8em;
}

.columnheader {
	color: #22201C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
	clear: none;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}

.header {
	margin-top: 10px;
}

.bodyimg {
	margin: auto;
	text-align: center;
}

.bodyimgleft {
	float: left;
	clear: none;
	margin-right: 10px;
}

.bodyimg img, .bodyimgleft img {
	border: medium double #d4d2bc;
}

.bodyimg p, .bodyimgleft p{
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 0px;
}



/******** Homepage *********/

.largecolumn {
	position: relative;
	margin: 25px 0 25px 25px;
	padding: 0;
	height: 455px;
	width: 570px;
	float: left;
	clear: none;
}

.largecolumn img {
    display: block;
    margin: 0 auto 0 auto;
}

.smallcolumn {
	position: relative;
	padding: 0;
	margin: 25px 25px 25px 0;
	width: 280px;
	float: left;
	clear: none;
}

.smallcolumn p {
	font-size: .7em;
}

.bg1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 455px;
	width: 180px;
	background-color: #fff;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	-khtml-opacity: 0.3;
}

.portfolio {
	position: absolute;
	left: 0;
	top: 0;
	height: 455px;
	width: 180px;
}

.portfolio:hover {
	background: url(images/graphics/body_img/bg.png) 0 0 repeat-x;
	cursor: hand;
	cursor: pointer;
}

.bg2 {
	position: absolute;
	left: 190px;
	top: 0;
	height: 455px;
	width: 180px;
	background-color: #fff;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	-khtml-opacity: 0.3;
}

.identity {
	position: absolute;
	left: 190px;
	top: 0;
	height: 455px;
	width: 180px;
}

.identity:hover {
	background: url(images/graphics/body_img/bg.png) 0 0 repeat-x;
	cursor: hand;
	cursor: pointer;
}

.bg3 {
	position: absolute;
	left: 380px;
	top: 0;
	height: 455px;
	width: 180px;
	background-color: #fff;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	-khtml-opacity: 0.3;
}

.media {
	position: absolute;
	left: 380px;
	top: 0;
	height: 455px;
	width: 180px;
}

.media:hover {
	background: url(images/graphics/body_img/bg.png) 0 0 repeat-x;
	cursor: hand;
	cursor: pointer;
}

.welcome {
	position: relative;
	padding: 0;
	margin: 0;
	height: 285px;
	width: 280px;
	float: left;
	clear: none;
}

.maintext {
	position: relative;
	margin: 0 0 0 15px;
	padding: 0;
	height: 225px;
	width: 265px;
}

.contactbox {
	position: relative;
	padding: 0;
	margin: 0;
	height: 170px;
	width: 280px;
	float: left;
	clear: none;
}

.bg4 {
	position: absolute;
	left: 0;
	top: 0;
	height: 170px;
	width: 280px;
	background-color: #fff;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	-khtml-opacity: 0.3;
}

.contact {
	position: absolute;
	left: 0;
	top: 0;
	height: 170px;
	width: 280px;
}

.contact:hover {
	background: url(images/graphics/body_img/bg.png) 0 0 repeat-x;
	cursor: hand;
	cursor: pointer;
}



/******** News Blog *********/

.news {
	position: relative;
	margin: 5px 0 15px 25px;
	padding: 0;
	height: auto;
	width: 850px;
	float: left;
	clear: none;
	text-align: center;
}



/******** Portfolio *********/

.port {
	position: relative;
	margin: 25px 0 15px 25px;
	padding: 0;
	height: auto;
	width: 850px;
	float: left;
	clear: none;
	text-align: center;
}

.next img {
	margin-top: 17px;
}

.portbox {
	position: relative;
	margin: 25px 0 0 0;
	height: 348px;
	width: 850px;
}

.bg5 {
	position: absolute;
	left: 0;
	top: 0;
	height: 313px;
	width: 850px;
	background-color: #fff;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	-khtml-opacity: 0.3;
}

.web1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 313px;
	width: 850px;
}

.web1 img {
	margin-top: 17px;
}

.web1:hover {
	background: url(images/graphics/body_img/bg.png) 0 0 repeat-x;
	cursor: hand;
	cursor: pointer;
}

.portbox2 {
	position: relative;
	margin: 25px 0 0 0;
	height: 303px;
	width: 850px;
}

.bg6 {
	position: absolute;
	left: 0;
	top: 0;
	height: 268px;
	width: 850px;
	background-color: #fff;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	-khtml-opacity: 0.3;
}

.web2 {
	position: absolute;
	left: 0;
	top: 0;
	height: 268px;
	width: 850px;
}

.web2 img {
	margin-top: 17px;
}

.web2:hover {
	background: url(images/graphics/body_img/bg.png) 0 0 repeat-x;
	cursor: hand;
	cursor: pointer;
}

.quotebox {
	background: url(images/graphics/body_img/quotes.png) 0 0 repeat-x;
	position: relative;
	margin: 0;
	width: 850px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	overflow:auto;
}

.quote {
	position: relative;
	float: left;
	width: 430px;
	padding: 10px 10px 10px 100px;
	text-align: left;
	font-style: italic;
}

.quoter {
	position: relative;
	float: right;
	width: 200px;
	padding: 10px 100px 10px 10px;
	text-align: right;
}


/******** Guide *********/

.guidebox {
	position: relative;
	margin: 25px 25px 0 0;
	height: 335px;
	width: 266px;
	float: left;
}

.guidebox2 {
	position: relative;
	margin: 25px 0 0 0;
	height: 335px;
	width: 266px;
	float: right;
}

.bgguide {
	position: absolute;
	left: 0;
	top: 0;
	height: 335px;
	width: 266px;
	background-color: #fff;
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
	-khtml-opacity: 0.3;
}

.guide {
	position: absolute;
	left: 0;
	top: 0;
	height: 335px;
	width: 266px;
}

.guide img {
	margin-top: 17px;
}

.guide:hover {
	background: url(images/graphics/body_img/bg.png) 0 0 repeat-x;
	cursor: hand;
	cursor: pointer;
}



/******** Media *********/

.mediacolumn {
	position: relative;
	margin: 10px 0 25px 25px;
	padding: 0;
	height: 455px;
	width: 570px;
	float: left;
	clear: none;
}

.mediabox {
	background: url(images/graphics/body_img/quotes.png) 0 0 repeat-x;
	position: relative;
	margin: 0;
	width: 850px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	overflow:auto;
}

.bleft {
	position: relative;
	float: left;
	width: 485px;
	padding: 10px 10px 10px 35px;
	text-align: left;
}

.bright {
	position: relative;
	float: right;
	width: 265px;
	padding: 10px 35px 10px 10px;
	text-align: right;
}

.bcenter {
	background: url(images/graphics/body_img/quotes.png) 0 0 repeat-x;
	position: relative;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 850px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.brochures {
	position: relative;
	margin: 25px 0 0 0;
	width: 850px;
}



/******** Links *********/

.links {
	position: relative;
	margin: 25px 0 25px 25px;
	padding: 0;
	height: auto;
	width: 850px;
	float: left;
	clear: none;
	text-align: center;
}

.link {
	margin-top: 10px;
}

.link img {
	margin-top: 15px;
}



/******** Contact *********/

.mapcolumn {
	position: relative;
	margin: 0 25px 25px 25px;
	padding: 0;
	height: 455px;
	width: 545px;
	float: left;
	clear: none;
	font-size: 12px;
}

.map {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
}

.address1 {
	position: relative;
	margin: 0 0 25px 0;
	width: 200px;
	float: left;
	text-align: right;
}

.address2 {
	position: relative;
	margin: 0 0 25px 0;
	width: 330px;
	float: right;
	text-align: left;
}

.webformcolumn {
	position: relative;
	padding: 0;
	margin: 0 25px 25px 0;
	width: 280px;
	float: left;
	clear: none;
	font-size: 12px;
}

.boxes {
	width: 245px;
	float: left;
	padding: 0 0 0 25px;
	position: relative;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.sent {
	position: relative;
	margin: 25px 0 25px 25px;
	padding: 100px 0 0 0;
	height: 355px;
	width: 850px;
	float: left;
	clear: none;
	text-align: center;
}