/* Site: Universal Design */
/* Designed by Ming Island */

/*Basic Stuff */

body {
	margin: 0 0 20px 0;
	background: #f3f2e5;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	}
	
p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height:1.8em;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
h1 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 0.88em;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
h2 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 0.88em;
	margin-bottom: 5px;
	padding: 0;
	}
	
h3 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	color: #cf3830;
	margin: 0;
	padding: 0;
	}
	
h4 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 0.88em;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
h5  {
	font-family: Verdana, sans-serif;
	font-size: 0.88em;
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
h6 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 0.88em;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
img {
	border: 0;
	}
	
ol {
	font-size: 0.69em;
	}
	
li {
	margin-bottom: 10px;
	line-height: 1.5em;
	}
	

/* Font & Texts*/

.redtext { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height:1.8em;
	margin: 0 0 15px 0;
	padding: 0;
	color:#ff0000;
	}
	
.redtextBig { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.8em;
	margin: 0 0 15px 0;
	padding: 0;
	color:#ff0000;
	}
	
a.redtext:link,a.redtext:visited, a.redtext:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height:1.8em;
	margin: 0 0 15px 0;
	padding: 0;
	color:#ff0000;
	}
	
/*Header */

#header {
	width: 100%;
	overflow: hidden;
	background: url(../img/bg_stripe.gif) bottom repeat-x;
	overflow: hidden;
	}
	
#headerWrap {
	width: 900px;
	}
	
#logoWrap {
	float: left;
	margin: 15px 0 0 45px;
	}
	

#menu {
	width: 550px;
	margin: 45px 0 0 0;
	float: right;
	}
	
.menuitems {
	float: right;
	margin-left: 10px;
	}
	
#subMenuWrap {
	clear: both;
	margin: 0;
	width: 900px;
	height: 20px;
	font-size: 0.69em;
	color: #999;
	}
	
#subMenu {
	width: 250px;
	float: right;
	margin-top: 10px;
	color: #ccc;
	}
	
#subMenu a, #subMenu a:link, #subMenu a:visited, #subMenu a:active {
	color: #666;
	text-decoration: none;
	}
	
#subMenu a:hover {
	color: #666;
	text-decoration: underline;
}
	
/*Menu Rollovers */

.rollover1 {
	display: block;
	width: 100px;
	height: 35px;
	background: url(../img/m_home.gif) no-repeat;
	text-indent: -9999px;
	}
	
.rollover2 {
	display: block;
	width: 100px;
	height: 35px;
	background: url(../img/m_news.gif) no-repeat;
	text-indent: -9999px;
	}
	
.rollover3 {
	display: block;
	width: 100px;
	height: 35px;
	background: url(../img/m_aboutUs.gif) no-repeat;
	text-indent: -9999px;
	}
	
.rollover4 {
	display: block;
	width: 100px;
	height: 35px;
	background: url(../img/m_08Award.gif) no-repeat;
	text-indent: -9999px;
	}
	
.rollover5 {
	display: block;
	width: 100px;
	height: 35px;
	background: url(../img/m_contactUs.gif) no-repeat;
	text-indent: -9999px;
	}
	
	
a.rollover1:link, a.rollover1:visited, a.rollover1:active {
	background: url(../img/m_home.gif) no-repeat;
	}
a.rollover1:hover {
	background-position: -100px 0;
	}
	
a.rollover2:link, a.rollover2:visited, a.rollover2:active {
	background: url(../img/m_news.gif) no-repeat;
	}
a.rollover2:hover {
	background-position: -100px 0;
	}
	
a.rollover3:link, a.rollover3:visited, a.rollover3:active {
	background: url(../img/m_aboutUs.gif) no-repeat;
	}
a.rollover3:hover {
	background-position: -100px 0;
	}
	
a.rollover4:link, a.rollover4:visited, a.rollover4:active {
	background: url(../img/m_08Award.gif) no-repeat;
	}
a.rollover4:hover {
	background-position: -100px 0;
	}
	
a.rollover5:link, a.rollover5:visited, a.rollover5:active {
	background: url(../img/m_contactUs.gif) no-repeat;
	}
a.rollover5:hover {
	background-position: -100px 0;
	}

a.rollover6:link, a.rollover6:visited, a.rollover6:active {
	color: #CC0000;
	text-decoration:none;
	}
a.rollover6:hover {
	color: #000000;
	text-decoration:underline;
	}
	
/*Content */

#wrap {
	width: 100%;
	overflow: hidden;
	background: #fff;
	}

#container {
	width: 930px;
	margin: 55px 0 40px 0;
	overflow: hidden;
	}
	
#sidebar {
	float: left;
	width: 295px;
	overflow: hidden;
	text-align: center;
	margin-left: 10px;
	}
	
#content {
	float: right;
	width: 540px;
	margin: 0 0 0 30px;
	overflow: hidden;
	}
	
#content a, #content a:link, #content a:visited, #content a:active {
	color: #666;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #666;
	text-decoration: none;
}

#contentNews {
	float: right;
	width: 550px;
	height: 380px;
	margin: 0 0 0 30px;
	padding-right: 10px;
	overflow: auto;
	}
	
#contentNews a, #contentNews a:link, #contentNews a:visited, #contentNews a:active {
	color: #666;
	text-decoration: underline;
	}
	
#contentNews a:hover {
	color: #666;
	text-decoration: none;
}

#longNews {
	float: right;
	width: 550px;
	margin: 0 0 0 30px;
	padding-right: 10px;
	overflow: hidden;
	}
	
	
.col {
	width: 170px;
	float: left;
	margin-right: 10px;
	}
	
.col p {
	margin: 0;
	padding: 0;
	}
	
.colLast {
	width: 168px;
	height: 255px;
	text-align: center;
	float: left;
	border-left: solid 1px #c5c0c0;
	border-right: solid 1px #c5c0c0;
	border-bottom: solid 1px #c5c0c0;
	}
	
.colLast p {
	margin: 0 0 8px 0;
	padding: 0;
	}
	
.clearme {
	clear: both;
	}
	
#leftCol {
	float: left;
	width: 245px;
	margin: 30px 40px 0 0;
	overflow: hidden;
	}
	
#rightCol {
	float: left;
	width: 245px;
	margin: 30px 0 0 0;
	overflow: hidden;
	}
	
#rightCol2 {
	float: left;
	width: 245px;
	margin: 30px 0 0 0;
	overflow: hidden;
	}
	
	
#rightCol p {
	margin: 0;
	padding: 0;
	}
	
#rightCol a, #rightCol a:link, #rightCol a:visited, #rightCol a:active {
	color: #666;
	text-decoration: none;
	}
	
#rightCol a:hover {
	color: #666;
	text-decoration: underline;
}
	
.newsItem {
	width: 245px;
	overflow: hidden;
	margin: 0 0 8px 0;
	padding-bottom: 8px;
	background: url(../img/bg_dottedPixel.gif) repeat-x bottom;
	}
	
.newsItem img {
	float: left;
	margin: 0 8px 15px 0;
	padding: 0;
	border: solid 1px #ccc;
	}
	
/*News and Articles */

.newsArticle {
	width: 530px;
	margin: 0 0 8px 0;
	padding-bottom: 8px;
	background: url(../img/bg_dottedPixel.gif) repeat-x bottom;
	overflow: hidden;
	}
	

	
.newsArticle img {
	float: left;
	margin: 0 8px 15px 0;
	padding: 0;
	border: solid 1px #ccc;
	}
	
.newsImages {
	float: left;
	width: 92px;
	height: 92px;
	margin: 0 15px 20px 0;
	text-align: center;
	}

.newsImages2 {
	float: left;
	width: 92px;
	height: 92px;
	margin: 5px 12px 5px 12px;
	border:thin #999999 solid;
	border-width:1px;
	text-align: center;
	display:inline;
	}
	
.newsImages img {
	border: solid 1px #ccc;
	}
	
	
/*About Us */

#aboutBanner {
	width: 530px;
	overflow: hidden;
	}
	
/*2008 UD Awards */

#udBanner {
	width: 533px;
	overflow: hidden;
	}
	
.winnersWrap {
	float: right;
	width: 580px;
	margin: 0 0 10px 30px;
	overflow: hidden;
	}
	
.winnersLeft {
	float: left;
	width: 255px;
	margin: 0 40px 0 0;
	overflow: hidden;
	}

.winnersRight {
	float: left;
	width: 275px;
	margin: 0;
	overflow: hidden;
	}
	
.winners {
	clear: both;
	margin: 0 0 15px 0;
	overflow: hidden;
	}
	
.winners img {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	border: solid #ccc 1px;
	}
	
.winners p {
	margin: 0;
	padding: 0;
	}
	


	
/* footer */

#footer {
	clear: both;
	width: 100%;
	}
	
#footerLogo {
	float: left;
	width: 175px;
	margin: 20px 0 50px 50px
	}
	
.logoText {
	float: left;
	font-size: 0.69em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0 50px 0;
	}
	
.logoText a, .logoText a:link, .logoText a:visited, .logoText a:active {
	color: #666;
	text-decoration: none;
	}
	
.logoText a:hover {
	color: #666;
	text-decoration: underline;
}
	
	
	
#footerMenu {
	width: 400px;
	margin: 30px 0 0 170px;
	float: left;
	}
	
.footerMenuItems {
	float: left;
	margin-right: 30px;
	font-size: 0.69em
	}
	
.footerMenuItems a, .footerMenuItems a:link, .footerMenuItems a:visited, .footerMenuItems a:active {
	color: #666;
	text-decoration: none;
	}
	
.footerMenuItems a:hover {
	color: #666;
	text-decoration: underline;
}

#legal {
	float: left;
	text-align: right;
	width: 135px;
	font-size: 0.69em;
	margin-top: 32px;
	}
	
/*lightbox*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #000; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:img/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../08udAwards/prevComp/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../08udAwards/prevComp/img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageDataContainer a, #imageDataContainer a:link, #imageDataContainer a:visited, #imageDataContainer a:active {
	color: #27b6f9;
	text-decoration: none;
	}
	
#imageDataContainer a:hover {
	color: #27b6f9;
	text-decoration: underline;
}


#imageData{	padding:0 10px; color: #fff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
	



	
	
	
	
	


