/* ================================
    Home Page Stylesheet
   ================================ */

#mainContainer
{
	background-position: center 134px;
	background-repeat: repeat;
	background-image: url(/images/masterpage_templates/sub/sub-repeat.jpg);
}

#horizontalBackground
{
	background-position: center 134px;
	background-repeat: repeat-x;
	background-image: url(/images/masterpage_templates/sub/sub-repeat-top.jpg);
}

#internalContainer
{

}

#headerImages
{
	position: relative;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(/images/masterpage_templates/sub/interior-header.jpg);
	height: 242px;
}

#subContent
{
	margin-left: 240px;
	width: 579px;
	padding: 0px 48px 14px 48px;
	background: #E6E1BD;
	color: #322A1E;
	font-size: 13px;
	line-height: 17px;
}

#contentBottom
{
	background-image: url(/images/masterpage_templates/sub/sub-content-bottom.jpg);
	width: 956px;
	height: 117px;
	position: relative;
}

#contentBottom p
{
	position: absolute;
	color: #E6E1BD;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	bottom: 0px;
	right: 2px;
	width: 760px;
	height: 25px;
	text-align: center;
}

#contentBottom p a
{
	text-decoration: none;
	text-transform: uppercase;
	color: #E6E1BD;
}

#contentBottom p a:hover
{
	text-decoration: underline;
	text-transform: uppercase;
	color: #E6E1BD;
}

.content h1
{
	margin-bottom: 14px;
}

.content h2
{
	color: #1B2B31;
	font-size: 16px;
	line-height: 20px;
}

/**TACC Friendly style of .contect h2**/
.contentH2
{
	color: #1B2B31;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.content h3
{
	color: #733122;
	font-size: 14px;
	line-height: 18px;
}

/**TACC Friendly style of .contect h3**/
.contentH3
{
	color: #733122;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.content p, .content ul
{
	margin: 14px 0px;
}

.photoToLeft
{
	position: relative;
	padding-left: 185px;
	height: 204px;
}

.photoToLeft img
{
	position: absolute;
	top: auto;
	left: 0px;
}

.content a
{
	color: #1B7938;
}

/* EDITED (9/17/09) to allow only one pic */
#headerImages img
{
	position: absolute;
	top: 46px; left: 300px;
}

#headerPhoto1
{
	left: 300px;
}

#headerPhoto2
{
	left: 490px;
}

#headerPhoto3
{
	left: 675px;
}

#sideNavigation
{
	position: absolute;
	left: 0px;
	top: 319px;
	font-size: 14px;
	line-height: 16px;
	width: 220px;
}

#sideNavigation h1
{
	padding-bottom: 6px;
}

#sideNavigation a
{
	display: block;
	padding: 3px 0px 3px 20px;
	text-decoration: none;
	color: #E6E1BD;
}

#sideNavigation a:hover
{
	text-decoration: underline;
}

a.currentSection
{
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url(/images/masterpage_templates/sub/select-plus.gif)
}

.photoRight{float:right; padding:5px 0px 5px 5px;}