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

body {
	margin: 0px;
	padding: 0px;
	background: #fcfdfd;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:10px;
}

p {
	line-height: 20px;
	margin: 20px;
	text-align:justify;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#333;
}

a:hover {
	color: #b3d9f3;
}

#container a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#333;
}

#container a:hover {
	color: #b3d9f3;
}

#nav {
	background:url(assets/top_banner.jpg) repeat-x;
	height:29px;
	width: 100%;
}

#menu {
	height:24px;
	width: 800px;
	margin: 0px auto;
	padding-top: 5px;
}

#menu a {
	font-size: 12px;
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
	margin-left: 15px;
	
}

#items {
	width: 550px;
	float:left;
}

#callus {
	float:right;
	text-align:right;
	height:24px;
	font-size: 12px;
	width: 230px;
	font-weight: bold;
	color:#FFF;
	margin-right: 10px;
}

.blue {
	color: #b3d9f3;
}

#menu a:hover, a:visited {
	color: #b3d9f3;
}

#header {
	background:url(assets/header.jpg) no-repeat top center #001231;
	height: 252px;
	width: 100%;
}

#content {
	background:url(assets/content_bg.jpg) repeat-x top;
	width: 100%;
	height: auto;
	min-height: 400px;
}

#wrapper {
	position:absolute;
	left:50%;
	top:120px;
	margin-left: -400px;
	z-index:2;
	width: 800px;
	height:auto;
}

#left {
	width: 460px;
	float: left;
	height: auto;
}

#right {
	width: 340px;
	float: right;
	text-align:center;
}

#container {
	background:url(assets/background.png) no-repeat top center;
	width: 460px;
	height:auto;
}

#top {
	width: 460px;
	height: 90px;
}

#logobox {
	vertical-align: middle;
	width: 774px;
	height: 59px;
	margin: 0px auto;
	background:url(assets/logos/bottom_03.jpg) center no-repeat;
}

#innerbox {
	height: 5px;
	width: 764px;
}

#footer {
	width: 800px;
}

#footer p {
	line-height: 5px;
	margin: 10px 5px 5px 20px;
}

#footer a {
	color:#39C;
}

#copyright {
	width: 500px;
	float:left;
}

#cacpro {
	width: 200px;
	float:right;
	margin-top: 6px;
	text-align:right;
	margin-right: 20px;
}

img, div, a, span { behavior: url(iepngfix.htc) }





