/*
CSS 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a img{
	border: 0;
}
/*
BODY, MAIN & WRAPPER
*/
div#main {
float: left;
clear: both;
width: 959px;
height: 539px;
background: url(../images/background2.png) no-repeat;
position: relative;
}
div#wrapper {
width: 975px; margin: 0 auto 25px auto;
overflow: hidden;
}
body {
font-family: ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
font-size: 62.5%;
background:	#eee;
line-height: 1.7em;
}
/*
MAIN CONTENT AREA
*/
div#content {
width: 352px;
height: 411px;
float: left;
margin: 46px 0 0 49px;
_margin-left: 23px; /*ie 6*/
padding: 16px;
}

div#content h3 a{
display: block;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: normal;
font-size: 1.3em;
background: #fff url(../images/whitegrad.png) repeat-x;
padding: 8px 0 8px 8px;
color: #a09593;
margin-bottom: 16px;
border-top: 1px solid #fff;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
-webkit-box-shadow: #bbb 0 0 2px;
-moz-box-shadow: #bbb 0 0 2px;
}

div#content h3 a span{
text-transform: lowercase;
}

div#content h3 a.current {
background: #000 url(../images/blackgrad.png) repeat-x;
color: #fff;
border-top: 1px solid #333;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}

div#content h3 a:hover{
-webkit-box-shadow: #bbb 0 0 3px;
-moz-box-shadow: #bbb 0 0 3px;
-webkit-transform: scale(1.01);
-moz-transform: scale(1.01);
color: #555;
}

div#content h3 a.current:hover{
-webkit-box-shadow: #bbb 0 1px 2px;
-moz-box-shadow: #bbb 0 1px 2px;
-webkit-transform: scale(1.00);
-moz-transform: scale(1.00);
color: #fff;
}
div#content h3 a span.number{
font-weight: bold;
color: #e58609;
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
}

div#content textarea{
width: 98%;
padding: 1%;
border: 1px solid #d0c5c3;
height: 220px;
margin-bottom: 8px;
overflow: auto;
}

/*
DETAILS AREA
*/
div#details{
clear: both;
overflow: hidden;
padding: 30px;
width: 520px;
margin: 0 auto 0 auto;
}
div#details ul{
width: 520px;
float: right; 
position: relative;
top: 0;
}
div#details ul li{
float: left; 
position: relative;
margin: 14px;
_margin: 7px; /*ie 6*/
}
div#details ul a{
display: block;
width: 142px;
height: 156px;
text-decoration: none;
color: transparent;
font-size: 0px;
}
a#collaborative{
background: url(../images/button1.png) 0 1px no-repeat;	
}
a#fourtyeight{
background: url(../images/button2.png) 0 1px no-repeat;	
}
a#nomin{
background: url(../images/button3.png) 0 1px no-repeat;	
}
div#details .current, div#details ul a:hover{
background-position: 0 -155px;
}
	/*reveal text area*/
	div#text {float: left; clear: both; position: relative; height: 150px; width: 100%;}
	div.reveal {position: absolute; width: 520px; font-size: 1.2em; padding-bottom: 50px; display: none;}
	div.reveal h3 {
		font-family: ‘Lucida Serif’, Lucida, ‘DejaVu Serif’, ‘Bitstream Vera Serif’, ‘Liberation Serif’, Georgia, serif;
		font-size: 2.5em;	
		letter-spacing: 0.05em;
		font-weight: normal;
		text-shadow: 0px 1px 3px #aaa;
		margin: 0.75em 0 0.75em 0;
		text-align: center;
	}
	div.reveal p {
	line-height: 1.8em;
	}

h4 {
margin: 2.5em 0 0.5em 0;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: normal;
font-size: 1.2em;
color: #e58609;
}

h4 span {
font-weight: bold;	
}

h5 {
font-size: 1.3em;
text-align: right;
margin-bottom: 16px;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: normal;
color: #a09593;
}

h5 span {
	font-weight: bold;
	color: #e58609;
}
/*
Warning
*/
div.info {
position: absolute;
z-index: 999;
width: 176px;
overflow: hidden;
margin-left: -100px;
left: 675px;
top: 290px;
padding: 25px;
font-size: 1.3em;
background: #fff;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: normal;
line-height: 1.3em;
display: none;
border: 1px solid #ddd;
text-align: center;
}
/*
Your details section
*/
div#yourDetails label {
display: block;
font-size: 1.3em;
margin: 0.5em 0 0.5em 0;	
}

div#yourDetails .textbox, #CUname, #CUemail {
width: 250px;
border: 1px solid #d0c5c3;
}

div#yourDetails textarea, #CUmessage {
width: 98%;
padding: 1%;
border: 1px solid #d0c5c3;
height: 80px;
margin-bottom: 8px;
overflow: auto;
color: #777;
font-style: italic;
}

div#yourDetails #cmdMail {
margin: 0em 0 1em 0;
background:#fff url(../images/whitegrad.png) repeat-x;
border-bottom: 1px solid #cacfd5;
border-top: 1px solid #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-left: 0px;
border-right: 0px;
padding: 0.5em 1em 0.5em 1em;
-webkit-box-shadow: #999 0 0 3px; 
-moz-box-shadow:  #999 0 0 3px;
text-transform: uppercase;
color: #000;
letter-spacing: 0.1em;
cursor: pointer;
}

div#yourDetails #cmdMail:active {
-webkit-transform: scale(0.97);
-moz-transform: scale(0.97);
}

div#detailsinfo {
top: 320px;
}

div#fieldsrequired {
top: 467px;
}

div#pleaseenter {
z-index: 1444;	
}
/*
Pay Section
*/
div#pay {font-size: 1.3em;}
div#pay h6 {margin-bottom: 0.75em; font-size: 1.5em;}
div#pay p {margin-bottom: 1.5em;}
div#pay form {text-align: center;}
#thanks {border: 1px solid #555;
-webkit-box-shadow: #999 0 0 3px; 
-moz-box-shadow:  #999 0 0 3px;
 padding: 15px; margin-top: 0.75em; display: none;
 background: #f0e5e3;
 }
/*
Footer
*/
#footer {overflow: hidden; text-align: center; padding-bottom: 20px;}
#footer li, #footer dd{display: inline;}
#footer dt{
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 1.3em;
color: #fff;
line-height: 1.9em;
text-shadow: 0px 1px 3px #aaa;
}
/*
Logo
*/
h1 {
	float: left;
	clear: left;
	margin: -10px 0 15px 95px;
	color: #aaa;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.8em;
}
#logo {
margin: 20px 0 0 45px;
float: left;
}
#top {
float: right;
margin: 34px 45px 0 35px;
}
#top li {
display: inline;	
margin-right: 10px;
}
#top li .special {
color: #e58609;
}
#top li a {
background-color: #eee;
text-decoration: none;
padding: 4px;
color: #555;
text-transform: uppercase;
font-size: 1.1em;
letter-spacing: 0.1em;
}


#about {font-size: 1.2em; float: left; clear: both; padding: 15px 100px 50px 250px; line-height: 1.7em;}
h2 {
font-size: 4em;
margin: 0em 0 0.5em 0;
padding-top: 1.5em;
}
#about p {margin: 1em 0 0 0;}
#about dt {margin: 1em 0 0.5em 0; font-weight: bold;}

div#about label {
display: block;
margin: 0.5em 0 0.5em 0;	
}

#CUmessage {
color: #000;
font-style: normal;	
}

#about form {
margin-bottom: 25px;	
}

#userMessage {
font-size: 1.2em;
border: 1px solid #555;
-webkit-box-shadow: #999 0 0 3px; 
-moz-box-shadow:  #999 0 0 3px;
padding: 15px;
display: none;
background: #f0e5e3;
}

.button {background:#fff url(../images/whitegrad.png) repeat-x; border-bottom: 1px solid #cacfd5; border-top: 1px solid #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-left: 0px; border-right: 0px; padding: 0.5em 1em 0.5em 1em; -webkit-box-shadow: #999 0 0 3px;  -moz-box-shadow:  #999 0 0 3px;  text-transform: uppercase; color: #000; letter-spacing: 0.1em; cursor: pointer;}
.button:active {-webkit-transform: scale(0.97); -moz-transform: scale(0.97);}

h6 {text-align: center;	color: #aaa;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 0.8em;
margin: 2em;
}
