* {
	margin: 0;
	padding: 0;
}


html, body, #wrap {
	height: 100%; 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #c0c0c0;
	background: url(../images/pattern2.png);
	background-repeat: repeat;
	margin: 0 auto;
}

body > #wrap {height: auto; min-height: 100%;}



#container {
	
	width: 964px;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	

	
}




/* ++++++++++++++++++ */
/*      MASTHEAD      */
/* ++++++++++++++++++ */

#top {
	
	width: 960px;
	height: 24px;
	margin: 0 auto;	
	background-color: inherit;
	border-top: 2px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}

#top a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: inherit;
}

#top a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #607886;
	background-color: inherit;
	
}

#top img{

	vertical-align: middle;
	padding: 1px 1px 1px 1px;
	border: 0px;
text-align: left;
}
#quick_contact {

	width: 400px;
	height: 20px;
	color: #00283c;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: right;
	padding: 2px 1px 1px 1px;
	float: right;
	
}





#header {

	width: 960px;
	height: 113px;
	background: url(../images/header_plaid.jpg);	
	border-bottom: 2px solid #fff;
	margin: 0 auto;	

}


/* ------------------ */
/*    END MASTHEAD    */
/* ------------------ */







/* ++++++++++++++++++ */
/*      MAIN MENU     */
/* ++++++++++++++++++ */


#navbar {
	position: static;
	float: right;
	margin-top: 45px;
	margin-right: 0px;
	padding: 0;
	width: 550px;
	text-align: center;
}

#navbar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
	z-index: 999;
}

#navbar a {
	display: block;
	padding: 3px 8px;
	
	background-color: inherit;
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 84px;
	font-weight: bold; 
}

#navbar a.test {

	display: block;
	padding: 3px 8px;
	
	background-color: inherit;
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 120px;
	font-weight: bold; 
}

#navbar a:hover {
padding: 3px 8px;

	color: #000;
	background-color: #fff;
}

#navbar li { /* all list items */
	float: left;
	
	list-style: none;
	width: auto; /* width needed or else Opera goes nuts */
}

#navbar li:hover a{
	
	color: #000;
	background-color: #fff;
}

#navbar li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

	
}

#navbar li:hover ul, #navbar li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width: 100px;
	color: #000;	
	background-color: #fff;
	z-index: 999;
}



#navbar li:hover li a, #navbar li.hover li a {
	color: #607886;
	width: 84px; 
	text-align: left;
	background-color: inherit;
	padding: 3px 8px;
	line-height: 14px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 9999;
}




#navbar li li a:hover {
	background-color: #607886;
	padding: 3px 8px;
	width: 84px;	
	color: #fff; 
}





/*

#navbar {
	position: relative;
	float: right;
	margin-top: 69px;
	margin-right: 0px;
	padding: 0;
	width: 550px;
}
#navbar li {
	list-style: none;
	float: left;
	margin-right: 6px;	
	width: auto;

 }
#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: inherit;
	text-transform: uppercase;
	text-decoration: none; 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold; 
}

#navbar li a:hover {
	background-color: #fff;
	color: #000;
	padding: 3px 8px; 
	width: auto;	
}

#navbar li ul {
	display: none; 
	padding: 3px 8px;
	border-bottom: 1px solid #fff;
 }

#navbar li:hover ul, #navbar li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0; 
	background-color: #fff;
	color: #607886;
}
#navbar li:hover li, #navbar li.hover li {
	float: left;
	width: auto;
	padding: 0;
}

#navbar li:hover li a, #navbar li.hover li a {
	color: #607886; 
	background-color: inherit;
	padding: 3px 8px;
	font-size: 81%;
	font-family: Arial, Helvetica, sans-serif;
}

#navbar li li a:hover {
	background-color: #607886;
	padding: 3px 8px;
	color: #fff; 
}


*/


/* ------------------ */
/*    END MAIN MENU   */
/* ------------------ */






/* ++++++++++++++++++ */
/*     BREADCRUMBS    */
/* ++++++++++++++++++ */


#sub   { 
	width: 960px;	
	height: 18px;	
	background: #898989;
	position: relative;
	margin: 0 auto;	
	border-bottom: 2px solid #fff;
	padding-top: 2px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #fff;
	text-decoration: none;
	text-align: left;
	text-indent: 2px;
	
	
}


#sub   a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #fff;
	text-decoration: none;
	background-color: inherit;
	
}

#sub   a:hover {

	text-decoration: underline;

}


/* ------------------ */
/*  END BREADCRUMBS   */
/* ------------------ */






/* ++++++++++++++++++ */
/*       CONTENT      */
/* ++++++++++++++++++ */



#content   {
	margin: 0 auto;
	width: 960px;
	color: #333333;
	background: #dedede;
	position: relative;
	display: table;
	font-family: arial, sans-serif;
	font-size: 13px;

}

#content_test   {
	margin: 0 auto;
	width: 960px;
	color: #333333;
	background: #fff;
	position: relative;
	display: table;
	font-family: arial, sans-serif;
	font-size: 13px;
	

}



#content p, #content_test p {
	
	font-size: 13px;
	background-color: inherit;
	font-family: arial, sans-serif;
	line-height: 18px;
	
	padding-top: 15px;
	text-align: left;
	
}




#content_left   {

	width: 600px;
	background: #fff;
	color: #1e1e1e;
	text-align: left;
	float: left;
	padding: 10px 20px 5px 20px;
	display: table-cell;
	
	
	
	

}

#content_left_test   {

	width: 600px;
	background: #fff;
	color: #1e1e1e;
	

	padding: 10px 20px 5px 20px;
	
	margin: 0 auto;
	
	
	

}

#ctitle   {
	
	float: left;
	
	background: url(../images/sub_head.gif) no-repeat left;
	background-color: inherit;
	color: #fff;
	width: 400px;
	height: 40px;
	text-align: left;
	padding: 15px 0px 0px 10px;
	vertical-align: middle;
	
}

#ctitle  h2 {

	font-family: georgia, serif;
	font-size: 12px;
	color: #fff;
	background-color: #00283c;
	letter-spacing: 1.2px;
	text-transform: uppercase;


}



#content_right   {
	
	width: 270px;
	
	height: 100%;
	
	display: table-cell;
	background: #dedede;
	color: inherit;
	float: right;
	padding: 10px 37px 0px 0px;
	text-align: left;
	
	
	

}

#content_right_test {

	width: 450px;
	height: 100%;
	display: table-cell;
	background: #fff;
	color: #1e1e1e;
	padding: 10px 25px 0px 0px;
	vertical-align: top;


}

#content_right h2 {

	background-color: inherit;
	font-family: arial, sans-serif;
	font-size: 16px;
	color: #607886;

}

#content_left   span {
	background-color: inherit;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #607886;
	

}

#content_left img {
   	display: block;
    	margin: 0 auto;
	text-align: center;
	border: 0;
	
   	 
}


#push, #pushed, #pushes, #pusher, #pushee   {
	color: inherit;
	height: 44px;
	background: #fff;
}

#big_push  {
	color: inherit;
	height: 225px;
	background: #fff;
}

#test_push  {
	color: inherit;
	height: 60px;
	background: #fff;
}

#content   ul {
	margin-left: 30px;
	margin-top: 2px;
	list-style-type: square;
}

#iframe {
	width: 600px;
	height: 450px;
	float: right;
}

#contact {
	text-align: left;
	width: 200px;
	float: left;
	font-family: arial, sans-serif;
	font-size: 13px;
}


#contact a, #content a {
	background-color: inherit;
	color: #607886;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 13px;

}

#contact a:hover, #content a:hover {
	text-decoration: underline;

}

#below {
	clear: both;
}

blockquote.left  {
	
	font-family: georgia, serif;
	font-size: 12px;
	color: #999;
	background-color: inherit;
	border-left: 4px double #607886;
	padding-left: 10px;
	margin-left: 6px;
	
}

blockquote.line{

	
	border-bottom: 1px solid #607886;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 6px;
	
}

#content_left blockquote.line p.liner, #content_left_test blockquote.line p.liner {
	
	font-family: georgia, serif;
	font-size: 12px;
	color: #607886;
	background-color: inherit;
	margin-top: -20px;
	line-height: 20px;
}


#content_left table {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	color: #1e1e1e;
	text-align: left;
	table-layout: auto;
	
	
}

#content_left table td {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	text-align: center;
	width: 85px;
	height: 30px;
	border: 1px solid #1e1e1e;
}

#content_left table td.head {
	background-color: #1e1e1e;
	color: #fff;

}

#content_left table td.total {
	background-color: #607886;
	color: #fff;

}
#content_left table td.none {
	border: none;
	text-align: right;
	height: 10px;
width: auto;
}

#content_left table td.copal, #content_left table td.pod  {
	background-color: #fff;
	color: #607886;
	font-weight: bold;

}


#content img.team {
	margin-right: 10px;
	
	float: left;
	width: 132px;
	
}

#content img.full {
	
	margin-left: 70px;
	float: left;
	width: 182px;
	
}

#content img {

 	border: 1px solid #607886;

}

#content a img.serv {
	
 	border: 1px solid #607886;
}

#content a:hover img.serv {
 	border: 1px solid #000;
}

#content img.serv {
	margin: 10px;
	float: left;
	width: 275px;
	
	
}


#content img.ico {
	float: left;
	padding-right: 4px;

}
#content a img.news {
	
 	border: 1px solid #607886;
}

#content a:hover img.news {
 	border: 1px solid #000;
}

#content img.news {
	margin: 2px;
	float: left;
	width: 600px;
	
	
}


#content_left a img.team {
	
 	border: 1px solid #607886;
}

#content_left a:hover img.team {
 	border: 1px solid #000;
}

#content_left span.call {
	font-size: 10px;
	font-family: arial, sans-serif;
	color: #333333;
	
}



#green table {
	border: none;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	color: #1e1e1e;
	text-align: left;
	table-layout: auto;
}

#green table td {
	border: none;

} 

#green table td.green {
margin: 2px;
 
	
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	



#green table td.green img {
  display: inline;
	border: 1px solid #607886;

}

#green table td.green a:hover img {border: 1px solid #000;}






#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 501px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #607886;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 70px;
	padding-top: 5px;
	font-size: 12px;
}

#thanks {
	
	padding: 20px 0px 10px 0px;
	width: 100%;
	height: 100px;
	background: #fff;
	border-bottom: 5px solid #00283c;
	
}

#thanks p {

	padding-left: 85px;
	font-family: arial, sans-serif;
	font-size: 18px;
	line-height: 1.5em
	
}

#thanks a {
	background-color: inherit;
	color: #607886;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 18px;
	

}

#thanks a:hover {
	
	background-color: inherit;
	color: #607886;
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: 18px;
	

}

#thanks span {
	
	font-family: arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #00283c;
	padding-left: 10px;
	
	

}

#thanks img {
	padding-left: 50px;
	
	
}

#content_left hr {
	
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 100%;
	text-align: left;

}

#serv {
	
	padding: 0;
	padding-bottom: 8px;
	
	list-style-type: none;
	}
#serv li {
	border: 1px solid #E8E7D0;
	padding: 8px;
	background-color: #e7ecee;
	margin: 20px 0;
	line-height: 19px;
	}
#serv li:hover{ background-color: #fff; }






/* ------------------ */
/*     END CONTENT    */
/* ------------------ */







/* ++++++++++++++++++ */
/* FOOTER & COPYRIGHT */
/* ++++++++++++++++++ */

#footer {
	position: relative;
	border-top: 2px solid #ffffff;
	margin: 0 auto;	
	clear:both;
	width: 960px;
	height: 140px;
	background: #252525;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#footer_left {

	width: 550px;
	
	float: left;
	padding: 5px;

}

#flink_left {

	width: 145px;
	float: left;
	clear: both;
	position: absolute;
	top: 10px;
	left: 15px;
	text-align: left;
	


}

#flink_midl {

	width: 145px;
	clear: both;
	position: absolute;
	top: 26px;
	left: 120px;
	text-align: left;
}


#flink_mid {
	
	width: 145px;
	float: right;
	clear: both;
	position: absolute;
	top: 26px;
	left: 225px;
	text-align: left;
}




#flink_midr {
	
	width: 145px;
	float: right;
	clear: both;
	position: absolute;
	top: 26px;
	left: 330px;
	text-align: left;
}

#flink_right {
	
	width: 145px;
	float: right;
	clear: both;
	position: absolute;
	top: 10px;
	left: 435px;
	text-align: left;
}

#footer_right {

	width: 340px;

	padding: 5px;
	top: 0px;
	right: 0px;
}

#fabout {
	width: 300px;
	float: right;
	clear: both;
	position: absolute;
	top: 5px;
	right: 10px;
	padding: 5px;
	line-height: 15px;
	text-align: right;

}

#footer h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #607886;
	text-decoration: none;
	background-color: inherit;

}
	

#footer a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	background-color: inherit;
	text-decoration: none;

}

#footer a:hover {

	text-decoration: underline;
}


#footer ul {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	list-style-type: none;
	background-color: inherit;;

}

#footer li {

	margin: 0 auto;
	padding: 2px;
}

#copy {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	background-color: inherit;
	color: #737373;
	width: 450px;
	text-decoration: none;
	margin-top: 90px;
	text-align: center;
	border-top: 1px dotted #737373;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
}
	
#copy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #737373;
	text-decoration: none;
	background-color: inherit;
}