html, body { margin:0px; }
html {font-family:Arial, Verdana, 'sans-serif'; margin:0px; padding:0px;}

h3 {
	font-size:1.6em;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:10px;
	margin-top:0px;
	padding-top:0px;
}

h4 {font-size: 1.3em; font-weight: bold; font-style: italic; margin-bottom: 5px;}


a {color: #333333; text-decoration: none;}
a:hover {text-decoration: underline;}

p#error {font-size: 0.9em; font-weight: bold; color: #FF0000; margin-left: 30px; margin-top: 10px;}

#wrapper {
	margin:0px auto;
	width:950px;
	padding:0px;
	border:solid 1px #ccc;
}

#quote {
	width:270px;
	padding:0px;
	margin:120px 0px 0px 90px;
	height:auto;
}


#bot {
	float:right;
}
	
#menu {
	width:950px;
	text-align:right;
	padding:0px;
	margin:10px 0px 0px 0px;
	position:relative;
	font-family:Georgia;
	font-size:1.2em;
	letter-spacing:-1px;
	color:#00A651;
}


#menu ul {
	margin:5px 14px 5px 0px;
	padding:0px;
	list-style:none;
}

#menu ul li {
	display:inline;
	margin:0px 2px 0px 2px;
	border:solid 1px #ccc;
	border-bottom:none;
	padding:3px;
	padding-bottom:5px;
}

#menu ul li a { text-decoration:none; }

#header {
	width:950px;
	height:109px;
	background-color:#DEFFDE;
	background-image: url("../images/header.jpg");
	background-repeat:no-repeat;
	position:relative;
}
	
#header #logo {
	width:500px;
	height:80px;
	position:absolute;
	left:10px;
	top:32px;
	background:url(../images/logo.jpg) no-repeat;
}

#header #logo h1 {
	display:none;
}

#main_tbl {
	padding:0px 15px;
	margin:0px;
	width:100%;
}
	
#text {
	font-size: 0.8em;
	vertical-align:top;
	width:70%;
	text-align:justify;
	padding-right:20px;
	padding-top:0px;
}
	
#text ul {list-style-type: square; margin-left: 20px; }
	
#video {
	vertical-align:top;
	font-size: 0.6em;
	color: #666666;
	text-align:center;
	padding-top:10px;
}
	
	
#details {
	float:left;
	width:950px;
	background-color: #E3F6E3;
	font-size:0.7em;
	margin-bottom:3px;
}

.details_header {
	height:18px;
	border-bottom: 2px solid #00A651;
	padding:3px 0px 5px 10px;
	margin-bottom:15px;
	font-weight: bold;
}
	
#details_header span {font-weight: normal;}
#details_header em, #details em {font-weight: bold;}

#details #left_box {
	float:left;
	width:250px;
}
	
#details #right_box {
	float:right;
	width:700px;
}
	
#details #master_logo {
	clear:both;
	width:950px;
	background-image: url("../images/master_logo.gif");
	height:60px;
	background-repeat:no-repeat;
	background-position:800px 10px;
	border-bottom:solid 1px #ccc;
}
	
#details ul#contact {margin:0px;padding:0px;padding-left:10px; }
#details ul#contact {list-style:none; }
#details ul#contact li#phone_num {margin-top: 5px; }
#details ul#contact span {font-weight: bold; width: 100px;}
#details ul.information {width:690px;margin:0px;padding:0px;padding-left:10px;margin-bottom:5px;}
#details ul.information li {display: block;}
#details ul.information li.info_content {margin-bottom: 10px;}
	
ul#extra_information {
	font-size: 0.6em;
	color: #666666;
	text-align:right;
	margin:0px 0px 3px 0px;
	padding:0px;
}
	
ul#extra_information li {display: inline; padding-left: 5px; padding-right: 5px;}
ul#extra_information li#last {border-right: none; display:inline;}
ul#extra_information a:link, a:visited {text-decoration: underline; color: #666666}
ul#extra_information a:hover {text-decoration: none;}

.first_letter {
	font-family:Georgia;
	font-size:2.3em;
	letter-spacing:-5px;
	padding:0px;
	margin:0px;
	position:relative;
	left:-5px;
}

#admin {
	text-align:center;
	margin:0 auto;
	width:600px;
}

.submit {
	margin:10px;
	padding:8px 15px 8px 15px;
}

.biginp {
	padding:4px;
	width:350px;
}

#content_holder {
	border:solid 1px #ccc;
	border-left:none;
	border-right:none;
	padding:0px;
	margin:0px;
}

