/* CSS Document */

/* Sets all margins and padding to 0 to override browser defaults */
* {
	margin: 0;
	padding: 0;
}

body {
	background:#000000;
	margin: 0;
	padding: 0;
	/*font-family: Verdana, sans-serif;
	font-size: 1em;
	text-align: left;*/
}

a:link 		{color: #FFFFFF; text-decoration: none;}
a:visited 	{color: #FFFFFF; text-decoration: none;}
a:hover 	{color: #FFFFFF; text-decoration: underline;}
a:active 	{color: #FFFFFF; text-decoration: none;}

.current_page {
	font-weight: bold;
}

.hide_me {
	display: none;
}

.centerMe {
	text-align: center;
}

h2 {
	margin: 25px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left
	
}

h3 {
	margin: 5px 0 40px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}

h4 {
	margin: 5px 0 40px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}

img {
	border: none;
}
	

p {
	margin: 20px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	line-height: 18px;
}


/* I needed to put the image here instead of in body because the bg color
in body was covering it up?? */
#background {
	background-image: url(images/bg-texture.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	/*this padding is so that the gradient at the bottom
	of the image blends in with the black bground*/
	padding: 0 0 100px 0;
	margin: 0;
    z-index: 1;
}

#wrapper {
	background:#000000;
	background-image: url(images/bg-centerDiv-850.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 850px;
	margin: 0 auto;
	padding: 0 0 100px 0;
	text-align: center;
    z-index: 10;
}

#nav {

	padding: 134px 0 0px 0;
	text-align: center;
    z-index: 20;
}

#nav li {
	list-style: none;
	display: inline;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	border-right: 1px solid #FFFFFF;
	padding: 0 10px 0 12px;

}

#nav li.last {
	border-right: none;
}

#content-home {
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	z-index: 99;
}

#content {
	margin: 12px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	text-align: center;
	z-index: 99;
}

/* Table Styles */
table {
	margin: 35px auto 0 auto;	
}

td {
	text-align: center;
	/*padding: 10px;*/
	width: 150px;
	height: 130px;
}

/* A seperate class for text content */
#content.text {
}


#footer {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
    z-index: 20;
}