html {
	background: #fefefe;
}
body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #797878;
	}
a {
	text-decoration: underline;
	color: #8d2b2b;
	}
a:hover {
	text-decoration: none; 
}
img{border: 0;}
/*base margin/padding rule*/
ol,ul,h1, h2, h3, h4, h5,h6,h7,p,table,caption {
	padding: 0;
	margin: 0.6em 20px;
	position: relative;
	text-align: left;
	line-height: 150%;	
	}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin: 0.4em 20px 0.6em 20px;
	color: #222;
	font-family: Myriad Pro, Trebuchet MS, Arial, Sans-Serif;
	}
h1 {font-size: 1.75em; font-weight: normal; line-height: 110%;}
h2 {font-size: 1.75em; font-weight: normal; line-height: 110%;}
h3 {font-size: 1.6em; font-weight: normal; line-height: 110%;}
h4 {font-size: 1.5em; font-weight: normal; line-height: 110%;}
h5 {font-size: 1em; font-weight: bold;}
br {line-height: 0.1em;padding: 0;margin: 0;font-size: 0.5em;}
table {vertical-align: bottom;}
strong {font-weight:bold;}
td {text-align: left;padding: 2px;margin: 0;vertical-align: bottom;}
th {text-align: left;padding: 2px;}
td p {margin: 0.1em 1px;padding: 0;}
ul {position:relative; display: block;}
li { padding: 0; margin: 0.2em 0 0 0; }
ul li {zoom: 1; list-style-type: none;	display: list-item;}
ol li {	list-style-type: decimal;	display: list-item;vertical-align: top; margin-left: 2em;}
em {}
blockquote {margin: 0.4em 20px;}
blockquote p {margin: 0.4em 0px;}
body {
	/*default background*/
	background: url(../images/bg_body.png) repeat-x left top;
	position: relative;
	margin: 0px auto;
	}
.fr {float: right; display: inline;}
.fl {float: left; display: inline;}
.ar {text-align: right;}
.ac {text-align: center;}
.al {text-align: left;}	
	
/*other stuff*/
#header,
#container,
#footer .inner,
#banner {
	width: 960px;
	padding: 0;
	position: relative;
	display: block;
	margin: 0 auto;
	zoom: 1;
	overflow:hidden;
}
.gradient h1,
.gradient h2,
.gradient h3,
.gradient h4,
.gradient h5,
.gradient h6,
h1.gradient,
h2.gradient,
h3.gradient,
h4.gradient,
h5.gradient,
h6.gradient {
	background: url(../images/tpl_default/bg_content_head_full.png) repeat-y left top;
	color: #797878;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0.4em 20px;
	font-size: 1.2em;
	font-weight: bold;
} 
ul.filelinks li {
	background: url(../images/icon_file.gif) no-repeat 2px 0px;
}

/*////////////////
*	Header stuff
////////////////*/
#header {
	padding: 1px 0; 
}
#header h3 {
	margin:0;
	z-index:1;
	position: absolute;
	top:30px;
	left:10px;
}
#header h3 a {
	display: block;
	height: 107px;	width: 193px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/logo_default.gif) no-repeat scroll left top;
}
#header h3 span {
	visibility:hidden;
	display:none;
}

/*////////////////
*	Main nav
////////////////*/
#navbase {
	position: relative;
	overflow: hidden;
	padding: 95px 0 25px 220px;
	zoom:1;
}
#navbase ul {
	padding: 0 2px;
	margin: 0;
	float:right;
	display: inline;
	overflow: hidden;
}
#navbase .menu li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	list-style-type: none;
	list-style-image: none;
	background: none;
	zoom: 1;
}
#navbase .menu li a {
	float: left;
	display: inline; /*IE6 Hack*/
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	line-height: 18px;
	padding: 1px 6px 1px 4px;
	color: #8d2b2b;
	border-bottom: none;
	background: transparent url(../images/bg_nav.gif) no-repeat right 60%;
}
#navbase .menu li a:hover {
	text-decoration: underline;
	color: #9f2289;
}
#navbase .menu li a.sel {
	color: #9f2289;
	text-decoration: underline;
}
#navbase .menu li.last a {
	background: none;
}

/*////////////////
*	lang switch
////////////////*/
#langs {
	position: absolute;
	right: 5px;
	top: 35px;
}
#langs ul {
	margin: 0;
	overflow: hidden;
	display: block;
}
#langs li {
	float: left;
	display: inline;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 2px;
}
#langs li a {
	display: block;
	padding: 3px;
	width: 16px;
	height: 11px;
	background: none no-repeat center center;
	text-indent: -500em;
	white-space: nowrap;
	outline: none;
}

#langs li.last {
	background: none;
}
#langs a#en {
	background-image:url(../images/langswitch/en.gif);
}
#langs a#fr {
	background-image:url(../images/langswitch/fr.gif);
}
#langs a#es {
	background-image:url(../images/langswitch/es.gif);
}

/*////////////////
*	Banners
////////////////*/
#banner .inner {
}
#banner p.seymour a {
	width: 334px;
	height: 26px;
	padding-top: 8px;
	display: block;
	background: url(../images/bg_btn_wide.png) no-repeat center center;
	color: white;
	text-align: center;
	text-decoration: none;
}
#banner p.seymour a:hover {
	text-decoration: underline;
}
/*
////////////////
*	Footer
////////////////
*/
#footer {
	color: #cccccc;
	padding: 0;
	background: url(../images/bg_footer.png) repeat-x left top;
}
#footer .inner {
	width: 962px;
	background: url(../images/bg_footer_inner.gif) no-repeat center top;
	padding: 50px 1px 20px 1px;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5 {
	color: #fff;
	}
#footer a {
	color: #cccccc;
	text-decoration:underline;
}
#footer a:hover {
	color: #cccccc;
	text-decoration:none;
}
#footer ul,
#footer p {
	padding-left:20px;
	margin-left:0;
}
#footer ul.menu li {
	display:inline;
	margin: 0 0 0 0;
	padding:0 5px;
	border-left: 1px solid #cccccc;
	list-style: none;
	list-style-image: none;
	background: none;
	}
#footer ul.menu li.first {
	padding-left:0;
	border-left: none;
	}
#footer ul.menu li.sep {
	padding-left:0;
	}
	
#footer div.features {
	list-style: none;
	list-style-image: none;
	overflow: hidden;
	margin: 0 0 40px 0;
	padding:0;
	background: url(../images/bg_footer_feature.png) no-repeat center center;	
}
#footer div.block {
	float: left;
	display: inline;
	width: 478px;
	padding: 1px 0;
	min-height: 2em;
}
#footer .features .last {
	background: none;
}
#footer .features a {
	color: #d9b314;
	text-decoration:underline;
}
#footer .features a:hover {
	color: #cccccc;
	text-decoration:none;
}

/*////////////////
*	content stuff
////////////////*/
#container {
	padding: 0;
	position: relative;
	display: block;
	zoom: 1;
	overflow:hidden;
	margin-top: 20px;
	background: #fff;
	border-top: 1px #e8eeec solid;
	border-left: 1px #e8eeec solid;
	border-right: 1px #e8eeec solid;
}
#content h2,
#content h3 {
	}
#content h2 small,
#content h3 small {
	display:block;
	font-size: 14px;
}
blockquote {
	font-style:italic;
	font-size:13px;
	padding:10px 0;
}


/*////////////////
*	Contact Form
////////////////*/
p.buttons{
	clear: both;
	position: relative;
	overflow: hidden;
}
button {
	background: #d9b314;
	border: 1px #d9b314 solid;
	color: #fff;
	cursor: pointer;
}
button:hover {
	background: #9f2289;
	border: 1px #9f2289 solid;
	color: #fff;
}
input, select, textarea{
	border: 1px #cccccc solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 3px;
}
input, textarea{
	width: 24em;
}
input.var {
	width: auto;
}
input.chbx {width: auto;border: none;}

div.formElement {
	position: relative;
	clear: both;
	padding: 1px;
	margin: 0px 10px 2px 10px;
	zoom: 1;
	overflow: hidden;
	}
div.formElement p {
	overflow: hidden;
	margin: 0.3em 10px;
}
div.formElement.invalid {
	position: relative;
	background: #f7eff0;
	border: 1px #8d2b2b solid;
	padding: 1px 0;
	margin: 3px 10px;
	vertical-align: top;
	display: block;
	}

div.formElement.valid {
	position: relative;
	display: block;
	/*white-space: nowrap;*/
	}
	
div.formElement.invalid.required input {background-color: #e8eeec; border:1px #8d2b2b solid;}

div.formElement.valid.required input,
div.formElement.valid.required select,
div.formElement.valid.required textarea {
	background-color: #e8eeec;
	border: 1px #333333 solid;
	}

span.req,
div.required .blk em {
	color: #8d2b2b;
}

div.formElement.valid.required option {
	background-color: #f7eff0;
	}

div.label,
label.blk {
	display: inline;
	float: left;
	clear: none;
	color: #333333;
	margin-top: 2px;
	margin-right: 5px;
	text-align: right;
	vertical-align: top;
	width: 10em;
	}
div.input,
span.blk {
	display: inline;
	margin-right: 2px;
	float: left;
	clear: none;
	}

label {
	display: inline;	
}

#content .invalidFormHeader {
	position: relative;
	padding: 0.5em 10px;
	margin: 3px 10px;
	border:none;
	color: #8d2b2b;
	}

div.errTxt {
	margin-top: 3px;
	padding: 2px 2px 0px 1em;
	color: #0000a0;
	font-weight: bold;
	vertical-align: top;}

div.hintreq:first-letter {
	color: red;
	margin-left: -1em;}
	
div.hintreq {
	float: left;
	clear: none;
	display: inline;
	margin-top: 3px;
	padding: 2px 2px 0px 1em;
	color: #0000a0;
	font-size: 11px;
	vertical-align: top;}

div.outputtext {
	float: left;
	clear: none;
	margin-top: 3px;
	padding: 2px 2px 0px 2px;
	font-size: 11px;
	vertical-align: top;
}

span.hint {
	float: left;
	clear: none;
	margin-top: 2px;
	padding: 2px 2px 0px 2px;
	color: #9f2289;
	font-size: 11px;
	vertical-align: top;
}

p.error {
	display: block;
	font-style: italic;
	color: #8d2b2b;
}

	
/*////////////////
	Table styles
////////////////*/

table.alternate_rows {
	padding:0;
	border:0;
	border-collapse: collapse;
}
td {
	text-align: left;
	padding: 4px 10px;
	margin: 0;
	vertical-align: top;
	}
th {
	text-align: left;
	padding: 4px 10px;
	background:#0055a5;
	color: #fff;
	}
td p {
	margin: 0.1em 1px;
	padding: 0;
	}
tr.odd td {
	background-color: #ebeff6;
}
tr.even td {
	background-color: #fff;
}
tr.group td {
	border-top:1px #0055a5 solid;
}
	
