@charset "utf-8";
/* CSS Document */

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 

fieldset,img {  
	border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 

ol,ul { 
	list-style:none; 
} 

caption,th { 
	text-align:left; 
} 

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 

q:before,q:after { 
	content:''; 
} 

abbr,acronym {
	border:0; 
}

/*---------- END RESET ----------*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 760px;
	margin: 0 auto;
	background: url(/gfx/bodyBackground.png) top left repeat-x #e4c987;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #E16C1A;
	background: none;
}

p {
	color: #333333;
	background: none;
	padding: 3px 0 5px 0;
}

#header {
	background: url(/gfx/headerBackground.jpg) top left no-repeat;
	height: 310px;
}

#navigation {
	float: left;
	width: 470px;
	margin: 225px 0 0 30px;
	background: url(/gfx/navigationBG.png) top left repeat-x;
}

#navigation ul {
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 18px 7px 9px 7px;
	margin: 0 0 0 0;
}

#navigation ul li a:hover {
	background: #E4C986;
	color: #333333;
}

#activeNavigation {
	background: #E4C986;
	color: #333333;
}

#decorationLeft {
	background: url(/gfx/navigationBGLeft.png) top left no-repeat;
	width: 20px;
	height: 50px;
	float: left;
}

#decorationRight {
	background: url(/gfx/navigationBGRight.png) top left no-repeat;
	width: 20px;
	height: 50px;
	float: right;
}

#contentContainer {
	background: #ffffff;
}

.col {
	width: 380px;
	float: left;
}

/* DECORATORS */

.styleTan {
	background: #F5F5E9;
	padding: 5px 20px 10px 15px;
}

/* FOOTERs */
#footer, #footer a {
	color: #999999;
	text-decoration: none;
	padding: 10px 0 15px 0;
	text-align: center;
}

#footer a:hover {
	text-decoration: underline;
}

/* Hack */

.clearfix {
	display: inline-block;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */



/*---------- END HACK ----------*/
