@charset "utf-8";

html, body {
	background: #002c3e url(../images/body_bg.jpg) repeat-x;
	color: #6d685d;
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
}

a {
	color: #6d685d;
}

.clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6 {
	color: #0078aa;
}

h1 {
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 0.25em;
}

h2 {
	font-style:italic;
	font-size: 14px;
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #0078aa;
}

em {
	font-style: italic;
}

#wrapper {
	position: relative;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	margin: 0 auto;
}

#content_wrapper {
	position: relative;
	top: 0px;
	left: 77px;
	width: 873px;
}
#header {
	width: 873px;
	height: 129px;
}
#content_top {
	background-image: url(../images/content_top.png);
	height: 25px;
	width: 813px;
	padding: 0 30px;
	background-repeat:no-repeat;
	
}
#content_middle {
	background-image: url(../images/content_middle.png);
	background-repeat: repeat-y;
	width: 813px;
	padding: 0 30px;
	font-size: 12px;
}

#content_middle p {
	padding: 0em 0px 1em;
	font-size: 12px;
}

#content_middle ul {
	margin-bottom: 6px;
	padding-left: 1em;
}

#logo {
	float: left;
	height: 270px;
	width: 320px;
}

#logo a {
	background-image: url(../images/logo.jpg);
	display: block;
	text-indent: -1000px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#page_banner {
	float:right;
	margin-bottom: 1em;
}

#left_panel {
	float: left;
	width: 230px;
	padding: 40px 10px 0 10px;
}

#right_panel {
	clear: right;
	margin-left: 260px;
	border-left: 3px dotted #bbbbbb;
	padding-left: 40px;
	padding-right: 35px;
	height: 100%;
	text-align:justify;
}

#right_panel ul {
	margin: 0 0 1em 1em;
	padding-left: 1em;
	text-align: left;
}

#right_panel ul li {
	list-style: disc;
}

#content_bottom {
	background-image: url(../images/content_bottom.png);
	height: 25px;
	width: 813px;
	padding: 0 30px;
	background-repeat:no-repeat;
}

#footer {
	width: 813px;
	padding: 0px 30px;
	height: 113px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	color: #61d5ff;
}

#footer a {
	color: #61d5ff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#footer p.right a {
	font-family:Arial, Helvetica, sans-serif;
	color: #7bb3cb;
}
#footer p.left {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #7bb3cb;
	float: left;

}

#footer p.right {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #7bb3cb;
	float: right;

}

#footer #footer_content {
	padding-top: 25px;
	text-align:center;
	font-weight:bold;
	color: #61d5ff;
}

#footer_content p {
	color: #61d5ff;
	font-size: 12px;

}

#footer_content p a {
	font-size: 12px;
}

/* Nav Bar */
ul#nav {
	position: relative;
	float: right;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	display: block;
	padding: 100px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	color: #fff;
}
ul#nav li a:hover {
	background: url(../images/nav_hover_bg.jpg) repeat-x;
}

.tagline {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	text-align:center;
	padding: 0px;
	clear: both;
	margin: 0px;
}


#left_panel h2 a {
	font-weight: normal;
	font-style:normal;
	font-size: 14px;
	color: #6d685d;
}

#left_panel h2 a:link, #left_panel h2 a:visited, #left_panel h2 a:hover, #left_panel h2 a:active {
	color: #6d685d;

}

#left_panel td {
	font-size: 12px;
}

.col1, .col2 {
	float:left; 
	width: 45%; 
	padding-right:5%;
}

.fullcol {
	padding: 5px 10px;
	margin-left: 32px; 
	margin-bottom: 6px;
	background-color:#FFFFFF; 
	border: 5px double #0477A6; 
}

div.fullcol h2 {
	margin-bottom: 0px; 
	padding-bottom: 0px;
}

p.no_top {
	margin-top: 0px; 
	padding-top: 0px;
}

a#available_props {
	display: block;
	width: 220px;
	height: 70px;
	background-image:url(../images/available_props.jpg);
	background-repeat: no-repeat;
	text-indent: -2000px;
	color: transparent;
}

a#available_props:hover {
	background-image:url(../images/available_props_over.jpg);
}

a#pay_online {
	display: block;
	width: 220px;
	height: 70px;
	background-image:url(../images/pay_online.jpg);
	background-repeat: no-repeat;
	text-indent: -2000px;
	color: transparent;
}

a#pay_online:hover {
	background-image:url(../images/pay_online_over.jpg);
}
