/* CSS Document */

html {

	overflow-y: scroll;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(imgs/bg.gif) repeat ;
	
}



#wrapper {
text-align:left;
padding:0px;
margin:0px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
background-image:url(imgs/bg.gif);
background-repeat:repeat;
}

h1{
font-size:22px;
}

p.align_left {

text-align: left;
}


p.align_right {

text-align: right;
}

p.align_center {

text-align: center;
}

.image_right {
float: right;
}

span.underline {
text-decoration: underline;
}

/* IDs */

#page-container{
margin:0px auto;
padding:12px;
width:960px;
border:solid 1px #000;
background-color:#FFFFFF;

}

#header{
width:346px;
height:127px;
background-image:url(imgs/skinlogo.gif);
float:left;
text-indent:-9999px;
overflow:hidden;
}

#header h1{
text-indent:-9999px;
}

#main-nav-wrapper{
width: 600px !important;
width: 580px;
height:127px;
margin:0px;
padding:0px;

float:right;

}

#navwrap{
width:100%; 
height:100%;
position:relative;
margin:0px;
padding: 0 0 0 20px;

}

#main-nav{
font-size:16px;
font-family:Geneva, Arial, Helvetica, sans-serif;
list-style-type:none;
marker-offset:0px;
margin-top:0px;
position:relative;
margin:0px;
padding:0px;
}

#main-nav ul#sub-nav {
left:-380px;
margin:0px;
padding:0 0 0 20px;
position:absolute;
top:152px;
width:200px;
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
list-style-type:none;
marker-offset:0px;
	}


#reflection{
margin:0px auto;
padding:0px;
width:1026px;
height:46px;
border:0;
background-image:url(imgs/reflec.gif);
background-repeat:no-repeat;
	width: 210px;
	height: 126px;
	width: 215px;
}

#content img{
border-width:0px;
border-color:#000000;
}

.border1{
border-width:0px;

border-color:#000000;
}

/* Classes */

.clear {
clear:both;
}

.pdf{
width:200px;
border:none;
margin:0px auto;
background-image:url(imgs/acrobat_icon.jpg);
background-repeat:no-repeat;
background-position:left;
padding-left: 80px;
padding-top:20px;
font-size:20px;
display:block;
overflow:hidden;
outline:none;
min-height:80px;
}

.mp3{
width:200px;
border:none;
margin:0px auto;
background-image:url(imgs/mp3icon.png);
background-repeat:no-repeat;
background-position:left;
padding-left: 80px;
padding-top:20px;
height:80px;
font-size:20px;
display:block;
overflow:hidden;
outline:none;
}

.pdf img{
border:none;
}



blockquote{
font-size:12px;
font-family:Courier, Courier New;
color:#666666;
}

.navlinks a {
color:#666666;
text-decoration:none
}

.navlinks a:visited{
color:#666666;
}


#content a{
	font-weight:bold;
	text-align: left;
}

li.active {
color: #000000;
list-style: disc;

}

li.active a {
font-weight:bold;
}

ul#sub-nav li a {
font-weight:normal;
}

ul#sub-nav li.active a {
font-weight:bold;
}

ul#sub-nav li{
	margin-bottom:10px;
}
.active a:visited{
color:#000000;
text-decoration:none;
font-weight:bold;
}



#sidebar-a {
	float:left;
	width:220px;
	
}

#sidebar-a ul{
margin-left:-10px;
}

#content {
	padding-top:20px;
	padding-bottom:12px;
	float:right;
	width:720px;
}




.footer{
margin:auto 0;
padding-top:10px;
padding-bottom:10px;

}

.larger{
font-size:16px;
font-weight:bold;
}

.largest{
font-size:18px;
font-weight:bold;
}

/* Link Styles */

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

a:hover{
color:#333333;
text-decoration:underline;
}

a:visited{
color:#000000;
}

a:active{
color:#ff0000;
}

