/* ----- senior portraits ----------- */
div#content{
	height: 1150px;
}

div#content h2{
	font-family: "Palatino Linotype", "Trebuchet MS",  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #cdbb84;
	padding-bottom: 3px;
	border-bottom: 1px dashed #8f8f8f;
}

div#content p{
	margin: 5px 0px;

	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #8f8f8f;
}


/* ----------------
	Left Side
------------------ */
div.leftInfoContainer{
	float: left;
	width: 360px;
}
div.spPost1{
	padding: 15px;
	background: #111111;
	border: 1px solid #222222;
}

div.spPost2{
	margin: 15px 0px;
}
div.spPost3{
	margin: 10px auto;
	height: 480px;
}


/* ----------------
	Right Side
------------------ */
div.rightContainer{
	float: right;
	width: 565px;
}
div.seniorGallery{
	text-align: center;
}
div.welcome{
}
div.rightPicture{
	text-align: center;
}


div.locationPicture{
	text-align: center;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #ebdebe;
	margin: 0px 0px 5px 15px;
}

div.locationPicture img{
	border: none;
}
div.locationPicture span{
	display: block;
	margin: 5px 10px 5px 10px;
}

/* -----------------------------
	Studio CSS
--------------------------- */

div.reqAppLink{
	margin: 15px auto;
	width: 400px;
	text-align: center;
}

div.reqAppLink a{
	font-size: 24px;
	font-family: "Palatino Linotype", "Trebuchet MS",  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 30px;
	padding: 5px 60px;
	display: block;

}

div.reqAppLink a:link, div.reqAppLink a:visited{
	text-decoration: none;
	border: 1px solid #000000;
	color: #b19066;
}

div.reqAppLink a:hover{
	text-decoration: none;
	background: #22180e;
	border: 1px dotted #3d260c;
}

div.adon{
	clear: both;
}

div.push{
	margin-left: 5px;
}

div.adOnBox{
	float: left;
	width: 233px;
	height: 130px;
	margin: 5px 0px;
	background: url("../images/senior/addOnBg.png") top right no-repeat #251d18;
}

div.leftSide{
	float: left;
	margin-right: 10px;
}

div.leftMid{
	float: left;
	margin-right: 0px;
}

div.rightSide{
	float: right;
	margin-left: 10px;
}

div.rightMid{
	float: right;
	margin-left: 0px;
}

div.adOnBox h3{
	padding: 3px 5px 3px 10px;
	background: #4b3724;
	border-bottom: 1px solid #735940;
	
	font-family: Tahoma, Verdana, Sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #e7dcc5;
}

div#content div.adOnBox p{
	margin: 0px;
	padding: 5px 5px 10px 10px;

	font-family: Tahoma, Verdana, Sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #b7a98d;	
}
