/* reset
.................................................................. */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
}

body {
	font: .95em/1.4em Arial, sans-serif;
	color: #ccc;
	background: #333 url(img/body-bg.png) repeat-x left top;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #aaa;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
}

h1 span {
	color: #ccc;
}

h2 {
	line-height: 2em;
	font-size: 1.4em;
	color: #999;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
}

h4 {
	line-height: 2em;
	font-size: 1.1em;
	border-top: 1px solid #444;
	padding-top: 5px;
}

ul {
	list-style-type: none;
}

p {
	font-size: .9em;
	line-height: 1.4em;
	padding-bottom: 10px;
	padding-left: 0;
}

h3r3 {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-width: 0;
	border-bottom: 1px solid #666;
}

blockquote {
	font: italic 1em/1.4em Georgia, "Times New Roman", Times, serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px 30px 15px;
	padding: 10px 20px;
	background-color: #2d2d2d;
}

p a, #footer a {
	color: #fff;
	border-bottom: 1px dotted #eee;
}

#wrapper {
	width: 960px;
	margin: 0 auto 20px;
	position: relative;
	background: url(img/top-bg.png) no-repeat 0 top;
	padding-top: 35px;
}

#wrapper h5 {
	position: absolute;
	top: 8px;
	left: 0;
	width: 360px;
	color: #aaa;
	font-size: .7em;
	word-spacing: 5px;
	text-align: center;
}

#masthead {
	width: 960px;
	height: 160px;
	background: url(img/masthead.png) no-repeat;
	position: relative;
}

#masthead h1 a {
	width: 360px;
	height: 160px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	/*background: url(img/logo.png) no-repeat;*/
	text-indent: -9999px;
}

#border {
	width: 100px;
	height: 200px;
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	background: url(img/left-border.png) no-repeat;
	
}

/* @group sliding */

ul#sliding-navigation
{
	list-style: none;
	padding-top: 10px;
}

ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element a
{
	color: #999;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ul#sliding-navigation li.sliding-element a:hover { 
	color: #fff;
	background-color: #2d2d2d;
}

ul#sliding-navigation li.sliding-element a.on { 
	color: #fff;
}



/* @end */

/* @group nav */

ul.nav {
	list-style: none;
	position: absolute;
	right: 7px;
	top: 5px;
}

ul.nav li {
	float: left;
	/*margin-left: 1px;*/
}

ul.nav li a {
	color: #ccc;
	/*color: #ca3566;*/
	text-decoration: none;
	display: block;
	text-align: center;
	height: 27px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 11px;
	font-size: .9em;
	text-transform: capitalize;
	border-top: 1px solid #7b7b7b;
	border-right: 1px solid #7b7b7b;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

ul.nav li.last a {
	border-right-style: none;
}

ul.nav li a:hover {
	color: #eee;
	border-color: #7b7b7b;
	background-color: #4a4a4a;
}

ul.nav li a.on {
	color: #eee;
	border-color: #666;
	background-color: #4a4a4a;
	/*background-color: #f4e7d4;*/
}

ul.nav li a.on:hover {
	color: #fff;
	background-color: #b7315e;
	/*background-color: #f4e7d4;*/
}

ul.nav li a#home {
	
}

/* @end */

#content {
	padding: 15px 15px 5px 0;
	background: url(img/content-bg.png) no-repeat left top;
}

.content-left {
	float: left;
	width: 340px;
	position: relative;
}

.content-right {
	float: right;
	width: 565px;
	border-left: 1px solid #666;
	padding-left: 20px;
	min-height: 300px;
}

ul.list {
	
}

ul.list li {
	font-size: .9em;
	line-height: 1.2em;
	padding-left: 15px;
	padding-bottom: 10px;
}

.address {
background-color: #f3f3f3;
border:1px solid #eee;
margin-left:20px;
padding:10px;
width:40%;
}

.tagline {
	color: #ccc;
	font-size: 1.8em;
}

#content h1 {
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-size: 1.6em;
	margin: 0;
	padding-top: 150px;
	padding-bottom: 10px;
}

#content h3 {
	line-height: 2em;
	font-size: 1.4em;
	color: #f3f3f3;
}

#content h1 span {
	color: #ccc;
}

li.odd {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #f0e4df;
}

#copy {
	
}

ul.resources {
	margin-left: 20px;
}

ul.resources li {
	padding-bottom: 2px;
	font-size: .9em;
}

#footer {
	font-size: .8em;
	color: #999;
	clear: both;
	background: url(img/footer-bg.png) no-repeat left bottom;
	padding: 50px 20px 5px;
}

/* @group set */

ul.set {
	width: 720px;
	margin-top: 20px;
	margin-bottom: 10px;
}

ul.set li {
	float: left;
	padding: 5px;
}



/* @end */

.clear {
	clear: both;
}

.sm {
	font-size: .9em;
}

.img-border {
	padding: 2px;
	border: 1px solid #ccc;	
}

a .sm {
	color: #ccc;
}

/* @group buttons */

.button, .gobutton, .button-sm {
	display: inline;
	margin: 4px 2px 2px;
	text-decoration: none;
	color: #eee;
	/*text-transform: uppercase;*/
	text-align: center;
	background-image: url(img/button-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #ca3566;
	font-size: .9em;
	line-height: 2em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 14px 1px;
}

.button {
	margin: 4px 4px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	/*float: left;*/
}

.button-sm {
	font-size: .7em;
	line-height: 1.6em;
	margin: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	background-position: 0 -4px;
}

.gobutton {
	display: inline;
	width: 30px;
	margin: 4px 4px 2px;
	background-position: 0 -2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}

.button:hover, .gobutton:hover, button-sm:hover {
	color: #fff;
	border: 1px solid #666;
}

#formit form .button {
	margin-left: 95px;
	margin-top: 0;
}



/* @end */

/* @group forms */

form {
	margin: 0;
	padding: 0;
	font-size: .9em;
}

fieldset {
	padding-left: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
	border:none;
	border-bottom: 1px solid #ddd; /*#e9e9e9*/
	margin-right: 10px;
	padding-bottom: 1em;
	color: #333;
}

legend {
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .2em;
	color: #333;
	margin: 0 4em .25em 0;
	line-height: 1.4em;
	display: block;
	padding-left: 0;
}

legend a {
	background-image: url(../img/toggle-sm-off.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 18px;
	display: block;
}

legend a.on {
	background-image: url(../img/toggle-sm-on.gif);
}

select {
	font-size: .9em;
	padding-right: 2px;
	padding-left: 2px;
}

#formit label, #formit input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 8px;
	/*font-size: .9em;*/
	color: #666;
}

.formrow {
	float: left;
	margin-right: 2em;
}

.submit {
	background: #ae2e58 url(img/button-bg.png) repeat-x;
	padding: 4px 8px 5px 8px;
	color: #fff/*!important*/;
	/*font-weight:  bold;*/
	border: 0;
	font: .9em Arial, Helvetica, Geneva, sans-serif;
}

input.submit,
.submit_alt,
.button a.submit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}



label {
	display: block;
	margin-bottom: .1em;
	color: #999;
	margin-top: .5em;
	/*font-size: .9em;*/
}

label.req {
	background: url(../img/req.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
}

input {
	/*width: 120px;*/
	/*float: left;*/
	border: 1px solid #ccc;
	/*border-color: #eee #ccc #ccc #eee;*/
	color: #333;
	padding: 4px 2px;
}

input:hover, input:focus {
	border-color: #999;
}

.req, .nonreq {
	margin-top: 5px;
}

.required {
	background-color: #ffffcc;
}

label.error {
	color: #900;
	font-weight: bold;
}

.invalid {
	/*background-color: #ffffcc;*/
	display: block;
	line-height: 1.4em;
	color: #993300;
	font-size: .9em;
}

#formit label {
	text-align: right;
	width: 75px;
	padding-right: 10px;
}

#formit form br {
	clear: left;
}

#formit form .button {
	margin-left: 95px;
	margin-top: 0;
}

.validator {
	background: url(../img/green-check.gif) no-repeat 0 50%;
	padding-left: 10px;
	padding-right: 20px;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #f3f3f3;
}

.warning {
	display: block;
	line-height: 16px;
	padding: 2px 2px 2px 18px;
	margin-right: 45px;
	background: #f3f3f3 url(../img/warning-ltgr.gif) no-repeat left 2px;
	border: 1px solid #ccc;
}

.warning-in {
	padding-left: 18px;
	background: transparent url(../img/warning-sq.gif) no-repeat left center;
	text-transform: uppercase;
	color: #ad0000;
}
/* @end */