
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E7E7E7 url(images/bg01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #888888;
}

h1, h2, h3 {
	margin: 0px 0px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4F4F4F;
}

h1, h2 {
	
}

h1 {
	font-size: 40px;
}

h1.style1 {
	margin-bottom: 15px;
}

h1.style2 {
	margin-bottom: 0px;border-left: 
}

h2 {
	font-size: 20px; margin:10px 0 0 0;
}

h2.style1 {
	font-size: 18px;
	color: #C2C2C2;
	margin-bottom:10px;
}

h2.style2 {
	font-size: 22px;
	margin-top:60px;
	border-left:1px solid #48869D; border-top: 1px solid #48869D; border-right: 1px solid #48869D;
	text-align:center;
	padding:5px 0;
	background:#ffffff;
}

h2.style3 {
	font-size: 22px;
	margin:20px 0 10px 0;
	color: #4F4F4F;
}

h2.style4 {
	font-size: 20px;
	margin:0;
	padding:3px 0 13px 0;
}

#content h2 a {
	text-decoration: none;
	color:#4F4F4F;
}

p, ol {
	margin-top: 0px;
	margin-bottom: 40px;
	line-height: 1.7;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

strong {
	color: #5D5D5D;
}

a {
	color: #306D85;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #DFDFDF;
}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 4px;
	border: 1px solid #DFDFDF;}

img.alignright {
	float: right;
	margin: 10px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}



/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 180px;
}

/** MENU */

#top-menu {
	float: right;
	width: 620px;
	height: 42px;
	background: url(images/bg02.jpg) no-repeat left top;
	margin:20px 30px 0 0;
}

#top-menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#top-menu li {
	float: right;
	height: 42px;
	margin-right: 10px;

}

#top-menu a {
	outline: none;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	color: #99CCCC;
	padding:6px 10px;
}

#top-menu a:hover {
	color: #ffffff;
	padding:6px 10px;
}






#menu {
	float: right;
	width: 650px;
	height: 118px;
	background: url(images/bg02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 59px 0px 0px 38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 33px;
	margin-right: 10px;

}

#menu a {
	outline: none;
	text-decoration: none;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding:6px 15px;
}

#menu a:hover {
	text-decoration: none;
	background: #99CCCC; /** ADDED */
	padding:6px 15px;
}

#menu li.active, #menu li.active a {
	background: #0ABAB5;
	text-decoration: none;
}

/** PAGE */

#page {
	overflow: hidden;
	background: url(images/bg03.jpg) repeat-y left top;
}

#page-bg-bottom {
	overflow: hidden;
	background: url(images/bg06.jpg) no-repeat left bottom;
}

/** CONTENT */

#content {
	float: right;
	width: 500px;
	height: 680px;
	min-height: 680px;
	padding: 50px 100px 0px 50px;
	background: url(images/bg05.jpg) no-repeat right top;
}

html>body #content {
	height: auto;
}

.two-columns {
	overflow: hidden;
	width: 100%;
}

.two-columns .column1 {
	float: left;
	width: 225px;
}

.two-columns .column2 {
	float: right;
	width: 225px;
}

#sidebar .coupon {
	padding:10px;
	background:#ffffff;
	border-left:2px dotted #4F4F4F;
	border-bottom:2px dotted #4F4F4F;
	border-right:2px dotted #4F4F4F;
}

#content .coupon {
	height:150px;
	padding:10px;
	background:#FFF9F0;
	border-left:2px dotted #4F4F4F;
	border-bottom:2px dotted #4F4F4F;
	border-right:2px dotted #4F4F4F;
	margin:0 0 20px 0;
}

#content h2 a:hover {
	border-bottom:2px dotted #96C8A2;

}

#content li { line-height:1.9em; border-bottom:1px solid #4f4f4f; 
	
}

#content li.normal { line-height:1.9em; border-bottom:none}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 250px;
	height: 610px;
	min-height: 610px;
	padding: 100px 50px 0px 50px;
	background: url(images/bg04.jpg) no-repeat left top;
}

#sidebar p {margin: 10px 0 0 0; padding:0; line-height:1.2em;}
#sidebar p.small {font-size:10px; margin-top:20px;line-height:1.8em;}
#content p.files {font-size:12px; margin:0px;line-height:1.8em;}
.right {font-size:10px;text-align:center;}
.mast {font-size:10px;text-align:center;padding:0; margin:0 0 20px 0;}
#content p.lesspad {margin-bottom:20px;}
html>body #sidebar {
	height: auto;
}

#credits {width:230px; background: #ffffff;padding:10px 10px 40px 10px; }
#video {padding:20px 0 20px 40px; border: 1px solid #48869D;}


/** FOOTER */

#footer {
	background: #48869D url(images/bg08.jpg) repeat-x left top;
}

#footer .container {
	width: 600px;
	height: 200px;
	padding: 0px 50px 0px 350px;
	background: url(images/bg07.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 100px 0px 0px 0px;
	text-align: center;
	color: #DAE6EB;
}

#footer .legal {
}

#footer .links {
}

