﻿/* CSS Document */

/* HTML tag styles */
body{
	font-family: Verdana,sans-serif;
	font-size: 70%;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #f4f4f4 url(img/body%20bg.jpg) repeat-y center;
}

a:link, a:visited {
    color: #999966;
    text-decoration: none;}

a:hover, a:active {
    color: #666666;
    text-decoration: none;}	

h1 {
	font-size: 18px;
	color: #9E6336;
	background-image: url(img/h2bg.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;}

h2 {
	font-size: 16px;
	color: #000000;
	text-transform: none;}

h3 {
	font-size: 14px;
	color: #3D5B6D;}

h4 {
	font-size: 16px;
	text-transform: capitalize;
	color: #333333;}	
	
h5 {
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #FF9900;
	font-size: 12px;
	padding: 3px;
	margin: 1px;}	
	
h6 {
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 11px;
	padding: 2px;
	margin: 0px;}	

h1, h2, h3, h4 {
	margin: 0px;} 

h1 + p  {margin: 0 0 17px 0; }

h2 + p  {margin: 0 0 17px 0; }	
/* hyperlink and anchor tag styles */

/*a:link, a:visited {
    color: #999966;
    text-decoration: none;}

a:hover, a:active {
    color: #666666;
    text-decoration: none;}	

/* -------------divs--------------- */

#holder{
	position:relative;
	width:720px;
	margin-left: auto;
	margin-right: auto;}
	
/*top navigation*/
#topnav {

	text-align: right;
	margin: 10px 0;
}

/*header image*/	
#imghdr {
	height: 86px;
	margin-bottom: 3px;
	}	

/*main navigation*/	
#nav {
	height: 36px;
	background-image: url(img/navbg.gif);
	background-repeat: no-repeat;
}
	
#navlinks {
	height: 36px;
	position: relative;
	float: right;
	left: -5px;
	z-index: 100;}

#navlinks a {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 34px;
	padding: 10px 10px;
	text-decoration: none;
	border-left: 1px solid #CCCCCC;
}

#navlinks a:hover {
	background-image: url(img/navbgover.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
	


/*sub navigation*/	
#subnav {
	font: 95%;
	font-weight: bold;
	color: #CCCCCC;
	padding: 10px 15px 10px 10px;
	text-align: right;
}	

/*add image*/		
#copy {
	height: 308px;
	background-color:#999999;}
	
/*content styles*/		
#content {
	height: 100%;
	min-height: 200px;
	background: #F4F4F4 url(img/contbg1.gif) no-repeat center top;
	padding: 10px;
	margin-top: 10px;
	overflow: auto;
}	

/*footer styles*/	
#footer {
	font-size: 85%;
	background: url(img/contbg2.gif) no-repeat center top;
	height: 40px;
	margin-bottom: 10px;
	padding-top: 20px;
}

#flinks {
	width: 250px;
	float: right;}
	
/* class */

.contentimg {
	float: right;
	padding: 0 0 5px 5px;}
	
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}	

/* application form styles */
#formz {
	width: 700px;}

#formz td {
	border: 1px solid #FFFFFF;
	padding: 3px;}		

.hl {color: #CC3300;}

.small {font-size: 9px;}

/* data styles */
#formT {
	width: 650px;
	background:#FFFFFF;
	padding: 3px;
	margin-bottom: 5px;}

#formT td {
	padding: 3px;}		

.tds {
	padding: 2px;
	margin: 0;
}

.t1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.t2 {
	background-color: #F0F0F0;
}

.small {font-size: 9px;}