@charset "UTF-8";
/* CSS Document */

body {
	background: url(../img/bg.jpg) repeat-x #000;
}

body,p,h1,h2,h3,h4,h5,h6,a,table,td,th,ul,ol,li,dl,dt,dd,textarea,input {
	font-family:helvetica,arial,sans-serif;
}

h1 {font-size:190%;margin-top:0px;font-weight:bold;margin-bottom:30px;}

h2 {font-size:160%;margin-top:10px;margin-bottom:25px;font-weight:bold;}

h3 {font-size:120%;font-weight:bold;margin-bottom:20px;}

h4 {font-size:100%;margin-bottom:20px;font-weight:bold;}

h5 {font-size:100%;margin-bottom:15px;}

h6 {font-size:90%;}

h1,h2,h3,h4,h5,h6 {
	background-color:transparent;
	color:#161515;
}

a {
	color:#161515;
	text-decoration:none;
}

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

p {
	color: #161515;
	line-height: 25px;
	margin-bottom:25px;
}

em {
	font-style: italic;	
	}

table, dl {
	margin-bottom:25px;
}

th {
	text-align:left;
	font-weight:bold;
	}

dl {
	margin: 25px 0;
}

dd , dt {
	line-height: 25px;
}

dt {
	margin-bottom: 15px;
	margin-top: 20px;
	text-decoration: underline;	
	}
	
dd {
	margin-bottom:10px;
	}

td {
	vertical-align:top;
	line-height:25px;
}

td.bold {
	font-size:100%;margin-bottom:15px;font-weight:bold;
}

p.signature {
	font-weight:bold;
}

.icon {
  width: 190px;
  margin-bottom:-50px;
}

.orange-box {
	width: 160px;
}

p.orange-box {
	color: #000;
	background-color: #fcb040;
	padding: 10px;
	margin-left:5px;
	line-height: 20px;
	font-size: 14px;
}

h1 span , h2 span {
	position: relative;
	left: -9999px;
}

blockquote {
	color: #666;
	font-size: 17px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	line-height: 25px;
	background-color: #E4E4E4;
	display: block;
	width: 550px;
	margin: 0 30px;
	padding: 10px;
	border: 1px dotted #ccc;
	border-radius: 10px 10px 10px;
	font-weight: normal;
}

.clear {
    clear: both;
}

#container {
	margin:auto;
    width: 957px;
}

#header {
	background-color: #fcb040;
}

#logo {
	float:left;
	margin-left:20px;
	width:290px;
}

#social {
	float:right;
	margin-top:100px;
	margin-right:30px;
	width:35px;
}

#top-menu {
    width: 957px;
	list-style: none outside none;
}

#top-menu li {
    float: left;
    margin-left: 3px;
    width: 156px;
}

#top-menu li a {
	background-color: #000;
	color: #fcb040;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 15px;
	letter-spacing: 0.7px;
}

#top-menu li a:hover {
    background-color: #fcb040;
    color: #000;
}

#top-menu li a.selected {
    background-color: #fcb040;
    color: #000;
}

#content {
	background-color: #fff;
	padding:40px;
}

#404-content {
	background-color: #aaa;
	padding:40px;
}

#404-main {
	float:left;
	width:600px;
}

#main {
	float:left;
	width:600px;
}

#main h2 {
	margin-bottom:30px;
}

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

#main h3 a:hover {
	color:##fcb040;
	text-decoration:underline;
}

#main ul {
	margin-top:-20px;	
	margin-left:15px;
	margin-bottom:30px;
}

#main ul li {
	list-style-type: square;
	line-height: 25px;
}

#main ol {
	margin-bottom:30px;
	margin-left:15px;
}

#main ol li {
	list-style-type: square;
	line-height: 25px;
}

#main ol li span {
	font-size:12px;
	font-variant: small-caps;
}

#left-column {
	margin-top:-10px;
	float:right;
	width:200px;
}

#fake-gallery {
	width:870px;
}

#copyright {
	margin-top:-25px;
}

#footer {
	margin-top:10px;
	background-color: #000;
}

#bottom-menu p, #copyright p {
	font-size: 12px;
	color: #fcb040;
	text-align: center;
}

#copyright p {
	margin-bottom:0px;
}

#bottom-menu p a, #copyright p a {
	font-size: 12px;
	color: #fcb040;
	padding:0 10px;
	text-decoration: none;
}

#bottom-menu p a {
	text-transform: uppercase;
}

#bottom-menu p a:hover , #copyright p a:hover {
	color: #fff;
}

#bottom-menu p a.on {
	color: #fff;
}

#fake {
	width:300px;
	margin-left:150px;
	margin-bottom:25px;
}

#gallery {
	width:300px;
	margin-left:5px;
	margin-bottom:25px;
}




