/* Help IE6 Render */
 img, div, input, body {
	behavior: url("/scripts/iepngfix.htc");
 } 

/* Standard Defnitions */
html{
	height: 100%;
}

body{
	margin: 0;
	height: 100%;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif; 
}


a{
	color: #6699cc; 
	text-decoration: none;
}

a:visited{
	color: #800080;
}

a:hover{
	text-decoration: underline;
}

p{
	margin-top: 2px; margin-bottom: 1em;
}

p a{
	color: #6699cc; 
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
}

img {
	border: none;
}

h1{
	font-weight: bold; 
	font-size: 2.0em; 
	margin: 0;
	color: #e51b24;
}

h2{
	font-weight: bold; 
	font-size: 1.2em; 
	margin: 0px;
	color: #e51b24;
	padding: 0px;
}

h2.upper{
	text-transform: uppercase;
}

/* Site Skeleton */
#header{
	width: 1024px;
	height: 192px;
	background-color: #f5e4db;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#top_nav{
	width: 1024px;	
	height: 32px;	
	background-color: #d91a22;	
	margin-left: auto;	
	margin-right: auto;	
	background-image: url(/images/misc/top_nav_bg.gif);	
	background-repeat: repeat-x;	
}

#top_nav ul{
margin: 0px;
padding: 0px;
text-align: center;
}

#top_nav ul li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#top_nav ul li{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

#top_nav ul li a{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 6px;
	margin-left: 6px;
}

#top_nav ul {
	margin: 0px;
	padding: 0px;
	margin-left: 202px;
	padding-top: 5px;
}

#main{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#poll{margin-top: 40px;}

#poll .top{
	width: 188px;
	height: 19px;
	text-align: center;
	background-image: url(/images/misc/poll_top.png);
	background-repeat: no-repeat;
}



#poll .body{
	width: 168px;
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
}

#poll .question{margin-top: 10px; margin-bottom: 10px; font-weight: bold;}
#poll .results{margin-top: 10px; text-align: center;}
#poll .results a{color: #4f9980; text-decoration: underline; font-size: 12px;}

#poll .bottom{
	width: 188px;
	text-align: center;
	height: 21px;
	background-image: url(/images/misc/poll_bottom.png);
	background-repeat: no-repeat;
}

#left_sidebar{
	background-color: #6aaf98;
	width: 224px;
	overflow: hidden;
}

#left_sidebar .content{
	width: 224px;
	overflow: hidden;
}

#left_sidebar .heading{
	background-color: #b5d7cc;
	font-size: 20px;
	color: #4f9980;
	padding: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#left_sidebar .heading a{
	color: #4f9980;
	text-decoration: none;
}

#left_sidebar ul.navigation{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 30px;
	margin-bottom: 15px;
}

#left_sidebar .content ul.navigation li,#left_sidebar .content ul.navigation li a{
	color: #ffffff;
}

#left_sidebar ul.navigation li{
	margin-bottom: 4px;
	font-size: 18px;
}

#middle{
	width: 574px;
	overflow: hidden;
}

#content .content{
	margin: 24px;
	width: 526px;
	overflow: hidden;
}

#slide_show{
	margin-bottom: 24px;
	z-index: 1;
	position: relative;
}

#gallery_archive{
	padding-top: 24px;
	padding-bottom: 24px;
}

#right_sidebar{
	background-color: #fffcc9;
	width: 226px;
	text-align: left;
}

#right_sidebar .content{
	width: 226px;
	overflow: hidden;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 24px;
}

#free_giftz{
background-image: url(/images/misc/free_gift_bg.jpg); height: 711px; width: 650px; position: relative;
}

#free_giftz .content{
position: absolute;
top: 259px;
left: 35px;
width: 300px;
}

#free_giftz .heading{
color: #104b7d;
font-weight: bold;
}

#free_giftz .content p{margin-top: 1em; margin-bottom: 1em;}

#guaranteez{
width: 500px;
height: 621px;
overflow: hidden;
}

#guaranteez .title{
height: 165px;
overflow: hidden;
}

#guaranteez .content{
background-color: #cbe3db;text-align: center;
padding-left: 35px;
padding-right: 35px;
height: 266px;
overflow: hidden;
}

#guaranteez .content p{
margin: 0px;
line-height: 32px;
font-size: 22px;
font-weight: normal;
}

#guaranteez .bottom{
overflow: hidden;
height: 190px;
}

#revision_search{
	background-color: #f4f0de; 
	margin-bottom: 10px;
	padding: 10px;
	border-top: #d2cebd 1px solid;	
	border-bottom: #d2cebd 1px solid;	
}

#alert, #ialert {
	background : url(/images/misc/icon-alert.gif) no-repeat 15px 10px;
	border-bottom : 1px solid #f00;
	margin : 0 0 15px 0;
	padding : 15px 15px 15px 75px;
}

#alert h2 {
	margin : 0;
	padding : 0;
}

#alert p, #ialert p {
	margin : 1.2em 0 0 0;
	padding : 0;
}

#ialert h2 {
	color : #b41d3b;
	font-size : 20px;
	font-weight : bold;
	margin : 0;
	padding : 0;
}

/* Generic Classes */
.green{
	color: #4f9980;
}

.bold{
	font-weight: bold;
}

.normal{
	color: #000000;
}

.balloon {
	background: #007db1 url(/images/misc/balloon_top.png) no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	width: 166px;
}

.balloon_bottom {
	background:  url(/images/misc/balloon_bottom.png) no-repeat;
	margin-bottom: 1em;
	width: 186px;
	height: 31px;
}

.redBullet{
	margin: 0px; 
	padding: 0px; 
	margin-left: 10px;
}

.redBullet li{
	list-style-type: none;
	padding-left: 0px; 
	background-image: url(/images/misc/btn_bullet.gif); 
	background-repeat: no-repeat; 
	background-position: 0px 3px; 
	margin-bottom: 10px;
}

.redBullet li{
	list-style-type: none; 
	padding-left: 15px; 
	margin-left: 0px; 
	font-weight: normal;
}

.extra_fine{
	font-size: 10px;
}

.fine{
	font-size: 12px;
}
