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

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

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

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

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

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

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

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

.form {
	float:left;
	padding-left:20px;
	height:54px;
	padding-top:14px;
}

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

.search-field {	
	line-height:38px;
	height:38px;
	float:left;
	background-color:#FFFFFF;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-color:#d1d1d1;
	border-bottom-color:#d1d1d1;
	border-left:none;
	border-right:none;
}

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

.search-btn {
	float:left;
	margin-left:4px;
}

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

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

#featured {
	float:left;
	height:280px;
	width:707px;
}

.featured-image {
	float:left;
	height:280px;
	width:345px;
	overflow:hidden;	
}


.featured-image img {
    background-color: #FFFFFF;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

.featured-text {
    float: right;
    width: 323px;
    height: 280px;
	font-family:Verdana, Geneva, sans-serif;	
}

.featured-text h2 {
	color:#000000;
	
}

.featured-text p {
    margin-top: 10px;
	color:#999a9b;
	font-size:14px;
	margin-left:30px;
}	

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

#left-content ul {
	color:#999a9b;
	font-size:12px;
	margin-left:30px;
}



#left-content h3 {
	color:#000000;
	margin-bottom:10px;
}

.left-top {
    background-image: url(images/left-content-top.png);
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 352px;
}
 
.left-middle {
	background-image:url(images/left-content-middle.png);
    background-repeat: repeat-y;
    float:left;
    width:310px;
    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: 352px;
    margin-bottom: 10px;
}

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

#right-content ul {
	color:#999a9b;
	font-size:12px;
	margin-left:30px;
}

#right-content p {
	color:#999a9b;
	font-size:12px;
	margin-left:30px;
}

#right-content h3 {
	color:#000000;
	margin-bottom:10px;
}

.right-top {
	background-image:url(images/right-content-top.png);
    background-repeat: no-repeat;
    float: left;
    height: 29px;
    width: 450px;	
}

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

.right-bottom {
    float: left;
    height: 29px;
    width: 450px;
	background-image:url(images/right-content-bottom.png);
    background-repeat: no-repeat;
}

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

#footer p {
	text-align:center;
	padding-top:28px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
