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

body {
	background-image: url(images/new_side.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

#header {
	background-image: url(images/new_header.gif);
	background-repeat: no-repeat;
	width: 394px;
	height: 143px;
}

#side_bar {
	float: left;
	width: 152px;
	padding-left: 2px;
        padding-right: 6px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 22px;
	width: 660px;
}
#content2 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 170px;
	width: 510px;
}

#button {
	padding-top: 48px;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 4px solid #1958b7;
	border-right: 4px solid #508fc4;
	background-color: #2938a8;
	color: #fff;
	text-decoration: none;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 4px solid #1c64d1;
	border-right: 4px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#services {
	position: absolute;
	top: 100px;
	left: 690px;
	width: 150px;
}

#services li a {
	display: block;
	padding: 15px 5px 5px 5px;
	border-left: 4px solid #1958b7;
	border-right: 4px solid #508fc4;
	background-color: #2938a8;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

html>body #services li a {
	width: auto;
}

#services li a:hover {
	border-left: 4px solid #1c64d1;
	border-right: 4px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#services ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#services li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#footer {
	font-size: 10px;
	text-align: center;
        padding-left: 48px;
	width: 680px;
}

h2 {
	text-align: center;
	font-size: 18px;
}

.service_header {
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	background-color: #2938a8; 
	color: white;
	border-left: 4px solid #1958b7;
	border-right: 4px solid #508fc4;
	padding-top: 8px;
	padding-bottom: 8px;
}

table.contactus {
	border: 1px solid #000;
	border-collapse: collapse;
}

table.contactus td {
	padding: 4px 8px 4px 8px;
}

table.contactus td.left_cell {
	text-align: right;
	border: 1px solid #CCC;
	background-color: darkblue;
	color: white;
}

table.contactus td.right_cell {
	text-align: left;
	border: 1px solid #CCC;
	background-color: #EEE;
}
