﻿/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #1a1a1a;
	color: #000000;
	font: .85em "Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif;
	padding: 17px 0 0
}
a{
	color: #e9242b;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}

h1{

	text-transform:uppercase;
	font-size:1.8em;
	font-weight: 100
}
h2{
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 .8em
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h3{
	color: #e9242b;
	font-size: 1.2em;
	margin: 1em 0 0 0

}
p{

	padding: 0 0 .5em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	padding: 0 4px;
	width: 939px
}
#page-top, #page-bot{
	height: 4px;
	margin: 0 auto;
	overflow: hidden;
	width: 947px
}
/*=== Header ===*/
#header{
	background: #1a1a1a;
	height: 115px;
	padding: 11px 15px 0 35px
}
#header a{
	color: #000000
}
#header li{
	margin: 0 0 5px
}
#header .fr{
	float: right;
	font-size: 17px;
	text-align: right;
	text-transform: lowercase;
	color: #ffffff;
}
/*- Logo -*/

#header h1 a{
	display: block;
	height: 104px
}
#header h1 a:hover{
	text-decoration: none
}
/*- Contacts -*/
.contacts{
	font-size: 10px;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	color: #ffffff;
}
.contacts a{
	color: #ffffff;
}
.contacts a:hover{
	color: #e9242b;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: url(../images/nav1-bgr.png) repeat-x top;
	font-size: 14px;
	height: 35px;
	position: relative;
	text-transform: lowercase;
	z-index: 100
}
#nav1 ul{
	margin: 0 auto;
	width: 809px
}
#nav1 li{
	float: left;
	line-height: 35px
}
#nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 10px
}
#nav1 li a:hover,
#nav1 li.active a{
	background: #ffffff;
	color: #e9242b;
	text-decoration: none
}
/*=== Columns ===*/
.cols{
	height: 1%;
	padding: 0;
	background:#1a1a1a;

}
.col1{
	float: left;
	margin: 10px 0 10px 10px;
	padding: 15px;
	width: 620px;
	background:#fff;
}

.col1 ul{
	padding: 0 0 0 35px;
}

.col1 li{
	list-style: square;
	padding: 4px 0 4px 0;
}

.col2{
	margin: 10px 10px 10px 0;
	float: right;
	position: relative;
	width: 269px;
	z-index: 10;
	text-align: right;
}
.col2 img{
	border: 1px solid #000;
	margin-bottom: 10px;
}
.col2 p{
	font-size: 11px;
	color: #ffffff;
	margin: 0 15px 5px 10px;
	padding: 0 10px 0 0;
	border-right: 1px solid #e9242b;
}
/*=== Footer ===*/
#footer{
	color: #ffffff;
	font-size: 11px;
	height: 25px;
	margin: 0 auto;
	width: 927px
}
#footer a{
	color: #ffffff
}
#footer a:hover{
	color: #e9242b;
	text-decoration: none
}
#footer li{
	display: inline;
	padding: 0 15px 0 0;
	text-transform: lowercase
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ar{
	text-align: right
}

/*=== People ===*/
.people{width:180px;padding-right:15px;margin:10px 0 10px 0;float:left; border-right: 1px #000000 solid;}
.people a{font-size:14px;color:#000000;text-decoration:none;font-weight:bold;}
.people a:hover,.people a.chosen{ color:#e9242b;}
.people p{ margin:0px;margin-top:7px;}
.people p.x{ margin:0px;margin-top:0px;}
#profile_1, #profile_2, #profile_3, #profile_4, #profile_5, #profile_6{ display:block;float:right;width:390px;}

.handcursor{
cursor:hand;
cursor:pointer;
text-decoration: underline;
}

