/* CSS Document */


* {margin:0; padding:0;}

body {
	behavior:url(csshover.htc);
	margin-top: 25px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color:#333333;
	background-repeat: repeat;
	background-image: url(images/bkgrdtile.jpg);
	background-position: left top;
	background-color: #FFFFFF;
}

.bodybold {
	font-weight:bold;
}
.bodyitalic {
	font-style:oblique;
}





/* roundcorners */

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#5F4948; margin:0 5px;}
.b2f {height:1px; background:#5F4948; margin:0 3px;}
.b3f {height:1px; background:#5F4948; margin:0 2px;}
.b4f {height:2px; background:#5F4948; margin:0 1px;}
.contentf {background: #5F4948;}

.b1g, .b2g, .b3g, .b4g{font-size:1px; overflow:hidden; display:block;}
.b1g {height:1px; background:#261d1d; margin:0 5px;}
.b2g {height:1px; background:#261d1d; margin:0 3px;}
.b3g {height:1px; background:#261d1d; margin:0 2px;}
.b4g {height:2px; background:#261d1d; margin:0 1px;}
.contentg {background: #261d1d;}


/* Main Containers */


#maincontainer {
	text-align: center;
	margin:0px auto;
	width: 910px;
}
#headercontainer {
	text-align: left;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 15px;
	height: 25px;
	width: 770px;
	background: #5F4948;
}
#buttoncontainer {
	float:right;
	width: 300px;
	height: 25px;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	}
#contentcontainerbig {
	text-align: left;
	height: 630px;
	width: 910px;
	background: #5F4948;
	background-image: url(images/whiterectbkgrdbig.gif);
	background-repeat: no-repeat;
}
#contentcontainer {
	text-align: left;
	height: 630px;
	width: 910px;
	background: #5F4948;
	background-image: url(images/whiterectbkgrd.gif);
	background-repeat: no-repeat;
}
#footercontainer {
	text-align: left;
	margin:0px auto;
	width: 840px;
	height: 40px;
	padding-top: 20px;
	padding-left: 70px;
}

/* Home Page Image */


#homecontainer {
	height: 550px;
	width: 770px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 22px;
}
#homecaption {
	height: 36px;
	width: 770px;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 22px;
	text-align: right;
}
#flashcontainer {
	height: 550px;
	width: 850px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}

/* Text Containers */


#leftcontainer {
	float: left;
	display:inline;
	text-align: left;
	height: 550px;
	width: 550px;
	padding-left: 70px;
	padding-top: 30px;
}

#leftcontaineralt {
	float: left;
	display:inline;
	text-align: left;
	height: 550px;
	width: 250px;
	padding-left: 70px;
	padding-top: 30px;
}

#middlecontainer {
	float: left;
	text-align: left;
	height: 550px;
	width: 275px;
	padding-left: 25px;
	padding-top: 30px;
}

#rightcontainer {
	float: right;
	text-align: right;
	height: 550px;
	width: 220px;
	padding-right: 70px;
	padding-top: 30px;
	
}



/* Main Nav */

.menu {
width:850px;
height:25px;
padding-left: 60px;
background-color: #261d1d; 
text-align:left;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
float:left;
position:relative;
}
.menu ul li:last-child {
	border-right:0px solid #ffffff; 
}
.menu ul li ul {
width:100%;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-style: italic;
letter-spacing: 1px;
text-decoration:none; 
color: #FFFFFF;
height: 25px;
border-right:1px solid #ffffff; 
background-color: #261d1d; 
padding:0px 15px 0px 15px; 
line-height:25px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:100%;
w\idth:100%;
}


/* style the second level background */
.menu ul li ul a.drop, .menu ul li ul a.drop:visited {
background:#261d1d;
}
/* style the second level hover */
.menu ul li ul a.drop:hover {
background:#261d1d;
}
.menu ul li ul :hover > a.drop {
background:#261d1d;
}



/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul li ul {
visibility:hidden;
position:absolute;
bottom:25px;
left:0; 
width:80px;
}
* html .menu ul li ul {
bottom:25px;
}


/* style the second level links */
.menu ul li ul a, .menu ul li ul a:visited {
background:#330000; 
color:#FFFFFF; 
height:auto; 
line-height:1em; 
border-right:0px solid #ffffff; 
padding:5px 10px 5px 15px; 
width:80px
/* yet another hack for IE5.5 */
}
* html .menu ul li ul a{
width:80px;
w\idth:80px;
}


/* style the top level hover */
.menu a:hover, .menu ul li ul a:hover{
color:#999966; 
background:#261d1d;
}
.menu :hover > a, .menu ul li ul :hover > a {
color:#999966; 
background:#261d1d;
}

/* style the top level active link */
.menu a.current, .menu ul li ul a.current{
color:#999966; 
background:#261d1d;
}
.menu .current > a, .menu ul li ul .current > a {
color:#999966; 
background:#261d1d;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
height:auto;
}

/* Text Stylin */

.headergreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color:#999966;
	text-align:left;
	letter-spacing: 1px;
}
.guestbookbutton {
	font-family: "Times New Roman", Times, serif;
	font-style:oblique;
	font-size: 14px;
	color:#000000;
	text-align: center;
	padding-top: 2px;
	text-decoration:none;
}
.guestbookbutton a:link {
	color:#000000;
	text-decoration:none;
}
.guestbookbutton a:visited {
	color:#000000;
	text-decoration:none;
}
.guestbookbutton a:hover {
	color:#900;
	text-decoration:none;
}


.headerwhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color:#FFFFFF;
	text-align:left;
	letter-spacing: 1px;
}
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 21px;
	font-style: italic;
	letter-spacing: 1px;
	color: #5F4948;
	text-align:left;
}
.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color:#000000;
	text-align:left;
}
.bodycopy a:link {
	color: #5F4948;
	text-decoration:none;
}
.bodycopy a:visited {
	color: #5F4948;
	text-decoration:none;
}
.bodycopy a:hover, a:active {
	color: #000000;
	text-decoration:none;
}
.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style:oblique;
	line-height: 17px;
	color:#FFFFFF;
}
.legalcopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color:#333333;
	text-align:left;
}
.legalcopy a:link {
	color: #333333;
	text-decoration:none;
}
.legalcopy a:visited {
	color: #333333;
	text-decoration:none;
}
.legalcopy a:hover, a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.legalcopy a.current {
	color: #333333;
	text-decoration:none;
}

/* Form Mail Response*/


#formmailheadercontainer {
	text-align: center;
	padding-left: 0px;
	padding-top: 15px;
	height: 25px;
	width: 400px;
	background: #5F4948;
}

.formmailbodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color:#000000;
	text-align:center;
}
.formmailbodycopy a:link {
	color: #5F4948;
	text-decoration:none;
}
.formmailbodycopy a:visited {
	color: #5F4948;
	text-decoration:none;
}
.formmailbodycopy a:hover, a:active {
	color: #000000;
	text-decoration:none;
}



.submenutemp {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-style: italic;
letter-spacing: 1px;
text-decoration:none; 
color: #FFFFFF;
}
.submenutemp a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.submenutemp a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.submenutemp a:hover {
	color: #999999;
	text-decoration:none;
}
