@charset "UTF-8";
/* CSS Document */

/*
YUI RESET
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#999;}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} /* ul,ol,li */
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
l/* i{list-style:none;} */
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}
/* end YUI reset */

body {
   background:#999 url(images/bg_body.png) repeat-x fixed top;
	font: 11px/14px normal normal none Verdana, Arial, Helvetica, sans-serif;
	color: #333;
   padding: 10px 0 0 0; /* added mark 081125 */
   height: 100%; /* added mark 081125 */
}
h1 {
	color:#333;
	font-size: 16px;
	line-height:20px;
	font-weight:bold;
	margin:6px 0 12px;
}
h2 {
	color:#333;
	font-size: 14px;
	line-height:18px;
	font-weight:normal;
	margin:12px 0;
}

h3 {
	color:#333;
	font-size: 13px;
	line-height:17px;
	font-weight:normal;
	margin:12px 0;
}

strong {
   font-weight: bolder;
}

p {
	margin:0 0 12px;
}
p.intro {
	font-size: 12px;
	line-height:15px;
	font-weight:normal;
	font-weight:bold;
	margin:6px 0 12px;
}
.smaller {
	font-size:10px;
}
a {
	color:#ac0040;
	text-decoration:none;
}
a:hover {
	color:#ac0040;
	text-decoration:underline;
}
a img{
	border:none;
}
a:hover img {
	text-decoration:none;
	border:none;
}
img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}
hr {
	border: none 0; 
	border-top: 1px dashed #c5bdc0;
	width: 100%;
	height: 1px;
	margin: 20px 0;
	text-align: left;
}	

ul {
	list-style: square outside none;
}
li {
	margin-bottom:3px;
}
input.text {
	width:100px;
	height:10px;
	padding:3px;
	float:right;
	border:1px solid #CCC;
	background-color:none;
	font-size: 11px;
	font-weight:normal;
}
input.search {
	width:100px;
	height:10px;
	padding:3px;
	margin-left:10px;
	border:1px solid #CCC;
	background-color:none;
	font-size: 11px;
	font-weight:normal;
}
div#outer {
    width: 900px;
    background-color:none;
    /* margin-top: 10px; modified mark 081125 - instead added padding to body */
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

div#header {
   height:60px;
	padding: 20px;
   margin:0;
   /* text-align: center; edited mark 081125 */
	background:#F7F7F7 url(images/bg_header.png) repeat-x top;
	position:relative;
	border-bottom:3px solid #666;

}
div#logo {
    position:absolute;
	top:30px;
	left:30px;

}
div#description {
    position:absolute;
	top:33px;
	left:450px;

}
div#content {
	 background-image:url(images/bg_content.png); 
	 background-position:top left; 
	 background-repeat:repeat-y;
    overflow:auto;
	position:relative;
}
div#left {
    width:183px;
    padding: 3px;
	float:left;
	position:relative;
	text-align:right;
}
div#left h3 {
	padding:0 10px;
	margin: 18px 0 6px;
	font-size: 10px;
	line-height:15px;
	font-weight:bold;
}
div#left h4 {
	color:#333;
	padding:0 10px;
	margin: 6px 0 6px;
	font-size: 11px;
	line-height:14px;
	font-weight:bold;
}
div#left h4 a{
	font-weight:normal;
}
div#left p {
	color:#333;
	padding:0 10px;
	margin: 0 0 3px;
	font-size: 10px;
	line-height:15px;
	font-weight:normal;
}

div#left ul {
	color:#333;
	font-size: 10px;
	line-height:15px;
	font-weight:normal;
	padding-right:10px;
}

#primary-nav {
	margin: 0;
	padding: 0;
	width:100%;
	list-style-type:none;
}
#primary-nav li {
	display: block;
	background:transparent url(images/bg_nav_off.png) repeat-x top left;
	margin-right:1px;
	margin-bottom:0;
	color:#333;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
	text-transform:uppercase;
	text-align:right;
	list-style-type:none;
}
#primary-nav li a {
	display: block;
	margin: 0px;
	padding: 7px 20px;
	text-decoration: none;
	color: #333;
}
#primary-nav li a:hover {
	background:transparent url(images/bg_nav_on.png) repeat-x top left;
	color:#FFF;
}


/* added mark 081125 */
div.newsletter_subscribe {
   border:1px solid #ccc;
   margin:9px;
   background-color:#FFF;
}

div#right.home {
    padding: 25px;
	background-color:#FFF;
	margin-left:194px;
	position:relative;
	background:transparent url(images/bg_promo.png) no-repeat top left;
}
div#right {
    padding: 25px;
	background-color:#FFF;
	margin-left:194px;
	position:relative;
}
ul.fauxtable{
	list-style-type:none;
	list-style-image: none;
	padding-left:0;
	/*padding-left:10px;*/
}
ul.fauxtable li{
	margin-bottom:3px;
	margin-left:0;
}
ul.fauxtable li span{
     float:left; 
	 width:100px;
	 font-weight:bold;
}
ul.subnav{
	list-style:square outside url(images/arrow.gif);
	/*padding-left:10px;*/
}
ul.subnav li{
	margin-bottom:5px;
	color:#666666;
}
ul.subnav li a{
	font-weight:normal;
	text-decoration:none;
}
ul.subnav li a:hover{
	font-weight:normal;
	text-decoration:underline;
}
div#right ul{
	padding-left:30px;
	margin:-3px 0 6px;
}
div#right li{
	padding-left:0px;
	margin-bottom:0px;
}
div#right ul li ul{
	padding-left:30px;
	margin:3px 0 6px;
}
div#promo {
	position:relative;
	top:0;
	left:0;
	height:250px;
	text-align:right;
	margin-bottom:20px;
}
div#promo p {
	color:#FFF;
	margin: 0 0 10px;
	text-align:left;
	font-size: 13px;
	line-height:17px;
	font-weight:normal;
}
div#promo p.last {
	margin: 0 0 20px;
}
div#promo a.quicklink {
	display:block;
	width:260px;
	padding:5px 25px 5px 10px;
	margin: 0 0 6px;
	border-left:2px solid #FFF;
	color:#FFF;
	background: url(images/button_summary.png) no-repeat left;
	text-decoration:none;
	font-size: 13px;
	font-weight:normal;
	text-align:left;
	position:relative;
	left:0;
	top:0;
}
div#promo a.quicklink:hover {
	border-left-color:#ac0040;
	color:#FFF;
}
div#promo a {
	color:#FFF;
}
div#promo a:hover {
	color:#ac0040;
}

/* gallery */

table#gallery {
	border: none;
	background-color:#c5bdc0;
	margin:0 0 10px;
}
table#gallery tr {
	line-height:0;
}
table#gallery tbody td {
	text-align: center;
	color:#FFF;
	padding:5px;
}
table#gallery tbody td img{
	padding:0;
	margin:0;
}
table.contactform {
	width: 60%;
	margin-top:20px;
}
table.contactform td{
	padding: 5px;
}
table.contactform td.fieldname {
	width: 20%;
	text-align:right;
	padding-right:10px;
	vertical-align:top;
}

div#footer {
    padding: 3px 6px 3px 220px;
    margin: 3px 0 0;
	background:#666 url(images/bg_footer.png) repeat-x bottom left;
	font-size: 10px;
	line-height:14px;
	font-weight:normal;
	color:#FFF;
}
div#footer a {
	text-decoration:none;
	color:#FFF;
}
div#footer a:hover {
	text-decoration:underline;
}