/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #A2A2A2 url(images/bg.jpg) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;

}
/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}



/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h4, h5 {
	color: #4C4C4C;
	margin-left: 15px;
	margin-right: 15px;
	}
h1 {
	font-weight: normal;
	font-size: 30px;
	border-bottom: 1px dotted #BCD5C7;
	padding: 10px 0px 10px 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #333333;
	background: #BED6C9;
	margin-left: 0px;
	padding-left: 20px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 25px;
	margin: 10px 15px;
}

td {
	line-height: 18px;
}
/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
	padding-left: 0px;
}	

/* Style ordered lists and colmuns of text */
ol, body>ol.leftul, body>div#leftpara, body>ol.rightul, body>div#rightpara, ol.leftul, div#leftpara, ol.rightul, div#rightpara {
	padding-left: 40px;
}	
		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
}
a:visited {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:hover {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:active {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
}

div#content a{ font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
	text-transform:none;
	padding:0;
	margin:0;}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.rightimg {
	float: right;
	margin: 10px 0px;
	clear: none;
	border: 1px solid #B0B0B0;
	
}
.leftimg {
	float: left;
	clear: right;
	margin: 10px 20px 10px 0px;
	border: 1px solid #B0B0B0;
}
.middleimg {
	float: left;
	margin: 10px 0px;
	border: 1px solid #B0B0B0;
	
}

.right {
	float: right;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
}
	
.clear {
	clear: both;
}

.clearleft {
clear:left;}

.center {
	font-size: 16px;
	color: #666666;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 21px;
	font-style: italic;
}


.centerpic {
	text-align: center;
	border: 1px solid #C0C0C0;
	padding: 0px;
	margin-bottom: 10px;
	left: auto;
	right: auto;
	width: auto;
	margin-top: 10px;
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content.gif);
	background-repeat: repeat;
	border-left: 1px solid #B0B0B0;
}
div#header {
	height: 224px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}



div#sidebar {
	float: left;
	padding-right: 2px;
	position: relative;
	
}
	
div#content {
	width: 600px;
	padding: 10px 10px 20px 10px;
	float: left;
	position: relative;
}


div#content ol, div#content ul {
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
}
div#content ul li{
	padding-left: 17px;
	list-style: none;
	background: url(images/bullet.gif) no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
} 

div#footer {
	clear: both;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699CC;
	padding: 30px 0px 0px;
	background-image: url(images/footer.jpg);
	height: 22px;
	position: relative;
		
	
}
div#footer  a:link, a:visited {
	color: #484848;
	font-weight: lighter;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
div#footer  a:hover {
	color: #FF9900;
	font-size: 10px;
	font-weight: normal;
}



div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	color: #090909;
	clear: both;
	padding-top: 10px;
}

div#copyright a:link, div#copyright a:visited {
	color:#4C4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #000000;
	font-weight: bold;
	
}
	
div#admin {
	position: absolute;
	top: -2px;
	right: 21px;
	height: 7px;

}
div#admin a:link, div#admin a:visited {
	color:#A29E94;
}

div#admin a:hover, div#admin a.current:link, div#admin a.current:visited {
	color: #2E3134;
	font-weight: bold;	
	
}

address {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	position: absolute;
	top: 153px;
	right: 15px;
		
}

address a:link{
	font-size:11px;
	color: #D99737;
	font-weight: bold;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #85C681;

}


div#flash {
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	
}

div#payments {
	position: absolute;
	width: 164px;
	height: 30px;
	right:67px;
	top:5px;
	z-index: 0;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	width: 834px;
	position: absolute;
	left: 5px;
	z-index: 2;
	top: 161px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #484848;
	display: block;
	float: left;
	font: bold normal 11px Tahoma;
	padding: 17px 43px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #B9D3C5;
	border-left: 1px solid #E1E1E1;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #000000;
	width: auto;
	background: url(images/current.gif) no-repeat center;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #4A4A4A;
	width: auto;
	background: url(images/hover.gif) no-repeat center;
}



/* CLASSES to create columns for unordered lists. */
ul.leftul {
	float: left;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}
ul.rightul{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
}
/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 280px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}	
div#rightpara {
	float: left;
	width: 280px;
	padding-left: 0px;
	padding-bottom: 10px;
	border-left: 1px solid #B5B5B5;

}
.column {
	float:left;
	clear: none;
	margin-top: 5px;
	border: 1px solid #C1C1C1;
	margin-bottom: 5px;
	margin-left: 20px;
	background: url(images/column.gif) repeat-x;
}


/* Class for text for emphasis */
.empasisorange {
	color: #F8AC34;
	font-weight: bold;

}
.empasisgreen {
	color: #7CC277;
	font-weight: bold;

}

.empasisgreencenter {
	color: #7CC277;
	font-weight: bold;
	text-align: center;
	font-size: 16px;

}

div#iframe {
	margin-left:-10px;
}

div#iframe1 {
margin-left:-25px;
margin-top:-40px;
}
