/* CSS Stylesheet template */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 19px;
	color: #FFF;
	background-color: #182b3d;
	background-image: url(images/page_bg_horiz.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin-top: 20px;
	text-align: center; /* fixes IE 5 centring problem */
}
p {
	padding: 0 170px 15px 20px;
}
tb, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 5px 1px 15px;
}
td p {
	padding: 0;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	color: #DAE4ED;
	letter-spacing: 1px;
	padding: 22px 5px 20px 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #DAE4ED;
	letter-spacing: 1px;
	padding: 15px 5px 8px 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	color: #DAE4ED;
	letter-spacing: 1px;
	padding: 22px 5px 20px 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #DAE4ED;
	padding: 15px 5px 8px 20px;
	margin-top: 10px;
}
.copyright {
	text-align: right;
	font-size: 9px;
	padding: 20px 25px 0 30px;
}
.contact {
	font-size: 10px;
	padding: 20px 25px 0 30px;
}
.black {
	color: #000;
}
.wide {
	padding-right: 90px;
}
.wide2 {
	padding: 0 80px 15px 20px;
}
#line {
	width: 460px;
	height: 20px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: 15px;
}
.pink {
	color: #8bc2f4;
	font-weight: bold;
}

/* Set layout styles */
#page {
	margin: 0 auto;
	width: 760px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	border: 1px white solid;
	text-align: left; /* fixes IE 5 centring problem */
}
#content {
	width: 760px;
	background-image: url(images/glass_pics.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contentplain {
	width: 760px;
}
#navcol {
	width: 190px;
	height: 100%;
	float: left;
}
#body1 {
	width: 560px;
	float: right;
}
#movie {
	width: 450px;
	height: 345px;
}
#header {
	width: 760px;
	height: 147px;
	background-image: url(images/banner.jpg);
	clear: both;
}
#footer {
	width: 760px;
	height: 50px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#contact {
	width: 480px;
	height: 50px;
	float: left;
}
#testi {
	width: 400px;
	border-top: 1px solid #ffffff;
	padding: 10px;
	margin: 5px 15px 5px 10px;
}

/* Set layout for content images */
.picpad {
	float: left;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 15px;	
}
.picpad1 {
	padding: 0 10px 2px 0;
	margin-top: -5px;
	float: left;
}
.indent {
	padding-left: 35px;
	padding-right: 40px;
	color: #375098;
}

/* Link styles */

a:link {
	color: #FFF;
}


/* CSS navigation styles */
ol.terms {
	margin: 0px 40px 5px 45px;
	padding-left: 12px;
}

.mainbullet {
	margin: 45px;
	padding: 3px 20px 3px 10px;
}

#menu {
	list-style-image: none;
	list-style-type: none;
	width: 190px;
	display: block;
	margin-top: 15px;
}
#menu ul {	
}
#menu a:link {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu a:hover {
	color: #8bc2f4;
	text-decoration: none;
}
#menu a:active {
	color: #FFF;
	text-decoration: none;
}

a {
	text-decoration: none;
}
a:link {
	color: #8bc2f4;
	text-decoration: none;
}
a:visited {
	color: #8bc2f4;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #8bc2f4;
	text-decoration: none;
}
.bulletlist {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	padding-left: 25px;
	padding-bottom: 2px;
	padding-right: 200px;
}

.menuover {
	color: #e7c1e6;
}
.menuhead {
	color: #FFF;
	font-size: 0.9em;
	text-align: right;
	background-image: url(images/nav_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 5px 25px 5px 10px;
}
.menuhead2 {
	color: #FFF;
	font-size: 0.9em;
	text-align: right;
	background-image: url(images/nav_line.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 5px 25px 5px 10px;
}
.menulist {
	color: #343b19;
	background-color: #bac68b;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 0px;
	padding: 4px 0px 5px 27px;
}
#lwd {
	margin: 0 auto;
	width: 766px;
	height: 80px;
}
.logolink {
	padding: 10px;
}
.form { width:160px;
		height:20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#c14a02;
		background-color:#ffffff;
		color:#000;
		padding: 4px 2px 0px 8px;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:160px;
		height:134px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#c14a02;
		background-color:#ffffff;
		color:#000;
		padding: 10px;
		margin-left:0px;
		margin-right:0px}

.submit { width:61px;
		height:25px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color: #c14a02;
		margin-top: 18px;
		margin-right: 30px;
		background-image: url(images/submit.gif);
}
.select {
		width: 280px;
		height: 20px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#c14a02;
		background-color:#ffffff;
		color:#000;		
}
.formtext {
		font-size: 90%;
		text-align: left;
		margin: 5px 0 0 -30px;
		padding-bottom: 6px;
}

