@charset "utf-8";
#faqs {
	height: 400px;
	overflow: auto;
	padding-right: 8px;
}
#scroll {
	height: 400px;
	overflow: auto;
	padding-right: 10px;
}


#screenContainer {
	background-image: url(images/content-screen2.png);
	background-repeat: no-repeat;
	background-position: right 167px;
	height: 800px;d
}


/*BODY BACKGROUNDS*/
.homeBg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.aboutBg {
	background-image: url(images/bg-about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.faqBg {
	background-image: url(images/bg-faq.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.profilesBg {
	background-image: url(images/bg-profiles.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.practiceBg {
	background-image: url(images/bg-practice.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.newsBg {
	background-image: url(images/bg-news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu img {
	margin: 0px;
	padding: 0px;
}
#menu p {
	padding-top: 0px;
	margin-top: 0px;
}


.contactBg {
	background-image: url(images/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*#contentContainer BACKGROUNDS*/

.contentHomeBg {
	background-image: url(images/screen-home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contentAboutBg {
	background-image: url(images/screen-about.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contentFaqBg {
	background-image: url(images/screen-faq.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contentProfilesBg {
	background-image: url(images/screen-profiles.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contentPracticeBg {
	background-image: url(images/screen-practice.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contentNewsBg {
	background-image: url(images/screen-news.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contentContactBg {
	background-image: url(images/screen-contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contentContainer {
	height: 394px;
	width: 617px;
	float: right;
	padding-top: 208px;
	padding-right: 10px;
	padding-left: 40px;
	margin-bottom: 0px;
	padding-bottom: 15px;
}


#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 618px;
	clear: both;
}
#contentContainer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	padding-bottom: 15px;
}
#contentContainer ul li {
	color: #D7CA9E;
	list-style-type: disc;
	text-indent: 15px;
	margin-left: 15px;
}

h1 {
	color: #D7CA9E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding-bottom: .5em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #BDA65A;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #A90505;
}



#contentContainer a{
	color: #A00505;
}
#contentContainer a:hover {
	color: #D7CA9E;
	text-decoration: underline;
}
#contentContainer a:visited {
	color: #A00505;
}




#redStripe {
	background-image: url(images/maroon.png);
	height: 800px;
	background-repeat: repeat-x;
	background-position: center 52px;
}
#menu {
	height: 618px;
	width: 293px;
	float: left;
	clear: right;
	margin: 0px;
	padding: 0px;
	background-image: url(images/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 127px;
}
#contentContainer .footer{
	color: #D7CA9E;
	font-size: 11px;
}

#footer  {
	position: absolute;
	vertical-align: bottom;
	z-index: 1000;
	width: 635px;
	height: 25px;
	top: 625px;
	left: auto;
	right: auto;
}
#bottom {
	clear: both;
	text-align: center;
	color: #FFF;
	position: fixed;
	width: 100%;
	bottom: 0px;
	background-image: url(images/cream2.png);
	background-repeat: repeat-y;
	background-position: center center;
}
