/* CSS CONTENT */
	
/* General styles */

body { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 1.5em;
		color: #000000;
		margin: 15px 0px 0px 0px;
		background-image: url(http://www.webdemo.host22.com/one/images/BG-gradient.jpg);
		background-color: #eeece3;
		background-repeat: repeat-x;
	}

#border2 {
	border: 2px white solid;
	}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 1.5em;
	}
	
dt {
font-weight: bold;
font-size: 13px;
line-height: 1.5em;
}
	
dd {
font-size: 13px;
}
	
.txt13{
	font-size: 13px;
	}
	
.text14{
	font-size: 14px;
}
	
.txt9{
	font-size: 9px;
	}
	
.txt10italic{
	font-size: 10px;
	font-style: italic;
	}
	
.bold14{
	font-size: 14px;
	font-weight: bold;
	margin-left: -20px;
}


img {
	border: 0px;
	}
	
	
.hr2 {
	color: #89865b;
	style: solid;
	}
	
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	margin: 20px;
	padding: 20px;
	background-color: #eeece3;
	}
	
.blockquote2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d5d6a;
	font-weight: normal;
	font-style: italic; 
	border-top: 2px #90a5b6 solid;
	border-bottom: 2px #90a5b6 solid;
	}
	
.blockquote3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4d5d6a;
	background-color: #eeece3;
	text-align: center;
	font-weight: bold;
	font-style: normal; 
	border-top: 2px #90a5b6 solid;
	border-bottom: 2px #90a5b6 solid;
	}
	
	/* lists */
	
.list {
	font-size: 13px;
	line-height: 1.5em;
	text-decoration: none;
	padding-left: 15px;
	}
	
	
.member{
		color: #232d39;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:normal;
		list-style-type:none;
	}


.member a:active; a:visited{
		color: #232d39;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight:bold;
	}

.member li a:hover {
		color: #90a5b6;
		text-decoration: underline;
		font-weight:bold;
		font-size:14px;
	}
	
	/* links */
a, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #232d39;
	font-weight: bold;
	}
	
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #90a5b6;
	font-weight: bold;
	}
	
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #89865b;
	font-weight: bold;
	}

	/* headings */
H1 {
		font-family: Georgia, serif;
		font-size: 18px;
		font-weight: bold;
		font-style: italic;
		color: #89865b;
		line-height: 1.5em;
	}
	
H2 {
		font-family: Georgia, serif;
		font-size: 16px;
		font-weight: normal;
		color: #000000;
		background-color: #89865b;
		border-top: 2px white solid;
		border-bottom: 2px white solid;
		margin: 0;
		text-align: center;
		line-height: 1.5em;
		width: 220px;
	}
	
H3 {
		font-family: Georgia, serif;
		font-size: 20px;
		font-weight: bold;
		color: #4d5d6a;
		border-bottom: 2px #4d5d6a solid;
		line-height: 1.7em;
		margin: 0;
	}
	
H4 {
		font-family: Georgia, serif;
		font-size: 14px;
		font-weight: bold;
		color: #90a5b6;
		border-bottom: 1px #90a5b6 solid;
		line-height: 1.5em;
		width: 450px;
		padding-left: 30px;
		margin: 0;
		text-align: left;
		
	}


	/* sections n colors */
	
	#breadcrumb{
		color: #89865b;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-align: left;
		font-weight:normal;
	}
		
	#breadcrumb a{
		text-decoration:none;
		font-size: 9px;
		text-align: left;
		font-weight:normal;
		}
		
	#breadcrumb a:hover{
		color: #000000;
		text-decoration: underline;
	}

	.brown {
		color: #89865b;
	}
	
	.red {
	color: #cc0000;
	}

	.header{
		background-color: #B8B892;
		border-bottom: 2px white solid;
	}

	.photos {
		border-left: 2px white solid;
		background-color: #ffffff;
	}
	
	.photos2 {
		border-bottom: 2px white solid;
		background-color: #ffffff;
	}

	.center{
		padding-left: 20px;
		padding-right: 20px;
		background-color: #ffffff;
	}
	
	.search{
		padding-top: 0px;
		padding-bottom: 0px;
		vertical-align: middle;
	
	}

	.ltblue{
		background-color: #90a5b6;
		color: white;
		border: 2px white solid;
	}

	.medblue{
		background-color: #4d5d6a;
		color: white;
		padding: 0px;
	}

	.dkblue{
		background-color: #232d39;
		color: white;
		padding: 0px;
	}

	.sidebar {
		background-color: #b8b892;
		color: black;
	}

	.sidebar2 {
		background-color: #b8b892;
		color: black;
		padding: 0 10px 0 10px;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}


	/* footers */

	.footer1 {
		background-color: #89865b;
		color: white;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 1.5em;
		text-align: center;
		padding: 10px;
		border-top: 2px white solid;
	}

	#footer2 {
		color: #89865b;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-align: left;
	}
		
	#footer2 a {
		text-decoration:none;
		font-weight:normal;
		font-size:10px;
		text-align: left;
		}
		
	#footer2 a:hover {
		color: #000000;
		text-decoration: underline;
	}

	

	.foothead {
		color: #271e39;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: left;
		font-variant: small-caps;
		padding-top: 20px;
	}

	.logo {
		color: #000000;
		font-family: Georgia, serif ;
		font-size: 14px;
		text-align: left;
		font-style: italic;
		line-height: 2em;
	}


	/* horiz top navigation */

		/*Credits: Dynamic Drive CSS Library */
		/*URL: http://www.dynamicdrive.com/style/ */
	.topmenu{
		margin: 0;
		padding: 0;
		float: left;
		font: bold 9px Verdana, Arial, sans-serif;
		width: 100%;
		overflow: hidden;
		margin-bottom: 0;
		background-color: #90a5b6;
	}
	.topmenu li{
		display: inline;
	}
	.topmenu li a{
		float: left;
		color: white;
		padding: 6px 20px 8px 20px;
		text-decoration: none;
		border-left: 2px solid white;
	}
	.topmenu li a:visited{
		color: white;
	}
	.topmenu li a:hover {
		color: white;
		background-color: #4d5d6a;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 200px; /* Main Menu Item widths */
border-bottom: 2px solid #ffffff;
}
.sidebarmenu ul li{
position: relative;
}
/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #eeece3;
text-decoration: none;
padding: 6px;
border-bottom: 2px solid #ffffff;
border-right: 2px solid #ffffff;
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #4d5d6a ; /*background of tabs (default state)*/
}
.sidebarmenu ul li a:visited{
color: white;
}
.sidebarmenu ul li a:hover{
background-color: #232d39;
}
/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 220px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}
.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


	/*** End of file ***/
