
/* Layout
---------------------------------------------------------*/

* {
	padding:0;
	margin:0;	
	list-style:none;
}

body,html {
	background:#fdfefe;
}

#wrapper {
	padding:1em 1em 0;
	background-color: #FDFDFD;
	background-image: url(../images/back_all.png);
	background-repeat: repeat-x;
}

.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #EAEAEA;
padding: 2px;
}

.floatright2
{
border:0;
}

.floatleft
{
float: left;
margin: 0 10px 10px 0;
border: 1px solid #EAEAEA;
padding: 2px;
}

#content {
	background:#FFF;
	width:74em;
	margin:2em auto 0;
	padding:1.3em;
	border: 1px solid #EAEAEA;
	border-bottom:none;
}

#masthead {
	height:18em;	
	line-height:15em;
	background:url(../images/masthead.jpg) repeat-x;
	text-align:center;
	 /* 
	 background:url(../images/yourimage.jpg) middle center no-repeat; 
	 Uncomment this and replace with your image (150px x 740px or larger) 
	 */
}

#nav {
	height:2.2em;
	width:34.2em; 	/* 	
											You have to adjust this to keep the nav bar centered 
											if you change the number of links.
	
											8.5em per link + 0.2em for IE6/7 Bug:
	
											3 links = 25.7em
											4 links = 34.2em
											5 links = 42.7em
											6 links = 51.2em
									*/
	margin:0 auto;
	position:relative;
	top:-1em;
}

#nav li {
	float:left;
	text-align:center;
}

#nav li a {
	display:block;
	padding:0.5em;		
	width:6em;
	background:#FFF url(../images/li.gif) bottom repeat-x;
	border-right:0.1em solid #EAEAEA;
}

#nav li a.noBorder {
	border-right:0;	
}

#nav li a:hover {
	background:#FFF url(../images/li_hover.gif) bottom repeat-x;
	color:#000;
}

#main {
	clear:both;	
	padding:1em 1.5em;
}

#main ul {
	margin-bottom:1em;	
}

#main li {
	list-style-type:square;
	margin:0.5em 2em;
	padding:0;
}

#main li p {
	margin:0;
	padding:0;
	color:#666;
}

p {
	margin-bottom:1em;
}

h2 {
	margin:1.5em 0 0.25em;	
}

h3 {
	font-size:1.2em;
	margin-bottom:0.5em;	
}

#footer {
	text-align:center;
	background:#FFF url(../images/footer.gif) repeat-x;
	clear:both;
	height:5.1em;
}	

#footer p {
	height:3em;
	line-height:3em;	
}

/* Typography
---------------------------------------------------------*/

body {
	font:62.5% georgia, times, serif;	 /* This sets the resolution for the site, 
											currently 1em = 10px. */
	color:#333;
}

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

a:hover {
	color:#333;
}

p, h2 {
	font-size:1.3em;
	line-height:1.5em;	
}

h1 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #7B0C16;
	font-size:200%;
	line-height:1em;
	color:#170C4E;
	font-weight:bold;
	letter-spacing:-0.05em;
	position:relative;
	padding-top:1px;
}
	

h2 {
	font-size:160%;
	color:#17105D;
	font-weight:normal;
	letter-spacing:-.05em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #7B0C16;
	position:relative;	
}

h1 span, h2 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(../images/gradient.png) repeat-x;
}

* html h1 span, * html h2 span{
	background-color:#fff;
	back\ground-color:transparent;
	background-image: url(none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/gradient.png", sizingMethod="scale");
}


#main li {
	color:#8F1B1F;
	font-size:1.3em;
	list-style-type: disc;
}

#nav li {
	font-size:1.2em;
}

#footer {
	font-size:1em;
}

p.backtop {
        font-size: x-small;
        padding-right: 0 !important;
        margin: 1em 0 !important;
        text-transform: uppercase;
        font-weight: bold;
		text-align: right;
        clear: both;
}