/* CSS Document */
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0px; padding: 0px; border: 0px;
}
.clear:after {
	content: ""; display: block; clear: both;
}
.clear { zoom: 1; }

body {
	background: #FFFFFF url(images/back_02.jpg) repeat-x;
	font-family: "Swis721 Lt BT", Helvetica, Arial, sans-serif;
}
#wrapper {
	width: 750px;
	margin: 0px auto;
}
#header {
	height: 60px;
	padding: 15px 0px 0px 0px;
}
#header h1 a {
	display: block; width: 167px; height: 58px; float: left;
	background: url(images/logo_w2.png); text-indent: -9999px;
}
#header ul#nav {
	float: right; list-style: none; margin: 30px 0px 0px 0px;
}
	#header ul#nav li {
		float: left; padding: 0px 0px 0px 40px; margin: 0px 37px 0px 0px;
	}
	#header ul#nav li:first-child { background: none;}
	#header ul#nav li a {
		font-size: 24px; color: #005676; text-decoration: none;
	}
		#header ul#nav li a:hover, #header ul#nav li a.active {
			color: #454545;
			}
#main_content {
	clear: both; height: 300px;
	padding: 0px;
	margin: 0px;
}
#secondary_content {
	margin: 40px 20px 0px 20px;
}
#left_content {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 2px #E8E1E7 solid;
	width: 333px;
	height: 245px;
	float: left;
	text-align: center;
	padding: 0px 10px 0px 0px;
	overflow: hidden;
}
#left_content p {
	padding: 10px 0px 0px 0px;
	font-size: xx-large; color: #005676;
}
#right_content {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: 2px #E8E1E7 solid;
	width: 333px;
	height: 245px;
	float: right;
	text-align: center;
	padding: 0px 10px 0px 0px;
	overflow: hidden;
}
#right_content p {
	padding: 10px 0px 0px 0px;
	font-size: xx-large; color: #005676;
}
#footer {
	clear: both;
}
#footer ul#nav {
list-style: none; margin: 0px 0px 0px 0px;
}
	#footer ul#nav li {
		float: right; padding: 40px 0px 30px 40px; margin: 0px 37px 0px 0px;
	}
	#footer ul#nav li:first-child { background: none;}
	#footer ul#nav li a {
		font-size: 14px; color: #005676; text-decoration: none;
	}
		#footer ul#nav li a:hover, #header ul#nav li a.active {
			color: #454545;
			}
/*------------------Styles------------------------*/
.small_image {
	margin: 0px 10px 10px 10px;
}
a {
	text-decoration: none;
}
.webitem { width:170px;float:left;text-align:center;padding:40px;color:#fff;}	
