/* reset */
body, p, ul, ol, li, h1, h2, h3, h4, h5, a, div, blockquote, cite, a img, address {
	margin: 0;
	padding: 0;
	text-indent: 0;
	border: none;
	outline: none;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-weight: normal;
	font-style:  normal
}
table, td, tr {
	padding: 0;
	margin: 0;
	margin-left:10px;
	border-spacing: 0;
	border: none;
	vertical-align: top
}
a, a:visited {
	font: Arial, Helvetica, sans-serif;
	color: #de2130;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
}


body { /* avoid syling body tags at all costs */
	background: #909091;
}
#main {
	width: 906px;
	margin: 2px auto 0;
	background: url(../images/design/content-bg-2col.gif);
	
}

/* set specific heading and copy's line-height, font-size, font-weight, margins, colors as needed */
h1 {
	font: 1.8em Impact, "Arial Black", Gadget, sans-serif;
	color: #de2130;
	margin: .5em .5em;
	clear: both;
}

h2 {
	font: 1.2em Impact, "Arial Black", Gadget, sans-serif;
	color: #000;
	margin: .5em .5em;
	clear: both;
}
h3 {
	font: 1.2em Impact, "Arial Black", Gadget, sans-serif;
	color: #de2130;
	margin: .5em .5em;
	clear: both;
}
h4 {
	font: 1em Impact, "Arial Black", Gadget, sans-serif;
	color: #000;
	margin: .5em .5em;
	clear: both;
}
h5 {
	font: .8em Impact, "Arial Black", Gadget, sans-serif;
	color: #000;
	margin: .5em .5em;
	clear: both;
}
h6 {
}
p {
	font: .8em Arial, Helvetica, sans-serif;
	color: #181818;
	margin: .5em 1em;
	line-height: 1.3em;
	
}
ul {
	font: .8em Arial, Helvetica, sans-serif;
	color: #181818;
	margin: .5em 4em;
	line-height: 1.3em;

	
}
li {
 list-style: circle;	
}
.red {
	color: #de2130;	
}
/* should be used for logo placement */

h1#logo {
	height: 75px;
	width: 450px;
	float: left;
	margin: 0;
	padding: 0;
	
}

h1#logo a {
	display: block;
	height: 75px;	
	width: 450px;
	text-indent: -999em;
	
}
p#top-contact {
	color: #fff;
	float: right;
	height: 50px;
	margin: 28px 20px 0 0;
	
}
#top-contact a {
	color: #fff;
}
#header {
}
/* menu styles. Do NOT disregard the need to style active states */
#nav {
	margin: 0 0 0 200px !important;
	margin/**/: 0 0 0 100px;
	padding: 0;
	clear: left;
	float: left;
	width: 700px;
}
#nav ul {
	margin: 0;
	list-style: none;
}
#nav li {
	display: inline;	
}
#nav li a {
	float: left;
	display: block;
	font: .9em Arial, Helvetica, sans-serif;
	color: #fff;
	
	padding: 3px 15px;
}

/**************Selected States***************/

body.home a#nav-home,
body.services a#nav-services,
body.about  a#nav-about,
body.affiliations  a#nav-affiliations,
body.projects  a#nav-projects,
body.consultation  a#nav-consultation,
body.contact  a#nav-contact {
	background: #9f131e;
	}


/*****************layout********************/
#top-bar {
	height: 101px;
	background: url(../images/design/top-bar.gif) #181818;
	
}
#leftcol {
	background: url(../images/design/content-bg.png);
	width: 432px;
	border-right: 28px solid #726f6f;
	min-height: 420px !important;
	height: auto !important;
	height/**/:420px;
	float: left;
}
#header {
	background: url(../images/design/header.jpg);
	width: 446px;
	height: 420px;
	float: right;
}
#bottom-bar {
	background: url(../images/design/bottom-bar.png);
	height: 31px;
	clear: both;
}	
#footer {
	clear: both;
	display:  block;
	overflow:  hidden;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
#footer p {
	color: #fff;
	font: .6em Arial, Helvetica, sans-serif
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font: 1.4em;
}
#footer a:hover {
	color: #fff
}
/* the one and only hack, should resolve any and all height issues, apply class group to any container div holding one or more floating divs */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.group {
	zoom: 1;
	display: block;
}
/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
	width: 25em;
	margin-left: 10px;
	margin-bottom: 5px;
	
}

form p{
	font-size: 90%;
	padding: 2px;
	margin: 0;
	margin-bottom: 0;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : none;
	font-size: 90%;
	border:1px solid #999;
}

/* legend styling */
legend {
	font-family:Arial, Helvetica, sans-serif;
	
}

/* style for  labels */
label {
	float: left;
	width: 10em;
}

/* style for required labels */
	label .required {
	font-size: 0.9em;
	font-style: normal;
	color: red;
}

input {
	width: 225px;
}

input.radio, input.submit {
	width: auto;
}

textarea {
	width: 225px;
	height: 100px;
	padding:0;
} 

/* submit */
form div input {
	width: 100px;
	margin-top:5px;
	margin-left: 260px;
	padding: 0 .25em;
	background-color: #666;
	color: #fff;
	text-transform: uppercase;
	font-size: 80%;
}
