/* Global Reset */
* {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
html {
	font-size: 100%; /* 16px */
}
body {
	color: #333333;
	font: 0.625em Georgia, "Times New Roman", Times, serif;
	background: #E5EEF6;
	border-top: 18px solid #ffd457;
}
p, blockquote, span, ul, ol, dl, table, label, input, textarea {
	font-size: 1.1em; /*11px*/
	line-height: 1.455em; /*16px*/
	margin-bottom: 1.455em;
}
blockquote {
	text-align: center;
	font-weight: bold;
}
ul, ol {
	margin-left: 1.64em; /*18px*/
}
li ul, li ol {
	font-size: 1em;
	margin-bottom: 0em;
}
dt {
	font-weight: bold;
}
a {
	color: #77712E;
	font-weight: bold;
}
a:hover {
	color: #B81F46;
}
h1 {
	font: bold 1.6em/1em Georgia, "Times New Roman", Times, serif;
	color: #005DAB;
	letter-spacing: 0.0625em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
h2 {
	font: bold 1.2em/1.34em Georgia, "Times New Roman", Times, serif;
	color: #005DAB;
	letter-spacing: 0.084em;
	margin-bottom: 1.34em;
	text-transform: uppercase;
}
h3 {
	font: bold 1.1em/1.455em Georgia, "Times New Roman", Times, serif;
	color: #005DAB;
	margin-bottom: 0em;
}
/********************************************************************************************************************* Classes */
.inline-img {
	margin-bottom: 1.6em; /*16px*/
}
.link {
	padding-left: 24px;
	background: url(/img/i-link.png) no-repeat left top;
}
dl.highlight {
	background-color: #fff4d5;
	padding: 2.91em 36px 1.455em;
}
dl.highlight dt {
	letter-spacing: 0.091em;
	color: #005DAB;
	text-transform: uppercase;
}
dl.highlight dd {
	margin-bottom: 1.455em; /* 16px */
	font-style: italic;
}
table.tabs {
	width: 531px;
}
table.tabs th {
	width: 3em;
	text-align: left;
}
.hr {
	height: 1.6em;
	background: url(/img/hr-bg.gif) repeat-x left center;
}
.hr hr {
	display: none;
}
.alert {
	color: #FF0000;
}
/************************************************************************************************************** Page Container */
#page-container {
	width: 100%;
	min-width: 756px;
	background: #FFFFFF;
}
/********************************************************************************************************************** Header */
#header-container {
	width: 100%;
	min-width: 756px;
}
#header {
	width: 756px;
	height: 162px;
	margin: auto;
	position: relative;
}
#header-logo {
	position: absolute;
	top: 0px;
	left: 18px;
}
#login {
	height: 108px;
	width: 189px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(/img/login-bg.gif);
}
#btn-newsletter {
	height: 54px;
	width: 153px;
	position: absolute;
	top: 36px;
	display: block;
	text-indent: -9999px;
	left: 18px;
	background: url(/img/btn-newsletter.gif);
	overflow: hidden;
}
/************************************************************************************************************************ Menu */
#menu {
	height: 36px;
	width: 756px;
	position: absolute;
	background: url(/img/menu-bg.gif);
	left: 0px;
	bottom: 0px;
	margin: 0px;
}
#menu li {
	list-style: none;
	position: absolute;
	top: 0px; 
}
#menu li, #menu li a {
	height: 36px;
	display: block;
}
#menu li a {
	text-indent: -9999px;
	overflow: hidden;
}
#home {
	left: 18px;
	width: 46px;
}
#home a:hover {
	background: url(/img/menu-bg.gif) -18px -36px;
}
#whatis {
	left: 99px;
	width: 141px;
}
#whatis a:hover {
	background: url(/img/menu-bg.gif) -99px -36px;
}
#about {
	left: 275px;
	width: 171px;
}
#about a:hover {
	background: url(/img/menu-bg.gif) -275px -36px;
}
#newmembers {
	left: 482px;
	width: 122px;
}
#newmembers a:hover {
	background: url(/img/menu-bg.gif) -482px -36px;
}
#contact {
	left: 639px;
	width: 100px;
}
#contact a:hover {
	background: url(/img/menu-bg.gif) -639px -36px;
}
/* Second Level */
#menu li ul {
	position: absolute;
	top: 35px;
	width: 171px;
	display: none;
	background: #E5EEF6;
	border-top: 1px solid #005DAB;
	z-index: 9999;
	left: 0px;
	margin: 0px;
}
#menu li:hover ul {
	display: block;
}
#menu li li {
	position: relative;
	height: auto;
}
#menu li li a {
	text-indent: 0;
	height: auto;
	text-decoration: none;
	padding: 5px;
	color: #005DAB;
	border-right: 1px solid #005DAB;
	border-bottom: 1px solid #005DAB;
	border-left: 1px solid #005DAB;
	border-top-style: none;
	text-transform: uppercase;
	font-weight: bold;
}
#menu li li a:hover {
	background-image: none;
	background-color: #FFD457;
	color: #FFFFFF;
}
/********************************************************************************************************************* Content */
#content-container {
	width: 100%;
	min-width: 756px;
}
#content {
	width: 756px;
	margin: auto;
	background: url(/img/content-bg.gif) no-repeat right bottom;
	overflow: auto;
	padding-top: 36px;
	padding-bottom: 18px;
}
/********************************************************************************************************************* Columns */
.colset {
	clear: both;
}
.span1 {
	width: 153px;
	float: left;
	padding-right: 18px;
	padding-left: 18px;
}
.span2 {
	font-size: 112.5%; /*Leading 18px*/
	width: 342px;
	float: left;
	padding-right: 18px;
	padding-left: 18px;
}
.span3 {
	font-size: 125%;
	width: 531px;
	float: left;
	padding-right: 18px;
	padding-left: 18px;
}
.span4 {
	font-size: 125%;
	width: 720px;
	float: left;
	padding-right: 18px;
	padding-left: 18px;
}
/********************************************************************************************************************** Footer */
#footer-container {
	width: 100%;
	min-width: 756px;
	background: #E5EEF6;
	clear: both;
}
#footer {
	width: 720px;
	min-height: 210px;
	margin: auto;
	position: relative;
	padding-top: 36px;
	background: url(/img/footer-bg.gif) no-repeat right top;
	padding-right: 18px;
	padding-left: 18px;
	color: #666666;
}
/********************************************************************************************************************** Credit */
#credit {
	height: 37px;
	width: 153px;
	overflow: hidden;
	position: absolute;
	top: 36px;
	right: 18px;
}
#credit a {
	display: block;
	height: 37px;
	width: 153px;
	text-indent: -9999px;
	background: url(/img/credit-bg.gif);
}
/*********************************************************************************************************************** Forms */
div.form {
	clear: both;
}
form {
	padding-top: 1.455em; /*16px*/
	background: url(/img/hr-bg.gif) repeat-x;
}
label {
	display: block;
	width: 153px;
	float: left;
	text-align: right;
	padding-right: 18px;
}
input.text {
	width: 358px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #C3C3C3;
}
textarea {
	width: 358px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #C3C3C3;
}
input.button {
	margin-left: 171px;
	padding: 2px;
}
form em {
	font-style: normal;
	color: #FF0000;
}
