@import url('text.css');

/* Main Page Structure */
body {
	background:url(../images/background.jpg) top left repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AFAFAF;
	margin:0;
	padding:0;
}
#wrapper {
	background:url(../images/background-2.jpg) repeat-x;
	min-height:720px;
}
#container {
	width:800px;
	margin:0 auto;
}
/* Header Structure / Logo / Navigation System */
#header {
	background:url(../images/hr-divider-long.png) bottom no-repeat;
	padding:50px 0 10px 0;
	overflow:hidden;
}
#logo {
	background:url(../images/logo.png);
	width:225px;
	height:25px;
	float:left;
}
#logo span {
	display:none;
}
#menu {
	float:right;
}
#menu ul li {
	list-style:none;
	float:left;
}
#menu ul li.divider {
	padding:0 10px;
}
#menu ul li a {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#AFAFAF;
}
#menu ul li a:hover {
	color:#FFFFFF;
}
/* Feature Section Structure / Flash Area / Section Introduction */
#feature {
	background:url(../images/hr-divider-long.png) bottom no-repeat;
	padding:10px 0 12px 0;
	overflow:hidden;
}
#flash {
	background: url(../images/no-flash.jpg) no-repeat 3px 3px #FFFFFF;
	width:521px;
	height:240px;
	margin-right:19px;
	padding:3px;
	float:left;
	position:relative;
}
#introduction {
	background:#2F2E29;
	width:234px;
	min-height:226px;
	padding:10px;
	float:left;
}
/* Main Content Structure */
#content {
	background:url(../images/hr-divider-long.png) bottom no-repeat;
	padding:10px 0 12px 0;
	overflow:hidden;
}
.content-column {
	background:url(../images/hr-divider-short.png) repeat-x bottom;
	width:254px;
	margin-right:19px;
	float:left;
}
.last-column {
	margin-right:0;
}
#large-column {
	background:url(../images/hr-divider-short.png) repeat-x bottom;
	width:527px;
	margin-right:19px;
	float:left;
}
.large-panel {
	margin-bottom:20px;
}
.panel {
	background:url(../images/hr-divider-short.png) repeat-x bottom;
	width:254px;
	margin-bottom:20px;
	padding-bottom:5px;
}
#right-column {
	width:254px;
	float:left;
}
/* Footer Structure */
#footer {
	background:url(../images/hr-divider-long.png) bottom no-repeat;
	color:#666666;
	margin-bottom:20px;
	padding:10px 0;
	overflow:hidden;
}
#access {
	float:right;
}
#footer p { 
	float:left;
	font-size:10px;
	margin:0;
}
/* Global */
.left {
	float:left;
	margin-right:20px;
}
.right {
	float:right;
	margin-left:20px;
}
.margin {
	margin:0;
}
.clear {
	clear:both;
}