/*
Based on the "Enter" Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

a {
	color: #333333;
}

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

.right {
	float: right; margin: 1.5em 0 0 1.5em; border: none;
	}
	
.left {
	float: left; margin: 1.5em 1.5em 0 0; border: none;
	}
	
.center {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
	margin-top: 1.5em;
	border: none;
	}
	
.rightimage {
			float: right;
			padding: 2px 0px 8px 20px;
			margin: 0;
			font-size:90%;
			color: #666;
			font-style:italic;
			}
			
.leftimage {
			float: left;
			padding:2px 20px 8px 0px;
			margin: 0;
			font-size:90%;
			color: #666;
			font-style:italic;
			}
			
.centerimage {
			display: block;
			width: 225px;
			margin: 0px auto;
			border: 20px;
			font-size:90%;
			color: #666;
			font-style:italic;
			}


/* Menu */

#menu {
	width: 704px;
	height: 62px;
	margin: 0 auto;
	margin-top: 15px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 41px;
	margin-left: 1px;
	padding-top: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

#menu .first a {
	margin: 0;
}

#menu1 { background: url(/images/tab01.gif) no-repeat center bottom; border-color: #F07242; color: #C4856D; }
#menu2 { background: url(/images/tab02.gif) no-repeat center bottom; border-color: #FCEE0F; color: #C0B94A; }
#menu3 { background: url(/images/tab03.gif) no-repeat center bottom; border-color: #549EE9; color: #799EC3; }
#menu4 { background: url(/images/tab04.gif) no-repeat center bottom; border-color: #9EBF54; color: #94A46F; }
#menu5 { background: url(/images/tab05.gif) no-repeat center bottom; border-color: #9F8DF6; color: #B0A7DB; }

#menu a:hover {
	color: #666666;
}

/* Logo */

#logo {
	width: 704px;
	height: 160px;
	margin: 0 auto;
/*	background: url(/images/banners/rotate.php) no-repeat;
*/	
	background: no-repeat;
	padding-bottom: 1px;
}

/* Content */

#content {
	width: 704px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
}

#colA {
	float: right;
	width: 469px;
	height: 430px;
	padding: 0 30px 0 0;
	overflow: auto;
}

#colB {
	float: left;
	width: 175px;
}

/* BoxedA */

.boxedA h1 {
	height: 35px;
	padding: 25px 0 0 40px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 2em;
	background: url(/images/paw.gif) no-repeat left center;
}

.boxedA h2 {
	padding: 5px 0 0 40px;
	font-size: 1.25em;
	font-weight: bold;
	font-variant: small-caps;
	color:#333333;
}

.boxedA p {
	line-height: 2em;
	text-align: justify;
}

.boxedA .more {
	text-align: right;
}

/* BoxedB */

.boxedB {
	margin-bottom: 1px;
	background: #D7E6F6;
}

.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	width: 154px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: url(/images/boxedbborder.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #549EE9;
}

.boxedB a:hover {
	background: #A9CEF4 url(/images/boxedbhover.gif) no-repeat;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	width: 704px;
	margin: 0 auto;
	background: #FAD4C6;
	border-top: 1px solid #F07242;
	border-bottom: 15px;
}

#footer .p1 {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #F07242;
}

#footer .p2 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: smaller;
	color: #999999;
}

#footer a {
	color: #999999;
}