/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
Stylesheet for Project Dream Repair
by Chris Nalesnik, James Ellis for Athletics (http://athleticsnyc.com)
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	margin:0;
	padding:0;
	background: #FFFFFF url(../images/bg.gif);
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
}


/* Reusables
	-set everything to a baseline 
*/
img {border:0px;}

ul, li, table, p, hr, form, ol, ul, li {
	margin: 0px;
	padding: 0px;
}
.image_input {
	border: none;
	background:transparent;
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color:#000;
}

a{
	text-decoration: none;
	color: #F71141;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	color: #FD6988;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */





/* Textured Link */
.textured_link {
	line-height: 24px;
	width: 120px;
	height: 24px;
	background: #0562A5 url(../images/nav_light.gif) repeat-x;
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #ffffff !important;
}

.textured_link:hover {
	background: #033D67 url(../images/nav_dark.gif) repeat-x;
	text-decoration:none !important;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.wrapper{
	width: 100%;
	padding-bottom: 20px;
}
.wrapper_inner{
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../images/side_shadows.png);
}


.page{
	background: #FFFFFF;
	margin-right: 7px;
	margin-left: 7px;
}
.page_shadow{
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	height: 10px;
	background: transparent url(../images/bottom_shadow.png) no-repeat;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
HEADER and navigation
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.header{
	position: relative;
	height: 140px;
	background: #FFF7D9 url(../images/header_bg.gif);
}

.apply_now{
	position: absolute;
	top: 46px;
	right: 50px;
	width: 151px;
	height: 58px;
}

.nav{
	position: absolute;
	top: 108px;
	left: 24px;
}

.nav a{
	display: block;
	font-weight: normal;
	float: left;
	height: 32px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #FFFFFE !important;
	line-height: 36px;
	background-repeat: no-repeat;
	
}
.nav a:hover{
	text-decoration: underline;
}


.nav .home{
	width: 113px;
	background-image: url(../images/navs/big.gif);
	background-repeat: no-repeat;
}
.nav .home_over{
	width: 113px;
	background-image: url(../images/navs/big_over.gif);
	font-weight: bold;
	color: #3B3B39 !important;	
}

.nav .dream-big{
	width: 113px;
	background-image: url(../images/navs/big.gif);
}
.nav .dream-big_over{
	width: 113px;
	background-image: url(../images/navs/big_over.gif);
	font-weight: bold;
	color: #3B3B39 !important;	
}

.nav .dream-stealers{
	width: 153px;
	background-image: url(../images/navs/broken.gif);
}
.nav .dream-stealers_over{
	width: 153px;
	background-image: url(../images/navs/broken_over.gif);
	font-weight: bold;
	color: #3B3B39 !important;	
}

.nav .dream-smart{
	width: 137px;
	background-image: url(../images/navs/smart.gif);
}
.nav .dream-smart_over{
	width: 137px;
	background-image: url(../images/navs/smart_over.gif);
	font-weight: bold;
	color: #3B3B39 !important;	
}

.nav .financial-aid{
	width: 181px;
	background-image: url(../images/navs/financial.gif);
}
.nav .financial-aid_over{
	width: 181px;
	background-image: url(../images/navs/financial_over.gif);
	font-weight: bold;
	color: #3B3B39 !important;	
}

.nav .sponsorship{
	width: 153px;
	background-image: url(../images/navs/broken.gif);
}
.nav .sponsorship_over{
	width: 153px;
	background-image: url(../images/navs/broken_over.gif);
	font-weight: bold;
	color: #3B3B39 !important;	
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* Captioned Images */
div.captioned_image div {
	color:#666;
	font-size:11px;
	margin-top:3px;
	margin-bottom:15px;
	width:90%;
}

/* Textarea with too much copy (over limit) */
.toomuch {
	font-weight:bold;
	color:red;
}




.content, .home_content{
	background: #FFFFFF url(../images/home_content_bg.gif) repeat-x;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}

.content {
	background: #FFFFFF url(../images/content_bg.gif) repeat-x;
	padding-top:30px;
}


.intro{
	width: 897px;
	height: 270px;
	background: transparent url(../images/intro.jpg) 0px 25px no-repeat;
	padding-top: 36px;
}

.intro h2{
	margin-top:2px;
	font-size: 24px;
	padding-left: 17px;
}

.intro p{
	width: 600px;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 24px;
	padding-left: 18px;
	line-height: 22px;
}

.intro .flash_intro{
	float: right;
	margin-top: -11px;
	margin-right: 17px;
}

.intro .links{
	margin-top: 35px;
	margin-left: 17px;
}
.intro .links a{
	color: #F71141;
	font-weight: bold;
	font-size: 12px;
	margin-right: 31px;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.sub_content{
	margin-top: 0px;
	padding-top: 17px;
	padding-left: 17px;
	padding-right: 13px;
	background: transparent url(../images/sub_bg.jpg) no-repeat;
}

.sub_content h2 {
	font-size: 24px;
	padding-bottom: 11px;
}
.sub_content p,
.sub_content ul,
.sub_content blockquote,
.sub_content ol {
	font-size:13px;
	color: #434343;
	line-height:19px;
	padding-right:80px;
}
.sub_content p {
	margin-top:3px;
	margin-bottom:15px;
	
}
.sub_content h3 {
	margin-top:20px;
	margin-bottom:0;
	font-size:18px;
	color:#065690;
}
.sub_content h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:0;
	margin-top:18px;
}
.sub_content ul,
.sub_content ol {
	margin-top:10px;
	margin-bottom:10px;
	padding-left:40px;
}
	.sub_content li {
		margin-bottom:12px;
	}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* GENERAL FORMS */

input, textarea, select {
	background:#fff url(../images/fieldbg.gif) repeat-x top;
	border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
}
form {
	padding:0px;
	margin:0px;
}
form input{
	font-size: 12px;
	padding: 3px 4px 3px 4px;
	margin-top: 2px;
	margin-bottom:2px;
}
form input.btn {
	background:transparent;
	border: 0px;
}
form select{
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 1px;	 
}
input.large,
select.large {
	font-size:14px;
}

input.regular_error,
select.regular_error,
textarea.regular_error {
	background-color:#FFDDDD;
}

#form_error_msg {
	background-color:#fff;
	padding:10px 15px 15px 15px;
	margin-top:10px;
	margin-bottom:10px;
	color:#F82100;
	border:1px solid #FFDDDD;
	font-size:14px;
}

div.form_error_box {
	margin-top:0px;
	margin-bottom:20px;
	padding:30px;
	padding-left:90px;
	font-size:14px;
	font-weight:bold;
	border:1px solid #D9DEE4;
	background:#FFFEDC url(../images/attention_large.png) 15px 50% no-repeat;
	color:#000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Scholarship Application styling */

.application_content {
	font-size:11px;
	color:#434343;
}

.application_content h3 {
	font-size:16px;
}

.application_content .registration_box {
	background: #E9E9E9 url(../images/greybox_bg.gif) repeat-x;
	border: 1px solid #D9DEE4;
	margin-top:4px;
	margin-bottom:25px;
	padding:20px;
	padding-right:100px;
}

.application_content label {
	color:#000;
	font-weight:bold;
	font-size:12px;
}

.application_content p {
	padding-top:0;
	margin-top:0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */







.footer{
	clear:both;
	margin-top:20px;
	padding-top: 30px;
	color: #8A8A8A;
	font-size: 14px;
	padding-bottom: 30px;
	border-top:1px solid #ececec;
}

.footer a{
	color: #6c6c6c;
	font-weight: bold;
}

.fineprint{
	padding: 0px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 11px;
}
.fineprint_navs{
	display: block;
	color: #7E7E7E;
	text-decoration: none;
	word-spacing: 8px;
}
.fineprint_navs a{
	font-size: 12px;
	color: #006BBD;
	text-decoration: none;
	word-spacing: 0px;
	font-weight: bold;
	margin-right: 15px;
}
.fineprint_navs a:hover{
	text-decoration: underline;
}
.fineprint p{
	margin-top: 12px;
	margin-bottom: 12px;
}
.fineprint_address{
	margin-top: 7px;
	margin-bottom: 3px;
	width: 215px;
}
	.fineprint_address table td {
		white-space:nowrap;
		vertical-align:top;
		padding-right:30px;
		line-height: 14px;
	}









.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */