/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
font:76% Century Gothic,Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 top center repeat-y;
color:#303030;
}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:825px;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

/***** Header *****/
#header {
margin:10px 0 0;
padding:0;
height:45px;
}

#header h1 {
color:#505050;
background-color:inherit;
width:250px;
margin:0 0 10px;
font-size:2.2em;
float:left;
}

#header h1 a{
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:520px;
float:right;
text-align:center;
color:#505050;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
background-color:inherit;
}

#frontphoto {
margin:0 0 10px;
border:0;
}

#hdrimg {
text-align: left;
}

#subhdr {
text-align: center;
font-size: 13pt;
color: #ffffff;
background-image: url('images/header_gradient.gif');
border: 1px solid #a0a0a0;
width: 823px;
font-face: Verdana,sans-serif;
font-style: italic;
padding: 5px 0 5px 0;
}


/***** Left sidebar *****/
#leftside {
clear:left;
float:left;
width:140px;
margin-top: 10px;
padding:0;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border-left:4px solid #cccccc;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}

/***** Main menu *****/
ul.avmenu {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050;
}

ul.avmenu li a .sm {
font-size: 7pt;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}

/***** Right sidebar *****/
#extras {
float:right;
width:185px;
margin-top: 10px;
padding:0 0 0 10px;
line-height:1.4em;
/*border-top:1px solid #a0a0a0;*/
}

#extras p,#extras ul {
font-size:0.9em;
margin:0 0 10px;
padding:0;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin-bottom: 10px;
padding:0;
}

#extras #testimonial {
	font-size: 0.9em;
	background-color: #ffffe0;
	margin: 75px 10px 0 0;
	margin-top: 30px;
	margin-right: 5px;
	border: 1px solid #333333;
	padding: 3px;
}

#extras #testimonial #testimonial-who {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	margin-top: 22px;
}

/***** Main content *****/
#content {
margin:0px 190px 0px 141px;
border-left:1px solid #a0a0a0;
border-right:1px solid #a0a0a0;
padding:0 10px;
line-height:1.6em;
}

#contentwide {
margin:0 0 0px 150px;
border-left:1px solid #f0f0f0;
padding:0 0 0 10px;
line-height:1.6em;
}

#content h2,#contentwide h2 {
font-size:1.6em;
margin:0px 0 10px;
}

#content h3,#contentwide h3 {
font-size:1.4em;
margin:0 0 8px;
}

#content img,#contentwide img {
display:inline;
/*background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;*/
}

#content #contenthdr {
font-size: 15pt;
color: red;
text-transform: uppercase;
vertical-align: center;
margin-top: -10px;
}


#content #contenthdr #underl {
text-decoration: underline;
}

#content #contentsubhdr {
font-size: 13pt;
color: red;
text-transform: uppercase;
vertical-align: center;
}

#content #contenth3 {
font-size: 11pt;
color: red;
text-transform: uppercase;
vertical-align: center;
}

#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
list-style-image: url('images/bullet.gif');
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content li .emph {
color: red;
font-weight: bold;
margin: 4px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol {
margin:0 0 0 16px;
padding:0;
}

#content #brochdr {
text-align: center;
font-size: 12pt;
color: #eeeeee;
background-image: url('images/header_inv_gradient.gif');
border: 1px solid #a0a0a0;
width: 94%;
font-family: Verdana,sans-serif;
padding: 5px 5px 5px 5px;
margin-top: 10px;
font-weight: bold;
letter-spacing: 5px;
text-transform: uppercase;
}

#content .smalllogo {
text-align: center;
}

#content .contactphone {
text-align: right;
margin: 0 120px 0px;
font-weight: bold;
line-height: 1.2em;
letter-spacing: 2px;
}

#right {
float: right;
}

#left {
float: left;
}

#content .contact {
text-align: center;
font-size: 11pt;
}

#content .contact #company {
font-size: 13pt;
font-weight: bold;
}

/***** Footer *****/
#footer {
clear:both;
margin:0 auto;
padding:10px 0 20px;
border-top:4px solid #f0f0f0;
width:760px;
text-align:center;
color:#808080;
background:#ffffff;
font-size:0.9em;
}

#footer a {
color:#808080;
background-color:inherit;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

#service-cities {
	font-size: 9pt;
	width: 100%;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}

#service-cities tr {
	padding: 0px;
	margin: 0px;
}

#service-cities th {
	width: 33%;
	font-weight: bold;
	text-align: left;
}

#service-cities td {
	width: 33%;
	font-size: 8pt;
	color: #666666;
	vertical-align: top;
	margin-bottom: 10px;
}