@charset "UTF-8";
body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	background-image: url(../images/top_sec_bkgd.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #D51731;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #D51731;
}
a:hover {
	text-decoration: underline;
	color: #56564C;
}
a:active {
	text-decoration: underline;
}
#topContainer {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#topContainer #topMain {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
}
.rightColCity {
	font-size: 14px;
	font-weight: bold;
	color: #EE2C2C;
}
/* common styling */
.menu {
	font-family: Verdana, Geneva, sans-serif;
	position:relative;
	font-size:11px;
	padding-top: 50px;
	padding-bottom: 5px;
	padding-right: 25px;
	padding-left: 25px;
	clear: right;
}
#topMain #topTable {
	clear: both;
}
.menu ul li a, .menu ul li a:visited {
	display:inline;
	text-decoration:none;
	color:#000;
	height:20px;
	text-align:left;
	color:#666;
	line-height:20px;
	font-size:11px;
	overflow:hidden;
	border-right: 1px solid #CCC;
	margin-right: 10px;
	padding-right: 10px;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {
	display: none;
	margin-top: -1px;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#F00;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:21px;
	left:0;
	width:195px;
	background-color: #000;
	margin-left: -5px;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
}
.menu ul li:hover ul li {
	background:#000;
	color:#fff;
	clear: right;
	padding: 0px;
	width: 100%;
	margin: 0px;
}
.menu ul li:hover ul li a.hide {
	background:#000;
	color:#fff;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.menu ul li:hover ul li:hover a.hide {
	background:#333;
	color:#FFF;
	margin: 0px;
	padding: 0px;
}
.menu ul li:hover ul li ul {
	display: none;
	margin: 0px;
	padding: 0px;
}
.menu ul li:hover ul li a {
	display:block;
	color:#666;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px 0px 0px 5px;
}
.menu ul li:hover ul li a:hover {
	color:#FD0013;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
#mainContent {
	padding: 25px;
	background-color: #FFF;
	line-height: 22px;
	width: 910px;
	float: left;
}
#rightCol {
	width: 135px;
	float: right;
	background-color: #FFF;
	padding-left: 25px;
	margin-left: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	text-align: center;
}
#rightCol hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#leftCol {
	width: 720px;
}
#mainContent h1 {
	font-weight: lighter;
	font-size: 30px;
	color: #E53826;
	line-height: normal;
}
#mainContent h2 {
	font-weight: bold;
	font-size: 20px;
	color: #666;
}
#mainContent h3 {
	font-weight: lighter;
	font-size: 18px;
	color: #E53826;
}
#bottomContainer {
	background-image: url(../images/bot_con_bkgd.jpg);
	background-repeat: repeat;
	padding-bottom: 25px;
	clear: both;
}
#bottomBoxes {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #53534a;
	text-align: center;
	color: #CCC;
	padding: 25px;
	line-height: 20px;
	clear: both;
}
#footer a:link, #footer a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.redBold {
	font-weight: bold;
	color: #E71737;
}
.blackBold {
	font-weight: bold;
	color: #333;
}
.redtype {
	color: #E71737;
}
.italic {
	color: #666;
	font-style: italic;
}
.imageRight {
	margin-bottom: 20px;
	margin-left: 20px;
}
.imageLeft {
	margin-bottom: 20px;
	margin-right: 20px;
}
 Contact form 
#mainForm 
{
	position: relative;
	text-align: left;
	width: 390px;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.mainForm
{
	list-style-type: none;
/*	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	*/
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
/*	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;*/
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #999;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #999;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal;
	display:block;
	position:absolute;
	top:10px;
	;
	left:10px;
	width:205px;
	height:34px;
	border: 1px solid #ccc;
	background:#f4f4f4 url(question.gif) no-repeat bottom right;
	color:#000;
	text-align:left;
	font-size:0.7em;
	padding-left:5px;
	padding-top:5px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #999;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #999;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}
