/*---------------BODY------------------------ */
body {
	background-color:#FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 4px 0 0 0;
	padding: 0;
}
#wrapper {
	width: 750px;
	margin: 0px auto;
}
#surround{
	width:750px;
	color:#333333;
	float:left;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	/*background-image: url(images/white-wires.jpg);*/

}
/*---------------HEADER------------------------ */
#header {
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 135px;
	margin:-4px 0 2px 0;
	width: 750px;
}
#logo {
	float: left;
	margin: 9px 0 0 63px;
	padding: 0;
}
#tel {
	font-size: 17px;
	font-weight: normal;
	color: #615889;
	float: right;
	width: 150px;
}
/*---------------NAVIGATION------------------------ */
#nav {
	float: left;
	height: 40px;
	width: 742px;
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	margin: 0 4px;
}
#nav ul{
	list-style:none;
	margin:8px 0 0 15px;
	padding:0;
}
#nav li{
	display:inline;
	width:88px;
	height:26px;
	margin:0;
	padding:0;
}
#nav li a{
	text-transform:uppercase;
	color:#BAD4E0;
	font-size:13px;
	display:block;
	float:left;
	text-align:center;
	width:88px;
	height:26px;
	margin:0 7px;
	line-height:25px;
	padding:0;
}
#nav li a:hover{
	background-image:url(images/nav-bg-current.jpg);
	color:#FFFFFF;
}
#current, #nav li a#current{
	color:#FFFFFF;
	background-image:url(images/nav-bg-current.jpg);
	background-repeat:no-repeat;
}
#image-slide {
	float: left;
	height: 189px;
	width: 741px;
	margin: 0 5px;
}
#service-headline {
	background-image:url(images/service.jpg);
	height: 0px;
	width: 284px;	
	overflow: hidden;
	background-repeat: no-repeat;
	margin: 30px 0 0 30px;
	padding: 50px 0px 0px;
	font-size: 2px;
}
/*---------------MAIN------------------------ */
#maincontent {
	width: 500px;
	float: left;
	margin: 0 0 0 5px;
}
#main {
	float: left;
	width: 750px;
	margin: 18px 0;
}
#maincontent h1 {
	color: #0D5F86;
	margin: 0 0 5px 0;
	font-size: 18px;
}
#maincontent h2 {
	color: #333;
	margin: 15px 0 5px 0;
	font-size: 13px;
}
a{
	color: #146D97;
	text-decoration: none;
}
#maincontent a:hover{
text-decoration:underline;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}

/*---------------------SIDE--------------------------- */
#sidecontent {
	float: right;
	height: auto;
	width: 200px;
	border-left: #999999 1px dashed;
	padding: 0 0 0 20px;

}
#sidecontent h3 {
	color: #0D5F9D;
	margin: 0;
	font-size: 14px;
}
#sidecontent h2 {
	color: #0D5F9D;
	margin: 0;
	font-size: 14px;
}

#service {
	float: right;
	height: 90px;
	width: 500px;
}
#sticky-note{
background-image:url(images/sticky-note.jpg);
	height: 0px;
	width: 186px;	
	overflow: hidden;
	background-repeat: no-repeat;
	margin: 0 0 35px 8px;
	padding: 158px 0px 0px;
	font-size: 2px;
}
/*---------------------CONTACT--------------------------- */
.contact {
	height: auto;
	width: 270px;
	float: left;
	border-right:1px dotted #333333;
	padding: 8px;
	font-size: 0.8em;
}
.contact-form {
	height: auto;
	width: 452px;
	float: left;
	padding: 8px;
	font-size: 11px;
}
.contact-form a {
	color: #333333;
}
.contact_title {
	width: 150px;
	float: left;
	padding: 3px 5px;
	text-align: right;
	font-weight: bold;
}
.contact_info {
	float: left;
	height: auto;
	width: 270px;
	padding: 3px 5px;
}
/*---------------FOOTER------------------------ */
#footer {
	font-size: 10px;
	text-align: left;
	width: 745px;
	margin: 0 0 0 5px;
	float:left;
	padding:10px 0 0 0;
	color: #333333;
}
#footer a{
color:#333333;
}
#footer a:hover{
text-decoration:underline;
}
#contact {
	width: 283px;
	height: 249px;
	background: url(images/note.jpg) no-repeat;
	position: fixed;
	bottom: 0;
	right: 0;
	overflow:hidden;
}
#contact p {
	display: none;
}
#contact .email {
	position: absolute;
	bottom: 20px;
	right: 40px; 
	width: 230px;
	height: 30px;
	text-indent: -9000px;
	overflow: hidden;
}
#contactDetails {
	display: none;
	position: fixed;
	z-index: 20;
	bottom: 4px;
	right: 185px;
	color:#333333;
	font-weight:bold;
	font-size:15px;
}
#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:490px;
	left:50%;
	top:50%;
	z-index:2;
}

.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background-color:#0D5F86;
}

.accordion_child{
	padding:15px;
	background:#EEE;
}

.header_highlight{
	background-color:#0D5F86;
}
