/*****************************************************************************/
body {
	font-family: Verdana, Helvetica, sans-serif;
}

a, a:VISITED {
	text-decoration: none;
}


/*****************************************************************************/
/* No need to change this. This just centers the header. */
#header {
	padding: 10px 20px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

/* Change this for the padding on top and bottom of the logo.*/
#header {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* Here is the image for the logo. Change the height here if you change the 
   height of the logo. */
#logo-container {
	background: url("../img/logo.png") no-repeat center;
	height: 129px;
	margin: 0 auto;
	width: 1000px;
	border: 1px solid #ffffff;
}

#logo a {
	cursor: pointer;
	display: block;
	height: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 130px 0 0;
	text-decoration: none;
	width: 130px;
}

#container {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	overflow: hidden;
}

#content {
	text-align: left;
	width: 900px;
	padding-top: 20px;
	margin: 0 auto;
}

/* Change the padding below the navigation here. */ 
#nav-container {
	margin: 0 auto;
	width: 450px;
	text-align: center;
	padding-bottom: 20px;
}

/* If you change the bar, you might need to change the height here. 
   The number in the background attribute changes the position of the bar.
*/
#nav-global {
	background: url("../img/home_bar.jpg") no-repeat center 14px;
	height: 32px;
}

/* Moves the spacing between the bar and the sub navigation. */
#nav-sub {
	padding-top: 0;
}

/* Change the size of the font here for the navigation. */
#nav-container {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	width: inherit;
}

/* This is the color of the navigation. */
#nav-container a {
	color: #999999;
}

/* Change the color of the current page here. */
#nav-sub a.current-page {
	color: #000000;
	font-weight: bold;
}

/* Change the color of the current page here. */
#nav-global a.current-page {
	color: #777777;
	font-weight: bold;
}

/* Changes the hover color for the navigation. */
#nav-global a:HOVER, #nav-sub a:HOVER {
	color: #000000;
}

#nav-global ul, #nav-sub ul {
	display: inline;
}

#nav-global ul li, #nav-sub ul li {
	display: inline;
	padding-left: 20px;
}

#footer {
	margin: 10px auto;
	text-align: center;
	width: 300px;
}

#copyright {
	font-size: 9px;
	color: #999999;
}


/*****************************************************************************/
/* The first item in the navigation list does not need padding on the left. */
#nav-global ul li.nav-first, #nav-sub ul li.nav-first {
	padding-left: 0;
}

/* Used to center each piece on the page. Change the padding here to change
   the spacing between each piece. */
.center-item {
	padding-bottom: 75px;
	text-align: center;
}

.current-page a, .current-page a:VISITED {
	
}
