@charset "utf-8";
/* CSS Document */

/*------CSS Links-------*/

a:link { 
	text-decoration: none;
} 	
a:visited {
	text-decoration: none;
} 	
a:active {
	text-decoration: none;
} 	
a:hover {
	text-decoration: underline;
}	
a:focus {
}
/*---Client Login Link----*/

h4 a:link { 
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
} 	

h4 a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
} 	
h4 a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
} 	
h4 a:hover {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}
	
h4 a:focus {
}

/*----#copyright link layout----*/

#copyright li {
	display: inline;
	margin:0;
	padding: 0;
}

#copyright ul {
	padding:0;
	margin:10px 0 0 0;
	text-align: center;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	word-spacing: 3px;
}

#copyright a:link { 
	color: #FFF;
} 	
#copyright a:visited {
	color: #FFF;
} 	
#copyright a:active {
	color: #FFF;
} 	
#copyright a:hover {
	color: #FFF;
}	

#copyright p {
	color: #FCC;
	margin:0;
	padding:0;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

/*------html tag styles------*/

body {
	background: #333;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;

}

h2 {
	margin: 0;
	padding:0;
}

h3 {
	margin: 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 11px;
	
}

/*------CSS Layout-------*/

#wrapper {
	width: 900px;
	padding: 0px;
	margin: 0 auto;
	/*border: 1px solid gray;*/
	background: #FFF;
}

#header {
	padding: 0px;
	margin: 0px;
	height: 120px;
	background: url(../../images/header_blank.jpg) no-repeat;
	/*text-indent: -9999px;*/
}

#memberlogin {
	background: url(../../images/h1-red.jpg) repeat-x;
	height: 20px;
	width: 150px;
	margin: 35px 0 0 280px;
	padding:0;
	text-indent: 0px;
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}


#searchbar form {
	margin: 10px 0 0 210px;
	padding: 0;
	text-indent: 0px;
}

#navbar {
	padding: 0px;
	margin: 0px;
	height: 30px;
	background: url(../../images/navbar.jpg) repeat-x;
	clear: both;
}

#navleft {
 	width: 450px;
	height: 120px;
	float: left;
	margin:0;
	padding:0;
}	

#navright {
	margin: 0;
	width: 450px;
	height: 120px;
	float: right;
	padding: 0;
}

#footer {
	padding: 0px;
	margin: 0px;
	height: 20px;
	background: url(../../images/footer.jpg) no-repeat;
}

#copyright {
	padding: 0px;
	margin: 0px;
	height: 60px;
	background: url(../../images/Copyright.jpg) repeat-x;
	border: 1px solid #FCC;
}

/*-----BreadCrumbs-------*/

#breadcrumbs p {
	padding:8px 0 0 25px;
	margin:0 0 0 0;
	color: #666;
}

#breadcrumbs a:link { 
	text-decoration: none;
	color: #666;
} 	
#breadcrumbs a:visited {
	text-decoration: none;
	color: #666;
} 	
#breadcrumbs a:active {
	text-decoration: none;
	color: #666;
} 	
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #666;
}	
#breadcrumbs a:focus {
}

a img {
	border: none;
}





