body{
font-size:90%;
font-family: Verdana, Arial,sans-serif;
color:#2E4860;
background-color:#6487c3;
background-image:url(../images/bg-fade.png);
background-repeat:repeat-x;
margin:0px;
}

div#page {
    width: 850px;
    /*background-color:#FFFFFF;*/
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;

}

#header{
	background-image:url(../images/bg-header-repeat.png);
	background-repeat:repeat-x;
	height:119px;
}

#header-left{
	float:left;
	display:inline;
	background-image:url(../images/bg-header-left.png);
	background-repeat:no-repeat;
	height:119px;
	width:9px;
}


#main-logo{
	float:left;
	display:inline;
	width:389px;
	margin-left:20px;
	margin-top:15px;
}

#header-phone-number{
	color:#ffffff;
	font-size:21pt;
	font-weight:bold;
	margin-top:-5px;
	margin-left:100px;
}

#header-photo{
	float:right;
	display:inline;
	width:273px;
	height:119px;
	background-image:url(../images/header-photo.png);
	background-position:top right;
	background-repeat:no-repeat;
}

#main-content{
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	background-image:url(../images/bg-main-content-fade.png);
	background-repeat:repeat-y;
	min-height:400px;
}

#main-content-top{
	position:relative;
	margin-bottom:15px;
	background-image:url(../images/bg-main-content-top.png);
	background-repeat:repeat-x;
	height:10px;
	width:800px;
}

#main-content-bottom{
	height:15px;
	background-image:url(../images/bg-main-content-bottom-repeat.png);
	background-repeat:repeat-x;
}

#main-content-bottom-left{
	float:left;
	display:inline;
	height:15px;
	width:13px;
	background-image:url(../images/bg-main-content-bottom-left.png);
	background-repeat:no-repeat;
}

#main-content-bottom-right{
	float:right;
	display:inline;
	height:15px;
	width:16px;
	background-image:url(../images/bg-main-content-bottom-right.png);
	background-repeat:no-repeat;
}

#sidebar-left{
	float:left;
	display:inline;
	width:150px;
	margin-left:5px;
	margin-top:-5px;
	padding:0px;
}


#main-menu{
	position:relative;
	z-index:3;
	width:150px;
	height:218px;
	font-size:18px;
	font-family: Berlin Sans, Gill Sans MT, Verdana, sans-serif;
	letter-spacing:1px;
	text-align:center;
	background-image:url(../images/bg-main-menu.png);
	background-repeat:no-repeat;
	padding:0px;
}


#main-menu ul{
	width:119px;
	height:205px;
	list-style:none;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-left:0px;
	padding-right:0px;
}

#main-menu li{
	height:33px;
	width:119px;
	background-image:url(../images/bg-main-menu-button.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:2px;
	margin-left:-10px;
	padding-top:2px;
}

#main-menu a{
color:#FFFFFF;
text-decoration:none;
}



#main-menu a:HOVER{
color:#08086b;
}

#sidebar-left-contact-box{
	position:relative;
	margin-top:20px;
	height:224px;
	width:150px;
	background-image:url(../images/bg-sidebar-left-contact-box.png);
	background-repeat:no-repeat;
	background-position:top;
	font-size:85%;
	color:#000000;
}

#sidebar-left-contact-box h3{
	font-size:115%;
	color:#08086b;
	margin-left:0px;
}

#sidebar-left-contact-box a{
	color:#08086b;
	font-weight:bold;
	margin-left:25px;
}


#main-content-center-column{
	float:left;
	display:inline;
	margin-left:20px;
	width:420px;
}

#sidebar-right{
	float:right;
	display:inline;
	margin-top:0px;
	margin-right:10px;
	width:170px;
	font-size:85%;
}

#sidebar-right-coupon-box{
	position:relative;
	z-index:3;
	height:150px;
	width:170px;
	margin-top:0px;
	padding-bottom:10px;
	border-bottom:2px dotted #c7c6af;
}

#sidebar-right-content{
	margin-top:20px;
	border-top: 20px solid Gray;
}

#sidebar-right h3{
	font-size:100%;
}

#sidebar-right a{
	color:#ffffff;
	font-weight:bold;
}

#sidebar-right a:hover{
	text-decoration:none;
}

#contact-form{
	padding-left:0px;
}


#footer{
	clear:both;
	height:50px;
	text-align:center;
	font-size:85%;
}

#footer p{
	margin-bottom:20px;
}

img.hiddenPic{
	display:none;
}

/*General Styles*/

table{
font-size:90%;
border-collapse:collapse;
}

h1{
font-size:135%;
letter-spacing:1px;
margin-bottom:5px;
border-bottom:2px dotted #c7c6af;
}

h2{
font-size:115%;
}

h3{
	font-size:105%;
}

hr{
	height:1px;
	border: 1px dotted Gray;
}

.bold{
	font-weight:bold;
}

input{
border:1px solid #c7c6af;
}

textarea{
border:1px solid #c7c6af;
}

a{
text-decoration:underline;
color:#2E4860;
}

a:HOVER{
text-decoration:none;
}

ul{
list-style:square;
}

/*RDTSNotice*/
#RDTSNotice{
clear:both;
margin-top: 10px;
margin-bottom: 10px;
font-size: 60%;
text-align: center;
}

#RDTSNotice a{
text-decoration:none;
}

#RDTSNotice a:HOVER{
text-decoration:underline;
}