/*********************************************************************/
/* TITLE: ENTER SITE TITLE HERE                         													*/ 
/* URI  : css/style.css                                   														*/
/* MODIF: 2005-Nov-01             																			*/
/* MEDIA: Screen                                          														*/
/* DESIGNER: Rob Poll                                    														*/
/*********************************************************************/

/*********************************************************************/
/* HTML tag styles                                                        										*/
/*********************************************************************/

body{
	font-family: Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #019fcc url(../img/bg_gradient.jpg) repeat-x 0px 0px;
	font-size: 15px;
}


/******* hyperlink and anchor tag styles ***********************************/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles ***************************************/

h1{
	font: bold 120% Arial, sans-serif;
	color: #019fcc;
	margin: 0px;
	padding: 4px 4px 4px 8px;
	background: #d9f1f7;
	width: 100%;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: normal 90% Arial, sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px 0px 0px 8px;
}
.lgtgraybg {
	background: #F7F7F7;
	padding: 4px;
	border-bottom: 1px solid #019FCC;
	border-top: 1px solid #019FCC;
}


h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ********************************************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* 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;
}

/*********************************************************************/
/* Layout Divs                                 																	*/
/*********************************************************************/

#container {
	position:absolute;
	top: 20px;
	left: 2%;
	right: 2%;
	width:760px;
	background-color: #ffffff;
}

#Nav {
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content {
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/*********************************************************************/
/* Component Divs                                                       										*/
/*********************************************************************/



/************** Misc styles ******************************************/


.maincellbg {
	background: url(../img/bg_main.jpg) repeat-y 47px;
}
.footcellbg {
	background: url(../img/footer.jpg) no-repeat 47px;
	height: 76px;
}


/************ sectionLinks styles ****************************************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {

}

#sectionLinks a:hover{

}

/********************* end *******************************************/
.mateyfeet {
	background: url(../img/mateyfeet.jpg) no-repeat 0px 0px;
}
.access {
	padding-left: 450px;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 35px;
}
.access a {
	color: #FFFFFF;
	text-decoration: none;
}
.access a:hover {
	color: #999999;
	text-decoration: underline;
}

.useful a {
	color: #EBB203;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}
.useful a:hover {
	color: #FF9900;
	text-decoration: underline;
}
label {
	font-weight: normal;
	color: #666666;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #3502CD;

}
.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #3502CD;
	margin-top: 20px;
}
.width {
	width: 300px;
}
h6 {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2 {
	color: #005FA9;
	font-size: 12px;
}

