body {
	font-size: 9pt;
	font-family: "Century Gothic", Georgia, Tahoma, "Times New Roman", Times, serif;
	color: #666;
	background-color: #fff;
	line-height: 18px;	
	margin: 0;
	padding: 0;
	background:#fff url(../images/interface/bg_top.jpg) top repeat-x;
}

a:link 
{
	color: #0066ff;
	text-decoration:underline;
}

a:hover {
	color:#7A0A17;
	text-decoration:underline;
}

a:visited {
	color: #804249;
	text-decoration:underline;
}

a:active, a:focus {
	outline: 0;
}

.imageButton {
	display: block;
	margin:0;
	width: 150px;
	height: 59px;
	text-indent: -1000px;
}

#about {
	background:url(../images/interface/aboutUs.jpg) 0 0 no-repeat;			
}

#faq {
	background:url(../images/interface/faq.jpg) 0 0 no-repeat;			
}

#news {
	background:url(../images/interface/signUp.jpg) 0 0 no-repeat;			
}

#subscribe {
	background:url(../images/interface/mailSubscribe.jpg) 0 0 no-repeat;			
}

#subscribe:hover, #subscribe:active, #about:hover, #about:active, #faq:hover, #faq:active, #news:hover, #news:active {
	background-position: 0 -59px; 
}

.signUpButton {
	border: none;
	width: 150px;
	height: 59px;
	background: url(../images/interface/signUp.jpg) no-repeat;
}

.signUpButton:hover {
   background-position: 0 -59px;
   cursor: pointer; /* IE6 ignores sadly */
}
	
.submitButton {
	border: none;
	width: 150px;
	height: 59px;
	background: url(../images/interface/submit.jpg) no-repeat;
}

.submitButton:hover {
   background-position: 0 -59px;
   cursor: pointer; /* IE6 ignores sadly */
}

h3 {
	color:#0885EF;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-weight:bold; 
	color:#0885ef;
	font-size:16px;
}

ul, ol {
	font-size: 9pt;
}

label {
	font-size: 9pt;
	font-weight: normal;
	font-family: "Century Gothic", Georgia, Tahoma, "Times New Roman", Times, serif;
}

img {
	border: none;
}

#tabbar {
	text-align: right;
}

#navbar {
	text-align: right;
	color: #0885EF;
}

#navbar ul {
	list-style-type: none;
	display: inline;
}

#navbar li {
	display: inline;
}

#navbar a {  
	font-size: 9pt;
	font-weight: normal; 
	margin: 0; 
	text-decoration: none;
}

#navbar a:link, #navbar a:visited {  
	color:#0885EF; 
}

#navbar a:hover {  
	color: #FE8A13; 
	text-decoration: underline;
}

#navbar a:active {  
	color: #0885EF;
}

#tabbar ul {
	list-style-type: none;
	display: inline;
	float: right;
	padding-right: 2px;
	width: 600px;
}

#tabbar li {
	display: inline;
	float: right;
	font-size: 0;
	text-indent: -10000px;
	text-align: left; /* required for above to work */
	/* or this... text-indent: -1000; */
}

#tabbar a {
	width: 100px;
	height:55px;
	display: block;
	border: 0;								
}

#tabbar a:active, #tabbar a:focus {
	outline: none;
	-moz-outline-style: none;
}

#tabbar a:hover {
	background-position: 0 -55px;
}
				
#tabbar li.admin a {
	background-image: url(../images/interface/admin.jpg);
}
#tabbar li.settings a {
	background-image: url(../images/interface/settings.jpg);
}
#tabbar li.resources a {
	background-image: url(../images/interface/resources.jpg);
}

#tabbar li.signin a {
	background-image: url(../images/interface/sign_in.jpg);
}

#tabbar li.signout a {
	background-image: url(../images/interface/sign_out.jpg);
}

#tabbar li.subscribe a {
	background-image: url(../images/interface/subscribe.jpg);
}

#content {
	min-height:450px;
	height:auto !important;
	height:450px;
	margin-top: 0;
}
	
#content p {
	font-family: "Century Gothic", Georgia, Tahoma, "Times New Roman", Times, serif;
	font-size: 9pt;
}
		
#content p.info {
	font-weight: bold;
	font-size: 9pt;
}
			
#main {

}
#feature {
	min-height:150px;
	height:auto !important;
	height:150px;
	text-align: left;
	background:  url(../images/interface/pic.jpg) no-repeat;
	padding: 40px 0 0 44px; /* The graphics make for weird padding values */
}

#feature.typeSmall {
	background:  url(../images/interface/shadow2.jpg) no-repeat;
	padding: 40px 0 0 30px; /* The graphics make for weird padding values */
	margin-top: 40px;
}

#pageContent {
	text-align: left;
	width: 724px;
}

#pageContent.typeSmall {
	width: 300px;
}

#flashContent {
	outline: none; /* annoying ff 3.6 'feature' of a line around flash... */
	-moz-outline-style: none;
}

#baseHolder {
	padding: 40px 0 0 30px;
}

#base {	
	width: 724px;
	height: 536px;
}

#copyinfo {
	color:#4ab0f1;
	text-align: right;
	font-size: 9pt;
	padding-top: 15px;
	padding: 15px 28px 0 0;
}

/* replacing custom html !urggh! */
span.lal {
	color:#0885ef;
	font-weight:bold;
}

span.pipe {
	color: #4ab0f1;
	padding: 0px 4px;
	cursor: default;
}

/* Utilities */
.clear {
	clear: both;
}
.hide {
	display: none;
}
.show {
	display: block;
}

/* All for sticky footer - really not good */
html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
}

.container {
	/*overflow:auto;*//* this kills ie6 - but is *meant* to be there..ulp */
	padding-bottom: 125px;/* must be same height as the footer */
}

#sticky {
	position: relative;
	background: url(../images/interface/bg_footer.jpg) repeat-x 0 0 #fff;
	margin-top: -125px; /* negative value of footer height */
	height: 125px;
	clear:both;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#infoBar {
	width: 822px;
	margin: 0 auto;
}

.tagLine {
	float: left;
	padding: 0px 0px 0px 37px;
	padding-top: 3px;
}

.topNumber {
	float: right;
	padding: 0px 28px 10px 0px;
	padding-top: 3px;
}

.bottomNumber {
	font-family: "Century Gothic", Georgia, Tahoma, "Times New Roman", Times, serif;
	float: right;
	padding: 0px 58px 0px 0px;
	padding-top: 46px;
	color:#4ab0f1;
	text-align: right;
	font-size: 8pt;
}

.textDiv {
	font-family: "Century Gothic", Georgia, Tahoma, "Times New Roman", Times, serif;
	float: left;
	color:#4ab0f1;
	text-align: left;
	font-size: 8pt;
	padding: 35px 55px 0 0;
	margin-left: 42px;
}