/* === Page Layout === */
body {
	background-color: #003273;
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#BodyContainer {
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 760px;
}
#Header {
	background-image: url(img/bg_header.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 760px;
}
#NavContainer {
	background-color: #003273;
	width: 720px;
	margin-left: 20px;
	height: 22px;
}
#Gap {
	height: 55px;
	margin: 0px;
	padding: 0px;
	clear: left;
}
#Content {
	background-image: url(img/bg_content.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

/* === Main Navigation === */

#Nav, #Nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#Nav li {
	float: left;
} 
#Nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 2px;
	padding-bottom: 3px;
}
#Nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 240px;
	font-weight: normal;
	margin: 0;
	padding: 0px;
	border-top: 2px solid #923030;
	border-right: 2px solid #923030;
	border-bottom: 2px solid #923030;
	border-left: 2px solid #923030;
	background-image: url(img/bg_dropDownNav.png);
} 
#Nav li ul li a {
	display: block;
	color: #003273;
	font-size: 11px;
	padding: 3px 7px;
	width: 214px;
}
#Nav li ul li {
	clear: both;
	background-image: url(img/bg_li.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#Nav li:hover ul, #Nav li.sfhover ul {
	left: auto;
}
#Nav li:hover, #Nav li.sfhover {
	background: #923030;
}
#Nav li li {
	padding-right: 1em;
}
#Nav li ul li:hover, #Nav li ul li.sfhover {
	background: #FFFFFF;
}

/* === Main Content Layout === */

#ContentTop {
	background-image: url(img/bg_contentTop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	height: 12px;
}
#ContentBottom {
	background-image: url(img/bg_contentBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
}
#ColLeft {
	float: left;
	width: 260px;
	clear: left;
	margin-left: 8px;
	margin-right: 30px;
}
html>body #ColLeft {
	float: left;
	width: 260px;
	clear: left;
	margin-left: 14px;
	margin-right: 32px;
}
#ColCenter {
	float: left;
	width: 440px;
	clear: right;
}
#ContentLeft280 {
	padding: 0px;
	clear: left;
	float: left;
	width: 280px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 14px;
	margin-left: 7px;
}
html>body #ContentLeft280 {
	margin-left: 14px;
}
#ContentRight432 {
	padding: 0px;
	clear: right;
	float: left;
	width: 432px;
	margin: 0px;
}
#ContentLeft212 {
	padding: 0px;
	clear: left;
	float: left;
	width: 212px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 14px;
	margin-left: 14px;
}
#ContentRight500 {
	padding: 0px;
	clear: right;
	float: left;
	width: 500px;
	margin: 0px;
}
#ContentFull {
	padding: 0px 14px 0px 0px;
	clear: right;
	float: right;
	width: 730px;
	margin: 0px;
}

/* === Boxes and Accessories === */

.boxTopWrapper {
	background-image: url(img/bg_boxTopR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 10px;
	width: 100%;
}
.boxTop {
	background-image: url(img/bg_boxTopL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	line-height: 10px;
}
.boxBottomWrapper {
	background-image: url(img/bg_boxBottomR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	height: 10px;
	width: 100%;
}
.boxBottom {
	background-image: url(img/bg_boxBottomL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	line-height: 10px;
}
.boxContentWrapper {
	background-image: url(img/bg_boxR.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.boxContent {
	background-image: url(img/bg_boxL.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 11px;
}
.agentBoxTopWrapper {
	background-image: url(img/bg_boxTopR2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 12px;
	width: 90%;
}
.agentBoxTop {
	background-image: url(img/bg_boxTopL2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	line-height: 12px;
}
.agentBoxBottomWrapper {
	background-image: url(img/bg_boxBottomR2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	height: 12px;
	width: 90%;
}
.agentBoxBottom {
	background-image: url(img/bg_boxBottomL2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	line-height: 12px;
}
.agentBoxContentWrapper {
	background-image: url(img/bg_boxR2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 90%;
}
.agentBoxContent {
	background-image: url(img/bg_boxL2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 11px;
	color: #666666;
}
.titleBox500 {
	background-image: url(img/gfx_redBox_low_500.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 38px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
	margin-bottom: 20px;
}
#ContentTop img.mar500 {
	float: left;
	margin-left: 246px;
}
#ContentTop img.mar718 {
	float: left;
	margin-left: 28px;
}
p.inBox {
	margin: 8px 0px 0px;
	padding: 0px;
}
#ContentTop img {
	float: left;
	margin-left: 314px;
}
#ContentTop img.index {
	float: left;
	margin-left: 306px;
}
.titleBox432 {
	background-image: url(img/gfx_redBox_low_432.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 38px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
	margin-bottom: 20px;
}
.titleBox718 {
	background-image: url(img/gfx_redBox_low_718.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 38px;
	width: 718px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
	margin-bottom: 0px;
	float: right;
}

/* === General Formatting === */

.clearBoth {
	clear: both;
}
.rssTitle {
	font-size: 14px;
	color: #3165c6;
	font-weight: bold;
	text-decoration: none;
}
.rssDescription {
	font-size: 12px;
}
.rssTimeStamp {
	font-size: 10px;
	color: #828282;
}
.footertext {
	font-family:Tahoma;
	font-size:11px;
	line-height:13px;
	color:#FFFFFF;
	margin-top: 14px;
	margin-bottom: 14px;
}
.footertext a {
	color:#FFFFFF;
}
.insideBox ul {
	margin:0px;
	padding:0px;
	list-style:none;
	display: block;
}
.insideBox li {
	background: url(img/pimp1.gif) no-repeat  left top;
	padding-left:12px;
	line-height:17px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.insideBox li a {color:#396E85; text-decoration:none}
.insideBox li a:hover {text-decoration:underline}
ul,p {margin:0; padding:0;}
.picSpace {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
}
a {
	color: #396E85;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.margins1 {
	margin-bottom: 10px;
}
td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#Gap img {
	float: left;
	margin-top: 22px;
	margin-left: 306px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #003273;
}
.wordTwo {
	color: #C24545;
}
.picLeft {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.photoLeft {
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.noBullet {
	list-style-type: none;
	margin-top: 16px;
	margin-bottom: 6px;
}
.table240 {
	vertical-align: top;
	width: 240px;
}
.marginUp {
	margin-top: -50px;
	position: relative;
	z-index: 2;
}
.border {
	border: 1px solid #333333;
}
h4.agentName {
	color: #483B28;
}
h5.agentName {
	color: #483B28;
}
.photoBox {
	border: 1px solid #666666;
}
.photoFrame {
	padding: 1px;
	border: 1px solid #666666;
	width: 142px;
}
#IndexRedBox {
	background-image: url(img/bg_redBox_low_index.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 234px;
	width: 440px;
}
#IndexRedBox p {
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 30px;
	margin-left: 20px;
	margin-right: 240px;
	font-weight: bold;
}
#IndexRedBox img {
	margin-top: 0px;
	padding-top: 30px;
	margin-left: 20px;
	margin-right: 240px;
}
.agents {
	margin: 6px;
	padding: 4px;
	float: left;
	width: 100px;
	text-align: center;
}
.flashBg {
	width: 100%;
	text-align: center;
}
