/* CSS Document */
body {
	margin: 0;
	background-color: #DCDCDC;
	font-family:  Verdana, Helvetica, sans-serif; font-size: 1em
	}
body#help a#help,
body#work a#work,
body#products a#products,
body#believe a#believe,
body#experience a#experience,
body#solutions a#solutions,
body#company a#company,
body#team a#team,
body#research a#research,
body#design a#design,
body#contact a#contact {
font-weight:  bold;
}
a:link { text-decoration:underline; color : #7C0040;}
a:hover { text-decoration:underline; color : #D88401;}
a:visited { text-decoration:underline; color : #7C0040;}
a:visited:hover {text-decoration:underline; color : #D88401;}
#wrap {
	position: relative;
	width:800px;
	margin: auto;
	background-color: white;
	}
/* Header Structure */
#header {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
#headleft {
	float: left;
	padding-bottom: 15px;
	}
#headright {
	float: right;
	}
/*Topmenu Structure */
#topmenu {
	background-color: #7C0040;
	margin-bottom: 20px;
	font-size: 0.9em;
	clear: both;
	width: 100%;
	float: left;
	height: 100%;
	display: block;
	}
#menusearch {
	color: #FFFFFF;
	margin: 1px;
	font-weight: bold;
	width: 30%;
	text-align: left;
	float: left;
	}
#menusearch form{
	margin: 2px 0 2px 1em;
	}
#menunav {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	width: 30%;
	text-align: right;
	margin-top: 5px;
	float: right;
	}
#menunav a {
	color: white;
	text-decoration: none;
	}
#menunav a:hover {
	text-decoration: none;
	color: #DCDCDC;
	}
#menunav a:visited {
	text-decoration: none;
	color: #ffffff;
	}
#menunav a:visited:hover {
	text-decoration: none;
	color: #DCDCDC;
	}
#menunav ul{
	list-style: none;
	margin: 0;
	}
#menunav li.first {
	display: inline;
	border-left: none;
	}
#menunav li {
	border-left: 1px solid #ffffff;;
	display: inline;
	}
#sidebar {
	float: left;
	margin-left: 10px;
	width: 29%;
	font-size: 0.9em;
	background:  url("images/bl.gif") 0 100% no-repeat #eeeeee;
	}
#br {background:  url("images/br.gif") 100% 100% no-repeat;}
#tl {background:  url("images/tl.gif") 0 0 no-repeat}
#tr {background:  url("images/tr.gif") 100% 0 no-repeat; padding:10px;}
#sidebar p {
	font-size: 0.78em;
	font-weight: bold;
	}
#sidebar ul{
	list-style: none;
	font-weight: normal;
	margin-left: 0;
	padding-left: 10px;	
	}
#sidebar li {
	padding-left: 10px;
	background-image:  url("images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	font-size: 0.9em;
	}
#sidebar li a {
	text-decoration: none;
	color: #7C0040;
	}
#sidebar li a:hover {
	text-decoration: none;
	color: #D88401;
	}
#sidebar li a:visited {
	text-decoration: none;
	color: #7C0040;
	}
#sidebar li a:visited:hover {
	text-decoration: none;
	color: #D88401;
	}
/* Body content */
#content {
	float: right;
	width: 69%;
	font-size: 0.78em;
	}
#content a {
	text-decoration:underline;
	color : #7C0040;
	}
#content a:hover {
	text-decoration:underline;
	color : #D88401;
	}
#content a:visited {
	text-decoration:underline;
	color : #7C0040;
	}
#content a:visited:hover {
	text-decoration:underline;
	color :#D88401;
	}
#content h3{
	color: #7C0040;
	font-weight: bold;
	}
#content h2{
	font-size: 1em;
	font-weight: bold;
	}
#content ul{
	list-style: disc;
	font-weight: normal;
	margin-left: 0;
	padding-left: 15px;	
	}
/* gutters */
#sidebar .gutter {
	padding: 10px;
	}
#content .gutter {
	padding: 15px;
	}
/* Footer Structure */
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 0.7em;
	min-height:	270px;
	height:auto !important;
    height:200px;
	}