body
{
	padding: 0;
	margin: 0;
	background: #303C4D url(images/columns.gif) repeat-y;
	color: white;
	font: 12px/18px Helvetica, Arial, sans-serif;
}

#uni
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	padding: 10px;
}

#uni h1
{
	text-indent: -9999px;
	background: url(images/logotype.gif) no-repeat;
	width: 250px;
	height: 112px;
	margin: -10px -10px -2.5em -10px;
	_margin-bottom: -2.2em;
}

#uni h2
{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 2em;
	margin-bottom: -1em;
}

#uni #nav
{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

#uni #nav ul
{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

#uni #nav a
{
	display: block;
	background: #2D2D2D url(images/nav-cam.gif) no-repeat 7px center;
	margin-bottom: 1px;
	padding: 4px 25px 4px;
	font-size: 16px;
	text-decoration: none;
	color: white;
	width: 180px;
}

#uni #nav ul a
{
	padding-left: 50px;
	background: #2D2D2D url(images/nav-sub.gif) no-repeat 30px center;
	width: 155px;
}

#uni #nav a:hover
{
	background-color: #333;
}

#uni input, #uni textarea
{
	width:  150px;
}

#content
{
	position: absolute;
	top: 0px;
	left: 251px;
	width: 509px;
	padding: 10px;
}

#flash-object
{
	width: 529px;
	height: 400px;
	margin: -10px -10px 1em -10px;
}

h2.replaced
{
	background-repeat: no-repeat;
	height: 34px;
	text-indent: -9999px;
	margin-bottom: -.5em;
}

#picture-yourself
{
	background-image: url(images/picture-yourself.gif);
}

#photography-header
{
	background-image: url(images/photography-header.gif);
}

#seniors-header
{
	background-image: url(images/seniors-header.gif);
}

#families-header
{
	background-image: url(images/families-header.gif);
}

#children-header
{
	background-image: url(images/children-header.gif);
}

#biography-header
{
	background-image: url(images/biography-header.gif);
}

#coupons-header
{
	background-image: url(images/coupons-header.gif);
}

#contact-header
{
	background-image: url(images/contact-header.gif);
}

h3
{
	margin-bottom: -1em;
	font-size: 12px;
}

#bio-gallery
{
	width: 142px;
	margin-left: 10px;
	float: right;
}

.gallery-item
{
	margin: 10px 0;
}

#bio-gallery .gallery-item a, #bio-grid .gallery-item a
{
	text-decoration: none;
	text-align: center;
	font-style: italic;
	line-height: 14px;
}

#bio-grid .gallery-item, #bio-grid .flush-left
{
	width: 130px;
	float: left;
	clear: right;
	margin: 10px;
}

#bio-grid a
{
	height: 170px;
}

.gallery-item p
{
	font-style: italic;
}

.flush-left
{
	text-align: right;
	clear: left;
}

.flush-left .gallery-photo
{
	float: left;
	margin: 0 10px 0 0;
}

.flush-right
{
	text-align: left;
}

.flush-right .gallery-photo
{
	float: right;
	margin: 0 0 0 10px;
}

.gallery-photo
{
	display: block;
	padding: 5px;
	border: 1px solid #202833;
	background: #303C4D;
	line-height: 0;
	margin: 0;
}

.no-flush
{
	text-align: center;
}

.no-flush .gallery-photo
{
	width: 275px;
	margin: 0 auto;
}

.gallery-photo:hover
{
	background: #404C5D;
}

.gallery-photo img
{
	border: none;
}

.clear
{
	clear: both;
	line-height: 0;
	height: 10px;
	_height: 0;
}

/* Sub-nav Tabs */
/*
	Slightly modified.
	Original code by Eric Meyer, as seen at Listamatic:
	http://css.maxdesign.com.au/listamatic/horizontal05.htm
*/

#subnav
{
	padding: 3px 0;
	margin: 20px 0;
	border-bottom: 1px solid #666;
	font: bold 12px Verdana, sans-serif;
}

#subnav li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#subnav li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #666;
	border-bottom: none;
	background: #222;
	text-decoration: none;
}

#subnav li a:link, #subnav li a:visited { color: white; }

#subnav li a:hover
{
	color: white;
	background: #444;
	border-color: #666;
}

#subnav li a.current
{
	background: #666;
	border-bottom: 1px solid #666;
}

/* Regular links */

a:link, a:active
{
	color: #7795BF;
}

a:hover, a:visited
{
	color: #9EBCE5;
}