@charset "UTF-8";
/* CSS Document */
*{margin:0px; padding:0px;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body, html {
	line-height: 1;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #080132;
	background-color: #27304e;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong{
	font-weight: bold;
}


em{
	font-style:italic;
	font-size: 11px;
}

address{
	font-weight: bold;
	font-size: 16px;
	margin: 0px 20px 10px 10px;
	line-height: 1.7;
	font-style: normal;
	color: #950709;
}

address span{
	color: #27304e;
}

/*------------------------------
	POSITIONING STYLES
-------------------------------*/

.container{
	margin: 0px auto 0px auto;
	width: 950px;
}

.filler{
	width: 100%;
	background-color: #e9e6db; 
	background-image: url(../web_images/background_filler.jpg);
	background-position: top;
	background-repeat:repeat-x;
	padding-bottom: 20px;
}

.skyline{
	width: 100%;
	background-image: url(../web_images/background_skyline.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}

.content{
	background-color: #e9e6db;
	margin-top: 2px;
	padding-top: 25px;
}

.banner{
	width: 950px;
	height: 301px;
	background-image: url(../web_images/background_banner.jpg);
	background-repeat: no-repeat;
}

.nav{
	width: 950px;
	height: 39px;
}

/*------------------------------
	ELEMENT STYLES
-------------------------------*/


/*-----HOMEPAGE-------*/

ul.homepage_boxes{
	margin-top: 25px;
}

ul.homepage_boxes li{
	width: 300px;
	height: 175px;
	margin-right: 25px;
	float: left;
}

ul.homepage_boxes li.nomarg{
	margin-right: 0px;
}

table.homepage td{
	padding-right: 20px;
}

table.homepage td ul.bullets_homepage{
	float: left;
	font-size: 13px;
	color: #950709;
	margin-left: 30px;
}

table.homepage td ul.bullets_homepage li{
	line-height: 1.5;
	list-style-position: outside;
	list-style-image: url(../web_images/bullet.jpg);
	font-weight: bold;
}


/*-----SUBSPAGE-------*/

table.subpages p{
	margin-bottom: 25px;
}

table.subpages img{
	border: 1px solid #27304e;
	margin-right: 20px;
}

table.subpages iframe{
	border: 1px solid #27304e;
	margin-bottom: 10px;
}

table.subpages td{
	padding-right: 20px;
}

table.subpages td ul.bullets_subpages{
	float: left;
	font-size: 13px;
	color: #950709;
	margin-left: 30px;
}

table.subpages td ul.bullets_subpages li{
	line-height: 1.5;
	list-style-position: outside;
	list-style-image: url(../web_images/bullet.jpg);
	font-weight: bold;
}

/*------SUITES------*/

table.suites img{
	border: 3px solid #27304e;
	margin-right: 25px;
	margin-bottom: 25px;
}

/*------TOP10------*/

table.top10 td{
	padding-right: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #bcb7a8;
	line-height: 1.5;
}

table.top10 th{
	padding: 10px 20px 10px 0px;
	color: #c00c0d;
	font-size: 60px;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 2px solid #bcb7a8;
}

table.top10 td h2{
	margin-left: 0px;
	margin-right: 0px;
	font-style: italic;
	line-height: 1;
	font-size: 24px;
}

/*----SIGN UP------*/

table.signup input{
	padding: 6px 10px 6px 10px
}

table.signup td{
	padding: 10px 20px 10px 0px;
	vertical-align: middle;
	border-bottom: 1px solid #bcb7a8;
}

table.signup td.nobord{
	padding: 10px 20px 10px 0px;
	vertical-align: middle;
	border-bottom: none;
}

table.signup th{
	padding: 10px 20px 10px 0px;
	color: #7f0507;
	font-size: 24px;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 2px solid #bcb7a8;
}

input.button{
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
}

p.success{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 20px;
	border: 1px solid #bcb7a8;
	color: #950709;
}


/*------------------------------
	FOOTER STYLES
-------------------------------*/

.footer_container{
	background-image: url(../web_images/background_footer.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 139px;
	margin: 0 auto 0 auto;
}

.footer_container a{
	margin-left: 25px !important;
	margin-top: 60px;
	float: left;
}


/*------------------------------
	H STYLES
-------------------------------*/

h1{
	width: 100%;
	margin-bottom: 15px;
}

h3{
	font-style: italic;
	line-height: 1;
	font-size: 24px;
	color: #950709;
	margin-bottom: 20px;
}

/*------------------------------
	TEXT STYLES
-------------------------------*/

p{
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}

p strong{
	font-weight: bold;
}

a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}


iframe{
	border: 1px solid #27304e;
}





/*------------------------------
	MAIN NAV STYLES
-------------------------------*/

/*---------LEVEL 1---------*/

.nav ul{
	margin-top: 0px;
}

.nav ul li{
	list-style-type: none;
	margin-left: 0px;
	float: left;
	background-image: url(../web_images/background_nav_border.jpg);
	background-position: right;
	background-repeat: no-repeat;	
}

.nav ul li a{
	padding: 10px 20px 11px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #27304e;
	display: block;
	text-decoration: none;
	line-height: 1.3;
}

.nav ul li a:hover{
	color: #7f0507;
	text-decoration: none;
}

.nav ul li a.active{
	color: #7f0507 !important;
	background-image: url(../web_images/background_nav_active.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

