@charset "utf-8";

/* STRUCTURAL STYLES*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #444444;
	text-decoration: none;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #010202;
}
#wrapper {
	padding: 0px;
	width: 1045px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/wrapper-BG.png);
	background-repeat: repeat-y;
}


#top {
	padding: 0px;
	width: 1045px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	height: 26px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 353px;
}
#nav {
	padding: 0px;
	height: 37px;
	width: 993px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#below-nav {
	margin: 0px;
	padding: 0px;
	height: 22px;
	background-image: url(../images/below-nav.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#body-content {
	margin: 0px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main-content-container {
	clear: both;
	width: 862px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/Content-BG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	overflow: hidden;
}
#left-column {
	clear: left;
	float: left;
	width: 465px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
}
#right-column {
	clear: right;
	float: right;
	width: 375px;
	padding-top: 10px;
}


#footer {
	margin: 0px;
	padding: 0px;
	height: 77px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}

#bottom {
	padding: 0px;
	width: 1045px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height: 27px;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	clear: both;
}
#copyright {
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #8EB2C8;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}

/* COPY & TEXT STYLES*/

a {
	color: #272B43;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
.main-titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #272B43;
	text-decoration: none;
	line-height: 22px;
}
.phone-number-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #272B43;
	text-decoration: none;
}

.headline-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #212841;
}
#copyright a {
	color: #98BBCF;
	text-decoration: underline;
}
#copyright a:hover {
	color: #00CCFF;
}

/* IMAGES AND OTHER STYLES*/

.Img-border-gray {
	padding: 0px;
	border: 5px solid #F0F0F0;
}
