@charset "UTF-8";
/* CSS Document */

body {
background-image:url(images/10/bkgtop.jpg);
background-repeat:repeat-x;
background-position:top;
margin-top:15px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration:none;
	color:#bb1800;
}

#copyright {
text-align:center;
font-size:10pt;
}

#content {
	margin:0 auto;
margin-left:20px;
text-align:left;
font-size:11pt;
line-height:16pt;
width:645px;
float:left;
}

#rightcolumn {
float:right;
width:242px;
border-left:#bae6f9 solid 2px;
}

#rightcolumn #rightcontent {
	padding:10px;
}

#clear {
clear:both;
}

h1 {
color:#3068b5;
text-align:center;
font-size:22px;
}

h2 {
color:#3068b5;
font-weight:bold;
font-size:14pt;
}

#shell {
background-image:url(images/10/shelltop.jpg);
background-repeat:no-repeat;
background-color:white;
width:950px;
margin:0 auto;
}
#headershell {
padding:30px;	
}
#header {
height:112px;
}

#header #logo {
float:left;	
}
#header #clicktocall {
float:right;	
}
#header #clicktocall .phone {
	margin-top:5px;
color:red;
font-size:20pt;
font-weight:bold;
}
#menubar {
background-color:#3068b5;
border-top:#89a9d5 solid 1px;
height:30px;
}
#menubar a {
color:white;
text-decoration:none;
line-height:30px;
margin-right:10px;
margin-left:10px;
}
#menubar #dash {
color:white;	
}
.green {
color:#37a828 !important;	
}
.blue {
color:#3068b5 !important;
}