/* standard elements */
body {
	background-image: url('/images/topbackground11.png');
	background-repeat: repeat-x;
	margin: 0px;
}

body,div,p,td {
	font-family: arial, serif;
	font-size: 13px;
}

p {
	padding: 0px;
}

a {
	color: blue;
}

/* containers */
#outer,.footer_inner {
	width: 955px;
	margin: 0px auto 0px;
}

#header {
	margin-top: 8px;
	height: 72px;
	width: 955px;
}

#nav {
	width: 100%;
	height: 50px;
}

#main {
	height: 100%;
	min-height: 400px;
	width: 950px;
}

div.nav,div.nav_on {
	height: 30px;
	width: 100px;
	float: left;
	padding: 5px 10px 0px 15px;
	margin-top: 3px;
	margin-right: 7px;
}

div.nav_on {
	height: 40px;
}

a.nav,a.nav_on {
	font-size: 20px;
	text-decoration: none;
}

div.nav_on {
	background-image: url('/images/orange_grad.png');
	background-repeat: repeat-x;
}

div.nav {
	color: #fff;
	border: 1px solid #b6bec5;
}

a.nav {
	color: #fff;
}

a.nav:hover {
	
}

a.nav_on {
	color: #fff;
	font-weight: bold;
}

#footer {
	border-top: 10px solid #ff9832;
	border-bottom: 1px solid #accef2;
	padding-top: 15px;
	background-color: #0064cc;
	margin-top: 50px;
	text-align: center;
	height: 270px;
	color: #accef2;
	font-size: 11px;
}

#footer a,#bottom a {
	color: #accef2;
}

#footer strong{font-size:14px;color:#fff;}

#footer a:hover,#bottom a:hover {
	color: #fff;
}

#footer_main {
	text-align: left;
}

#bottom {
	padding-top: 15px;
	background-color: #114b88;
	height: 35px;
	clear: both;
	text-align: center;
	color: #accef2;
	font-size: 11px;
	background-color: #114b88;
}

#bottom_left {
	width: 200px;
	float: left;
	font-size: 11px;
}

#bottom_right {
	width: 400px;
	float: right;
	font-size: 11px;
}

.footer_area {
	width: 400px;
	margin-right: 20px;
	float: left;
}

.footer_area h2 {color: #fff;}

.footer_area h2,.footer_area div {
	margin: 0px;
	margin-bottom: 5px;
}

#twitter ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#twitter li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #accef2;
}

div.input {
	margin-bottom: 15px;
}

div.label {
	font-weight: bold;
}

/* home page */
.home_wrapper {
	width: 950px;
	margin-top: 4px;
	margin-bottom: 2px;
}

.home_text {
	width: 610px;
	float: left;
	padding-top: 50px;
}

.home_engagebutton {
	text-align: center;
	margin-top: 15px;
}

.home_train {
	width: 340px;
	float: left;
	text-align: right;
}

.home_bottom {
	margin-top: 50px;
}

.home_bottom_cont {
	width: 230px;
	float: left;
	height: 200px;
	border-right: 2px solid #ccc;
}

.home_bottom_left {
	height: 100px;
	float: left;
	width: 88px;
}

.home_bottom_right {
	float: left;
	padding-top: 10px;
	width: 140px;
}

.project {
	width: 300px;
	float: left;
	padding-right: 15px;
}

.project h2 {
	
}

.project .img {
	border: 1px solid #ccc;
	border: 1px solid #ccc;
	width: 280px;
}

/* utility */
.clear {
	clear: both;
}