body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9a9a9a;
	background:transparent url(../images/runner.jpg) repeat-x scroll 0 2px
}

a {
	text-decoration:none;
	color:#9a9a9a;	
}

#container {
	width:1000px;
}

#header {
	margin:0 0 0 10px;
	position:relative;
}

#header #title {
	position:absolute;
	right:0px;
	top:20px;
	color:#4e4f52;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-0.8px;
}

#header ul {
	margin:0;
	padding:0;
}

#header ul li {
	list-style-type:none;
	float:left;
}

#header ul li.separator {
	width:1px;
	background:url(../images/menu_separator.jpg) no-repeat top;
	height:43px;
}

#header ul li a {
	color:#4e4f52;
	font-size:14px;
	float:left;
	margin:30px 0 0 0;
	padding:0 6px;
}

#header ul li a.active, #header ul li a:hover {
	color:#00319d;	
}

#center {
	clear:left;
	position:relative;
	top:40px;
	border-top:2px solid #9a9a9a;
	border-bottom:2px solid #9a9a9a;
	height:280px;
}

#center #center_left {
	width:250px;
	height:280px;
	background-color:#d8dfe0;
	float:left;
}

#center #center_left h1 {
	font-size:22px;
	color:#4e4f52;
	margin:65px 0 0 10px;
}

#center #center_left h2 {
	font-size:22px;
	color:#4e4f52;
	margin:65px 0 0 35px;
	font-weight:normal;
}

#center #center_right {
	float:right;
}

#content {
	clear:left;
	position:relative;
	top:40px;
	min-height:320px;
}

#columns {
	margin:80px 0 0 40px;
	float:left;	
}

#columns .column {
	float:left;	
	margin:0 55px 0 0;
}

#columns .column img {
	display:block;	
}

#columns .column a.arrowed {
	margin:13px 0 0 0;	
}

a.arrowed {
	font-size:11px;
	color:#00319d;
	background:url(../images/rarrow.jpg) no-repeat;
	display:block;
	padding:0 0 0 15px;
}

#right_side {
	float:right;
	padding:0 0 0 15px;
	border-left:1px solid #9a9a9a;
	color:#030303;
	font-weight:bold;
}

#right_side p {
	margin:0 0 7px 0;	
}

#right_side a {
	color:#030303;
	font-weight:normal;
}

#right_section {
	margin:80px 0 0 0px;
	padding:0 0 0 15px;
	border-left:1px solid #9a9a9a;
	float:left;
}

#right_section a.arrowed {
	margin:3px 0 0;	
}

#right_section p {
	font-size:12px;
	margin:0 0 2px 0;
    color: #000;	
}

#wrapper {
	margin:75px 0 0 260px;
	font-size:14px;
	color:#030303;
}

#wrapper form fieldset {
	border:none;	
	padding:0;
}

#wrapper form fieldset label {
	display:block;
	margin:10px 0 3px 0;
}

#wrapper form fieldset .lside {
	float:left;	
}

#wrapper form fieldset .rside {
	float:right;	
}

#wrapper form fieldset input.text {
	border:1px solid #646464;
	width:192px;
	height:18px;
}

#wrapper form fieldset textarea {
	border:1px solid #646464;
	width:453px;
	height:55px;
}

#wrapper form fieldset input.button {
	float:right;
	border:1px solid #646464;
	font-weight:bold;
	background-color:#fff;
	width:115px;
	margin:22px 0 0;
	cursor:pointer;
}

.team_member {
    margin: 0 0 20px 0;    
}

.team_member img {
    float: left;
    margin: 0 10px 0 0;
}

.team_member p {
    font-size: 12px;
    color: #4e4f52;
    margin: 0;
    padding: 3px 0 0;    
}

#bottomline {
	position:fixed;
	bottom:0;
	width:100%;
	height:32px;
	background-color:#9a9a9a;
	
}
