﻿/* CSS Document */

/*text styles*/

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	font-weight: bolder;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	list-style-image: url(images/bullet.gif);
}

.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
}

.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
}
.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #339999;
}

.text6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D83632;
	
	}
	
.imagePointer 
{
    cursor: pointer;
    border-color: Teal;
    border-width: 4px;
    border-style: solid;
}

.fullImage
{
    border-color: Teal;
    border-width: 10px;
    border-style: solid;
}
	
 /*end text styles*/
	 
	 
/**
 * links
 * ----------------------------------------------
 * 
 */

a.headlink:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-family: "Trebuchet MS", Helvetica, "san serif";
}
a.headlink:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-family: "Trebuchet MS", Helvetica, "san serif";
}
a.headlink:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline; 
	font-family: "Trebuchet MS", Helvetica, "san serif";
}
a.headlink:active {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-family: "Trebuchet MS", Helvetica, "san serif";
}

a 
{
    color: #006666;
	text-decoration: underline;
}

a:link
{
    color: #006666;
	text-decoration: underline;
}

a:visited
{
    color: #006666;
	text-decoration: underline;
}

a:active
{
    color: #006666;
	text-decoration: underline;
}

a.bod:link {
	color: #006666;
	text-decoration: underline;
	
}
a.bod:visited {
	color: #006666;
	text-decoration: underline;
}
a.bod:hover {color: #006666;
	text-decoration: underline; 
}
a.bod:active {
	color: #006666;
	text-decoration: underline;
}

a.thumbs .bod:link {
	color: #006666;
	text-decoration: underline;
	
}
a.thumbs .bod:visited {
	color: #006666;
	text-decoration: underline;
}
a.thumbs .bod:hover {color: #006666;
	text-decoration: underline; 
}
a.thumbs .bod:active {
	color: #006666;
	text-decoration: underline;
}

a.bod2:link {
	color: #006666;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
	
}
a.bod2:visited {
	color: #006666;
	text-decoration: underline;
		font-size: small;
	font-weight: bold;
}
a.bod2:hover {color: #006666;
	text-decoration: underline; 
		font-size: small;
	font-weight: bold;
}
a.bod2:active {
	color: #006666;
	text-decoration: underline;
		font-size: small;
	font-weight: bold;
}

a.agent:link 
{
    text-decoration: none;
	color: #006666;
	font-size: small;
	font-weight: bold;
	
}
a.agent:visited 
{
    text-decoration: none;
	color: #006666;
		font-size: small;
	font-weight: bold;
}
a.agent:hover {color: #006666;
	text-decoration: underline; 
		font-size: small;
	font-weight: bold;
}
a.agent:active 
{
    text-decoration: none;
	color: #006666;
	text-decoration: underline;
		font-size: small;
	font-weight: bold;
}

a.footer:link {
	color: #298F8F;
	text-decoration: underline;
}
a.footer:visited {
	color: #298F8F;
	text-decoration: underline;
}
a.footer:hover {color: #298F8F;
	text-decoration: underline; 
}
a.footer:active {
	color: #298F8F;
	text-decoration: underline;
}

/**
 * end links
 * ----------------------------------------------
 * 
 */
 
 
/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * 
 */
html,body {
	height: 100%; /* needed for container min-height */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #663300;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-color: #9BDBCB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto;  /* center, not in IE5 */
	width:994px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-y;
	
}


div#content {
	padding:0em 0em 10em; /* bottom padding for footer */
	background-image: url(images/bodybg.gif);
		
}

	

	
	/**
 * end footerstick hooey
 * ----------------------------------------------
 * 
 */



#header2-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:994px;
	height:12px;
}

#header2-02_ {
	position:absolute;
	left:0px;
	top:12px;
	width:727px;
	height:72px;
}

#header2-03_ {
	position:absolute;
	left:727px;
	top:12px;
	width:225px;
	height:99px;
}

#header2-04_ {
	position:absolute;
	left:952px;
	top:12px;
	width:42px;
	height:99px;
}

#header2-05_ {
	position:absolute;
	left:0px;
	top:84px;
	width:648px;
	height:27px;
}

#header2-06_ {
	position:absolute;
	left:648px;
	top:84px;
	width:79px;
	height:27px;
}

#header2-07_ {
	position:absolute;
	left:0px;
	top:111px;
	width:992px;
	height:23px;
	background-image: url(images/header2_07.gif);
}

#header2-08_ {
	position:absolute;
	left:992px;
	top:111px;
	width:2px;
	height:23px;
}

#header2-09_ {
	position:absolute;
	left:0px;
	top:134px;
	width:994px;
	height:8px;
	background-image: url(images/header2_09.gif);
	background-repeat: repeat-y;
}
#bodmain {
	position:absolute;
	left:0px;
	top:142px;
	width:994px;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-y;
	background-position: center;
}



#featured_pic {
	padding: 7px 7px 7px 7px;
	width: 650px;
	height:435;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 45px;
	float: left;
	display:inline;
	background-color: #A4E0D3;
}
#rightbottom {
	margin: 10px 10px 10px 10px;
}
#leftbottom {
margin: 10px 10px 10px 10px;

}

#feature {
	margin: 10px;
	text-align:left	
	 }
	 
#navbar	{
	position:relative;
	left:50px;
	top:111px;
	width:800px;
	height:23px; }
#navbar ul li {display:inline;margin:3px 25px 0px 0px;}

.contacts {
	margin: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	text-align: left;
}

#contacttop {
	text-align: left;
	margin: 0px 10px 10px 0px;
}

.thumbs {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	text-align: center;
}

#description {
	margin: 10px 10px 10px 15px;
	text-align: left;
}

#details {
	margin: 10px 10px 10px 15px;
	text-align: left;
	border: thin dotted #663300;
	padding: 8px;
	background-image: url(images/bg2.gif);
}

#container #content #bodmain table tr {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #85CEBB;
}