/*
Theme Name: Hilda Tucker New
Theme URI: http://www.hildatucker.com
Description: The new hilda tucker insurance school theme.
Version: 0.1
Author: Christopher Respeto
Author URI: http://www.respeto.org
Designer: PC House Productions
*/
* { margin: 0;
}
html,body {
	height: 100%;
}
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	width: 100%;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	}

#page {
	background: #ccc; /* 144269; */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0 auto -150px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

* html #page { height: 100%;}
img {
	border-style: none;
}	

a, a:visited, a:link, a:active,
body.mceContentBody a, body.mceContentBody a:visited, body.mceContentBody a:link, body.mceContentBody a:active
{
	text-decoration: underline;
	border-bottom: none;
	font-weight: bold;
	color: #000099;
}


a:hover, body.mceContentBody a:hover
{
	text-decoration: none;
	border-color: #FF6600;
	font-weight: bold;
	color: #FF6600;
}

ul, ol, body.mceContentBody ul, body.mceContentBody ol
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 20px;
	margin: 0 0 0 5px;
}

.extrapadding, body.mceContentBody .extrapadding
{
	padding: 2px 0 12px 20px;
	margin: 0 0 0 5px;
}

.extrapadding li, body.mceContentBody .extrapadding li
{
	padding: 1px 0 15px 0;
}

 
li, body.mceContentBody li {
	margin: 0;
	padding: 0 0 2px 0;
}

p, body.mceContentBody p { font-family:Arial, Helvetica, sans-serif; padding: 8px 0; margin: 0; }

h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 2px 0;
	margin: 0;
	font-weight: bolder;
}

h1 { font-size: 24px; padding: 0 0 5px 0; }
h2 { font-size: 20px; }
h3 { font-size: 16px; font-style: italic; padding: 10px 0 2px 0; margin: 0; }

/*------------------------------------------------------------------------------------------------------
	Styles dealing with the Header
------------------------------------------------------------------------------------------------------*/
#head-hold {
	margin: 0;
	padding: 0;
	height: 100px;
	width: 100%;
	color: #fff;
}

#header {
	display: block;
	height: 100px;
	width: 760px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: #123f66 url(images/header-background-blue.gif) top left repeat-x; 
	}
	
#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 250px;
	z-index: 10;
	height: 100px;
	background: #ffffff;
	text-align: left;
}

#header #logo img{
	padding: 10px 0 10px 30px;
}

#header #curve {
	position: absolute;
	top: 0;
	left: 250px;
	height: 100px;
	width: 70px;
	background: url(images/header-curve.gif) top right no-repeat;
	z-index: 8;
}
#header #logo a, #header #logo img{
	border: none;
}

#header #head-border {
	position: absolute;
	right: 5px;
	margin: 4px 0;
	padding: 0;
	border: 1px solid #d2d2d2;
	z-index: 5;
	height: 90px;
	background: none;
	width: 500px;
	color: #FFFFFF;
	text-align: right;
}

#header #head-border p{
	text-align: right;
	font-size: 18px;
	padding: 0 10px 10px 10px;
	margin: 0;
	font-family:"Times New Roman", Times, serif;
}

#header #head-border form {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5px;
	right: 10px;
}
#header #head-border label {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#header #head-border input {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	margin: 0;
	padding: 2px;
	width: 150px;
	height: 12px;
	line-height: 12px;
}

#header #cart {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	width: 150px;
	text-align: right;
	float: right;
	padding: 2px 5px 5px 0;
	margin: 0;
}

#header #cart a {
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding: 5px 5px 0 0;
	margin: 0;
	border: none;
}

#header #cart a:hover {
	color: #999;
}

#header #cart a#mycart {
	display: block;
	background: url(images/cart.gif) 20px 2px no-repeat;
}

/*------------------------------------------------------------------------------------------------------
	Styles dealing with the navbar
	border-left: 1px solid #222;
	border-right: 1px solid #eee;
------------------------------------------------------------------------------------------------------*/
div#nav-hold {
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	height: 27px;
	white-space: nowrap;
	position: relative;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
}
#navbar-bg {
	height: 25px;
	background: #517190;
}
#navbar {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 25px; 
	z-index: 100;
	top: 0;
}

/* hack to correct IE5.5 faulty box model */
* html #navbar {
	width: 761px; 
	w\idth: 760px;
	z-index: 100;
}

/* remove all the bullets, borders and padding from the default list styling */
#navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 100;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navbar ul li {
	float:left;
	position: relative; 
	line-height: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

/* style the links for the top level */
#navbar ul li a, #navbar ul li a:visited {
	display: block;
	height: 25px;
	padding: 0 16px;
	margin: 0;
	border: none;
	border-right: 1px solid #222;
	border-left: 1px solid #eee;
	background: #5b7a97 url(images/nav-main-bg.gif) top left repeat-x;
	color: #eee;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 100;
}

#navbar ul li.page-item-3 a, #navbar ul li.page-item-3 a:visited {
	padding: 0 15px;
}

#navbar ul li a:hover, #navbar ul li.current_page_item a, #navbar ul li.current_page_item a:visited {
	border: none;
	border-right: 1px solid #666;
	border-left: 1px solid #888;
	background: #5b7a97 url(images/nav-main-bg-hover.gif) top left repeat-x;
}

#navbar ul li.current_page_item ul li a, #navbar ul li.current_page_item ul li a:visited {

}
#navbar ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 25px;
	left: 0;
	background: none;
	z-index: 100;
	width: 500;
	white-space: nowrap;
}

#navbar ul ul li {
	float: left;
	position: relative;
	top: 0;
}

#navbar ul ul li a, #navbar ul ul li a:visited, #navbar ul li.current_page_item ul a, #navbar ul li.current_page_item ul a:visited { 	
	text-align: left; 
	width: 200px; 
	background: #555 url(images/nav-secondary-bg.gif) top left repeat-x;
}
#navbar ul ul li a:hover, #navbar ul li.current_page_item ul a:hover { 	
	background: #5b7a97 url(images/nav-main-bg-hover.gif) top left repeat-x;
}
* html .navmenu ul ul a { width: 180px;w\idth:180px; }

#navbar ul ul ul {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 100;
	width: 200px;
	text-align: left;
}

#navbar ul ul ul li {
	float: none;
	width: 200px;
	text-align: left;
	left: 234px;
	z-index: 100;
}
/* style the third level background */
#navbar ul ul ul li a, #navbar ul ul ul li a:visited { 	text-align: left; width: 200px; }
/* position the third level flyout menu for a left flyout */
#navbar ul ul ul.left {left: -220px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#navbar table {
	position: absolute; 
	top: 0; 
	left: 0; 
	border-collapse: collapse;
	z-index: 10;
}


/* style the second level links */


/* make the second level visible when hover on first level list OR link */
#navbar ul li:hover ul, #navbar ul a:hover ul{ visibility:visible; z-index: 100; }
/* keep the third level hidden when you hover on first level list OR link */
#navbar ul :hover ul ul{ visibility:hidden; z-index: 100; }
/* make the third level visible when you hover over second level list OR link */
#navbar ul :hover ul :hover ul{ visibility:visible; z-index: 100; }
/*------------------------------------------------------------------------------------------------------
	Styles dealing with the Content Area
------------------------------------------------------------------------------------------------------*/
#cont-hold {
	margin: 0 auto;
	padding: 0;
	min-height: 500px;
	height: 100%;
	width: 760px;
	position: relative;
}

#content {
	padding: 0;
	margin: 0;
	display: block;
	font-size: 1.3em;
	color: #0a3763;
	background: #fff;
	text-align: left;
	height: 100%;
	width: 760px;
	
}
#content #content-main {
	margin: 0 0 0 260px;
	padding: 5px 0;
	width: 490px;
	height: 100%;
	text-align: justify;
	
}
#content #content-text {
	border-left: 1px solid #ccc;
	margin: 10px;
	padding: 0 15px;
	text-align: justify;
	
}

#content .adminmessage {
	width: inherit; 
}

#content #newsletter div.required, #content #newsletter div.attributename
{
	width: inherit;
	text-align: right;
}

#ht-cats-list {
	padding: 0 0 0 40px;
}

#ht-cats-list ul{
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;

}

#ht-cats-list h2 {
	padding-bottom: 2px;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}

#ht-cats-list h3{
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 0;
	margin-top: 0;
}

#ht-cats-list a {
	color: #144269;
	text-decoration: none;
	display: block;
}

#ht-cats-list a:hover {
	color: #999;
}

#ht-cats-list a.hideme {
	display: block;
	border: none;
	font-weight: normal;
}
#ht-cats-list ul li ul li {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	
}
#ht-cats-list a.hideme:hover {
	color: #999;
	text-decoration: underline;
	border: none;
}

#ht-cats-list ul li ul li div {
	visibility: hidden;
	position: absolute; 
	width: 400px;
	padding: 10px;
	left: -20px;
	top: 30px;
	background: #eee;
	border: 2px solid #063671;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	z-index: 50;
	text-decoration: none;
}

#ht-cats-list ul li ul li:hover div, #ht-cats-list ul li ul li a.hideme:hover div {
	visibility: visible;
	text-decoration: none;
}
#ht-cats-list ul li ul.ht_hideclass {
	display: none;
}
#ht-offerings-list h3 {
	color: #063671;
	border: none;
	position: relative;
	
}

#ht-offerings-list h2 {
	padding-top: 2px;
	margin: 0;
}

#ht-offerings-list a {
	color: #063671;
	border: none;
	z-index: 2;
	
}

#ht-offerings-list h3 div {
	visibility: hidden;
	position: absolute;
	width: 400px;
	padding: 10px;
	left: 30px;
	background: #eee;
	border: 2px solid #063671;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	z-index: 50;
}

#ht-offerings-list h3:hover div, #ht-offerings-list h3 a:hover div {
	visibility: visible;
}

#ht-offerings-list h3 div strong {
	font-size: 14px;
	font-weight: bolder;
}
#ht-offerings-list h3 div p {
	margin: 0;
	padding: 0 0 5px 0;
}


#ht-course-list h3 {
	color: #063671;
	border-bottom: 1px solid #063671;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#ht-course-list h3 a {
	border: none;
	color: #063671;
	text-decoration: none;
}

#ht-course-list h3 div {
	visibility: hidden;
	position: absolute;
	width: 400px;
	padding: 10px;
	left: 30px;
	background: #eee;
	border: 2px solid #063671;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	z-index: 50;
}

#ht-course-list h3:hover div, #ht-course-list h3 a:hover div {
	visibility: visible;
}

#ht-course-list h3 div strong {
	font-size: 14px;
	font-weight: bolder;
}
#ht-course-list h3 div p {
	margin: 0;
	padding: 0 0 5px 0;
}

#ht-course-list a.button-small {
	float: right;
	color: #eee;
}

#next-prev {
	width: 400px;
	height: 20px;
	text-align: center;
}
tr#next-prev td {
	border: none;
}
#next-prev a {
	border: none;
}

#next-prev .next-link {
float: right;
}
#next-prev .prev-link {
float: left;
}

#classeslist  {
	padding: 0;
	margin: 0;
	border: 1px solid #123f66;
	width: 100%;
	margin-top: 15px;
}
#classeslist th, #classeslist th a {
	background: #123f66;
	color: #eee;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 1px;
	text-decoration: none;
}

#classeslist th a {
	border: none;
	text-decoration: none;
}
#classeslist th a:hover {
	color: #999;
}

#classeslist td {
	border: 1px solid #123f66;
	padding: 1px 5px;
	margin: 0;
	text-align: left
}

#classeslist a.button-short {
	margin: 0 auto;
	text-decoration: none;
}


#content-main form.phplist {
	float: right;
	width: 450px;
}
#content-main form.phplist span {
	display: none;
}

#mycards {
	height: 25px;
	width: 160px;
	background: url(images/credit_card.jpg) top left no-repeat;
}


td.classdate a.hideme, td.classdate a.hideme:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
	position: relative;
	display: block;
}

td.classdate div {
	position: absolute;
	left: 100px;
	top: 20px;
	visibility: hidden;
	background: #FBF999;
	border: 2px solid #222;
	width: 200px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	z-index: 200;
	
	
}

td.classdate:hover div, td.classdate a.hideme:hover div {
	visibility: visible;
}

/*------------------------------------------------------------------------------------------------------
	Styles for shopping cart stuff.
------------------------------------------------------------------------------------------------------*/

.cartobj {
	border: 1px solid #123f66;
	padding: 5px;
	margin: 5px 0;
	z-index: 1;
}

.cartobj a.hideme, .cartobj a.hideme:hover {
	display: block;
	position: relative;
	border: none;
	color: #123f66;
	z-index: 2;
}

.cartobj div{
	color: #333;
	background: #eee;
	border: 2px solid #123f66;
	position: absolute;
	visibility: hidden;
	font-size: 12px;
	font-weight: normal;
	width: 350px;
	padding: 10px;
	z-index: 50;
}

.cartobj h4:hover div, .cartobj td:hover div, .cartobj a.hideme:hover div {
	visibility: visible;
}

#htcoupon label {
	float: left;
	font-size: 10px;
}
#htcoupon input#Coupon {
	width: 100px;
}

/*------------------------------------------------------------------------------------------------------
	Styles for Login page Stuff
------------------------------------------------------------------------------------------------------*/
.login {
	float: left;
	width: 100%;
}
.login form {
	width: 100%;
}
.login label {
	display: block;
	font-size: 11px;
	text-align: left;
	white-space: normal;
	
}

.login p {
width: 40%;
padding-right: 10px;
float: left;
}

.login .forgetmenot, .login .message {
	width: 80%;
	display: block;
	clear: left;
	float: none;
	
}
.login .forgetmenot label {
	display: inline;
}

.login .links li {
	list-style: none;
	float: left;
	padding: 2px 10px;
	margin: 0;
}

.login .links a {
	border: none;
	display: block;
	padding: 1px 15px;
}


.login #reg_passmail-tml-main {
	display: none;
}

.login .submit {
	display: block;
	width: 95%;
	clear: left;
	float: none;
}

/*------------------------------------------------------------------------------------------------------
	Styles for student profile stuff.
------------------------------------------------------------------------------------------------------*/
	form#profile_form { width: auto; float: left; }
	form#profile_form tr input { width: auto; border-color:#e5f3ff; }
	form#profile_form div.formline { width: 100%; margin: 0 0 2px 0; padding: 1px 0 8px 0; clear: left; }
	form#profile_form div.input { float:left; padding: 0 4px 0 0; margin: 0 3px; }
	form#profile_form div.formline div.input label { font-size:10px; margin:0; padding: 1px 0; text-align: left; font-stretch:normal; word-spacing:normal; white-space: normal;  display: block; height: 20px; vertical-align: baseline; line-height: 20px;}
	form#profile_form div.input input, form#profile_form div.input textarea, form#profile_form .myinput { width: 100%; margin: 0; padding: 2px; background-color: #EEE; border: 1px solid #999; }
	form#profile_form div.input input.required, form#profile_form div.input textarea.required { width: 100%; margin: 0; padding: 2px; background-color: #efc3cb; border: 1px solid #ab9098; }
	form#profile_form .submit { border:0; text-align:right; }
	form#profile_form p.submit_top { text-align: right; padding: 0; margin: 0; margin-bottom: 8px; }
	form#profile_form select { padding: 2px; background: #eee; border: 1px solid #888; }
	form#profile_form select.multi { height: 95px; }
	form#profile_form select optgroup { font-size: 14px; font-weight: bolder; font-style: normal; padding: 5px 5px 2px 5px; }
	form#profile_form select optgroup option { font-size: 12px; font-weight: normal; padding: 1px 1px 1px 20px; }


#profile_form #cvv2_code label {
	padding-left: 50px;
	background: url(images/cvv2_sm.gif) bottom left no-repeat;
	}
#profile_form #cvv2_code {
	position: relative;
}

#profile_form #cvv2_code a, #profile_form #cvv2_code a:hover {
	color: #000;
	border: none;
	text-decoration: none;
}

#profile_form #cvv2_code div.hideme, #profile_form #cvv2_code a div.hideme {
	background: #ddd;
	border: 2px solid #0F1B68;
	visibility: hidden;
	position: absolute;
	width: 400px;
	left: -310px;
	bottom: 80px;
	padding: 10px;
	z-index: 200;
}

#profile_form #cvv2_code:hover div.hideme, #profile_form #cvv2_code a:hover div.hideme{
	visibility: visible;
}
p.hm-nopad {
	padding: 0 0 8px 0;
	margin: 0;
	line-height: 12px;
	clear: left;
}

#profile_form #cvv2_code #cvv-sec1{
	background: url(images/securecode1.jpg) top left no-repeat;
	height: 65px;
	width: 100px;
	float: left;
	padding-right: 10px;
	display: block;
}
#profile_form #cvv2_code #cvv-sec2{
	background: url(images/securecode2.jpg) top left no-repeat;
	height: 65px;
	width: 120px;
	float: left;
	padding-right: 10px;
	display: block;
}

	ul#ht_profile_menu {
		padding: 0;
		margin: 0 0 20px 0;
		
	}

	#ht_profile_menu li{
		list-style: none;
		display: inline;
		padding: 0;
		margin: 0;
	}
	
	#ht_profile_menu li a{
		float: left;
		display: block;
		width: 115px;
		height: 20px;
		background: url(images/buttonsmall.gif) bottom left no-repeat;
		color: #EEE;
		text-align: center;
		vertical-align: middle;
		line-height: 19px;
		border: none;
		font-size: 10px; 
		padding: 0;
		margin: 1px 3px;
		font-weight: bold;	
		text-transform: uppercase;
		text-decoration: none;
	}

	#ht_profile_menu li a:hover {
		background: url(images/buttonsmall.gif) top left no-repeat;
		color: #fff;
		border: none;
	}


/*------------------------------------------------------------------------------------------------------
	Styles dealing with the Links Area inside the content area
------------------------------------------------------------------------------------------------------*/
#linksarea {
	width: 250px;
	top: 0;
	right: 0;
	margin: 1px;
	text-align: left;
	height: 100%;
	background: #123f66;
	color: #EEE;
	padding: 0;
	float: left;
}

#linksarea h3, #linksarea h3 a {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 14px;
	color: #eee;
	border: none;
	text-decoration: none;
	display: block;
	text-align: center;
}

#linksarea h3 a:hover {

	color: #063671;
	color: #999;
	
}

#linksarea p {
	margin: 0;
	padding: 0 ;
}

#linksarea_reg {
	margin: 0;
	padding: 0;
	height: 55px;
}
#linksarea_reg_img {
	height: 50px;
	width: 48px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(images/reg-now.jpg) top left no-repeat;
}
#linksarea_reg p {
	padding: 10px 0 0 0;
	margin: 0;
}
#linksarea_reg a.button {
	margin: 0 0 15px 60px;
	text-decoration: none;
	padding: 0;
}
/*
#linksarea_reg a{
	background: url(images/reg-now.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
	height: 50px;
	width: 250px;
	text-transform: uppercase;
	color: #eee;
	display: block;
	border: none;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
#linksarea_reg a:hover{
	background: url(images/reg-now.jpg) bottom left no-repeat;
	border: none;
}
*/
#linksarea_pl {
	background: #517190;
	margin: 0;
	padding: 10px;
	color: #eee;
}
#linksarea_pl #linksarea_pl-brd {

	border: 1px solid #eee;
	padding: 10px;
	margin:0;
}

#linksarea_pl ul {
	padding: 0 0 10px 10px;
	margin: 0;
	display: block;
}
#linksarea_pl li {
	list-style: none;
	background: url(images/arrow.gif) 0px 5px no-repeat;
	padding: 1px 0 3px 15px;
	font-size: 1em;
}
#linksarea_pl li:hover {
	background: url(images/arrow-hov.gif) 0px 5px no-repeat;	
}
#linksarea_pl ul a {
	color: #eee;
	border: none;
	font-weight: normal;
	display: block;
	text-decoration: none;
}
#linksarea_pl ul a:hover {
	color: #063671;
	color: #999999;
}


#linksarea_school {
	margin: 5px;
	padding: 5px;
	border: 1px solid #72899d;
	background: url(images/school-bg.gif) top left repeat;
	text-align: left;
}
#linksarea_school_img {
	height: 75px;
	width: 75px;
	float: right;
	padding: 0;
	margin: 0 0 0 5px;
	background: url(images/own-school.jpg) top right no-repeat;
}
#linksarea_school h3 {
	padding-top: 0;
	margin-top: 0;
}
#linksarea_school p {
	margin-bottom: 5px;
}

#linksarea_school .button {
	clear: both;
	margin: 0 auto;
	text-decoration: none;
}
#linksarea_jobs {
	padding: 15px 5px 5px 5px;
	margin: 5px 0;
}

#linksarea_jobs h3 {
	padding-bottom: 8px;
}
#linksarea_jobs_img {
	height: 75px;
	width: 75px;
	float: left;
	padding: 0;
	margin: 0 10px 5px 0;
	background: url(images/jobs.jpg) top right no-repeat;
}
#linksarea_jobs .button {
	clear: both;
	margin: 0 auto;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------------
	Styles dealing with the Footer Area
------------------------------------------------------------------------------------------------------*/
.clearfoot {
	height: 150px;
	clear: both;
}

#foot-hold {
	background: #6d6e71;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	z-index: 20;
	position: relative;
	bottom: 0;
	left: 0;
	clear: both;
	padding: 0;
	margin: 0;
}
  
#footer {
	padding: 15px 0;
	margin: 0 auto;
	width: 750px;
	text-align: center;
}

#footer #footer-links {
	padding-bottom: 20px;
}
#footer #footer-links ul {
	display: inline;
	line-height: 16px;
}
#footer #footer-links li {
	display: inline;
	list-style: none;
	padding: 1px 5px 1px 6px;
	border-left: 1px solid #FFF;
	line-height: 16px;
}

#footer a {
	color: #fff;
	border-bottom: none;
}
#footer a:hover {
	color: #0a3763;
}

#footer #footer-links a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
}
#footer #footer-links a:hover {
	color: #0a3763;
	border-bottom: 1px solid #0a3763;
}
/*------------------------------------------------------------------------------------------------------
	General styles
------------------------------------------------------------------------------------------------------*/


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 1px 1px 2px 7px;
	}

img.alignleft {
	padding: 4px;
	margin: 1px 7px 2px 1px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
a.image {
	border: none;
}

a.button,a.button:visited {
	display: block;
	width: 180px;
	height: 33px;
	background: url(images/button1.gif) bottom left no-repeat;
	color: #EEE;
	text-align: center;
	vertical-align: middle;
	line-height: 33px;
	border: none;
	text-transform: uppercase;
	font-size: 11px;
	margin: 15px auto;
	text-decoration: none;
}

a.button:hover {
	background: url(images/button1.gif) top left no-repeat;
	border: none;
	color: #FFF;
}

a.button-big,a.button-big:visited {
	display: block;
	width: 250px;
	height: 33px;
	background: url(images/button2.gif) bottom left no-repeat;
	color: #EEE;
	text-align: center;
	vertical-align: middle;
	line-height: 33px;
	border: none;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 15px;
	text-decoration: none;
}

a.button-big:hover {
	background: url(images/button2.gif) top left no-repeat;
	border: none;
	color: #FFF;
}

a.button-small, a.button-small:visited {
	display: block;
	width: 150px;
	height: 20px;
	background: url(images/buttonsmall.gif) bottom left no-repeat;
	color: #EEE;
	text-align: center;
	vertical-align: middle;
	line-height: 19px;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0;
	margin: 1px 0;
	text-decoration: none;
}

a.button-small:hover {
	background: url(images/buttonsmall.gif) top left no-repeat;
	border: none;
	color: #FFF;
}


a.button-short, a.button-short:visited, a.button-short:link, a.button-short:active {
	display: block;
	color: #EEE;
	width: 75px;
	height: 20px;
	background: url(images/buttonsmall1.gif) bottom left no-repeat;
	text-align: center;
	vertical-align: middle;
	line-height: 19px;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0;
	margin: 1px 0;
	font-weight: bold;
	text-decoration: none;
}

a.button-short:hover {
	background: url(images/buttonsmall1.gif) top left no-repeat;
	border: none;
	color: #FFF;
}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.emphasis {
	font-weight: bold;
	font-size: 1.1em;
	color: #990000;
}

.error {
	
	font-weight: bold;
	font-size: 1.1em;
	color: #9B0000;
}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.section {
	border-bottom: 1px solid #993300;
	width: 50%;
}

a img {
	border: none;
	}
	
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#ssl-img {
	height: 55px;
	width: 115px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 200;
}
#ssl-img a, #ssl-img img {
	border: none;
	padding: 0;
	margin: 0;
}

#newsletter .required {
	color: #660000;
	font-weight: bold;
}



