/* CSS Document */

body {
	font: 76%  Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0 auto;
	padding: 0;
	background: #f4f4f4 url(../images/page-bg.gif) top center;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.client_table {
	background-color:#f7f7f7;
	font: 120%  Arial, Helvetica, sans-serif;
}
#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 746px;
background-image:url(../images/bg.gif);
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #000033;
}
h1 {
	font-size: 14px;
	color: #000000;
}
h2 {
	font-size: 12px;
	color: #333333;
}
h3 {
	font-size: 12px;
	color: #333333;
}
/*  HEADER   */

#header {
background-position:bottom left; 
background-repeat:no-repeat;
clear: both;
margin:0px;
padding: 0;
height: 100px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

/*  CONTENT  */

#content {
margin: 0 10px 20px 180px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: justify;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}


#seperator { background-image:url(../images/seperator.gif);}

/*  FOOTER   */

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

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

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

/*  LEFT SIDE MENU   */

#avmenu {
clear: left;
float: left;
width: 170px;
margin: 20px 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 170px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 4px;
}

#avmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #cecfcd;
border-left: 4px solid #b0b1b2;
}	
	
#avmenu li a:hover {
background: #b0b1b2;
color: #FFFFFF;
border-left: 4px solid #cecfcd;
}

/*  GENERAL  */

.left {
margin: 10px 10px 5px 0;
float: left;
}

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

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/* EXTRAS  */
#frontphoto {
margin: 0 0 10px 0;
border: 0;
}



.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}



h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

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

a img {
border: 0;
}


/*  ~tooltip   */

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px dashed black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
padding:20px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.contentimg-left {float:left; padding-right:10px; padding-bottom:5px; padding-top: 4px;}
.contentimg-right {float:right; padding-left:10px; padding-bottom:5px; padding-top: 4px;}

/* CONTACT PAGE */

.companyName {color:#2E7096; font-weight:bold; font-size:16px; font-family:Verdana,Arial,Helvetica;}
.linkMap {color:#2E7096; font-size:14px; font-family:Verdana,Arial,Helvetica; text-align:right;}