* {
	margin:0;
	padding:0;
}

body {
	background:transparent url(../images/top_bg.jpg) no-repeat scroll top center;
	font-family:"Trebuchet MS";
	font-size:13px;
	margin:0 auto;
	text-align:center;
}

h4 {
	color: #0062AD;
	
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:935px;
}

#bodywrap {
	background:transparent url(../images/bottom_bg.jpg) no-repeat scroll bottom center;
	margin:0 auto;
	text-align:center;
	width:100%;
	clear:both;
	float:left;
	height:252px;
}

/* Header */ 

#header {
	float:left;
	height:361px;
	width:935px;
}
#header .logo {
	clear:both;
	float:left;
	width:420px;
}

/* Menu */

#header .menu {
	float:left;
	width:495px;
}
#header .menu ul {
	margin-top:13px;
	width:495px;
}
#header .menu ul li {
	display:inline;
	font-size:19px;
	font-weight:bold;
	padding-right:8px;
	text-transform:uppercase;
	background:url(../images/bullet.jpg) no-repeat left center;
}
#header .menu ul li.noimg {
	background:none;
}
#header .menu ul li.nopadding {
	padding-right:0px;
}
#header .menu ul li a {
	color:#1D76BB;
	text-decoration:none;
	padding-left:15px;
}
#header .menu ul li a:hover {
	color:#000000;
}

/* Content */

#content {
	clear:both;
	float:left;
	line-height:21px;
	width:935px;
	word-spacing:-0.2px;
	margin-left:0px;
	background:url(../images/content_bg.jpg) repeat-y;
}
#content .left {
	clear:both;
	float:left;
	padding:14px 0 0 12px;
	width:418px;
	margin-left:35px;
}
#content .mid {
	background:transparent url(../images/line.jpg) no-repeat scroll center center;
	float:left;
	height:168px;
}
#content .right {
	float:left;
	font-size:15px;
	padding:14px 0 0 18px;
	width:430px;
}
#content .right ul {
	list-style-type:none;
	margin-top:38px;
}
#content .right ul li {
	display:inline;
	padding-right:8px;
}
#content .right ul li img {
	border:medium none;
}

/* Footer */ 

#footer {
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	width:935px;
	margin-top:80px;
}
#footer .icon {
	clear:both;
	float:left;
	padding-left:10px;
}
#footer ul {
	float:left;
	list-style-type:none;
	margin:14px 0 0 70px;
}
#footer ul li {
	display:inline;
	padding-right:10px;
}
#footer ul li a {
	text-decoration:none;
	color:#999999;
}
#footer p {
	float:left;
	margin:14px 0 0 30px;
}
#footer img {
	float:left;
}

/* Firefox */ 
#content,  x:-moz-any-link, x:default  {margin-left:1px;}

/* Safari */
html[xmlns*=""] body:last-child #content {margin-left:1px;}


/* Chrome */
body:nth-of-type(1) #content {
   margin-left:0px;
}

/* IE */
#content {
	*margin-left:0px;
}
#content .left {
	_margin-left:25px;
}
