@charset "utf-8";
/* CSS Document

Date:    02/12/2009
Authors: Blair Nichols
Company: Supreme Web Solutions
Website: http://www.supremewebsolutions.com
*/
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* RESET END */

/* BODY */
body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 14px;
}
body a, body a:visited {
	text-decoration: none;
	color: #CCC;
}
body a:hover {
	text-decoration: underline;
}
body p {
	margin: 0px 0px 10px 0px;
	line-height: 16px;
}
body p.error {
	color: #F00;
	font-weight: bold;
}
body strong {
	font-weight: bold;
}
body em {
	font-style: italic;
}
/* END BODY */

/* CONTAINER */
div#container {
	width: 985px;
	margin: 20px auto;
}
/* END CONTAINER */

/* HEADER */
div#header {
	width: 985px;
	height: 50px;
}
div#header a.logo {
	background: url(../images/unight-sprite.png) -708px -141px no-repeat;
	height: 50px;
	width: 130px;
	float: left;
	display: block;
}
/* NAV */
#nav {
	width: 700px;
	height: 50px;
	float: right;
}

#nav ul {
	margin: 0px auto;
} 

#nav li {
	float: right;
	margin: 0px; 
	padding-left: 5px;
	list-style: none;
	text-align: center;
} 

#nav li a {
	display: block;
	padding-top: 12px;
	height: 50px;
	width: 110px;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/unight-sprite.png) 0px -141px no-repeat;
	color: #999;
} 

#nav li a:hover, #nav li a#selected, #nav li a#selected:hover {
	color:#FFF;

}
/* END NAV */
/* END HEADER */
#aberdeen {
	height: 140px;
	width: 985px;
	background: url(../images/unight-sprite.png) no-repeat;
	border-top:  1px solid #F00; 
	border-bottom: 2px solid #F00;
}
/* CONTENT */
div#content {
	padding: 10px 0px 10px 0px;
	width: 985px;
	overflow: auto;
	background: url(../images/unight-container-background.jpg) repeat-x #333333;
}
div#content div#contentLeft {
	width: 316px;
	float: left;
	padding: 0px 5px 0px 10px;
}
div#content div#contentMiddle {
	width: 456px;
	float: right;
	padding: 0px 5px 0px 5px;
}
div#content div#contentRight {
	width: 183px;
	float: right;
	padding: 0px 0px 0px 5px;
}
div#content div#contentBig {
	width: 772px;
	float: left;
	padding: 0px 0px 0px 10px;
}
div#content div#contentFull {
	width: 985px;
	float: left;
}
/* LATEST NEWS */
div#latestNews div.hnews {
	width: 316px;
	padding-bottom: 10px;
}

div#latestNews div.hnews div.updated {
	height: 85px;
	width: 82px;
	background: url(../images/unight-sprite.png) -120px -141px no-repeat;
	float: left;
	clear: left;
	padding-right: 3px;
}

div#latestNews div.hnews div.updated div.day {
	text-align: center;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
div#latestNews div.hnews div.updated div.month {
	text-align: center;
	color: #000;
	font-size: 12px
}
div#latestNews div.hnews div.updated div.year {
	margin-top: 3px;
	text-align: center;
	color: #000;
	font-size: 18px;
}

div#latestNews div.hnews div.entry-title h2{
	border-bottom: 1px solid #F00;
	margin: 0px 0px 0px 90px;
	padding: 10px 0px 5px 0px;
	font-size: 18px;
	text-transform: capitalize;
}
div#latestNews div.hnews div.author{
	margin: 0px 0px 0px 90px;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	text-transform: capitalize;
	font-style: italic;
}
div#latestNews div.hnews div.content a.more, div#latestNews div.hnews div.content a.more:visited {
	text-decoration: none;
	color: #F00;
}
div#latestNews div.hnews div.content a.more:hover {
	text-decoration: underline;
}
div#latestNews div.hnews div.content {
	text-align: justify;
}
/* END LATEST NEWS */
/* NEWS */
div#news div.hnews {
	padding-bottom: 10px;
}

div#news div.hnews div.updated {
	height: 85px;
	width: 82px;
	background: url(../images/unight-sprite.png) -120px -141px no-repeat;
	float: left;
	clear: left;
	padding-right: 3px;
}

div#news div.hnews div.updated div.day {
	text-align: center;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
div#news div.hnews div.updated div.month {
	text-align: center;
	color: #000;
	font-size: 12px
}
div#news div.hnews div.updated div.year {
	margin-top: 3px;
	text-align: center;
	color: #000;
	font-size: 18px;
}

div#news div.hnews div.entry-title h2{
	border-bottom: 1px solid #F00;
	margin: 0px 0px 0px 90px;
	padding: 10px 0px 5px 0px;
	font-size: 18px;
	text-transform: capitalize;
}
div#news div.hnews div.author{
	margin: 0px 0px 0px 90px;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	text-transform: capitalize;
	font-style: italic;
}
div#news div.hnews div.content a.more, div#news div.hnews div.content a.more:visited {
	text-decoration: none;
	color: #F00;
}
div#news div.hnews div.content a.more:hover {
	text-decoration: underline;
}
div#news div.hnews div.content {
	text-align: justify;
	margin: 0px 0px 20px 90px;
}
/* END NEWS */
/* MEMBERS AND PARTNERS PAGES */
div#members div.member {
	width: 772px;
	margin: 0px 0px 20px 0px;
	clear: both;
}
div#members div.member div.image {
	width: 170px;
	min-height: 1px;
	margin: 0px 10px 0px 0px;
	float: left;
}
div#members div.member div.image div.top {
	background: url(../images/unight-sprite.png) -218px -141px no-repeat;
	width: 170px;
	height: 15px;
}
div#members div.member div.image div.bottom {
	background: url(../images/unight-sprite.png) -218px -182px no-repeat;
	width: 170px;
	height: 15px;
}
div#members div.member div.image div.img {
	background: #FFF;
	width: 160px;
	padding: 0px 5px 0px 5px;
}
div#members div.member div.image img {
	width: 160px;
}
div#members div.member div.content {
	width: 592px;
	float: right;
	text-align: justify;
}
div#members div.member div.content h2 {
	font-size: 20px;
}
/* END MEMBERS AND PARTNERS PAGES */
div.blurb p {
	font-size: 18px;
	font-style: italic;
	line-height: 25px;
}
/* PARTNERS */
div#content div#contentRight div#top {
	height: 15px;
	width: 170px;
	background: url(../images/unight-sprite.png) -218px -141px no-repeat;
}
div#content div#contentRight div#content {
	background: #FFF;
	width: 170px;
}
div#content div#contentRight div#content img{
	padding-bottom: 10px;
}
div#content div#contentRight div#bottom {
	height: 15px;
	width: 170px;
	background: url(../images/unight-sprite.png) -218px -182px no-repeat;
}
/* END PARTNERS */
/* END CONTENT */

/* FOOTER */
div#footer {
	width: 985px;
	overflow: auto;
	margin: 20px 0px 20px 0px;
}

div#footer div.title h3{
	color: #F00;
	border-bottom: 1px solid #F00;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div#footer div#copy {
	width: 320px;
	float: right;
	padding: 0px 0px 0px 20px;
	text-transform: lowercase;
}
div#footer a.contact {
	background: url(../images/unight-sprite.png) -390px -141px no-repeat;
	height: 55px;
	width: 320px;
	display: block;
	border-bottom: 1px solid #F00;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	text-transform: none;
}
div#footer a.supreme {
	background: url(../images/unight-sprite.png) 0px -225px no-repeat;
	height: 55px;
	width: 165px;
	display: block;
}
div#footer div#membersRight {
	width: 153px;
	float: right;
	padding: 30px 0px 0px 10px;
	text-transform: lowercase;
}
div#footer div#membersLeft {
	width: 153px;
	float: right;
	padding: 0px 0px 0px 10px;
	text-transform: lowercase;
}
div#footer div#partners {
	width: 153px;
	float: right;
	padding: 0px 0px 0px 10px;
	text-transform: lowercase;
}
div#footer div#sitemap {
	width: 153px;
	float: left;
	padding: 0px 0px 0px 0px;
	text-transform: lowercase;
}

/* END FOOTER */

/* CONTACT PAGE */
form#contact input {
	width: 300px;
}
form#contact input.submit {
	width: auto;
	margin: 5px 0px 0px 0px;
}
form#contact input#code {
	width: 100px;
}
form#contact img {
	margin: -7px 0px 0px 0px;
}
form#contact label {
	padding: 5px 0px 2px 0px;
	display: block;
}
form#contact textarea {
	width: 700px;
}

div.error {
	padding: 3px;
	border: 1px solid #F00;
	color: #F00;
}
div.no_error {
	padding: 3px;
	border: 1px solid #0F0;
	color: #0F0;
}
/* END CONTACT PAGE */
/* FAQ */
div#faq h2 {
	font-size: 20px;
	color: #F00;
	font-style: italic;
}
div#faq p {
	font-size: 16px;
}
/* FAQ END */


