/* ---------------------------------------------------------------------------------------- */
/* CSS */
/* ---------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #f2f1f1;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	text-align: center !important;
	color: #555555;
}


/* ---------------------------------------------------------------------------------------- */
/* Subpages */
/* ---------------------------------------------------------------------------------------- */


#outercontainer {
	width: 920px;
	margin: 0 auto;
	padding: 0;
}


/* ---------------------------------------------------------------------------------------- */
/* Header and Top Content */
/* ---------------------------------------------------------------------------------------- */


#header {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 0;
	/*background-color: #870708;*/
	text-align: center;
	color: #fff;
}





/* ---------------------------------------------------------------------------------------- */
/* Navigation */
/* ---------------------------------------------------------------------------------------- */


#navigation {
	position: relative;
	width: 920px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	/*background-color: #870708;*/
	background: #f2f1f1 url(/images/navigation-background.gif) no-repeat;
	text-align: center;
	color: #fff; 
}


#navlinks {
	margin: 0 auto;
	padding: 12px 0 0 0;
	/*width:970px;*/
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	/*background-color: #0099FF;*/
}

#navlinks ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
}

#navlinks ul li {
	display: inline;
	position: relative;
}



/* ---------------------------------------------------------------------------------------- */
/* Subnav list styles */
/* ---------------------------------------------------------------------------------------- */

.subnav {
	list-style: none !important;
	margin: 0;
	padding: 0;	
	/*border-top: 1px solid #a8a8a8;*/
	border-left: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
}

.subnav li {
	border-bottom: 2px solid #a8a8a8;
	/*background-color: #cfa501;*/
}

.subnav li.last {
	border-bottom: 2px solid #a8a8a8;
	/*border-bottom: none;*/
	/*background-color: #cfa501;*/
}

.subnav li a { 
	display: block;
	padding: 5px 0 5px 10px;
	color: #eee !important;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;	
}

.subnav li a:hover { 
	color: #fff;
	background-color: #467bb7;
}



/* ---------------------------------------------------------------------------------------- */
/* Container */
/* ---------------------------------------------------------------------------------------- */

#container {
	width: 920px;
	margin: 0 auto;
	padding: 0 0 25px 0;
	/*background: #fff url(/images/container-background.gif) repeat-y center top;
	background-color: #fff;*/
}

#content {
	float: left;
	display: inline;
	width: 660px;
	margin: 30px 15px 0 15px;
	padding: 0;
	text-align: left;
	/*background-color: #CC9900;*/
}

#leftcontent {
	float: left;
	width: 230px;
	margin: 30px 0;
	padding: 0;
	text-align: center;
	/*background-color: #00CC00;*/
}


#content h1 {
	margin-top: 0;
	padding: 0;
	color: #555555;
	font-size: 16px;
	font-weight: bold;
}

#content h2 {
	color: #555555;
	font-size: 13px;
	font-weight: bold;
}

#content h3 {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
}

#content img {
	margin: 5px;
	border: #bdbcbc solid 1px;
}


.leftphone {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.leftservices {
	margin: 35px 0 0 0;
	padding: 0;
	/*background-color: #FF0000;*/

}

.leftservices ul {
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
}

.testimonial {
	margin: 25px auto 0;
	padding: 20px 15px;
	width: 179px; /* 209px */
	height: 118px; /* 158px */
	background: #f2f1f1 url(/images/testimonialbox.gif) no-repeat;
	color: #fff;
	text-align: left;
	font-size: 12px;
}



/* ---------------------------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
	text-align: center !important;
	color: #000;
	font-size: 12px;
}

#navBottom {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navBottom ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navBottom li { 
	padding: 0;
	display: inline;
}

#copyright {
	margin: 0;
	padding: 0;
	text-align: center;
}


/* ---------------------------------------------------------------------------------------- */
/* Anchors */
/* ---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	background-color: #518acb;
	color: #fff !important;
}

a:visited {
	color: #0000FF;
}

#navBottom a,
#navBottom a:visited,
#copyright a,
#copyright a:visited {
	color: #000;
	text-decoration: none;
}

#navBottom a:hover,
#copyright a:hover {
	color: #000 !important;
	text-decoration: underline;
	background-color: transparent;
}


#navlinks a {
	color: #ffffff;
	text-decoration: none;
	padding: 8px 12px;
}

#navlinks a:hover {
	text-decoration: none;
	/*background-color: #cfa501;*/
	background-color: #518acb;
}

#navlinks a:visited {
	color: #ffffff;
	text-decoration: none;
}


.leftservices a,
.leftservices a:visited {
	color: #555555 !important;
	font-weight: bold;
}

.leftservices a:hover {
	color: #fff !important;
}


#content a:hover.img {
	text-decoration: none !important;
	background-color: transparent !important;
}

a.imgNoHover:hover{
	text-decoration: none !important;
	background-color: transparent !important;
}


/* ---------------------------------------------------------------------------------------- */
/* Text */
/* ---------------------------------------------------------------------------------------- */

.whitetext {
	color: #fff !important;
}

.blacktext {
	 color: #000 !important;
}

.tantext {
	 color: #bbbcb2 !important;
}

.bluetext {
	 color: #586b8a !important;
}

.redtext {
	color: #ff0000 !important;
}

.text10 {
	font-size: 10px !important;
}

.text11 {
	font-size: 11px !important;
}

.text12 {
	font-size: 12px !important;
}

.justify {
	text-align: justify !important;
}


/* ---------------------------------------------------------------------------------------- */
/* Clears */
/* ---------------------------------------------------------------------------------------- */

br.clear-both, 
div.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}

br.clear-right, 
div.clear-right {
	clear: right;
	margin: 0;
	padding: 0;
}

