/* CSS Document */
a, a:visited
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#8cd6ff;
	font-weight:bold;
	text-decoration:none;
}

.redLink
{
	color:#f02f2f;
	font-weight:bold;
	text-decoration:none;
}

.redLink:hover
{
	color:#eebcbc;
	text-decoration:none;
}

.bottomMenu a, .bottomMenu a:active, .bottomMenu a:visited
{
	color:#9f9f9f;
	text-decoration:none;
	font-weight:normal;
}

.bottomMenu a:hover
{
	color:#cccccc;
	text-decoration:none;
	font-weight:normal;
}

.topMenu a, .topMenu a:active, .topMenu a:visited
{
	color:#9f9f9f;
	text-decoration:none;
	font-weight:normal;
}

.topMenu a:hover
{
	color:#cccccc;
	text-decoration:none;
	font-weight:normal;
}

body
{
	background-image:url(./img/home_bkgd.gif);
	background-repeat: repeat-x; 
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

input, textarea
{
	background-color:#def3ff;
	color:#3c9cd2;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:150px; 
}

.formButton
{
	cursor:pointer;
	background-image:url(./img/bluegrad-button.gif);
	background-repeat:repeat-x;
	height:28px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	vertical-align:middle;
	width:100px;
}

.bottomMenu
{
	height:32px;
	color:#9f9f9f;
	font-size:11px;
	margin-top:-15px;
	position:relative;
	z-index:1;
	padding-right:2px;
}

.leftColumnBlue
{
	background-image:url(./img/bluegrad-content.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:480px;
}

.leftColumnRed
{
	background-image:url(./img/redgrad-content.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:480px;
}

.contentHeadingBlue
{
	color:#bee7fd;
	font-size:24px;
	padding:30px 0px 10px 15px;
	border-bottom:1px solid #62b0dd;
}

.contentHolderBlue
{
	padding:10px 15px 5px 15px;
}

.rightColumnBlue
{
	background-color:#0f84c7;
	color:#bee7fd;
}

.bluegradRow
{
	background-image:url(./img/bluegrad-row.gif);
	background-repeat: repeat-x; 
	background-position: top left;
	height:64px;
	border-bottom:1px solid #def3ff;
	border-top:1px solid #8bc7e9;
}


.contentHeadingRed
{
	color:#fefefe;
	font-size:24px;
	padding:30px 0px 10px 10px;
	border-bottom:1px solid #fdc2c2;
}

.contentHolderRed
{
	padding:10px 15px 5px 15px;
}

.rightColumnRed
{
	background-color:#930202;
	color:#fdc2c2;
}

.rightSubColumn
{
	background-image:url(./img/blackgrad.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:192px;
	color:#e5e5e5;
	padding:25px 5px 15px 5px;
	font-size:11px;
}

.subHeadingLite
{
	font-size:18px;
	color:#c0c0c0;
	border-bottom:1px solid #9f9f9f;
	padding-bottom:5px;
	margin-bottom:5px;
}

.msgBox
{
	border:1px dotted #638A9F;
	background-color:#EFF9FF;
	color:#3c9cd2;
	padding:10px;
	width:75%;
	margin:10px;
	text-align:center;
}

.contactDirections
{
	float:left;
	background-image:url(./img/bluegrad-content.gif);
	background-repeat:repeat-x;
	background-position:top left;
	width:259px;
	height:480px;
}

.baseFont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.quicktime
{
	z-index:-11;
}