/* Global reset */

/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
}

a img {border: none;} /* Gets rid of IE's blue borders */
a:link {
		color: #666;
		text-decoration: none;
		line-height: 150%;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #D53712;
	text-decoration: none;
}
a:active {
		text-decoration: none;
}

table {border-collapse:collapse; border-spacing:0;}

fieldset, img {border:0;}

address, caption, cite, code, dfn, em, strong, th, var {font-style:normal; font-weight:normal;}

div {
	position:relative;
	height: 300;
}

ol, ul, li {
	list-style-position: inside;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding-left: 11px;
}

caption, th {text-align:left;}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #f7911f;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

q:before, q:after { content:''}

/* Global reset-RESET */

/* The below restores some sensible defaults */

strong {font-weight: bold;}

em {font-style: italic;}

.clear {clear:both;}
br.clear {clear:both; displa:block; height:1px; margin-top: -1px;}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#nav {
	background-color: #FFF;
	height: 40px;
	width: 960px;
	text-align: center;
	margin-bottom: 32px;
	margin-top: 10px;
}
#footer {
	clear: both;
	height: 61px;
	width: auto;
	background-color: #353535;
	text-align: center;
}
#content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #f7911f;
	padding-left: 25px;
}

#content {
	width: 960px;
	z-index: 0;
	float: left;
}

.content_about_left {
	z-index: 0;
	float: left;
	width: 350px;
}

.content_about_center {
	z-index: 0;
	float: left;
	width: 600px;
	text-align: justify;
	font-size: 12px;
	margin-bottom: 20px;
}

#content #homec1 {
	float: left;
	height: 225px;
	width: 660px;
}
#content #homec2 {
	float: left;
	height: 350;
	width: 300px;
}
#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	padding-right: 40px;
	padding-left: 25px;
	text-align: justify;
}
#content #services {
	background-image: url(../images/servicesjpg.jpg);
	background-repeat: no-repeat;
	height: 633px;
	width: 960px;
}
#content #references {
	background-image: url(../images/references.jpg);
	background-repeat: no-repeat;
	height: 397px;
	width: 787px;
}
#content #lettersofrec {
	height: 397px;
	width: 787px;
	margin-left: auto;
	margin-right: auto;
}
#content #publications {
	background-image: url(../images/publications.png);
	background-repeat: no-repeat;
	height: 1003px;
	width: 960px;
}
.subnav {
	height: 50px;
	width: 960px;
	display: none;
}
.greytext {
	color: #909090;
}

.header_icon {
	margin-left: 3px;
}
.header	{
	width: 960px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	height: 155px;
}
.header_text {
	position: absolute;
	right: 0px;
	top: 40px;
	text-align: right;
}
.header_link:link {
		color: #FFF;
		text-decoration: none;
}
.header_link:visited {
	color: #FFF;
	text-decoration: none;
}
.header_link:hover {
	color: #FFF;
	text-decoration: underline;
}
.header_link:active {
		text-decoration: none;
}

.orangeBar {
	width: 100%;
	height: 16px;
	background-color:#f7911f;
}

.headerInfo {
	float: right;
	margin-top: 24px;
	text-align: right;
}

.headerInfo img {
	margin-left: 6px;
}

p {
	margin-bottom: 10px;
}

.footer {
	height: 61px;
	clear: both;
	width: auto;
	background-color: #353535;
}

.footerInner {
	width: 960px;
	margin: auto;
	color: #959595;
	padding-top: 10px;
}

/*Start code for modal dialog on Blog button*/
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }
/*End code for Blog button modal dialog*/