/* CSS Document */

body{
	padding:0px 0px 0px 0px;
	margin:0px 30px 0px 30px;
	color:#000;
	background-color: #E2E8EB;
	background-image: url(/2009_rebuild/graphics/background.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.8em;
}

body,td,th {
	color: #2C637C;
}


/* Cain add */

a:link {
	color: #2C637C;
	text-decoration:underline;
}
a:visited {
	color: #004358;
}
a:hover {
	color: #004358;
	background-color: #F4F6F7;
	text-decoration: none;
}
a:active {
	color: #59829A;
}

div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}


h1{
	/*color:#AEDB13;*/
	padding:10px 0px 10px 0px;
	margin:0;
	font-size:200%;
	font-weight:normal;
	line-height:1.2em;

}

h2{
	color:#85A5B8;
	padding:10px 0px 10px 0px;
	margin:0;
	font-size:150%;
	font-weight:normal;

}

h3{
	color:#59829A;
	padding:10px 0px 10px 0px;
	margin:0;
	font-size:125%;
	font-weight:bold;

}


/* big buttons */
a.button {
    background: transparent url('../images/nav_button_a.gif') no-repeat scroll top right;
    color:#666666;/**/
    display: block;
    /**/float: right;
    font: bold 14px arial, sans-serif;
    height: 40px; /* 24 px */
    margin:0px;
    padding-right: 36px; /* sliding doors padding */
    text-decoration: none;
	/*width:170px;*/
}

a.button span {
    background: transparent url('../images/nav_button_span.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 10px 5px 14px 22px; /* change here for text positioning */
}

a.button:link {
    /*color:#999999;*/
}

a.button:visited {
    /*color:#999999; */
}

/**/a.button:hover {
    color:#333333;
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration:none;
}

a.button:hover span {
    background-position: bottom left;
    padding: 10px 5px 14px 22px; /* change here for text positioning */
}

a.button:active {
    background-position: bottom right;
    color:#FFFFFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 10px 5px 14px 22px; /* change here for text positioning */
}


/*------------------------------------------------body--------------------*/

/*------------------------------------------------body--------------------*/
#outerContainer{
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	
	/* --------- Total back ground image centered behind header 
	Keep away from edges due to body padding ----*/ 
	
	/*background-image:url(/2009_rebuild/graphics/header_symphony.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;*/
}


#body{
	/*width:auto; --------not needed */
	max-width:960px;
	min-width:800px;
	height:auto;
	padding:0px 0px 7px 0px;
	margin:0 auto;
	background-color:#FFFFFF;
}

/*------------------------------------------------header--------------------*/
#header{
	width:auto;
	max-width:960px;
	min-width:800px;
	height:200px;
	position:relative;
	margin:0 auto;
	
	
}

#header .logo{
	width:460px;
	height:100px;
	background:url(/2009_rebuild/graphics/header_logo.png) 0 0 no-repeat;
	position:absolute;
	left:20px;
	top:30px;
}

/*#header .animate{
	width: 140px;
	height:80px;
	background:url(/2009_rebuild/graphics/animate.gif) 0 0 no-repeat;
	display:block;
	float:right;
	position:static;
	left:-320px;
	top:20px;
	
}*/

/*------------------------------------------------header--------------------*/


/*-----------------------------------------------navigation--------------------*/

/*------------- Main -----------*/



#header a.contact{
	width:170px;
	height:40px;
	background:url(/2009_rebuild/graphics/button_css_contact.png) 0 0 no-repeat;
	display:block;
	float:right;
	position:relative;
	left:0px;
	top:25px;/**/
}
#header a.contact:hover{
	background-position:0 -40px;
}

#header a.contact:active{
	background-position:0 -80px;
}

/* estimate button */
#header a.estimate{
	width:170px;
	height:40px;
	background:url(/2009_rebuild/graphics/button_css_estimate.png) 0 0 no-repeat;
	display:block;
	float:right;
	position:relative;
	left:170px;
	top:65px;
}
#header a.estimate:hover{
	background-position:0 -40px;
}

#header a.estimate:active{
	background-position:0 -80px;
}

/* suggestions button */
#header a.feedback{
	width:170px;
	height:40px;
	background:url(/2009_rebuild/graphics/button_css_feedback.png) 0 0 no-repeat;
	display:block;
	float:right;
	position:relative;
	left:340px;
	top:105px;
}
#header a.feedback:hover{
	background-position:0 -40px;
}

#header a.feedback:active{
	background-position:0 -80px;
}

#logOn{
	width:auto;
	height:auto;
	/*background-color:#F4F6F7;*/
	padding: 2px 20px 6px 20px;/**/
	margin:0px;
	/*border:dashed 1px #E3EAEC;*/
	border:#FFFFFF thin dashed ;
	border-bottom:none;

	display:block;
	float:right;
	position:relative;
	right:-510px;/**/
	top:167px;
}


/* main navigation */


#header a.home{
	width:40px;
	height:40px;
	background:url(/2009_rebuild/graphics/button_css_home.jpg) 0 0 no-repeat;
	position:absolute;
	left:0px;
	top:160px;
}
#header a.home:hover{
	background-position:0 -40px;
}

#header a.home:active{
	background-position:0 -80px;
}



#header a.web{
	width:170px;
	height:40px;
	background:url(/2009_rebuild/graphics/button_css_website.jpg) 0 0 no-repeat;
	position:absolute;
	left:42px;
	top:160px;
}
#header a.web:hover{
	background-position:0 -40px;
}

#header a.web:active{
	background-position:0 -80px;
}

#header a.webOn{
	width:170px;
	height:40px;
	background:url(/2009_rebuild/graphics/button_css_website.jpg) 0 0 no-repeat;
	background-position:0 -80px;
	position:absolute;
	left:42px;
	top:160px;
}
#header a.webOn:hover{
	background-position:0 -40px;
}

#header a.webOn:active{
	background-position:0 -80px;
}





#header a.print{
	width:160px;
	height:40px;
	background:url(/2009_rebuild/graphics/button_css_design.jpg) 0 0 no-repeat;
	position:absolute;
	left:214px;
	top:160px;
}
#header a.print:hover{
	background-position:0 -40px;
}

#header a.print:active{
	background-position:0 -80px;
}


#header a.printOn{
	width:160px;
	height:40px;
	background:url(/2009_rebuild/graphics/button_css_design.jpg) 0 0 no-repeat;
	background-position:0 -80px;
	position:absolute;
	left:214px;
	top:160px;
}
#header a.printOn:hover{
	background-position:0 -40px;
}

#header a.printOn:active{
	background-position:0 -80px;
}





#header a.features{
	width:174px;
	height:40px;
	background:url(/2009_rebuild/graphics/button_css_features.jpg) 0 0 no-repeat;
	position:absolute;
	left:376px;
	top:160px;
}
#header a.features:hover{
	background-position:0 -40px;
}

#header a.features:active{
	background-position:0 -80px;
}


#header a.featuresOn{
	width:174px;
	height:40px;
	background:url(/2009_rebuild/graphics/button_css_features.jpg) 0 0 no-repeat;
	background-position:0 -80px;
	position:absolute;
	left:376px;
	top:160px;
}
#header a.featuresOn:hover{
	background-position:0 -40px;
}

#header a.featuresOn:active{
	background-position:0 -80px;
}




/*------------- SUB -----------*/

ul#navlist
{
margin-left: 0px;
padding:10px 10px 10px 20px;
/*white-space: nowrap;*/
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

#navlist li
{
display: inline;
list-style-type: none;
font-size:11px;
}

#navlist a { padding: 3px 10px 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #59829A;
text-decoration: none;
}

#navlist a:hover
{
color: #004358;
background-color: #F4F6F7;
text-decoration: none;
}



#subNavShad {
	left:0px;
	top:40px;
	display: block;
	width:auto;
	/*max-width:960px;
	min-width:760px;*/
	height:10px;
	background-image:url(/2009_rebuild/graphics/subNavShad.jpg);
}


/*------------------------------------------------left--------------------*/
#left{
	width:auto;
	/*max-width:1016px;
	min-width:700px;*/
	height:auto;
	float:left;
	margin: 10px 0px 10px 0px;
	background-color: white;
	padding: 10px 20px 10px 20px;
}

#left .heroContainer{
	width:100%;
	height:100%;
	float:left;
	margin: 0px 10px 10px 0px;
	padding: 0px ; /* Space between slider and boarder */
	background-image:url(/2009_rebuild/graphics/hero_swish06.jpg); 
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border:solid 1px;
	border-color:#E3EAEC;
}

#left .container1{
	width:auto;
	height:auto;
	float:left;
	margin: 10px 0px 10px 0px;
	/*background-color:#E3EAEC;*/
	border:solid 1px;
	border-color:#E3EAEC;
	padding: 10px 10px 10px 10px;
}

#left .container2{
	width:240px;
	height:auto;
	float:left;
	margin: 0px 20px 20px 0px;
	/*background-color:#E3EAEC;*/
	border:solid 1px;
	border-color:#E3EAEC;
	padding: 10px 10px 10px 10px;
}

#left .containerForm{
	width:290px;
	height:auto;
	float:left;
	margin: 0px 20px 20px 0px;
	/*background-color:#E3EAEC;*/
	border:solid 1px;
	border-color:#E3EAEC;
	padding: 10px 10px 10px 10px;
}

#left .containerOBS{
	width:auto;
	color:#FFFFFF;
	height:auto;
	float:left;
	margin: 10px 0px 10px 0px;
	background-color:#006699;
	padding: 10px 10px 10px 10px;
	
}

#left .containerCMS{
	width:auto;
	color:#FFFFFF;
	height:auto;
	float:left;
	margin: 10px 0px 10px 0px;
	background-color:#AED006;
	padding: 10px 10px 10px 10px;	
}

#left .info{
	width:120px;
	height:auto;
	float:right;
	text-align:center;
	margin: 5px 5px 5px 5px;/**/
	background-color:#F4F6F7;
	padding: 5px 5px 5px 5px;/**/
	border:solid 1px;
	border-color:#E3EAEC;	
}

#left .itemOdd{
	display:block;
	width:185px;
	height:auto;
	float:left;
	margin: 1px 0px 0px 0px;/**/
	background:#F4F6F7;
	padding: 2px 20px 6px 20px;/**/
	border:solid 1px;
	border-color:#ffffff;	/**/
}


#left .itemEven{

	width:185px;
	height:auto;
	float:left;
	margin: 1px 0px 0px 0px;/**/
	background-color:#E6EBF0;
	padding: 2px 20px 6px 20px;/**/
	border:solid 1px;
	border-color:#ffffff;	/**/
}

#left .itemLogo{
	display:block;
	width:auto;
	height:auto;
	float:left;
	text-align:center;
	background:#FFFFFF;
	/*border:solid 1px;
	border-color:#E6EBF0;	*/
}

#left .itemLogo a{
	display:block;
	float:left;
	text-align:center;
	background:#FFFFFF;
	margin: 15px 15px 0px 0px;/**/
	padding: 11px;/**/
	border:solid 1px;
	border-color:#E6EBF0;	/**/
}

#left .itemLogo a:hover{
	display:block;
	float:left;
	text-align:center;
	background:#FFFFFF;
	margin: 15px 15px 0px 0px;/**/
	padding: 10px;/**/
	border:solid 2px;
	border-color:#BFE10E;	/**/
}

#left .itemRight{
	width:auto;
	height:auto;
	float:right;
	margin: 0px;/**/
	/*background-color:#F9FAFC;*/
	padding: 2px 20px 6px 20px;/**/
	border:dashed 1px #E3EAEC;

}


#left .itemLong{
	width:298px;
	height:auto;
	float:left;
	margin: 1px 0px 0px 0px;/**/
	background-color:#F4F6F7;
	padding: 2px 20px 6px 20px;/**/
	border:solid 1px;
	border-color:#ffffff;	/**/
}

#left .itemLong2{
	width:298px;
	height:auto;
	float:left;
	margin: 1px 0px 0px 0px;/**/
	background-color:#E6EBF0;
	padding: 2px 20px 6px 20px;/**/
	border:solid 1px;
	border-color:#ffffff;	/**/
}





#left .itemLongest{
	width:auto;
	height:auto;
	float:left;
	margin: 1px 0px 0px 0px;/**/
	background-color:#EFF4DF;
	padding: 2px 20px 6px 20px;/**/
	border:solid 1px;
	border-color:#ffffff;	/**/
}

#left .itemFeature{
	width:auto;
	height:auto;
	float:left;
	margin: 1px 0px 0px 0px;/**/
	background-color:#F4F6F7;
	white-space:normal;
	padding: 6px 6px 6px 6px;/**/
	border:solid 1px;
	border-color:#ffffff;	/**/
}

#left .itemFeature img{
	float:left;
	padding: 6px 12px 6px 6px;/**/
}


/*#left .infoArea{
	width:auto;
	max-width:720px;
	min-width:380px;
	height:auto;
	float:left;
	margin: 10px 10px 10px 0px;
	/*background-image:url(/2009_rebuild/graphics/left_colm_back.jpg);
	background-repeat: repeat-y; 
	padding: 10px 10px 10px 10px;
	background-color:#ffffff;
	border:solid 1px;
	border-color:#E3EAEC;
}*/

/*------------------------------------------------left end--------------------*/

/*------------------------------------------------right--------------------*/
#right{
	width:auto;
	max-width:160px;
	min-width:160px;
	height:auto;
	float:right;
	margin: 20px 20px 20px 20px;
	background-color:#ffffff;
	border:solid 1px;
	border-color:#E3EAEC;
	/*background-image:url(/2009_rebuild/graphics/right_colm_back.jpg);
	background-repeat: repeat-y;*/
	/*border-top:solid 1px #BFD0D5;
	border-bottom:solid 1px #BFD0D5;*/
	padding: 10px 10px 10px 10px;
}

#right .container1{
	width:auto;
	max-width:360px;
	min-width:160px;
	height:auto;
	float:left;
	border-bottom:solid 1px #BFD0D5;/**/
	padding:5px 0px 10px 0px;

}

#right .container1 h3{
	font-size:12px;
	text-transform: capitalize;
	padding:3px;
	background-color:none;
	
}
	
#right .container1 ul li{
	color:#004358;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	line-height:1.8em;
}
#right .container1 ul li a{
	color:#59829A;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	padding:3px 5px 3px 10px;
	text-decoration:none;
}
#right .container1 ul li a:hover{
	color:#59829A;
	text-decoration:none;
	color: #004358;
	background-color: #F4F6F7;
}

#right .container1 img{
	padding-top:10px;
	padding-bottom:10px;
}

/*  bottom container */

#right .containerBtm{
	width:auto;
	max-width:360px;
	min-width:160px;
	height:auto;
	float:left;
	border-bottom:solid 0px #BFD0D5;/**/
	padding:5px 0px 10px 0px;

}

#right .containerBtm h3{
	font-size:12px;
	text-transform: capitalize;
	padding:3px;
	background-color:none;
	
}
	
#right .containerBtm ul li{
	color:#004358;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	line-height:1.8em;
}
#right .containerBtm ul li a{
	color:#59829A;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	padding:3px 5px 3px 10px;
	text-decoration:none;
}
#right .containerBtm ul li a:hover{
	color:#59829A;
	text-decoration:none;
	color: #004358;
	background-color: #F4F6F7;
}

#right .containerBtm img{
	padding-top:10px;
	padding-bottom:10px;
}
/*------------------------------------------------right end--------------------*/

/*------------------------------------------------footer--------------------*/


#footer{
	max-width:960px;
	min-width:800px;
	height:60px;
	margin:0 auto;
	/*background-color:#F4F6F7;*/
	color:#fff;
	position:relative;
}

#footShad {
	left:0px;
	top:40px;
	display: block;
	width:auto;
	height:10px;
	background-image:url(/2009_rebuild/graphics/footShad.jpg);/**/
}

#footer .container1{
	width:650px;
	position:absolute;
	left:10px;
	top:20px;
}

#footer ul li{
	float:left;
	color:#004358;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
}
#footer ul li a{
	color:#59829A;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	padding:3px 5px 3px 5px;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#59829A;
	text-decoration:underline;
}
#footer p.copyright{
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	color:#59829A;
	background-color:inherit;/**/
	position:absolute;
	left:10px;
	top:30px;
	white-space: nowrap;
}

#footer p.design{
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	color:#C5BE25;
	background-color:inherit;
	position:absolute;
	left:19px;
	top:85px;
}
#footer p.design a{
	color:#FFFFFF; background-color:inherit; text-decoration:none;
	}
#footer p.design a:hover{
	color:#C5BE25; background-color:inherit;
	
}

#footerRight{
	width:130px;
	height:60px;
	float:right;
}
	
#footer a.xht{
	width:80px;
	height:20px;
	background:url(../graphics/button_xhtml.jpg) 0 0 no-repeat;
	position:absolute;
	/*left:670px;*/
	top:20px;
}
#footer a.xht:hover{
	background-position:-80px;
}

#footer a.cs{
	width:80px;
	height:20px;
	background:url(../graphics/button_css.jpg) 0 0 no-repeat;
	position:absolute;
	/*left:670px;*/
	top:40px;
}
#footer a.cs:hover{
	background-position:-80px;
}
/*------------------------------------------------footer--------------------*/

