/* HTML ELEMENTS */
BODY, HTML {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #000;
	font-family: tahoma, arial, sans-serif;
	background: #fff url(images/mainbk_st.gif) repeat-y;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

h1 {
	color: #000;
	font-family: arial, tahoma, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	display: inline;
}

h2 {
	color: #e5ac0f;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
	letter-spacing: 2px;
	display: inline;
}

h3 {
	color: #e5ac0f;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
	letter-spacing: 2px;
	display: inline;
}

h4 {
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

h6 {
	border-top: 1px solid #d9d8d8;
	font-weight: normal;
	border-bottom: 1px solid #E9E9E9;
	color: #000;
	padding: 3px 0px 3px 0px;
	font-size: 8pt;
	margin: 0px 0px 10px 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	line-height: 1.6;	
	font-size: 9pt;
}

a, a:visited, a:hover {
	color: #E5AB0A;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: none;
}

li {
	font-size: 9pt;
}



.input {
	font-size: 8pt;
	background: none;
}

/**
	*  MISC ELEMENTS
**/

#error {
	margin: 2% auto 2% auto;
	background: url(/images/576.gif) no-repeat 20px 50%;
	height: 50px;
	width: 200px;
	padding: 10px;
	padding-left: 80px;
	border: 1px solid #000;
}
	
#indexBody {
	background: #fff url(/images/background_st.gif) repeat-y;
}

#header {
	width: 100%;
	height: 51px;
	background: #FFFFFF;
	padding: 0px;
	overflow: hidden;
}

#topNav {
	background: url(images/nav_st.gif) repeat-x;
	width: 100%;
	height: 26px;
}

/*  --  */

#sideNav {
	float: left;
	clear: both;
}

.sideNavLink {
	display: block;
	width: 120px;
}

#companyLogo {
	display: none;
}

#sideNavElement {
	width: 115px;
	padding: 4px 0px 0px 10px;
	font-size: 11px;
	color: #efb928;
	border-top: 1px solid #E9E9E9;
	float: left;	
	clear: right;
}

#sideNavImage {
	height: 17px;
	width: 12px;	
	border-top: 1px solid #fff;
	float: left;
}

/*  --  */

.navElement {
float:left;
	color: #000000;
	font-weight: bold;
	font-size: 10pt;
	padding: 4px 13px 0px 13px;
	height: 20px;
	background: url(images/nav_sep.gif) no-repeat 100% 1px;
}

.navElement a{
	color: #000000;
	background-color:#EFB928;
}

.navElement a:visited{
	color: #000000;
	background-color:#EFB928;
}

.navElement a:hover{
	color: #ffffff;
	background-color:#EFB928;
}

.current {
float:left;
color:#EFB928;
font-weight: bold;
font-size: 10pt;
padding: 4px 13px 0px 13px;
height: 20px;
background: url(images/nav_sep.gif) no-repeat 100% 1px #FFFFFF;
}

.current a:link, .current a:visited, .current a:active {
color:#EFB928;
}

.current a:hover {
color:#999999;
}

#nav {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 105px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-top: 10px;
}

#nav ul {
list-style:none;
margin:0px;
padding:0px;
}

#nav ul li {
list-style:none;
margin:0px;
padding:0px;
background:url(images/nav_list.gif) top left no-repeat;
}

#nav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 10px 0px 10px 0px;
}

#line {
	background: url(images/dot.gif) repeat-x;
	width: 100%;
	font-size: 1pt;
	height: 1px;
	margin: 15px 0px 8px 0px;
	text-transform: lowercase;
}

#footer {
	color: #a0a0a0;	
	font-size: 8.6pt;
}

#footer a, #footer a:visited{
	color: #a0a0a0;	
}

#navElement {
	float: left;
}

#footer a:hover{
	color: #EFB928;
}

#priceView {
	display: none;
}

#content {
	margin-left: 174px;
	padding: 20px 15px 15px 30px;
	width: 730px;
}
#contentTwo {
	margin-left: 174px;
	padding: 20px 15px 15px 30px;
}

#formBox {
	margin-right: 5px; 
	float: left; 
	border: 1px solid #e5ab0a;
	width: 100%;
	padding: 10px;
	position: relative;
	font-family: arial, tahoma, sans-serif;
}

#formBoxTitle {
	background: #fff;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
}

#formBoxTitle2 {
	position: absolute;
	top: 0px;
	background: #fff;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
}

#formElement {
	padding-bottom: 8px;	
	font-family: arial, tahoma, sans-serif;
	font-size: 7pt;
	color: #164A7A;
}

#formBox input, textarea, select {
	background: #f1f1f1;
	border: 1px solid #075f78;
}

#joinMail {
 display: none;
}

.formItem {
	background: #fff;
	border: 1px solid #f5d889;
	font-size: 8pt;
}

/********************/
/*									*/
/*		My Finder			*/
/*									*/
/********************/

#myFinder #formBox {
	font-size: 12px;
}

#myFinder td {
	padding: 4px; 
}

#myFinder .leftCol {
	font-size: 10px;
	text-transform: uppercase;
	width: 200px;
}

#myFinder #goodNews {
	text-align: center;
	font-size: 24px;
	color: #959494;
	display: block;
	font-family: garamond;
	
}

#myFinder .error input {
	border: 1px solid black;
	background: red;
	color: white;
}

#myFinder .error select {
	border: 1px solid black;
	background: red;
	color: white;
}

#myFinder .error textarea {
	border: 1px solid black;
	background: red;
	color: white;
}

/* Application form */

.Text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00234B;
	line-height: 18px;
	text-decoration: none;
}

.Text3larger {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00234B;
	line-height: 18px;
	text-decoration: none;
}
.Text3o {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #00234B; 
	line-height: 18px; 
	font-weight: normal; 
	color: #EE5019;
}

.tdheading {
	background-color: #C8C8C8;
	font-weight: bold;
	font-size: 11px;
}

.tdbody {
	background-color: #F7F7F7;
}