/*
===========================================================================
	Sully Chapman Beattie LPP Main Stylesheet	

	Author: Brenden Frank
	Version: 1.0
	Last Edit Date: 02/12/2009
	Notes: Everything is labelled for editing purposes via 3rd parties.
===========================================================================	
*/

/*
=================================
	Document Styles
=================================
*/

html
{
	background-color: #202020;
}
.container
{

}

/*
=================================
	Tiling Styles
=================================
*/

.header_mid
{
	background-color: #000000;
}
.links_mid
{
	background-image: url(../../images/links_mid.jpg);
	background-repeat: repeat-x;
}
.footer_background
{
	background-image: url(../../images/footer_mid.jpg);
	background-repeat: repeat-x;
}
.home_background
{
	background-image: url(../../images/home_bg.jpg);
	background-repeat: no-repeat;
}
.content_background
{
	background-color:#FFFFFF;
}

/*
=================================
	Layer Styles
=================================
*/

.current
{
	background-image: url(../../images/background.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 1;
	position: absolute;
}
.overlay
{
	z-index: 2;
	position: absolute;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	visibility: visible;
}
#content_container
{
	z-index: 3;
	position: relative;
	visibility: visible;
}
#content0
{
	z-index: 3;
	position: absolute;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	visibility: visible;
}
#content1
{
	z-index: 3;
	position: absolute;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	visibility: visible;
}
#content2
{
	z-index: 3;
	position: absolute;
	filter:alpha(opacity=100);
	opacity: 100;
	-moz-opacity:100;
	visibility: visible;
}
#content3
{
	z-index: 3;
	position: absolute;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	visibility: visible;
}
#content4
{
	z-index: 3;
	position: absolute;
	filter:alpha(opacity=100);
	opacity: 100;
	-moz-opacity:100;
	visibility: visible;
}
#bio_container
{
	z-index: 4;
	position: relative;
	visibility: visible;
	width: 750px;
}
#bio1
{
	z-index: 4;
	position: absolute;
	filter:alpha(opacity=100);
	opacity: 100;
	-moz-opacity:100;
	visibility: visible;
}
#bio2
{
	z-index: 4;
	position: absolute;
	filter:alpha(opacity=100);
	opacity: 100;
	-moz-opacity:100;
	visibility: visible;
}
#bio3
{
	z-index: 4;
	position: absolute;
	filter:alpha(opacity=100);
	opacity: 100;
	-moz-opacity:100;
	visibility: visible;
}

/*
=================================
	Text Styles
=================================
*/
h1
{
	color: #660000;
	font-size: 9pt;
	font-family: Arial;
	padding-top: 5px;
	padding-bottom: 2px;
	font-style:italic; 
}
ul
{
	display: block;
	margin: 0;
	text-indent: 5px;
	list-style-position: outside;	
	list-style-type: circle;
}
.content
{
	text-align: left;
	padding-left: 4px;
	font-family: Georgia;
	font-size: 9pt;	
}
.white_info
{
	text-align: left;
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 10pt;
	padding: 25px;
}
.white_footer
{
	text-align: right;
	color: #FFFFFF;
	font-family: Georgia;
	font-size: 10pt;
	padding: 10px;
}
a.selected_link:link
{
	color: #000000;
	font-family: Times New Roman, Georgia;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}
a.selected_link:active
{
	color: #000000;
	font-family: Times New Roman, Georgia;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}
a.selected_link:visited
{
	color: #000000;
	font-family: Times New Roman, Georgia;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}
a:link
{
	color: #404040;
	font-family: Times New Roman, Georgia;
	font-size: 12pt;
	text-decoration: none;
}
a:hover
{
	color: #660000;
	font-family: Times New Roman, Georgia;
	font-size: 12pt;
	text-decoration: none;
}
a:active
{
	color: #404040;
	font-family: Times New Roman, Georgia;
	font-size: 12pt;
	text-decoration: none;
}
a:visited
{
	color: #404040;
	font-family: Times New Roman, Georgia;
	font-size: 12pt;
	text-decoration: none;
}
a.footer_link:link
{
	color: #FFFFFF;
	font-family: Times New Roman, Georgia;
	font-size: 10pt;
	text-decoration: none;
}
a.footer_link:hover
{
	color: #607070;
	font-family: Times New Roman, Georgia;
	font-size: 10pt;
	text-decoration: none;
}
a.footer_link:active
{
	color: #909090;
	font-family: Times New Roman, Georgia;
	font-size: 10pt;
	text-decoration: none;
}
a.footer_link:visited
{
	color: #909090;
	font-family: Times New Roman, Georgia;
	font-size: 10pt;
	text-decoration: none;
}
/*
=================================
	Accordion Styles
=================================
*/

#basic-accordian
{
	width: 750px;
}
.accordion_headings
{
	font-family: Georgia;
	display: block;
	cursor:pointer;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}
.accordion_headings_selected{
	color: #660000;
	font-family: Georgia;
	cursor:pointer;
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}

.accordion_headings:hover{
	color: #404040;
	font-family: Georgia;
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}

.accordion_content
{
	font-family: Times New Roman, Georgia;
	font-size: 10pt;
	padding-right: 10px;
	overflow:auto; 
	height:50px;
}

