/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../image/background.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header-container {
	height: 145px;
	width: 750px;
	background-image: url(../image/header_glass_background.jpg);
	background-repeat: repeat-x;
}

#left-side {
	background-image: url(../image/side_shadow.png);
	background-repeat: no-repeat;
	float: left;
	height: 140px;
	width: 1px;
	background-position: bottom;
}

#nav-wrapper {
	background-image: url(../image/star.png);
	background-repeat: no-repeat;
	float: left;
	height: 139px;
	width: 460px;
}

 #navcontainer ul
{
	list-style-type: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	padding: .2em 1em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-color: #E1670B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


#logo-container {
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 87px;
	width: 204px;
	margin-top: 15px;
	margin-left: 70px;
}

.pic-float-left
{ float:left;}

.pic-float-right
{float: right;}



#right-side {
	background-image: url(../image/side_shadow.png);
	background-repeat: no-repeat;
	float: right;
	height: 140px;
	width: 1px;
	background-position: bottom;
}

#content-container {
	width: 748px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003B8E;
	border-bottom-color: #003B8E;
	border-left-color: #003B8E;
	float: left;
}

#left-col {
	float: left;
	width: 460px;
}

#right-col {
	float: right;
	width: 200px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

#main-text {
	float: left;
	width: 458px;
	margin-top: 20px;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003B8E;
	padding-right: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003B8E;
	line-height: 25px;
}

.orange-text {
	color: #E1670B;
}

.blue-text {
	color: #003B8E;
}

.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003B8E;
}

#main-text ul {
	list-style: none;
	margin-left: 20px;
}

#main-text li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#main-text li a {
	text-decoration: none;
	color: #000000;
}

#main-text li a:active {
}

#main-text li a:hover {
	color: #E1670B;
}

#van-pic {
	background-image: url(../image/van.png);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 77px;
	width: 450px;
}

#pic-container {
	float: left;
	height: auto;
	width: 490px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#client-logo {
	float: right;
	height: auto;
	width: 165px;
	margin-right: 35px;
	margin-top: 20px;
}

#footer-container {
	width: 750px;
	height: 20px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#left-text {
	float: left;
	height: 20px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

#right-text {
	float: right;
	height: 20px;
	width: 200px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}

#footer-container ul {
	text-decoration: none;
	list-style-type: none;
}

#footer-container li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E1670B;
	text-decoration: none;
	list-style-type: none;
}

#footer-container a {
	text-decoration: none;
	color: #E1670B;
}

#footer-container a:active {
	color: #E1670B;
}

#footer-container a:hover {
	color: #003B8E;
}
