* { margin: 0; padding: 0; outline: 0 }

body {
	background-color: #F1F1F2;
	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #555; 
	text-align: center;
	margin: 0 0 50px 0;
}

img {
   border: 0;
}

a, a:visited {	
	color: #000;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #CC081C;
	background: inherit;
	text-decoration: underline;	
}


#wrap {
	position: relative;
	background: #fff url(/images/wrap-bg.jpg) repeat-y;
	width: 900px;	
	margin: 50px auto 0 auto;
  padding-top: 0px;
	text-align: left;
	border-top: 4px solid #555;
}
#content-wrap {
	position: relative;
	background: #fff url(/images/content-bg.jpg) repeat-x;
	clear: both;
	float: left;	
	width: 870px;	
	padding: 0; 			
	margin-left: 15px;	
	display: inline;
	border-top: 5px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#header {
	position: relative;
	background-color: #fff;
	width: 870px;	
	height: 123px;	
	padding: 0;	
	margin: 0px auto;
        border-top: 0px solid #f2f0f1;
}

#header #logo {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 125px;
        height: 113px;
        background-image: url(/images/logo-125.png);
}

#header #logo h1{
        display: none;
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #111;
	text-transform: none;
	text-decoration: none;
	top: 22px; left: 20px;	
}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #555;
	top: 70px; right: 10px;
	text-align: right;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 5px; right: 10px;	
	color: #555;
	font: normal 11px Verdana, Arial, sans-serif;
	text-transform: uppercase;		
}
#header #header-links a {	
	color: #555;
	text-decoration: none;	
	padding: 0 2px;
}
#header #header-links a:hover {
	color: #CC081C;		
}

#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height:206px; 
	width: 870px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 45px;	
}
#nav ul {
	float: left;
	list-style: none;
	background-color: #555;
	width: 870px;		
	height: 45px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #FFFFFF;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
}
#nav ul li a:hover, 
#nav ul li a:active {
/*	background: url(/images/css/nav-hover.jpg) repeat-x;	*/
	background-color: #CC081C;
}


#main {
	float: left;
/*	width: 700px;*/	
	padding: 20px;
	margin: 0 0 36px 10px;
	display: inline;	
	font-size: 12px;
	line-height: 18px;	
}

#main h2, #main h3 {
	margin: 24px 0 12px 0;
	padding-bottom: 3px;
	font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #CC081C; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #CC081C; 
	text-decoration: none;	
}

#main h4 {
	line-height: 2em;
	font-size: 13px;
	font-weight: bold;
	margin: 1em 0 1em 0;
}

#main ul {
  margin: 10px 0;
}

#main ul li {
	margin-left: 18px;
	line-height: 2em;
	font-size: 13px;
}

#main p {
	margin: 20px 0;
}

#main fieldset {
	padding: 10px;
}
#main fieldset legend {
	padding: 3px;
}

#main table tr td {
	font-size: 11px;
	padding: 1px;
	
}
#main table tr td.center {
	text-align: center;
}
#main table tr.odd td {
	background-color: #eee;
}

div#errorExplanation ul {
	margin: 0;
}
div#errorExplanation ul li {
	color: #CC081C;
	padding: 0;
}

	

/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;		
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #CC081C;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 870px;
	padding: 15px 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #000;
}

