/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}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;}li{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;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

td{
	padding:10px;
	margin:5px;
}
html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../images/bg.gif) 0 0 ;
	
}

body {
	top:0;
	height: 100%;
	min-width:747px;
	width:90%;
	max-width:1000px;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: arial;
	font-size:12px;
}

p {
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
}

a:link{ color: #3c9ce7; }

a:visited{ color: #4c8cb5; }

a:hover, a:focus{ color: #fff; background-color:#3c9ce7;	text-decoration:none; }

a:active{ color: #3c9ce7; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #008000; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ 
	list-style:disc; 
	list-style:url(../images/checkmark.gif);
	list-style-image:url(../images/checkmark.gif);
}

em{font-style:italic;}

strong{font-weight:bolder;}

em strong, strong em{
	font-style:italic;
	font-weight:bolder;
}

#container {
	display:block;
	position: relative;
	width:100%;
	background:#ecf3ef;
	padding:0 0 35px 0;
	text-align:left;
}

#leftShadow{
	display:block;
	position:absolute;
	width:8px;
	height:100%;
	background: url( ../images/shadow-left.png ) repeat-y 0 0;
	left:-8px;
	top:0;
	z-index:1000000000;
}

#rightShadow{
	display:block;
	position:absolute;
	width:8px;
	height:100%;
	background: url( ../images/shadow-right.png ) repeat-y 0 0;
	right:-8px;
	top:0;
	z-index:1000000000;
}

#bottomShadow{
	display:block;
	position:absolute;
	width:100%;
	height:8px;
	background: url( ../images/shadow-bottom.png ) repeat-x 0 0;
	left:0;
	bottom:-8px;
	z-index:1000000000;
}

#brc{
	display:block;
	position:absolute;
	width:8px;
	height:8px;
	background: url( ../images/shadow-brc.png ) no-repeat 0 0;
	right:-8px;
	bottom:-8px;
	z-index:1000000000;
}

#blc{
	display:block;
	position:absolute;
	width:8px;
	height:8px;
	background: url( ../images/shadow-blc.png ) no-repeat 0 0;
	left:-8px;
	bottom:-8px;
	z-index:1000000000;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:75px;
	top:0px;
	background:url(../images/bg-header.gif) no-repeat right bottom;
}

#bgGradient{
	display:block;
	position:absolute;
	height:643px;
	left:0;
	right:0;
	min-width:100%;
	background:url(../images/bg-trans.png) repeat-x 0 0;
}

#logo{
	display:block;
	position:absolute;
	width:140px;
	height:85px;	
	left:15px;
	top:4px;
	margin:5px 0 0 0
}

#logo:hover, #logo:focus{
	background-color:transparent;
}

#logo img{
	border:0;
}

#headerImg{
	display:block;
	position:absolute;
	left:5%;
	top:1px;
	width:295px;
	height:151px;
	margin:0 0 0 0;
	background: url( ../images/headerImg.jpg ) no-repeat 0 0;
}

.metaContent{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#content{
	position:relative;
	display:block;
	width:95%;
	left:25%;
	margin:0 ;
	padding:2.5% 5% 40px 0;
	top:0;
	min-height:325px;
}

#nav + #content{ width:70%; }

#footer {
	position: relative;
	bottom: 0;
	height:20px;
	margin:-20px 0 0 0;
	width:100%;
	text-align:center;
	left:0;
	color:#706653;
	font-size:11px;
	line-height:1.7em;
	padding-bottom:20px;
}

#footer a{
	color:#706653;
}
#footer a:hover{
	color:#fff;
}

p.images img{
	display: inline;
	position:relative;
	padding:10px;
	
}

