﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/***** END RESET *****/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background:#dadae2 url('../siteart/bg.gif') repeat-x;
 	color:#202350;
}

/***** TEXT/LINK FORMATTING *****/

a:link, a:visited {color:#000; text-decoration:underline;}
a:hover, a:active {color:#333; text-decoration:none;}

p{margin-bottom:18px;}

h1,h2,h3,h4,h5{line-height:140%;}
h1{font-size:24px;}
h2{font-size:21px;}
h3{font-size:18px;}
h4{font-size:15px;}
h5{font-size:12px; font-style:italic;}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/***** SITE FRAMEWORK *****/
.left{float:left;}
.right{float:right;}
.clear-it{clear:both;}
.border-it{border:1px solid #ccc;}

.wrap {
	margin: 0 auto;
	width: 1076px;  /** Change to appropriate table width **/
	background:#202350;
	padding:10px 0px 1px;
}

#header{
	background:url('../siteart/hdr-bg.jpg') no-repeat;
	height:216px;
	position:relative;
}

#nav{
	position:absolute;
	bottom:0px;
	right:0px;
	height:33px;
	background:url('../siteart/nav-bg.png') top left no-repeat;
	width:450px;
}

#nav li{
	display:inline-block;
	float:right;
	margin:0px 0px 0px 20px;
}

#nav li a{
	display:block;
	text-decoration:none;
	padding:9px 20px 9px 17px;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	background:url('../siteart/nav-arrows.png') left 13px no-repeat;
}

#nav li.first{margin:0px 0px 0px 40px;}

#nav li a:hover{color:#dadae2; text-shadow:0px 1px 2px rgba(0,0,0,.5);}

#content{
	width:944px;
	background:#FFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	margin:10px auto;
	padding:15px;
}

#content .sidebar{
	float:right;
	width:200px;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0xp 20px;
	border-left:1px solid #494d70;
}

/***** FORM STYLES *****/
form.myform{
	width:650px;
	padding:10px;
	background:#49494A;
	border:1px solid #FFF;
}
.myform label{
	padding:.5em;
	display:inline-block;
	width:80px;
	margin-bottom:10px;
}

.myform input, .myform select, .myform textarea{
	padding:.5em;
	width:500px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	margin-bottom:10px;
}

.myform label.short{width:50px;}
.myform input.short{width:190px; margin-right:10px;}

.myform label.mini{width:30px;}
.myform input.mini{width:85px; margin-right:10px;}


.myform input.button, .myform input.button:focus{width:200px; border:0px; margin:10px 20px;}

.myform label.checkbox, .myform input.checkbox{width:auto; padding:0 .5em;}

.myform input:focus, .myform textarea:focus{
	background:#871628;
	color:#FFF;
	text-shadow:0px 0px 2px rgba(0,0,0,.9);
}

.myform h4{
	border-bottom:1px solid #FFF;
	margin-bottom:10px;
}


/***** FOOTER STYLES *****/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:10pt; color:#888;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:10pt; color:#888;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:10pt; color:#888;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:8pt; color:#888;}

.divfooter{
	width:450px; text-align:center; margin:20px auto; line-height:normal;
}
