* {
	margin: 0px;
	padding: 0px;
}
div.clearfloats {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
body {
	background-image: url(../images/itheme/html-bg.gif);
	background-repeat: repeat-x;
	background-color: #42AFDC;
}


a {
}
a:hover {
	text-decoration: underline;
}
p {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-indent: 0px;
	font-size: 14px;
}

h1 {
	font-size: 15px;
	padding-top: 3px;
}
h1.headline {
	font-size: 27px;
}
h1.headline_sub {
	font-size: 12px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5{
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
label.jquery_validate {
	color: #CC3300;
	font-weight: bold;
}

div#container_wrapper {
	background-image: url(../images/itheme/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
div#aboveheader {
	background-color: #3C63A2;
	padding: 7px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div#header {
	width: 100%;
	height: 60px;
	position: static;
}
div#top_logo {
	width: 570px;
	position: relative;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
div.top_logo_name {
	width: 440px;
	position: absolute;
	left: 5px;
	top: 0px;
	font-weight: bold;
	color: #FFFFF7;
	font-style: italic;
	text-align: left;
	font-family: "Arial Black";
}
div.top_logo_subtitle {
	width: 440px;
	position: absolute;
	top: 35px;
	color: #FFFFF7;
	left: 5px;
	text-align: left;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

div.top_logo_pic {
	width: 2px;
	position: absolute;
	left: 0px;
	top: 2px;
	height: 55px;
}
div#header_pic {
	position: relative;
	height: 55px;
	width: 360px;
	left: 585px;
	top: 0px;
	font-size: 1em;
}
div#shop_cart {
	background-color: #EFEFEF;
	color: #333333;
	position: absolute;
	top: 2px;
	border: 1px solid #CCCCCC;
	width: 300px;
	text-align: center;
	right: 0px;
	line-height: 25px;
}
div#search {
	position: absolute;
	top: 32px;
	width: 450px;
	right: 0px;
	background-color: #FFFFFF;
	height: 25px;
}
div#search input{
}
div#search input.form_button{
	background-color: #FFFFF7;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	height: 20px;
	color: #666666;
}
div#search input.form_button:hover{
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
div#admin_client_nav {
	width: 450px;
	position: absolute;
	top: 54px;
	font-size: 11px;
	right: 5px;
}
div#buttons {
	width: 200px;
	position: absolute;
	top: 73px;
	font-size: 11px;
	left: 160px;
}
ul.buttons{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	float: right;
}
ul.buttons li{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	float: left;
}
ul.buttons a {
	background-color: #FFFFF7;
	color: #666666;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
ul.buttons a:hover {
	background-color: #EFEFEF;
}

div#leads {
	width: 163px;
	position: absolute;
	left: 198px;
	top: 40px;
	font-size: 11px;
}
ul.leads{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	float: right;
}
ul.leads li{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #666666;
}
ul.leads li {
	float: left;
	margin-right: 5px;
}
ul.leads a {
	background-color: #FFFFFF;
	color: #666666;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
ul.leads a:hover {
	background-color: #999999;
}
div#top_viewcart {
	color: #666666;
	background-color: #FFFFFF;
	height: 15px;
	width: 150px;
	position: absolute;
	top: 54px;
	padding: 5px;
	left: 8px;
}
div#promo {
	padding-top: 20px;	
}

div#listmenu {
	width: 100%;
	text-align: center;
	height: 25px;
	position: static;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 14px;
}
div#listmenu a{
	color: #FFFFFF;
	text-decoration: none;

}
div#listmenu a:hover{
	text-decoration: underline;

}
ul.topnav{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
ul.topnav li{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	margin-left: 0px;
}
ul.topnav a {
	font-size: 18px;
	background-color: #3C63A2;
	color: #F1F2F2;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 170px;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.topnav a:hover {
	background-color: #999999;
}
div#content {
	width: 100%;
	position: static;
	margin-top: 10px;
	margin-bottom: 30px;
}
div#content_top {
	width: 100%;
}
div#pic_logo {
	float: left;
	width: 310px;
}
div#pic_logo_secure {
	float: left;
	width: 310px;
	height: 135px;
}
div#top_content {
	float: left;
	margin-right: 0px;
	width: 623px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-style: normal;
	font-size: 12px;
}
div#top_content_head {
	position: relative;
	width: 100%;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: italic;
}
div#admin_nav {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
}
div#admin_nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div#admin_nav li {
	display: inline;
	list-style-type: none;
}
div#admin_nav a {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: 10px;
	background-color: #CCCCCC;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div#admin_nav a:link, div#admin_nav a:visited {
	color: #555555;
}
div#admin_nav a:hover, {
	color: #555555;
	background-color: #F1F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
div#admin_nav a:active {
	background-color: #E9E9E9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}		
div#admin_nav a.current {
	background-color: #E9E9E9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}
div#content_bottom {
	width: 100%;
}


/*  If useing the three column lay out use the    div#column1 through three 

	But If using the row layout for page to fit management list then use row divs below where next coment is*/

div#column1 {
	float: left;
	width: 180px;
}
div#column1_window {
}
div.column1_window_top {
	background-image: url(../images/itheme/sidep-top_a.gif);
	height: 26px;
}
div.column1_window_middle {
	background-image: url(../images/itheme/sidep-bottom_a.gif);
	background-position: center bottom;
	padding-top: 0px;
	padding-bottom: 0px;
}
div.column1_window_bottom {
	height: 15px;
}
div.left_blocks {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
div.mainpage_leftmenu {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #FFFFFF;
}
div.mainpage_leftmenu a, a.bluebackground {
	text-decoration: none;
	color: #FFFFFF;
}
div.mainpage_leftmenu a:hover, a.bluebackground:hover {
	color: #CCCCCC;
	text-decoration: none;
}

div.mainpage_leftmenu ul {
	list-style-type: none;
	color: #CCCCCC;
	padding-top: 5px;
}
div.mainpage_leftmenu ul li {
}
div.mainpage_leftmenu ul li ul {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F1F2F2;
}
div.mainpage_leftmenu ul li ul li {
	color: #FFFFFF;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
div.category_heading {
	font-size: 15px;
	color: #666666;
	padding-top: 4px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
ul.shopnav{
	list-style-type: none;
	font-size: 13px;
	padding-bottom: 5px;
}
ul.shopnav li{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul.shopnav a {
	color: #333333;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 174px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
ul.shopnav a:hover {
	color: #B50D0D;
	background-color: #E7E7E7;
}
ul.shopnavnest {
	padding-left: 10px;
}
ul.shopnavnest li {
}
ul.shopnavnest a {
	font-size: 11px;
	color: #666666;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 139px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}
ul.shopnavnest a:hover {
	color: #B50D0D;
	background-color: #EFEFDE;
}
div.coupon_head {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
	background-color: #E4E4E4;
}
div.coupon {
	border: 1px dotted #666666;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
}
div#column2 {
	float: left;
	width: 750px;
	margin-right: 0px;
	margin-left: 17px;
}
div#column2_extended {
	float: left;
	width: 750px;
	margin-right: 3px;
	margin-left: 3px;
}
div#column2_window_top {
}
/*---------------------------------Jquery Slide image       */
/*--Main Container--*/
.main_view {
	position: relative;
	height: 180px;
	width: 750px;
}
/*--Window/Masking Styles--*/
.window {
	height:180px;	width: 750px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 140px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none;
	background-image: url(paging_bg2.png);
	background-repeat: no-repeat;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #999999;
	background-color: #E4E4E4;
}
.paging a.active {
	font-weight: bold;
	border: 1px solid #610000;


	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFFFFF;
	color: #666666;
}
.paging a:hover {font-weight: bold;}



/*------------------------------------------ Jquery slide image end       */
div.mainpage_featured {
	height: 130px;
	width: 440px;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.mainpage_featured_head {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C63A2;
	font-size: 0.8em;
	color: #3C63A2;
	text-align: center;
	height: 18px;
	position: relative;
	top: 6px;
}
div.center_content {
	width: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
}
div.center_content_head {
	font-size: 13px;
	color: #666666;
	text-align: center;
	background-image: url(../images/itheme/content-top-bg_a_750.gif);
	height: 26px;
}
div.center_content_body {
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #666666;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
div.center_content_body ul {
	margin-left: 50px;

}
div.center_content_body li {

}
div.center_content_body_head {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #EFEFEF;
	font-size: 13px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
div.center_content_body_featured {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFF7;
	font-size: 13px;
	color: #666666;
}
div.center_content_body_featured:hover {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #EFEFED;
	font-size: 13px;
	color: #666666;
}
div.center_content_body_alert {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #CCFFCC;
	font-size: 13px;
	color: #666666;
}
.main_links {
	color: #3C63A2;
	font-size: 12px;
}
.main_links:link {
	font-size: 12px;
}
.main_links:hover {
	font-size: 12px;
	color: #666666;
}
dt {
	padding: 10px;
}
div.edit_school_content {
	margin-top: 10px;
	margin-bottom: 25px;
	border: 2px solid #3C63A2;
	background-color: #FFFFFF;
	padding-bottom: 20px;

}
div.edit_school_content_heading {
	margin: 0px;
	color: #FFFFFF;
	background-color: #3C63A2;

}
div.edit_school_content_wrap {
	padding-right: 5px;
	padding-left: 5px;

}
div.product_container {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 13px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.product_container:hover {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #EFEFED;
	font-size: 13px;
	color: #666666;
}
div.product_container a {
	color: #000066;
	text-decoration: none;
}
div.product_container a:hover {
	color: #B50D0D;
	text-decoration: underline;
}
div.product_image_container {
	background-color: #FFFFFF;
	margin-top: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	padding-right: 3px;
	padding-left: 3px;
}
div.product_description_container {
	margin-top: 5px;
	text-align: center;
	vertical-align: middle;
}
div.product_image_container_d {
	margin-top: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
	padding: 5px;
	color: #CCCCCC;
	background-color: #FFFFFF;
}
div.product_image_container_d a{
}
div.product_description_container_d {
	text-align: center;
	vertical-align: middle;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
a.button_style {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFF7;
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 3px;
	display: block;
}
a.button_style:hover {
	background-color: #CCCCCC;
}
table.product {
	font-size: 12px;
	text-align: left;
	margin-bottom: 9px;
}
table.product th {
}
table.product td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.product td ul {
	padding-left: 35px;
}
table.product td li{
	list-style-type: disc;
	list-style-position: outside;
}
table.product td ol {
	padding-left: 35px;
}
table.product td ol li{
	list-style-type: decimal;
	list-style-position: outside;
}
/*product tables with horizontal in the selector are designed to fit column 2 in a horizontal repeat regin style*/

table.producthorizontal {
	font-size: 12px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	text-align: left;
}
table.producthorizontal th{
}
table.producthorizontal td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.producthorizontal ul {
	padding-left: 35px;
}
table.producthorizontal li{
	list-style-type: disc;
	list-style-position: outside;
}
table.producthorizontal ol {
	padding-left: 35px;
}
table.producthorizontal ol li{
	list-style-type: decimal;
	list-style-position: outside;
}
div.product_reviews {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
table.comment_box
{
	padding-top:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.comment_box td
{
	padding: 5px;
}
ol.timeline {
	list-style:none;
}
ol.timeline li {
	display:none;
	position:relative;
	background-color:#D3E7F5;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
ol.timeline li:first-child {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.delete_button {
margin-right:10px; width:20px; height:20px
}
.delete_button a {
	text-decoration:none;
	color:#d02b55;
}
.delete_button a:hover{
	text-decoration:underline;
	color:#d02b55;
}
.feed_link {
	font-style:inherit; font-family:Georgia; font-size:13px;padding:10px; float:left; width:350px
}
.feed_a {
	color:#0000CC; text-decoration:underline
}
.delete_update {
	font-weight:bold;
}


div#column3 {
	float: left;
	width: 0px;
}
div.right_blocks {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*   This is where the row lay out stars  */
div#row1 {
	width: 100%;
}
div#admin_subnav {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
}
div#admin_subnav ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFAF;
	font-weight: bold;
}
div#admin_subnav li {
	display: inline;
	list-style-type: none;
}
div#admin_subnav a {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: 10px;
	background-color: #CCCCCC;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #AFAFAF;
	border-right-color: #AFAFAF;
	border-left-color: #AFAFAF;
	color: #555555;
}
div#admin_subnav a:link, div#admin_nav a:visited {
	color: #555555;
}
div#admin_subnav a:hover {
	color: #555555;
	background-color: #F1F2F2;
}
div#admin_subnav a.current {
	background-color: #F1F2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F2F2;
}

div#row2 {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AFAFAF;
	border-bottom-color: #AFAFAF;
	border-left-color: #AFAFAF;
}
div.row_center_content {
	height: 450px;
	width: 100%;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.row_center_content_head {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C63A2;
	font-size: 0.8em;
	color: #3C63A2;
	text-align: center;
	height: auto;
	position: relative;
	top: 6px;
}
div.row_center_content_body {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}



ol.else {
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
ol.else li {
	list-style-position: outside;
	margin-top: 10px;
	margin-bottom: 25px;
	border: 2px dashed #3C63A2;
	padding: 10px;
}
ol.else li a, ol.else li a:visited {
	color: #3C63A2;
}
ol.else li a:hover {
	color: #FF0000;
}

div#above_footer_tab_container {
	position: relative;
}
div#above_footer_tab {
	background-color: #EFEFEF;
	position: absolute;
	width: 142px;
	left: 15px;
	top: -15px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

div#above_footer {
	padding: 10px;
	text-align: center;
}
div.above_footer_content {
	text-align: center;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
}
div.above_footer_content a{
	color: #333333;
	text-decoration: none;
}
div.above_footer_content a:hover{
	color: #666666;
	text-decoration: underline;
}
div#footer {
	width: 100%;
	height: 70px;
	position: static;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
div#footer p {
	margin-top: 10px;
	font-size: 12px;
	padding-left: 200px;
}
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.links, .links:visited {
	color: #0000FF;
	text-decoration: underline;
}
.links:hover {
	color: #B50D0D;
	text-decoration: underline;
}
.high_light_1 {
	font-weight: bold;
	color: #B50D0D;
}
.high_light_2 {
	font-weight: bold;
	color: #339900;
	font-size: 16px;
}
div.holiday {
	position: absolute;
	height: 95px;
	width: 110px;
	left: -8px;
	top: -32px;
	z-index: 999;
}
div.holiday_nothing {
	position: absolute;
	height: 95px;
	width: 110px;
	left: -8px;
	top: -32px;
	z-index: 999;
}
div.santa_hat {
	position: absolute;
	height: 95px;
	width: 110px;
	left: -8px;
	top: -32px;
	background-image: url(../images/background/christmas-santa-hat-2-vsmall.png);
	z-index: 999;
}
div.valentine {
	position: absolute;
	height: 95px;
	width: 110px;
	left: -8px;
	top: -32px;
	background-image: url(../images/background/valentine.png);
	z-index: 999;
}

