/* CSS Document */
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background-color:#81abd3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-align: center;
	height:100%;
}

body a {
	color:#81abd3;
}

body a:hover, body a:focus {
	color:#DDDDDD;
}

h1 {

	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding:2px 0 2px 0;
}

h2 {

	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding:5px 0 5px 0;
}

p {

	padding:5px 0 5px 0;

}

.content2 {
	color:#000000;
}

#wrapper {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	width: 752px;
	margin:0px auto;
	text-align:left;
}

#logo {
	width:300px; 
	height:116px;
	overflow:hidden;
	float:left;
}

#nav {
	background:url(../graphics/nav_bg.jpg) top left no-repeat;
	width:452px; 
	height:116px;
	float:right;
	position:relative;
}

#nav ul {
	list-style:none;
	position:absolute;
	bottom:10px;
	left:0;
	margin:0;
	padding:0;
}

#nav ul li {
	float:left;
	width:auto;
	color:#81abd3;
	padding-top:10px;
}

#nav ul li a {
	padding:3px 3px 2px 6px;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	letter-spacing:0.4px;
}

#nav ul li a.home {
	background:url(../graphics/home_icon.jpg) bottom left no-repeat;
	padding:16px 2px 2px 28px;
}

#nav ul li a.services {
	background:url(../graphics/services_icon.jpg) bottom left no-repeat;
	padding:16px 2px 2px 22px;
}

#nav ul li a.contact {
	background:url(../graphics/contact_icon.jpg) bottom left no-repeat;
	padding:16px 2px 2px 27px;
}

#left_img {
	width:300px;
	text-align:left;
	float:left;
	clear:both;
	background-image:url(../images/graphic_left.gif);
	background-repeat:no-repeat;
}

#content_wide {
	width:732px;
	text-align:left;
	float:left;
	clear:both;
	background:url(../images/graphic_left.gif) top left no-repeat;
	padding:62px 10px 10px;
}

#content {
	width:447px;
	height:100%;
	text-align:left;
	float:right;
	padding-right: 5px;

}

#main_image_pad {
	margin:9px 0 0 35px;
}

#main_image_pad2 {
	margin:9px 0 0 28px;
}

#footer {
	width:752px;
	margin:0px auto;
}

