body {
	margin: 0px;
	padding: 0px;
	background: #F9F9F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #CCCCCC;
}

h1 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #999999;
	background-color: none;
	text-align: left;
	margin-left: 30px;
}

h2 {
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #999999;
	background-color: none;
	text-align: left;
	margin-left: 30px;
}

/************************* TOP BAR *************************/

#topBar1, #topContainer1, #botBar1, #botContainer1 {
	background: #E03300;
	/* Mozilla: */
    background: -moz-linear-gradient(top, #E03300, #FF6600);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#E03300), to(#FF6600));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#E03300', EndColorStr='#FF6600', GradientType=0);
}

#topBar1, #topContainer1 {
	height: 150px;
}


#topBar1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 4px solid #E9E9E9;
}

#topContainer1 {
	margin-left: auto;
	margin-right: auto;	
	width: 960px;
	text-align: center; 
}

#topContainer1 h1 {
	margin: 10px 0px 0px 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, Verdana, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-shadow: #000 -1px 1px 2px;
}

#topContainer1 h2 {
	margin: 8px 0px 0px 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, Verdana, sans-serif;
	font-size: 48px;
	font-style: normal;
	line-height: 48px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	text-shadow: #000 -1px 1px 2px;
}

.logoCell1 {
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 94px;
	height: 100px;
	border-radius: 5px;
	border: 1px solid #FFF;
	background-color: #000FF;	
	-moz-box-shadow: -2px 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: -2px 2px 4px rgba(0,0,0,0.5);
	box-shadow: -2px 2px 4px rgba(0,0,0,0.5);	
}

.titleCell1 {
	float: left;
	margin: 8px 0px 0px 0px;
	width: 840px;
	height: auto;
	background-color: none;		
}

#bannerCell1 {
	margin-top: -26px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 20px;
	width: 960px;
	height: 270px;
	background-color: #FFF;
	text-align: center; 
	-moz-box-shadow: 0px 6px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 6px 8px rgba(0,0,0,0.5);
	box-shadow: 0px 6px 8px rgba(0,0,0,0.5);
}

/************************* MAIN CONTAINER *************************/

#mainContainer1 {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 960px;
	background: #F9F9F9;
}

.leftContainer1 {
	float: left;
	margin: 20px 40px 20px 0px;
	height: auto;
	width: 600px;
	background: none;
}

.rightContainer1 {
	float: left;
	margin: 5px 0px 20px 0px;
	height: auto;
	width: 320px;
	background: none;
}

.leftContainer1 h1 {
	margin: 0px  0px  10px  0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
	color: #FF6600;
	background-color: none;
	text-align: left;
	text-shadow: #666 -1px 1px 3px;
}

.leftContainer1 h2 {
	margin: 0px  0px  15px  0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #666666;
	background-color: none;
	text-align: left;
}

.leftContainer1 p, .leftContainer1 a, .leftContainer1 a:hover {
	margin: 0px  0px  10px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	background-color: none;
	text-align: left;
}

.leftContainer1 p, .leftContainer1 ul, .leftContainer1 li {
	color: #666666;
}

.leftContainer1 ul, .leftContainer1 li {
	margin: 0px  0px  5px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	background-color: none;
	text-align: left;
}

.leftContainer1 a {
	color: #999999;
}

.leftContainer1 a:hover {
	color: #FF0000;
}

.rightContainer1 p, .rightContainer1 a, .rightContainer1 a:hover {
	margin: 0px  0px  15px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background-color: none;
	text-align: left;
}

.rightContainer1 p {
	color: #333333;
}

.picCell1 {
	margin: 25px 0px 0px 0px;
	width: 460px;
	padding: 15px 45px 10px 95px;
	background-color: #FFF;
	-moz-box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
	-webkit-box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
	box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
}

.picCell2 {
	margin: 20px 0px 0px 0px;
	width: 320px;
	padding: 0px;
	background-color: #222222;
	-moz-box-shadow: -2px 2px 4px rgba(128,128,128,0.7);
	-webkit-box-shadow: -2px 2px 4px rgba(128,128,128,0.7);
	box-shadow: -2px 2px 4px rgba(128,128,128,0.7);
}

.featureCell1 {
	margin: 30px 0px 30px 0px;
	padding: 10px 15px 10px 15px;
	width: 568px;
	border: 1px solid #A9A9A9;
	border-radius: 8px 0px 8px 0px;
	background: #E9E9E9;
	-moz-box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
	-webkit-box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
	box-shadow: -2px 2px 4px rgba(128,128,128,0.6);}
}

.featureCell1 h1 {
	margin: 0px  0px  10px  0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 34px;
	line-height: 38px;
	font-weight: bold;
	color: #FF6600;
	background-color: none;
	text-align: left;
	text-shadow: #666 -1px 1px 3px;
}

.featureCell1 p, .featureCell1 a, .featureCell1 a:hover {
	margin: 0px  0px  8px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	background-color: none;
	text-align: left;
	color: #505050;
}

.offerCell1 {
	margin: 20px 0px 20px 0px;
	width: 318px;
	height: auto;
	border: 1px solid #FF6600;
	background-color: #FFF;
	border-radius: 8px 0px 8px 0px;
	-moz-box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
	-webkit-box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
	box-shadow: -2px 2px 4px rgba(128,128,128,0.6);}

.offerCell1 h1 {
	margin: 15px  0px  2px  0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	color: #FF6600;
	background-color: none;
	text-align: center;
	text-shadow: #666 -1px 1px 3px;
}

.offerCell1 h2 {
	margin: 0px  0px  10px  0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #FF6600;
	background-color: none;
	text-align: center;
}

.offerCell1 h3 {
	margin: 0px  0px  15px  0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #FF6600;
	background-color: none;
	text-align: center;
}

.offerCell1 p {
	margin: 0px  0px  10px  0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #999;
	background-color: none;
	text-align: center;
}

.mapCellTop1 {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 298px;
	height: auto;
	background-color: #FFCC33;
	border: 1px solid #CCC;
	-moz-box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
	-webkit-box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
	box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
}

.mapCellTop1 h1 {
	margin: 0px  0px  0px  0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	background-color: none;
	text-align: center;
}

#map_canvas {
	margin: 0px 0px 0px 0px;
	width: 318px;
	height: 318px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-top: 0px none #CCC;
	-moz-box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
	-webkit-box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
	box-shadow: -2px 2px 4px rgba(128,128,128,0.6);
}

/***** BOTTOM BAR *****/

#preBotBar1, #preBotContainer1 {
	height: 44px;
}

#preBotBar1 {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #E9E9E9;
	border-top: 4px solid #D0D0D0;
	background: #E03300;
	/* Mozilla: */
    background: -moz-linear-gradient(top, #B91100, #D02200);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#B91100), to(#D02200));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#B91100', EndColorStr='#D02200', GradientType=0);
}

#preBotContainer1 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
	background: none;
}

#preBotContainer1 p {
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-shadow: #000 -1px 1px 2px;
}

#botBar1, #botContainer1 {
	height: 140px;
}

#botBar1 {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #E9E9E9;
	border-top: 1px solid #D77;
}

#botContainer1 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
	background: none;
}

.botLeftCell {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 599px;
	height: 120px;
	background: none;
}

.botLeftCell p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-shadow: #000 -1px 1px 1px;
}

.botLeftCell a {
	margin-bottom: 3px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-shadow: #000 -1px 1px 1px;
}

.botLeftCell a:hover {
	color: #999999;
}

.botRightCell {
	float: left;
	margin: 10px 0px 0px 40px;
	width: 320px;
	height:100px;
	background: none;
}

.botRightCell h1 {
	padding-top: 8px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-align: right;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-shadow: #000 -1px 1px 1px;
}

.botRightCell p {
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-shadow: #000 -1px 1px 1px;
}

.botRightCell a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	color: #AA77E0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-shadow: #FFF -1px 1px 1px;
}

.botRightCell p a:hover {
	color: #FF0066;
}

.dividerCell1 {
	float: left;
	margin: 15px 0px 0px 0px;
	width: 1px;
	background-color: #E88;
	height: 110px;
	border: 0px none #999999;
}

#subBotBar1, #preBotContainer1 {
	height: 30px;
}

#subBotBar1 {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #E9E9E9;
	border-top: 1px solid #E88;
	background: #E03300;
	/* Mozilla: */
    background: -moz-linear-gradient(top, #660000, #880000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#B91100), to(#D02200));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#B91100', EndColorStr='#D02200', GradientType=0);
}

#subBotContainer1 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
	background: none;
}

.subBotLeftCell {
	float: left;
	width: 600px;
	height: 30px;
	line-height: 30px;
}

.subBotRightCell {
	float: right;
	width: 320px;
	height: 30px;
	text-align: right;
	line-height: 30px;
}

.subBotRightCell p, .subBotLeftCell p {
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #CCC;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-shadow: #000 -1px 1px 2px;
}

.subBotLeftCell p {
	text-align: left;
}

.subBotRightCell p {
	text-align: right;
}

.subBotRightCell a, .subBotLeftCell a {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

.subBotRightCell a:hover, .subBotLeftCell a:hover {
	color: #99FF00;
}




/******************** UTILITY ELEMENTS ********************/

.clearSpanCell0, .clearSpanCell1, .clearSpanCell05, .clearSpanCell10, .clearSpanCell15, .clearSpanCell20, .clearSpanCell30, .clearSpanCell50, .clearSpanCell100 {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px; 
	border: none;
}

.clearSpanCell0 {height: 0px;}
.clearSpanCell1 {height: 1px;}
.clearSpanCell05 {height: 5px;}
.clearSpanCell10 {height: 10px;}
.clearSpanCell15 {height: 15px;}
.clearSpanCell20 {height: 20px;}
.clearSpanCell30 {height: 30px;}
.clearSpanCell50 {height: 50px;}
.clearSpanCell100 {height: 100px;}

.vSpace01, .vSpace02, .vSpace05, .vSpace10, .vSpace20 {
	width: auto; 
	margin: 0px; 
	padding: 0px;
}

.vSpace01 {height: 1px;}
.vSpace02 {height: 2px;}
.vSpace05 {height: 5px;}
.vSpace10 {height: 10px;}
.vSpace20 {height: 20px;}
.vSpace100 {height: 100px;}
