* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background-color: #f6f6f6;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #0087C7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0087C7;
}
a:hover {
	text-decoration: underline;
	color: #003955;
}
a:active {
	text-decoration: none;
	color: #0087C7;
}

p {
	color: #666666;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
}

h2 {
	background-image: url(images/divider.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0087c7;
}

h3 {
	color: #666666;
	text-transform: capitalize;
	font-size: 20px;
}

#container {
	margin: auto;
	width: 850px;
}

#navigation {
	float: left;
	height: 70px;
	width: 850px;
}

#navigation li {
	display: block;
	list-style-type: none;
	float: left;
	background-image: url(images/nav_separator.png);
	background-repeat: no-repeat;
	background-position: left;
}

#navigation li a {
	color: #666666;
	font-weight: bold;
	width: 108px;
	height: 42px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 26px;
	float: left;
	text-decoration: none;
	margin-left: 2px;
}

#navigation li a Res{
	color: Blue;
}

#navigation li a:hover {
	background-image: url(images/nav_hover.png);
	background-repeat: repeat-x;
	color: #0087c7;
	margin-left: 2px;
}

.form {
	float: left;
	padding-left: 20px;
	height: 55px;
	padding-top: 15px;
	
}

#search-left {
	background-image: url(images/search_field_left.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 21px;
}

#search-right {
	background-image: url(images/search_field_right.png);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 21px;
}

.search-field {
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	margin-top: 7px;
	padding-top: 7px;	
}

.search-btn {
	float: left;
}

#title {
	float: left;
	height: 105px;
	width: 850px;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#featured {
	float: left;
	height: 233px;
	width: 870px;
}

.featured-image {
	float: left;
	height: 233px;
	width: 267px;
}

.featured-image img {
	/*background-color: #FFFFFF;*/
	/*border: 1px solid #d9d9d9;*/
	padding-top: 5px;
}

.featured-text {
	margin-top: 20px;
	margin-left: 33px;
	float: right;
	width: 570px;
	height: 233px;
}

.featured-text p {
	margin-top: 10px;
}

#left-content {
	float: left;
	width: 349px;
	margin-top: 20px;
}

.left-top {
	background-image: url(images/left_content_top.png);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 349px;
}

.left-middle {
	background-image: url(images/left_content_middle.png);
	background-repeat: repeat-y;
	float: left;
	width: 307px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d1d1d1;
	border-left-color: #d1d1d1;
	padding-right: 20px;
	padding-left: 20px;
}

.left-bottom {
	background-image: url(images/left_content_bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 349px;
	margin-bottom: 10px;
}

#right-content {
	float: left;
	width: 904px;
	margin-top: 20px;
}

.right-top {
	float: left;
	height: 25px;
	width: 904px;
	background-image: url(images/right_content_top.png);
	background-repeat: no-repeat;
}

.right-middle {
	background-image: url(images/right_content_middle.png);
	background-repeat: repeat-y;
	float: left;
	width: 864px;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 250px;
}

.right-middle h3 {
	margin-bottom: 10px;
}

.right-bottom {
	float: left;
	height: 25px;
	width: 904px;
	background-image: url(images/right_content_bottom.png);
	background-repeat: no-repeat;
}

li.icon1 {
	list-style-type: none;
	display: block;
	background-image: url(images/icon1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 75px;
}

li.icon2 {
	list-style-type: none;
	display: block;
	background-image: url(images/icon2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 75px;
}

li.icon3 {
	list-style-type: none;
	display: block;
	background-image: url(images/icon3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 75px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	float: left;
	height: 68px;
	width: 904px;
	margin-top: 10px;
}

#footer p {
	color: #666666;
	text-align: center;
	padding-top: 75px;
}

