@charset "utf-8";

/* HTML STYLES */


body
{
	background-color: #bababa;
	background-image: url(../images/global/body-bg.gif);
	background-repeat: repeat-x;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
}
table
{
	font-size: 12px;
}
ul
{
	margin: 0;
	padding: 0 1em 1em 1em;
}

/* ID STYLES */
#body-container
{
	margin: 0 auto;
	width: 828px;
}
#content
{
	background-color: #000;
	padding-top: 40px;
	width: 828px;
}
#content h1
{
	font-size: 21px;
	font-weight: normal;
}
#content h1, h2, p
{
	margin: 0;
	padding: 0;
}
#content h2
{
	font-size: 19px;
	font-weight: normal;
}
#content p
{
	line-height: 1.5em;

	padding-bottom: 1.5em;

}
#content-bottom
{
	background-image: url(../images/global/content-bottom.gif);
	background-repeat: no-repeat;
	clear:both;
	font-size: 0;
	height: 10px;

}
	
#footer
{
	color: #2e2e2e;
	font-family: "Arial Narrow";
	font-size: 10px;
	text-align: center;
}
#footer a
{
	color: #000;
}
#footer li
{
	display: inline;
	padding: 15px;
}
#footer ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 20px 0;
}
#header
{
	height: 115px;
	position: relative;
}
#logo
{
	background-image: url(../images/global/logo.png);
	height: 179px;
	left: 12px;
	position: absolute;
	width: 263px;
}
#nav
{
	bottom: 14px;
	font-family: "Arial Narrow";
	font-size: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 1px;
}
#nav a
{
	color: #bababa;
	text-decoration: none;
}
#nav li
{
	float: left;
	padding: 0 15px;
}

/* GENERAL STYLES */
.blue-text
{
	color: #1d50ae;
}
.clear
{
	clear: both;
}
.half-size
{
	width: 50%;
}
.small-text
{
	font-size: 11px;
}
.text-field
{
	width: 300px;
}
.wrap
{
	padding: 30px;
}

