html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana;
	font-size: 10pt;
	background: #1b488c;
	color: #494848;
}
a {
	color: #08014b;
	border-bottom: 1px dashed #08014b;
	text-decoration: none;
}

a:hover {
	color: #cc3700;
	border-bottom: 1px dashed #cc3700;
}

#main {
	background: url(main_bg.gif) top center repeat-y;
}

#container, #footer {
	width: 740px;
}

#container {
	background: #ffffff;
}

.foot {
	background: #1b488c url(footer_bg.gif) top center no-repeat;
	color: #ffffff;
}

.left {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.right {
	float: right;
	width: 520px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}

.copyright {
	padding-top: 20px;
	text-align: right;
	float: right;
}

.copyright a {
	color: #ffffff;
}


.clr {
	width: 100px;
	height: 1px;
	clear: both;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	list-style: none;
}

li {
	margin: 0px;
	padding: 0px;
	color: #494848;
	text-align: left;
}

li a {
	padding-left: 10px;
	background: url(bullet.jpg) 0px 6px no-repeat;
	text-decoration: none;
	border: 0px;
	color: #494848;
	font-size: 9pt;
	line-height: 120%;
	margin: 0px;
}

li a:hover {
	text-decoration: underline;
	color: #cc3700;
	border: 0px;
}

#nav {
	margin-left: 10px;
	text-align: left;
}

#nav a {
	padding-left: 10px;
	background: url(bullet.jpg) 0px 8px no-repeat;
	text-decoration: none;
	border: 0px;
	color: #494848;
	font-size: 9pt;
	display: block;
	line-height: 120%;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav a:hover {
	text-decoration: underline;
	color: #cc3700;
	border: 0px;
}

h1 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 {
	padding: 3px 0px 3px 10px;
	margin: 0px 0px 5px 0px;
	background: url(h3_bg.jpg) top left repeat-y;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

a#home_btn img {
	background: url(home_off.jpg) center no-repeat;
	border: 0px;
	text-decoration: none;
}

a#services_btn img {
	background: url(services_off.jpg) center no-repeat;
	border: 0px;
	text-decoration: none;	
}

a#about_btn img {
	background: url(about_off.jpg) center no-repeat;
	border: 0px;
	text-decoration: none;	
}

a#contact_btn img {
	background: url(contact_off.jpg) center no-repeat;
	border: 0px;
	text-decoration: none;	
}

a#home_btn:hover img {
	background: url(home_on.jpg) center no-repeat;
}

a#services_btn:hover img {
	background: url(services_on.jpg) center no-repeat;
}

a#about_btn:hover img {
	background: url(about_on.jpg) center no-repeat;
}

a#contact_btn:hover img {
	background: url(contact_on.jpg) center no-repeat;
}

#menu {
	padding-top: 170px;
}

#menu img {
	height: 30px;
	margin-left: 5px;
	margin-right: 5px;
}

#menu a {
	border: 0px;
}

#header {
	background: url(header.jpg) top center no-repeat;
	text-align: left;
	clear: both;
	height: 200px;
}

a#home_btn img {
	width: 60px;
}

a#services_btn img {
	width: 70px;
}

a#about_btn img {
	width: 80px;
}

a#contact_btn img {
	width: 90px;
}

img.contentpic {
	padding: 10px;
}