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

/* Global Settings */

html, body {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.25;
	min-width: 1024px;
	min-height: 768px;
	background-color: #000000;
}
#navMain {
	width: 955px;
	padding-bottom: 0px;
	padding-top: 0px;
}
ul.nav {
	padding: 0px;
	width: 100%;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
ul.nav li {
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ul.nav a {
	display: block;
	width: 9em;
	margin-right: 5px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 105%;
	font-weight: bold;
	padding-right: 4px;
	color: #595959;
}
ul.nav a:hover {
	color: #ACACAC;
	background-image: url(/images/hover-crescent.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.current {
	background-image: url(/images/hover-crescent.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContent {
	width: 955px;
	padding-top: 5em;
	padding-bottom: 2em;
}
#mainFlash {
	padding-top: 4em;
	padding-bottom: 2em;
	text-align: center;
}
#contactBlock {
	text-align: center;
	background-image: url(/images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 460px;
	width: 955px;
	clear: both;
	margin-top: 3em;
	margin-bottom: 2em;
}
#contactBlock p {
	color: #878787;
	padding-top: 418px;
	font-size: 1.1em;
	font-weight: bold;
}
#collaborationBlock {
	text-align: center;
	background-image: url(/images/collaboration_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 460px;
	width: 955px;
	clear: both;
	margin-top: 4em;
	margin-bottom: 2em;
}
#collaborationBlock p {
	color: #999999;
	padding-top: 0px;
	font-size: 1.1em;
	line-height: 2em;
	padding-right: 50px;
	padding-left: 50px;
	text-align: justify;
}
.collabBold {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.0em;
}
#centering {
	height: 600px;
	width: 955px;
	margin-top: -300px;
	margin-left: -477px;
	position: absolute;
	top: 50%;
	left: 50%;
}
#wrapFixed {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 955px;
}

/* Common Formating */

h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight:normal;
}

h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #FF0000;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0 0 18px 0;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
  
/***** Links *****/
 
a:link, a:visited {
	text-decoration:none;
	color: #878787;
}

a:hover, a:active {
	text-decoration:none;
	color:#E30000;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.temp-head {
	color: #E10000;
	padding-bottom: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 15px;
	padding-top: 75px;
}
.footer {
	padding-top: 0px;
}
.footer p {
	font-size: 0.85em;
	color: #5A5A5A;
	text-align: center;
	padding-top: 1.8em;
	line-height: 2.5em;
}
.footer a {
	color: #595959;
}
.footer a:hover{
	color: #FA0B12;
}

/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
table tr td {
padding:2px;
  }
 
/***** Wrapper *****/
 
#wrap {
	width:900px;
	margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          {
	width:900px;
	margin:0 auto;
}
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.relativePos {
	position: relative;
}

