body {
    background: url('/images/background.png') repeat-x white;
    font-family: arial;
}

a img {
    border: 0px;
}

#container {
    width: 950px;
    margin: auto;
}

#header {
    height: 108px;
    background: url('/images/header.png') no-repeat;
}

#nav {
    padding-top: 85px;
    padding-left: 50px;
    color: white;
    font-size: 10pt;
}

#nav a {
    text-decoration: none;
    color: white;
    font-size: 10pt;
}

#nav a:hover {
    text-decoration: underline;
}

#content {
    border: 1px solid black;
    background-color: white;
    float: left;
    width: 100%;
}

#footer {
    clear: both;
    float: left;
    width: 100%;
}

#footer-nav {
    text-align: right;
    clear: both;
    width: 950px;
    margin: auto;
    color: #999999;
    font-size: 10pt;
}
#footer-nav a {
    color: #999999;
    font-size: 10pt;
    text-decoration: none;
}  

.home-item {
    height: 30px;
    background: black;
    font-size: 18pt;
    color: white;
    margin-top: 4px;
    padding-left: 10px;
}


/** Navigation */
#primary_nav	{
	clear: both;
	text-align: left;
	background: #CDCDCD;
	height: 50px;
}
#primary_nav .nav_wrapper	{
	position: relative;
	top: 15px;
}
#primary_nav ul	{
	padding:0;
	margin:0;
}
#primary_nav li {
	list-style:none;
	display:inline;
}
#primary_nav li a {
	padding: 0px 4px 0px 4px;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
}
#primary_nav li a:hover {
	text-decoration:underline;
}

#secondary_nav	{
	clear: both;
	text-align: right;
	background: #EFEFEF;
	height: 25px;
}
#secondary_nav .nav_wrapper	{
	position: relative;
	top: 5px;
}
#secondary_nav ul	{
	padding:0;
	margin:0;
}
#secondary_nav li {
	list-style:none;
	display:inline;
}
#secondary_nav li a	{
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
	text-decoration: none;
	color: #333333;
	font-family: Arial;
	letter-spacing: -0.02em;
}
#secondary_nav li a:hover {
	text-decoration:underline;
}

#bottom_nav	{
	position: relative;
	top: 5px;
	margin: 0 auto;
	width: 780px;
}
#bottom_nav ul	{
	padding:0;
	margin:0;
	text-align: center;
	clear: both;
}
#bottom_nav li {
	list-style:none;
	display:inline;
}
#bottom_nav	li a {
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
}

/** Other elements */
#footer {
	padding-top: 10px;
	width:780px;
	margin:0 auto;
	clear:both;
}
#copyright	{
	float:left;
}
#copyright a,
#powered a {
	color: #333333;
	font: normal 11px Arial;
	text-align: right;
}
#powered {
	float:right;	
}

#error_message   {
	background: transparent url('../images/warning.png') 10px 10px no-repeat;
	padding: 10px 0 10px 40px;
	width: 350px;
	text-align: left;
	border: 1px dashed #CC0000;
}
#error_message div     {
	font-size: 12px;
	font-weight: bold
}


/* x-browser fix for clearing properly */
.clearfix:after {content:"."; clear:both; visibility:hidden; display:block; height:0;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
* .clearfix {display:block;}

