/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */






/**********+++*+*+*++*+*+source for type true blood******+++*++*+*+*+*+*+*+*/


@font-face {
	font-family: trueblood; src: url('TrueBlood.ttf');
}


/*++*****+*+*+* redefined tags **++++*+**/

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	text-align:center;
}

/*++*****+*+*+* DIV and IDS **++++*+**/
#container {
	padding-top: 10px;
	margin: 0 auto 0 auto;
	background-image: url(../img/fullback_new.jpg);
	width: 1024px;
	height: 1615px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h1 span {
	display: none;
}

h1 {
	background-image: url(../img/title_03.png);
	background-repeat: no-repeat;
	font-family: TrueBlood;
	font-size: 50px;
	margin-top: 66px;
	height: 60px;
	}

h2 {
	margin-top: -120px;
	font-style: italic;
	font-size: 18px;
}

h3 {
	font-family: TrueBlood;
	margin-bottom: -5px;
}

#pageHeader {
	position: relative;
	margin-left: 35px;
	margin-top: -5px;
}

#quickSummary .p1 {
	position: relative;
	margin-top: 50px;
	margin-left: 150px;
	width: 400px;
	height: 50;
	font-style: oblique;
	color: #8c8c8c;
	font-size: 17px;
	line-height: 120%;
}

#quickSummary .p2 {
	position: relative;
	margin-left: 782px;
	margin-top: -200px;
	width: 140px;
	font-size: 12px;
	font-weight: bold;
}

#quickSummary .p2 a {
	font-weight: normal;
}

#preamble, #supportingText {
	width: 530px;
	margin-right: 300px;
	float: right;
	font-size: 13px;
}

#preamble {
	margin-top: 150px;
	line-height: 130%;
}


#explanation, #participation, #benefits, #requirements {
	margin-top: 50px;
	line-height: 130%;
}

#requirements .p5 {
	position: relative;
	margin-top: 50px;
	padding: 0px;
}



/**+*++*+*+*+*+*+*+**+** side bars of the navigation +++*+*+*+*+*++***//**/

.select, .archives, .resources {
	font-family: TrueBlood;
	margin-left: -10px;
	padding-top: 5px;
	font-size: 12px;
	width: 170px;
	height: 25px;
	background-color: black;
	color: white;
	text-align: center;
}

#lselect a {
    font-style: normal;
    font-weight: bold;
}

#lselect a.c {
    font-weight: normal;
}

#lselect {
	margin-top: 175px;
	line-height: 150%;
}

#larchives, #lresources {
	margin-top: 100px;
	line-height: 120%;
	font-weight: bold;
}

#footer {
	font-size: 12px;
	font-weight: bold;
	height: 200px;
	width: 170px;
	height: 25px;
	background-color: black;
	text-align: center;
	padding-top: 7px;
	margin-top: -10px;
}

/* #linkList {
	position:fixed;	
} */

/* this code precisley hits the list that it is specific for and has unique list styles */
/*
#lselect ul {
	font-size: 14px;
	display: block;
}
*/


/* this is the bullet list style */

#footer a {
	color: white;
}

ul {
	list-style-type:none;
	padding: 0px;
	font-size: 11px;
	margin-left: 10px;
}

a:link {
	color:#000000;
	text-decoration: none;
}    						/* unvisited link */

a:visited {
	color:#000000;
	text-decoration: none;
} 							/* visited link */

a:hover {color:#ff7d5c;
}   						/* mouse over link */

a:active {color:#000000;
}  							/* selected link */
