/* Cascading Style Sheet by Jeremy Asmus for shifthair.com */

* {
  margin:0;
  padding:0;
  font-size:100%;
}

body {
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

p {
	margin:10px 0;
	line-height:17px;
}

img {
	border:none;
}

#wrapper {
	margin:0 auto;
	width:980px;
	clear:both;
}

/* CONTENT Styles */

#main-content {
	padding:15px;
	overflow:hidden;
}


#main-content a {
	color:#E0592A;
}

#main-content h1 {
	font-size:16px;
	line-height:18px;
	margin:0;
}

#main-content h1 span {
	font-size:14px;
	color:#666666;
}

#main-content h2 {
	font-size:14px;
	margin:0;
}

#main-content h3 {
	font-size:12px;
	margin:0;
}

#main-content h3 a {
	color:#333333;
	text-decoration:none;
}

.content-divider {
	height:1px;
	border-top:1px solid #D6D6D6;
	clear:both;
}

/* COLUMN Styles */

.single-column {
	width:920px;
	margin:15px;
}

.double-column {
	width:445px;
	float:left;
	margin:15px;
}

.triple-column {
	width:286px;
	float:left;
	margin:15px;
}

.triple-column-box {
	width:254px;
	float:left;
	margin:15px;
	padding:10px 15px 0 15px;
	border:1px dashed #E0592A;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}

.one-third-column {
	width:340px;
	float:left;
	margin:15px;
}

.two-thirds-column {
	width:550px;
	float:left;
	margin:15px;
}

/* TEXT Styles */

.small-font {
	font-size:11px;
}

.large-font {
	font-size:14px;
}

/* NAVIGATION Styles */

#navigation-bar {
	width:980px;
	height:50px;
	margin-top:15px;
	background-color:#EEEEEE;
	/*border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-o-border-radius:0 0 5px 5px;*/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}

#navigation ul {
	list-style:none;
	margin:14px 0 0;
	padding:14px 0 0;
}

/*#navigation li {
	font-size:11px;
	margin:0 6px;
}*/

#navigation a {
	color:#666666;
	text-decoration:none;
	/*border:1px solid #999999;*/
	background-color:#DDDDDD;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	padding:3px 5px;
	display:inline;
	float:left;
	margin:0 0 0 22px;
	font-size:13px;
	width:70px;
	text-align:center;
}

#navigation a:hover {
	/*border:1px solid white;*/
	background-color:#999999;
	color:white;
}

#navigation a:link, #navigation a:visited {
	transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
}

.nav_selected a {
	background:none !important;
	color:white !important;
	border:1px solid white !important;
}

/* FOOTER Styles */

#subfooter {
	background-color:#E86F36;
	width:100%;
	overflow:hidden;
}

#subfooter-content {
	width:920px;
	color:white;
	padding:10px 30px;
	margin:0 auto;
	line-height:50px;
	height:50px;
}

#subfooter-content a, #footer-content a {
	color:white;
}

#subfooter-content a img {
	transition:opacity 0.2s ease-in-out;
	-moz-transition:opacity 0.2s ease-in-out;
	-webkit-transition:opacity 0.2s ease-in-out;
	-o-transition:opacity 0.2s ease-in-out;
    opacity: 0.35;
	margin:0 10px;
}

#subfooter-content a:hover img {
	opacity: 0.75;
}

#footer {
	background-color:#E0592A;
	width:100%;
	overflow:hidden;
}

#footer-content {
	width:920px;
	color:white;
	font-size:12px;
	padding:20px 30px 10px 30px;
	margin:0 auto;
}

#footer-menu {
	width:100%;
}

#footer-menu ul {
	float:left;
	margin:0 50px 0 0;
	padding:0;
	list-style:none;
}

#footer-menu .header {
	text-transform:uppercase;
	font-size:14px;
	color:white;
	font-weight:bold;
}

#footer-menu .header a {
	text-transform:uppercase;
	font-size:14px;
	color:white;
	font-weight:bold;
}

#footer-menu li {
	padding:2px 0;
	color:#EBD7A5;
	font-size:14px;
}

#footer-menu li a {
	color:#EBD7A5;
	font-size:14px;
	text-decoration:none;
}

#footer-menu li a:hover {
	text-decoration:underline;
	color:white;
}

#legal {
	color:#EBD7A5;
	opacity: 0.70;
	clear:both;
	padding-top:15px;
}

#legal a {
	color:#EBD7A5;
	text-decoration:none;
}

#legal a:hover {
	color:white;
	text-decoration:underline;
}
