/*******************************************************
Author: Terrill Thomas - http://www.terrillthomas.com
*******************************************************/

body {
margin:0.5em;
padding:0;
height:100%;
background-color:#000000;
background-image:url(img/background1.jpg);
background-position:top, center;
background-repeat:no-repeat;
color:#000000;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 1.5em;
}

#header {
margin:-16px -1em 0 -1em;
padding:0 0 0 0;
height:150px;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 30px;
font-size:.9em;
font-weight:300;
letter-spacing:.1em;
color: white;
}

#nav {
margin:o;
padding:.3em 0 .3em 0 !important; /* IE specific attributes */
padding:1em 0 0 0;
margin:0 0 -20px 0;
}

#nav h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:white;
	font-size: 1.5em;
	letter-spacing: 0px;
	padding: 0;
}

#header h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:2em;
letter-spacing:.5em;
color:white;
font-weight:lighter;
background-image:none;
}

h2 {
font-family:"Times New Roman", Times, serif;
font-size:1em;
letter-spacing:.1em;
margin-bottom:1em;
color:#0099CC;
font-weight:bold;
color:#CC3300;
line-height:1.5em;
}

p {
	color:#333333;
	font-size: .7em;
	}
ul {
	font-weight:lighter;
	color:#333333;
	font-size: .7em;
	}
	
ol {
	font-weight:lighter;
	color:#333333;
	font-size: .7em;
	}
hr {
margin-bottom:20px;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}

a:link {
	color: #CC6600;
	color:#0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
td.desc {
padding:4px;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.7em;
}

#postHeader { 	
margin:0 auto;
padding:0 .2em .3em .2em;
width:750px;
text-align:right;
vertical-align: middle;	
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.8em;
letter-spacing: 1px;
font-weight: bold;
text-transform:uppercase;
}

#centerColumn { 	
margin:0 auto;
padding:1em;
width:750px;
text-align:left;
vertical-align: center;
border:1px;
border-style:solid;
border-bottom-color:black;
border-left-color:white;
border-right-color:black;
border-top-color:white;
}


#leftcolumn {
background:white;
padding:1em;
}

#leftcolumn h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	letter-spacing:.1em;
	line-height:.9em;
	margin-bottom:.5em;
	color:#0099CC;
	font-weight:bold;
}
#leftcolumn h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:.9em;
	letter-spacing:.1em;
	line-height:.9em;
	margin-bottom:.5em;
	color:#006699;
	font-weight:bold;
}
#leftcolumn p {
	font-weight:lighter;
	color:#333333;
	font-size: .7em;
	}
#leftcolumn ol {
	font-weight:lighter;
	color:#333333;
	font-size: .7em;
	line-height: 1.4em;
	}
#leftcolumn ol li {
	padding: 0 0 10px 0;
	}
#leftcolumn ul {
	font-weight:lighter;
	color:#333333;
	font-size: .7em;
	line-height: 1.4em;
	}
#leftcolumn ul li {
	padding: 0 0 10px 0;
	}
	
	
#footer {
position:relative;
clear:both;
bottom:0;
margin:1em 0 0 0;
height:2em;
line-height:2em;
text-align:center;
font-size:.7em;
background:black;
}
.directions {
	font-style: italic;
	color: #FF6600;
}
