@import url("reset.css");
@import url("dropdown.css");

/* DIV STRUCTURE */
body {
	background-image: url("../images/tile.jpg_TEMP");
	background-repeat: repeat-x;
}
#wrapper {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 23px;
	width: 920px;
	margin: 0 auto;
}
#container {
	border-right: 1px solid #979797;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 465px;
	width: 918px;
	background-image: url("../images/main.jpg");
	background-repeat: no-repeat;
}
#container_tall {
	border-right: 1px solid #979797;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 780px;
	width: 918px;
	background-image: url("../images/main.jpg");
	background-repeat: no-repeat;
}
#header_container {
	border-right: 1px solid #979797;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 465px;
	width: 918px;
	background-image: url("../images/home.jpg");
	background-repeat: no-repeat;
}
#nav {
	display: inline-block;
	height: 50px;
	width: 666px;
	float: right;
	margin-right: 9px;
}
.promo {
	margin-top: 10px;
	width: 210px;
	height: 160px;
	display: block;
	clear: left;
	float: left;
}
#text {
	display: inline-block;
	width: 450px;
	float: left;
	margin-left: 15px;
	margin-top: 35px;
}

#text-why {
	display: inline-block;
	width: 500px;
	float: left;
	margin-left: 15px;
	margin-top: 35px;
}

.spacer {
	float: right;
	display: block;
	margin-right: 10px;
	width: 209px;
	height: 25px;
}
.contents {
	font-size: 11px;
	line-height: 15px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	width: 189px;
	display: block;
	float: right;
	background-image: url("../images/toc_bg.jpg");
	background-repeat: no-repeat;
}
.pdf {
	line-height: 15px;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 60px;
	padding-top: 13px;
	width: 149px;
	height: 44px;
	display: block;
	float: right;
	background-image: url("../images/pdf.jpg");
	background-repeat: no-repeat;
}
.left_photo {
	margin-right: 10px;
	margin-top: 10px;
	width: 90px;
	height: 95px;
	display: block;
	float: left;
}
#foot {
	height: 160px;
	width: 920px;
}
.button {
	border-width: 0px;
	float: left;
	display: inline-block;
	height: 160px;
	width: 230px;
}
#right {
	margin-left: 10px;
	margin-top: 32px;
	float: left;
	width: 650px;
	display: inline-block;
}
#left {
	margin-top: 80px;
	display: block;
	float: left;
	width: 210px;
	margin-left: 10px;
}
.breakline {
	display: block;
	float: left;
	width: 550px;
	height: 5px;
	background-image: url("../images/breakline.jpg_TEMP");
	background-repeat: no-repeat;
}
/* TEXT */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #e2352e;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
i {
	font-style: italic;
}
a:link {
	color: #e2352e;
	text-decoration: none;
}
a:visited {
	color: #e2352e;
	text-decoration: none;
}
a:hover {
	color: #e2352e;
	text-decoration: underline;
}
a:active {
	color: #e2352e;
	text-decoration: none;
}
.pdf_link a:link {
	color: white;
	text-decoration: none;
}
.pdf_link a:visited {
	color: white;
	text-decoration: none;
}
.pdf_link a:hover {
	color: white;
	text-decoration: underline;
}
.pdf_link a:active {
	color: white;
	text-decoration: none;
}
/* FORM */
.req {
	color: red;
}
.form_fade {
	margin-top: 10px;
	margin-left: 30px;
	padding: 10px;
	display: inline-block;
	width: 360px;
	background-image: url("../images/formfade.jpg");
	background-repeat: no-repeat;
}
#form_bg {
	display: inline-block;
	float: right;
	width:480px;
	margin-right: 50px;
	padding-left: 15px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url("../images/form_tile.jpg");
	background-repeat: repeat-y;
}
.form_row {
	width: 480px;
	height: 30px;
	float: left;
	display: inline-block;
}
.form_col_right {
	display: inline-block;
	float: left;
	width:170px;
	margin: 0;
}

.form_col_right input{margin-bottom: 3px;}

.form_col_left {
	display: inline-block;
	float: left;
	width: 170px;
	margin: 0;
}
/* GALLERY */
#gallery_list {
	display: inline-block;
	width: 657px;
	float: left;
	margin-left: 15px;
}
.gallery_column {
	font-size: 11px;
	line-height: 14px;
	display: inline-block;
	width: 109px;
	float: left;
}
/* VIDEO */
.video {
	display: inline-block;
	float: left;
	width: 240px;
	height: 210px;
	margin: 20px;
}


#text-why h2 {margin-top: 15px;font-size: 16px;}
#text-why ul {list-style-type: disc;}
#text-why ul li {list-style-type: disc;margin-left: 15px;}