/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body {
	background: #f6f6f5 url(../images/bg_main.jpg) repeat-x;
	background-position: top center;
	font-family: Verdana, san-serif;
	font-size: 12px;
	color: #2b2b2b;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #98012e;
	text-decoration: none;
}
a:hover {
	color: #f47b20;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.footerText1 {
	color: #2b2b2b;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.footerText1 a:link, .footerText1 a:active, .footerText1 a:visited {
	color: #2b2b2b;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.footerText1 a:hover {
	color: #dddac6;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.headBigger {
	color: #98002e;
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.headBig {
	color: #2b2b2b;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.headMed {
	color: #2b2b2b;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.headMed:link, a.headMed:visited {
	color: #2b2b2b;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a.headMed:hover{
color:#a0cf67;}

a.hotlink:link, a.hotlink:visited{
	color:#990000;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	text-decoration:blink;	
	font-weight: bold;}

.headSmall {
	color: #2b2b2b;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.whiteText {
	color: #fff;
	font-family: Verdana, san-serif;
	line-height: 15px;
	font-size: 11px;
}

.whiteHead {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.listStyle {
	list-style-image: url(../images/bullet01.gif);
	line-height: 16px;
	padding-left: 20px;
}

.colorBox {
	padding: 16px 20px 30px 15px;
}

.colorBox a {
	color: #d7d7d7;
}

.colorBox a:hover {
	color: #fff;
}
	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	/*background: url(../images/bg_strip.png) repeat-y;*/
	width: 800px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
#menu {
	background: #fff;
	margin-right: 25px;
	width: 473px;
	float: right;
}

#header {
	width: 800px;
	height: 252px;
	float: left;
}

/* HEADERS ================================================== */

.home {background: url(../images/header_01.jpg) no-repeat;}
.about {background: url(../images/header_02.jpg) no-repeat;}
.gallery {background: url(../images/header_03.jpg) no-repeat;}
.awards {background: url(../images/header_04.jpg) no-repeat;}
.contact {background: url(../images/header_05.jpg) no-repeat;}
.civic {background: url(../images/header_06.jpg) no-repeat;}
.civil {background: url(../images/header_07.jpg) no-repeat;}
.commercial {background: url(../images/header_08.jpg) no-repeat;}
.childcare {background: url(../images/header_09.jpg) no-repeat;}
.industrial {background: url(../images/header_10.jpg) no-repeat;}
.insurance {background: url(../images/header_11.jpg) no-repeat;}
.maintenance {background: url(../images/header_12.jpg) no-repeat;}
.residential {background: url(../images/header_13.jpg) no-repeat;}
.retail {background: url(../images/header_14.jpg) no-repeat;}
.benex {background: url(../images/header_15.jpg) no-repeat;}

/* HEADERS ================================================== */

#contentMAIN {
	width: 800px;
	float: left;
}

#contentTEXT {
	background: #fcfcfb;
	width: 760px;
	padding: 20px 20px 20px 20px;
	float: left;
}

#contentTEXT2 {
	background: #fcfcfb;
	width: 720px;
	padding: 40px 40px 35px 40px;
	float: left;
}

#footer {
	background: #fcfcfb;
	padding-top: 20px;
	margin-top: 20px;
	width: 800px;
	height: 35px;
	float: left;
}



/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:left;
	width:473px;
}


#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}


/* first level */
#nav li a:link, #nav li a:visited {
	height:40px;
	display:block;
	text-decoration:none;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited {
	background-position:0 -40px;
}


/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited {
	background-image:url(../images/nav1.jpg);
	width:69px;
	margin-right: 20px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url(../images/nav2.jpg);
	width:69px;
	margin-right: 20px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url(../images/nav3.jpg);
	width:79px;
	margin-right: 20px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url(../images/nav4.jpg);
	width:80px;
	margin-right: 20px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	background-image:url(../images/nav5.jpg);
	width:82px;
}
/* Top Nav elements enclosed up */

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity:0.7;
}

