body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #5E5E57;
}
.body
{
	font-size: 13px;
	line-height: 19px;
	padding: 20 26 0 26;
	text-decoration: none;
}

.body a
{
	color: #F0037F;
	text-decoration: none;
}

.body a:hover
{
	color: #F0037F;
	text-decoration: none;
	border-bottom: 1px dotted #F0037F;
}

.body_subtitle
{
	font-size: 16px;
	line-height: 24px;
	padding: 20 26 0 26;
}

.body_notop
{
	padding: 0 26 0 26;
	font-size: 13px;
	line-height: 19px;
}

.body_nopad
{
	font-size: 13px;
	line-height: 19px;
	padding: 5 0 5 0;
}

.body_nopad_title
{
	font-size: 15px;
	line-height: 16px;
	color: #F0037F;
	padding: 5 0 5 0;
}

.form_text
{
	font-size: 13px;
	line-height: 19px;
	padding: 20 26 20 26;
}

.form_small
{
	font-size: 11px;
	line-height: 14px;
	padding: 5 0 5 39;
}

.footer
{
	font-size: 12px;
	color: #A1A1A1;
	padding: 8 30 0 0;
}

.footer a
{
	color: #5E5E55;
	text-decoration: none;
}

.footer a:hover
{
	color: #5E5E55;
	text-decoration: none;
	border-bottom: 1px dotted #5E5E55;
	border-top: 1px dotted #5E5E55;
}

.bullets
{
	background: URL(images/bullet_bg.gif) top left;
	font-size: 11px;
	line-height: 16px;
	padding: 13 10 10 45;
}

.bullets a
{
	text-decoration: none;
	color: #F0037F;
}

.bullets a:hover
{
	text-decoration: none;
	color: #F0037F;
	border-bottom: 1px dotted #F0037F;
}

.ticks
{
	background: URL(images/tick_bg.gif) top left;
	font-size: 11px;
	line-height: 16px;
	padding: 13 10 10 45;
}

.bullets_title
{
	font-size: 15px;
	line-height: 16px;
	color: #F0037F;
}

.textfields
{
	width: 250px;
	height: 25px;
	border: 1px solid #AFAFA9;
	padding: 3px;
}
.textareas
{
	width: 250px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #AFAFA9;
	padding: 3px;
}
.menu
{
	border: 1px solid #8E8E86;
	padding: 3px;
	height: 25px;
}

#part2,#part3,#part4
{
	display: none;
}

.formHolder
{
	height: 500px;
	background: #fff url(images/textbox_bg.gif) repeat-y top right;
}

.steps
{
	width: 440px;
	height: 60px;
}
#apply
{
	background: url(images/titles/apply.gif) no-repeat top left;
}
#step1
{
	background: url(images/titles/apply1.gif) no-repeat top left;
}
#step2
{
	background: url(images/titles/apply2.gif) no-repeat top left;
}
#step3
{
	background: url(images/titles/apply3.gif) no-repeat top left;
}
#step4
{
	background: url(images/titles/apply4.gif) no-repeat top left;
}

.formText
{
	padding: 20px 25px 20px 25px;
	font-size: 13px;
	line-height: 19px;
}
.formButts
{
	width: 440px;
	background: #fff url(images/textbox_bg.gif) repeat-y top right;
}
.formBottom
{
	width: 441px;
	height: 26px;
	background: url(images/textbox_bot.gif) no-repeat bottom right;
}
span
{
	color: #F0037F;
}

.thumbFrame
{
	padding: 4px;
	background: #fff;
	border: 1px solid #bebebe;
	float: left;
}
#galleryMain .thumbFrame:hover
{
	border: 1px solid #F0037F;
}

#galleryMain div
{
	width: 110px;
	margin: 0px 25px 25px 0px;
	text-align: center;
	float: left;
}
#galleryMain div.lastPic
{
	margin: 0px 0px 25px 0px;
}
#galleryMain div span
{
	display: block;
	color: #5E5E57;
	margin-top: 10px;
}

#newsList
{
	padding-left: 13px;
	margin-left: 0;
}
#newsList li
{
	margin-bottom: 7px;
}
#newsList li a
{
	font-size: 16px;
}

h2
{
	font-weight: normal;
	line-height: 26px;
	color: #F0037F;
	margin-bottom: 7px;
}
.newsDate
{
	font-size: 11px;
	color: #bebebe;
}

/* LIGHTBOX STYLES */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	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: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
