@charset "UTF-8";
/* CSS Document */

body, td, th {
	color: #333;
	font: 0.9em Arial, Helvetica, sans-serif;
}
body {
	background: #000 url(../images/bg_body.jpg) repeat-x;
}
p , ul{
	margin: 0px 0px 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.6em 0px 0.4em;
}
h1 {
	color: #009266;
	font-size: 1.4em;
}
h2 {
	color: #009;
	font-size: 1.3em;
	border-bottom: 1px solid #FEE6B0;
}
ul li{
	background: url(../images/bullet.png) no-repeat 0px 4px;
	margin: 0 0 .3em 10px;
	padding: 0 0 0 20px;
}
ul ul li  {
	margin-left: 40px;
}
ol li {
	margin: 0 0 0.4em 20px;
	padding: 0;
	list-style: decimal;
}
a {
	color: #CA2C00;
	font-weight: bold;
}
#wrapper {
	background: url(../images/bg_wrapper.gif);
	margin: 0px auto;
	width: 954px;
}
#nav {
	background: url(../images/bg_nav.jpg);
	height: 18px;
	padding: 8px 0 0 65px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	display: inline;
	background: url(none);
	padding: 0;
}
#nav a {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0px 13px;
}
#nav a:hover {
	color: #89C0FF;
}
#left {
	float: left;
	width: 230px;
	padding: 0 0 0 49px;
}
#whats_happening {
	background: url(../images/bg_whats_happening.jpg);
	height: 206px;
	width: 220px;
	margin: 3px 0 0 0;
	padding: 5px;
}
#whats_happening h1 {
	color: #CA2C00;
	text-align: center;
}
#whats_happening ul {
	line-height: 1.5em;
	font-size: 10px;
}
#right {
	float: right;
	padding: 0 44px 0 0;
	width: 624px;
}
#content {
	padding-left: 10px;
	line-height: 1.5;
}
#content p {
	text-align: justify;
}
#content li.adobe {
	background: url(../images/logo_adobe.jpg) no-repeat;
	padding-left: 40px;
}
#content li.unlv {
	background: url(../images/logo_unlv.jpg) no-repeat;
	padding-left: 40px;
}
#content li.reviewjournal {
	background: url(../images/logo_review_journal.jpg) no-repeat;
	padding-left: 40px;
}
#content.twocol {
	margin-right: 203px;
}
#second_column {
	float: right;
	width: 198px;
}
div.portfolio_row {
	padding-left: 15px;
	clear: both;
	text-align: center;
}
div.portfolio_row a {
	font-size: 0.9em;
}
div.portfolio_row img {
	margin-bottom: 10px;
}
div.portfolio_row div {
	float: left;
	text-align: center;
	margin: 12px;
}
.form label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 0.7em;
	color: #999;
	padding: 10px;
	line-height: 1.4;
	border-bottom: 2px solid #009266;
}
.smalltext {
	font-size: .85ems;
	font-size: 0.7em;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imagefloatleft {
	padding: 2px;
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
	border: 1px solid #FEE5AD;
}
.quote {
	color: #006;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-top: 1px solid #FCE6AC;
	padding-top: 10px;
	line-height: 1.2;
}
.aligncenter {
	text-align: center;	
}

