* {
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0;
	text-align: left;
}

html, body {
	text-align: center;
	font-family: Arial, Times New Roman, sans-serif;
	background: url(assets/images/gradient_bg.jpg);
}

#teamlist {
	list-style-type: none;
}

#teamlist li {
	padding-left: 20px;
}

#teamlist li ul li {
	list-style-type: none;
	padding-left: 20px;
}

#teamlist2 {
	list-style-type: none;
}

#teamlist2 li {
	padding-left: 20px;
}

#teamlist2 li ul li {
	padding-left: 0px;
}

#site-wrapper {
	text-align: left;
	margin: 0 auto;
	width: 864px;
	background: #fff;
	font-size: 11px;
}

#header {
	height: 175px;
	background: url('assets/images/header-bg.jpg');
	position: relative;
}

#header_wrapper {
	position: absolute;
	z-index: 10000;
	height: 175px;
	width: 100%;
}

#search-form {
	float: right;
	position: absolute;
	right: 20px;
	top: 20px;
}

.seach-box {
	border: 0;
	height: 23px;
	width: 127px;
	font-size: 18px;
}

.seach-btn {
	background: url('assets/images/go-btn.gif');
	border: 0;
	height: 23px;
	width: 36px;
	margin-left: -3px;
}

#header img {
	float: left;
}

/*********************************/

#content-wrapper {
	width: 100%;
	background: #fff;
	height: 571px;
}

#left-column {
	float: left;
	width: 212px;
	background-image: url('assets/images/left-bg.gif');
	color: #fff;
	padding: 0 10px 10px;
}

#left-column p {
	
}

#left-column h1 {
	color: #fff;
	font-weight: lighter;
	margin-bottom: 5px;
	font-size: 18px;
}

#home-right-content {
	float: right;
	margin-top: 137px;
	width: 592px;
	height: 434px;
	padding: 0 20px;
	background-image: url('assets/images/home-bg.jpg');
}

/***************************/

/**********Sub-pages*****************/

#right-content {
	float: right;
	width: 615px;
	background: #fff;
	overflow-y: auto;
	height: 571px;
}

#left {
	float: left;
	width: 400px;
	padding: 30px 0px 0;
}

#left h1 {
	color: #bf2f38;
	font-size: 30px;
	margin-bottom: 15px;
}

#left h2 {
	color: #bf2f38;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 10px;
}

#right {
	float: right;
	padding-left: 10px;
	padding-top: 30px;
	padding-right: 10px;
}

#right img {
	border: 1px solid #b9b9b9;
	padding: 2px;
}

ul.team {
	list-style-type: none;
}

ul.team li {
	float: left;
}

ul.team li img {
	margin: 15px 22px 5px 0;
	border: 1px solid #b9b9b9;
}

ul.team li a {
	color: #bf2f38;
	text-decoration: none;
}

ul.team li a:hover {
	text-decoration: underline;
}

li.shifted {
	margin-left: 50px;
	list-style-type: disc;
}

a.red {
	color: #bf2f38;
}

a.red:hover {
	color: #bf2f38;
	text-decoration: none;
}

/********************/

p.left-p {
	width: 406px;
	float: left;
	margin: 0px 10px 20px 0;
}

img.right-img {
	width: 160px;
	float: left;
	margin: 0 0 20px;
	border: 1px solid #b9b9b9;
	padding: 2px;
}

#right-container {
	float: right;
	width: 600px;
	overflow-y: auto;
	background: #fff;
	height: 571px;
	padding-right: 15px;
}

#right-container h1 {
	color: #bf2f38;
	font-size: 30px;
	margin-top: 25px;
}

#right-container h1 span {
	color: #bf2f38;
	font-size: 25px;
	font-weight: lighter;
}

#right-container h2 {
	color: #bf2f38;
	font-size: 15px;
	font-weight: bolder;
	margin-top: 15px;
}

.shifted-img {
	width: 160px;
	float: left;
	margin: 0 0px 20px 28px;
	border: 1px solid #b9b9b9;
	padding: 2px;
}

form#grey {
	border: 1px solid #888;
	background: #d6d6d6;
	padding: 20px;
	width: 410px;
	margin-top: 20px;
}

form#grey table tr td {
	font-size: 11px;
}

input.wide {
	width: 200px;
}

input.narrow {
	width: 96px;
}

input.button {
	background: #bf2c18;
	padding: 3px 10px;
	color: #fff;
	font-size: 11px;
	font-weight: bolder;
	border: 1px solid #fff;
}

.right-shifted-img {
	width: 160px;
	float: right;
	margin: 0 0px 20px 0px;
	border: 1px solid #b9b9b9;
	padding: 2px;
}