/* Layout Styles */
body{
	color: #000000;
	background-color: #006699;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 160%;
}

#wrapper{
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}

#page_title{
	position: absolute;
	margin-top: 50px;
	margin-left: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}

#header{
	padding: 0px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	width: 910px;
	background-image: url(../images/layout/header.jpg);	
}

#logo{
	padding-top: 15px;
	margin-left: 235px;
}

#border{
	width: 910px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 15px;
}

#header_seperator{
	border-top: 1px solid #F0F0F0;
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 2px;
	background: #999999;
}

#main {
	margin-right: 5px;
	text-align: justify;
}

#left {
	float: left;
	width: 180px;
	padding-left: 5px;
}

#content {
	float: left;
	width: 560px;
	margin-left: 10px;
	margin-right: 10px;
}

#right{
	float: right;
	width: 120px;
	text-align:center;
}

#page_bottom {
  height: 0;
  clear: both;
}

.div_bottom{
  height: 0;
  clear: both;	
}

#footer{
	padding: 0px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	width: 910px;
	background-image: url(../images/layout/footer.jpg);	
	font-size: 10px;
	text-align: center;
}

/* Menu Styles */
#left ul{
	padding-left: 10px;
	margin-left: 10px;
}

#left ul li{
	padding-bottom: 5px;
}

#left ul li a{
	text-decoration: none;
	color: #006699;
}

#left ul li a:link{
	text-decoration: none;
}

#left ul li a:hover{
	text-decoration: underline;
}

#left ul li a:visited{
	text-decoration: none;
}

#left ul li a:active{
	text-decoration: none;
}

#footer a{
	text-decoration: none;
	color: #000000;
}

/* Standard Styles */
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;	
}

h2{
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;	
	margin-bottom: 10px;
}

#content a.large{ 
	color: #CC0000; 
	font-size: 14px;
	font-weight: bold;
}
#content a.large:link{}
#content a.large:hover{ text-decoration: none; }
#content a.large:visited{}
#content a.large:active{}

#content a{ 
	color: #CC0000; 
	font-size: 12px;
	font-weight: bold;
}
#content a:link{}
#content a:hover{ text-decoration: none; }
#content a:visited{}
#content a:active{}

#content li{
	padding-bottom: 10px;
}

.red{
	color: #cc0000;
}

.blue{
	color: #006699;
}

blockquote {
	margin: 20px;
 	padding: 0 20px 0 40px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(/assets/images/quote.gif) no-repeat 5px 5px;    
}

p.christmas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 0px;
}

#offer-box{
	background-color: #FFFF99;
	border: 1px dotted;
	padding: 5px 5px 5px 5px;
}