@charset "utf-8";
body {
	background-color: #066295;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	margin: 0;
}
img.grey-line {
	margin-left: 30px;
}

hr {

}

h1 {
	font-size: large;
	color: #066295;
}
/* CSS Document */

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header-bg {
	height: 160px;
	width: 960px;
	background-image: url(images/gradient-bg.png);
}


#header {
	height: 160px;
	width: 960px;
	background-image: url(images/header.png);
}
#header  img {
	float: left;
	margin: 30px 0 0 40px;
}

#flash-home {
	height: 250px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #ffffff;
}
#flash-bg {
	height: 260px;
	width: 960px;
	background-image: url(images/gradient-bg.png);
}


#content {
	width: 960px;
	background-image: url(images/gradient-bg.png);
	padding-top: 30px;
	padding-bottom: 30px;
	display: inline-block;
}
#content-gallery {
	width: 900px;
	background-image: url(images/gradient-bg.png);
	padding-top: 0px;
	padding-bottom: 30px;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
}


#left {
	float: left;
	width: 275px;
	margin-left: 55px;
}
#box-top {
	background-image: url(images/box-top.png);
	height: 30px;
	width: 250px;
}
#box-bg {
	background-image: url(images/box-bg.png);
	width: 250px;
	display: inline-block;
}
#box-bg p {
	margin-right: 20px;
	margin-left: 20px;
}

#box-btm {
	background-image: url(images/box-btm.png);
	height: 30px;
	width: 250px;
	margin-bottom: 30px;
}

#right {
	float: right;
	width: 560px;
	margin-right: 50px;
}
#right a {
	color: #F3761C;
	text-decoration: none;
}
#right a:hover {
	color: #666666;
}
#clear-both {
	clear: both;
}



#footer {
	background-image: url(images/gradient-bg.png);
	height: 70px;
	width: 960px;
	clear: both;
}
#footer img {
	margin-top: 10px;
	margin-left: 35px;
}
.phone {
	font-size: large;
	float: right;
	margin-right: 40px;
}


.footer {
	font-size: x-small;
	text-align: center;
	margin-top: 15px;
}
.footer a {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	color: #F3761C;
}
.nav {
	margin-right: 40px;
	color: #666666;
	margin-top: 120px;
	float: right;
}
.nav a {
	color: #666666;
	text-decoration: none;
}
.nav a:hover {
	color: #066295;
}
.divider {color: #F3761C}
#box-bg a {
	color: #FFFFFF;
	text-decoration: none;
}
#box-bg a:hover {
	color: #666666;
}
img.box {
	float: right;
	margin-top: -10px;
}

#box-bg h1 {
	font-size: large;
	color: #FFFFFF;
	margin-left: 20px;
}
table.float-left {
	float: left;
}
table.float-left img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.float-right {
	float: right;
}
table.float-right img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.westview a {
	color: #000000;
	text-decoration: none;
}
