/* ##################################################################### */
/* HTML ELEMENTS
/* ##################################################################### */


body, html
{
	height:100%;
	margin:0;
	padding:0;
}

body
{
	color:#5A5A5A;
	background-image:url(../images/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
}

body, p, td, input
{
	font: 11px Arial, Helvetica, sans-serif;
	color:#323232;
}

a
{
	color:#072C59;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

img
{
	border:none;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

h1
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

h2
{
	margin:0;
	margin-bottom:8px;
	padding:0;
	font-size: 18px;
	font-weight: normal;
	color:#072C59;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color:#072C59;
	margin: 0 0 8px 0;
}


form
{
	margin:0;
	padding:0;
}

p
{
	margin:0;
}



/* ##################################################################### */
/* MAIN DIVS
/* ##################################################################### */


#wrap
{
	width:780px;
	margin:0px auto;
	background-image:url(../images/container_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	text-align:left;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#topnav-container
{
	width:775px;
	height:80px;
	text-align:right;
	padding-right:5px;
}

html. * #topnav-container /* IE 5.5 fix */
{
	width:780px;
}

#header
{
	height:140px;
	width:780px;
	background-image:url(../images/header.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

#logo
{
	float:left;
}

#flashcontent
{
	float:right;
	padding:8px 8px 0 0;
}

#content-container
{
	width:780px;
}

#left-column
{
	float:left;
	width:239px;
	padding-left:1px;
	padding-top:50px;
}

#content
{
	float:right;
	width:390px;
	padding:15px 120px 20px 30px;
	text-align:left;
	color:#323232;
}

html. * #content /* IE 5.5 fix */
{
	width:540px;
}

#footer
{
	width:510px;
	margin:0 auto;
	height:19px;
	border-top:1px solid #BEC2C8;
	padding-top:2px;
	text-align:left;
	/*margin-top:-22px;*/
	padding-left:270px;
}

html. * #footer /* IE 5.5 fix */
{
	width:780px;
}



/* ##################################################################### */
/* CLASSES
/* ##################################################################### */


/* Main navigation */

#left-column ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #bec2c8;
	list-style: none;
}

#left-column a,
#left-column a:visited {
	display: block;
	font-size: 11px;
	text-align: right;
	padding: 3px 12px 3px 0;
	border-bottom: 1px solid #bec2c8;
	}

#left-column a:hover {
	margin: 0 1px 0 0;
	padding-right: 11px;
	background: #ebebeb;
	text-decoration: none;
	
}

#left-column #current {
	padding-right: 10px;
	background: #ebebeb;
	border-right: 2px solid #072C59;
}

#left-column #current:hover {
	margin: 0;
	padding-right: 10px;
}

/* Top navigation */
#topnav-container ul {
	float: right;
	margin: 60px 5px 0 0;
	padding: 0;
	list-style: none;
}

#topnav-container li {
	float: left;
	margin: 0 0 0 12px;
}

#topnav-container a,
#topnav-container a:visited {
	font-size: 10px;
}

#topnav-container a:hover,
#topnav-container #current {
	color: #777;
	text-decoration: none;
}

/* Misc */

.ttcontent-element
{
	padding-bottom:20px;
}

.clearer
{
	clear:both;
}

/* Lists */

#content ul
{
	list-style-image:url(../images/list_bullet.gif);
	margin-top:0;
	padding-top:0;
}
