/*

----------------------------------------layout-----------------------------------------

Do not edit this file unless you really know your CSS!

*/

#body {
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	}

#masthead {
	height: 75px;
	background: #020c0f url(/images/Header750_75_Final.jpg);
	margin-bottom: 20px;
	}

#masthead p {
	float: right;
	margin: 50px 2px 0;
	padding: 2px 10px;
	border: 2px outset #859BAB;
	background-color: #24404e;
	}


#masthead p a {
	text-decoration: none;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	}

#phonenumber {
	position: absolute;
	top: 76px;
	right: 0;
	z-index: 30000;
	}

#main {
	background: #020c0f url(/images/bs4.jpg) repeat-x;
	padding: 30px 12px 20px;
	}

div.rightColumn {
	float: right;
	width: 400px;
	}

div.leftColumn {
	float: left;
	width: 310px;
	text-align: center;
	}

.clear {
	clear: both;
	font-size: 1;
	margin: 0;
	}

#print {
	display: none;
	}

/* ----------------------------------------gallery.php-----------------------------------------*/


.galleryImage {
	float: left;
	margin: 0 20px 10px;
	}

.galleryInfo {
	float: left;
	width: 400px;
	padding-top: 40px;
	}

.galleryModel {
	float: left;
	width: 90px;
	}
	
.galleryModel p {
	text-align: center;
	margin: 0;
	}
	
.galleryModel a {
	text-decoration: none;
	color: #fff;
	}

.location {
	font-size: 9px;
	}

.pagination {
	margin-top: 20px;
	text-align: right;
	font-weight: bold;
	}

/* ----------------------------------------model.php-----------------------------------------*/

#mainImage {
	float: left;
	text-align: center;
	width: 300px;
	}

#details {
	float: right;
	width: 370px;
	}

#thumbs {
	width: 370px;
	}

#profile, #description {
	color: #d5d5d2;
	}
	
#name h1 {
	float: left;
	width: 200px;
	}
	
#name h2 {
	float: left;
	}

#profile {
	clear: left;
	float: left;
	width: 200px;
	}

#profile p {
	margin: 0;
	line-height: 2;
	}


#profile label {
	float: left;
	width: 80px;
	border-right: 1px solid #859BAB;
	text-align: right;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: 0;
	line-height: 2;
	
	}

#description {
	float: left;
	width: 140px;
	}

#description p {
	margin-top: 4px;
	}

#rates {
	clear: left;
	float: left;
	width: 200px;
	}

#rates p {
	margin: 0;
	clear: left;
	line-height: 2;
	}

#rates label {
	float: left;
	width: 90px;
	margin-top: 0;
	}

#modelPage {
	float: left;
	width: 150px;
	}


/* ----------------------------------------search.php-----------------------------------------*/


#search .resultcount {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #2f4a5d;
}

#search div.model {
	float: left;
	width: 100px;
	height: 260px;
	text-align: center;
	}

#search div.model a {
	text-decoration: none;
	color: #fff;
	}

/* ----------------------------------------register.php-----------------------------------------*/

ul.error {
   color: red;
   font-weight: bold
}

/* ----------------------------------------forms-----------------------------------------*/

form {
	margin:0px;
}

form p {
	clear: left;
	}

span.mandatory {
	color: #859BAB
	}

label {
	float: left;	
	width: 100px;
	vertical-align: middle;
	margin-top: 5px;
	}

#recruit label {
	width: 160px;
	}

select, input.text, textarea, input.file {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #24404e;
	color: #F30979;
	font-weight:bold;
	border: 1px solid #859BAB;
	}

input.text {
	margin-top: 3px;
	color: #F30979;
	}

input.button {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 15px;
	margin-top: 3px;
	}

textarea {
	width: 250px;
	height: 100px;
	margin-top: 3px;
	}
	


/* ----------------------------------------sIFR-----------------------------------------*/


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-style: italic;
	letter-spacing: -10px;
	line-height: 56px;
	font-size: 48px;
	padding: 0;
	margin: 0;
}