/*/////////// HTML //////////*/

body {
	background: url(../Images/background.png);
	width: 940px;
	margin: 5px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	color: #113355;
	font-size: 14pt;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
}

#header h1 {
	text-align: right;
	text-transform: uppercase;
	color: #113355;
	font-size: 12pt;
	margin: 38px 25px 0px 0px;
}

.contentdiv h1, #sub_main h1  {
	font-size: 18pt;
	color: #FFF;
	margin-bottom: 0;
}

h2 {
	color: #CC9966;
	font-weight: normal;
	font-size: 14pt;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
}

h3 {
	color: #113355;
	font-size: 10pt;
}

#content a, #left_content a {
	color: #113355;
	font-weight: bold;
}

p {
	margin: 0px 0px 1em 0px;
}

/*/////////// DIV LAYOUT //////////*/

#container {
	float: left;
	width: 940px;
	border: solid 1px #FFF;
	background-color: #FFF;
}

/*/////////// UTILITY MENU //////////*/

#utility_menu {
	float: left;
	width: 925px;
	background-color: #113355;
	margin: 0px;
	padding: 5px 15px 5px 0px;
	text-align: right;
}

#utility_menu li {
	display: inline;
}

#utility_menu li a {
	color: #FFF;
	border-left: dotted 1px #CC9966;
	padding: 0 0.8em 0 1em;
	font-size: 8pt;
	text-decoration: none;
	text-transform: uppercase;
}

#header {
	float: left;
	width: 940px;
	height: 95px;
	background: #FFF url(../Images/header_right.png) no-repeat right;
}

img.logo {
	padding: 10px;
	float: left;
	margin: 13px 0px 0px 13px;
	border: solid 2px #CC9966;
}

/*/////////// MAIN MENU //////////*/

#nav {
	float: left;
	width: 940px;
	margin: 0px;
	padding: 1px 0px;
	list-style: none;
	border-top: solid 3px #CC9966;
	border-bottom: solid 3px #CC9966;
	background: url(../Images/bg_menu.png) repeat-x left 1px;
}

#nav li {
	float: left;
}

#nav li a {
	float: left;
	font-size: 0.9em;
	display: block;
	height: 33px;
	line-height: 33px;
	width: 234px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-right: solid 1px #FFF;
	background: url(../Images/bg_menu.png) repeat-x;
}

#nav li a.last {
	border-right: none;
}

#nav li a:hover {
	color: #CC9966;
}

#main {
	float: left;
	margin-top: 10px;
	height: 200px;
}   

#sub_main {
	float: left;
	width: 910px;
	margin-top: 10px;
	height: 75px;
	padding: 25px 0 0 30px;
	color: #FFF;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	background-image: url(../Images/bg_main_scale.png);
}

#content {
	float: left;
	width: 880px;
	padding: 15px 30px 15px 30px;
}

#content img {
	padding: 1px;
	border: solid 1px #CC9966;
}

.left_content {
	float: left;
	width: 640px;
	padding-right: 19px;
	border-right: dotted 1px #CC9966;
}

/*/////////// RIGHT CONTENT COLUMN //////////*/

.right_content {
	float: left;
	width: 200px;
	padding-left: 20px;
}

.right_content ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: square;
	color: #CC9966;
}

.right_content ul li {
	border-bottom: dotted 1px #CC9966;
	padding: 5px 0px;
}

.right_content ul li a {
	text-decoration: none;
}

#content .right_content ul li a:hover {
	color: #000;
}

/*/////////// NEWSLETTER FORM //////////*/

#newsletter form {
	padding: 15px;
	background-color: #113355;
}

#newsletter form fieldset {
	border: none;
}

#newsletter form legend {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	margin-bottom: 1em;
	margin-left: -10px;
}

#newsletter form .submit {
	text-transform: uppercase;
	font-size: 8pt;
	height: 22px;
	color: #FFF;
	border: solid 1px #FFF;
	background: #16416C url(../Images/bg_button.png) repeat-x bottom;
}

#footer {
	clear: both;
	font-size: 8pt;
	color: #FFF;
	text-align: center;
	padding: 0.5em 0 1em 0;
	background-color: #113355;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
/*/////////// COLUMN LAYOUT //////////*/

.twocolumn {
	width: 640px;
	margin-left: 0px;
	margin-bottom: 1em;
	padding-left: 0px;
	list-style: none;
}

.twocolumn li {
	float: left;
	width: 310px;
	padding-left: 10px;
	background: url(../Images/bullet.png) no-repeat left 0.45em;
}

.column {
	float: left;
	width: 310px;
}

/*/////////// CONTENT SLIDER //////////*/

.contentslide{
	width: 940px;
	height: 200px;
	background: url(../Images/bg_main_home.png);
}

.contentslide .opacitylayer { /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contentslide .contentdiv {
	display: none;
}

.pagination {
	width: 940px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
}

* html .pagination { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 940px; /*IE5 width*/
	w\idth: 940px; /*IE6 width*/
}

.pagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #003366;
	background-color: white;
}

.pagination a:hover, .pagination a.selected {
	color: #003366;
	background-color: #CC9966;
}

.contentdiv {
	color: #FFF;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
}

.contentdiv a {
	font-size: 8pt;
	margin: 0.5em 0 0 6em;
	padding: 5px;
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	border: solid 1px #FFF;
	background: #16416C url(../Images/bg_button.png) repeat-x bottom;
}

.contentdiv img {
	float: left;
	margin: 3px 0 0 10px;
	padding: 1px;
	background-color: #FFF;
	border: solid 1px #CC9966;
}

.divcontent {
	float: left;
	margin: 50px 0 0 30px;
}

/*/////////// CONTENT FORMS USING ORDERED LISTS FORMATTING //////////*/

form fieldset {
	border: solid 1px #CC9966;
}

form legend {
	color: #113355;
}

form ol {
	list-style: none;
}

form ol li {
	margin-bottom: 0.8em;
}

form label {
	display: inline-block;
	width: 6em;
}

form label.block {
	display: block;
	width: auto;
}

/*/////////// ALIGNMENT AND CLEAR TOOLS //////////*/

.photo_left {
	float: left;
	margin: 0px 20px 20px 0;
}

.photo_right {
	float: right;
	margin: 0px 0px 20px 20px;
}

.clearfix {
	clear: both;
}