
<!--

 
 * { 
    -moz-box-sizing: border-box; 
} 

body
	{
	background: #101D27;
	text-align: center;
	}

p
{
margin: 15px;
}

#wrapper
	{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	}
	
#pagetop
	{
	width: 100%;
	height: 35px;
	background: url(images/pagetop.jpg) no-repeat;
	}
	
#pagebottom
	{
	width: 100%;
	height: 35px;
	background: url(images/pagebottom.jpg) no-repeat;
	margin-bottom: 25px;
	}
	
#logo
	{
	width: 100%;
	height: 150px;
	background: #fff;
	text-align: left;
	}
 
 #banner
	{
	width: 850px;
	height: 235px;
	background: #ffffff url(images/bannerbg.jpg) no-repeat;
	}
	
	
#content
	{
	color: #000;
	background: white;
	width: 850px;
	text-align: left;
	font-family: Verdana, arial;
	font-size: 14px;
	}
	
#content ul
	{
	font-weight: bold;	
	padding-left: 55px;
	}
	
#content IMG
	{
	margin: 15px;
	}
	
#imagebar
	{
	background: url(images/imagebarbg.jpg) no-repeat;
	width: 850px;
	height: 165px;
	margin-bottom: 25px;
	}

#imagebar IMG
	{
	border: 0px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 35px;
	display: inline;
	}
	
#tl
	{
	float: bottom;
	}

#header
	{
	font-family: verdana, arial;
	margin: 20px;
	font-weight: bold;
	font-size: 30px;
	color: #275D40;
	}
	
#content p
	{
	margin: 20px;
	}

#content a
	{
	color: #3F7358;
	}
	
#content a img
{
border: 0;
}
	
#contact textarea
	{
	width: 600px;
	height: 200px;
	}
	
#contact input
	{
	width: 250px;
	}
	
#checkbox
	{
	color: white;
	width: 400px;
	background: #A47C5B;
	margin-left: 20px;
	font-weight: bold;
	list-style-type: none;
	padding: 20px;
	border: 1px solid black;
	}
	
#checkbox INPUT
	{
	width: 15px;
	}
	
#footer
	{
	width: 800px;
	border: 1px solid black;
	font-family: verdana, arial;
	font-size: 12px;
	background: black;
	color: white;
	text-align: right;
	}
	
#contactbar
	{
	border-top: 1px dashed black;
	padding-top: 15px;
	width: 100%;
	text-align: center;
	}
	
.chromestyle{
background: #3E3A36 url(chrome/navbg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
width: 850px;
height: 38px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 10px 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin: 0px;
}

.chromestyle ul li a{
font-family: arial, verdana;
color: #fff;
padding: 10px 7px;
margin-right: 20px;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: #A04B27 url(chrome/navbg.gif); /*THEME CHANGE HERE*/	
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #61282F;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
border-bottom: 1px solid black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
color: #7D4548;
}
	
.package
{
font-size: 12px;
padding-left: 25px;
}

.floatleft
{
float: left;

}

.floatright
{
float: right;
}

.break
{
border-bottom: 1px solid #3e3a36;
}
	