/*
Template Name: Boyette Strategic Advisors
Template Author: Stone Ward
*/

/*BEGIN MAIN.CSS*/
body {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: white;
	
	text-align: center;
}


#Container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	border: none;
	background-image:url(images/containerback.png);
	background-position: left top;
	background-repeat:repeat-y;
}

#PrimaryNav {
	text-align: right;
	width: 135px;
	margin-top: 50px;
	float: left;
}
#PrimaryNav ul {
	margin: 0;
	padding: 0;
}
#PrimaryNav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#PrimaryNav ul li a, #PrimaryNav ul li a:link {
	padding-right: 15px;
	text-decoration: none;
	color: #666;
}

#PrimaryNav li.current_page_item a
{
	color: #99CF49;
}

#PrimaryNav li.current_page_item ul a
{
	color: #666;
}

#PrimaryNav ul li a:hover {
	background-image:url(images/PrimaryNavBullet.png);
	background-position: right;
	background-repeat: no-repeat;
}
#PrimaryNav ul.top {
	padding-bottom: 50px;
}
#PrimaryNav ul.top li {
	text-transform: uppercase;
	margin-bottom: 25px;
}

#PrimaryNav ul.top li a, #PrimaryNav ul.top li a:visited
{
	font-weight: bold;
	font-size: 110%;
	display: block;
}

#PrimaryNav ul.top ul li a,
#PrimaryNav ul.top ul li a:visited
{
	font-weight: normal;
	font-size: 110%;
	display: block;
}


#PrimaryNav ul.top ul {
	width: 100%;
}

#PrimaryNav ul.top ul li {
	text-transform: none;
	margin-bottom: 0px;
	font-size: 90%;
}
#PrimaryNav ul.top ul li a, #PrimaryNav ul ul li a:visited{
	font-weight: normal;
	display: inline;
	text-transform: lowercase;
}

#Footer {
	width: 100%;
	clear: both;
	background-image:url(images/FooterBack.png);
	background-position: top left;
	background-repeat:no-repeat;
	height: 125px;
	padding-top: 60px;
}
#Footer ul {
	margin: 0;
	padding: 0;

}
#Footer ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Footer ul#FooterPrimaryNav li a, #Footer ul#FooterPrimaryNav li a:visited {
	padding-right: 15px;
	text-decoration: none;
	color: #666;
}
#Footer ul#FooterPrimaryNav li a:hover {
	background-image:url(images/PrimaryNavBullet.png);
	background-position: right;
	background-repeat: no-repeat;
}

#Footer ul#FooterPrimaryNav {
	text-align:right;
	width: 135px; 
}

#ContentContainer {
	margin-left: 147px;
	height: 380px;
	background-image:url(images/ContentContainerBack.png);
	background-position: top right;
	background-repeat:repeat-y;
}
#ContentContainer[id] {
	margin-left: 150px;
	min-height: 380px;
	height: auto;
}

#Masthead {
	height: 124px;
	background-image:url(images/MastheadBack.png);
	background-repeat:no-repeat;
	background-position: top left;
}
#Masthead img#Logo {
	margin-left: 405px;
	margin-top: 25px;
}
#Masthead a img#Logo, #Masthead a:visited img#Logo {
	border: none;
}

.Pod #Masthead
{
	background-image:url(images/MastheadBioBack.png);
}

.page-template #PageTitle {
	height:48px;
	margin: 0;
	padding: 0;
	padding-top: 9px;
}
#PageTitle h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	color: white;
	font-weight: normal;
	margin-left: 30px;
}

#Content {
	margin: 0px;
	padding: 0px;
	margin-bottom: -5px;
}
/* END MAIN.CSS*/

/* BEGIN HOMEPAGE.CSS*/

.home #Footer {
	background-image:url(images/FooterBack_Home.png);
	background-position: top left;
	background-repeat:no-repeat;
}

#PageTitle {
	background-image:url(images/PageTitleBack_Home.png);
	background-position: top left;
	background-repeat:no-repeat;
	height:48px;
}


#Container {
	position: relative;
}

.home #PageTitle h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	color: white;
	font-weight: normal;
	margin-left: 30px;
}

.home #Content
{
	margin-bottom: 0;
}

#NewsArea {
	position: absolute;
	top: 124px; 
	left: 600px;
	width: 145px;
	height: 260px;
	overflow: hidden;
}

#NewsArea h1 {
	margin: 0;
	padding: 18px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
	color: white;

}

#NewsArea ul.news_features li span.quote_author{
	display: block;
	font-size: 10px;
	margin-left: 5px;
}
#NewsArea ul.news_features {
	 margin: 0 10px;
	 padding: 0;
}
#NewsArea ul.news_features li {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	color: #666;
	padding-bottom: 5px;
}
#NewsArea ul.news_features li a, #NewsArea ul.news_features li a:visited {
	color: #666;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
	background-image:url(../../../ELDO/site/images/NewsFeatureMoreButton.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#NewsArea ul.news_features li a:hover {
	text-decoration: underline;
}

#FlashMovie {
	margin-top: -2px;
}

#FooterCopy {
	font-size: .9em;
	color: #666;
	margin-left: 180px;
	margin-top: -40px;
	margin-right: 140px;
}
/* END HOMEPAGE.CSS*/

/* BEGIN FORMSTYLES.CSS*/
table.frmTable {
	margin: 20px 0;
}

table.frmTable th.subhead {
	font-size: 14px;
	padding: 5px 0;
}


table.frmTable tbody th {
	text-align: left;
	font-size: 12px;
	padding-bottom: 15px;
	width: 300px;
	vertical-align: top;
}

table.frmTable tbody td {
	padding-bottom: 10px;
	font-size: 12px;
}

input.small {
	width: 50px;
	border: 1px solid black;

}

input[type="submit"] {
	border: 1px solid white;
	color: white;
	font-weight: bold;
	background-color: #98CF48;
	padding: 5px 5px;
}

.required {
	font-size: 80%;
	color: #98CF48;
}

textarea.textarea {
	border: 1px solid black;
	width: 200px;
	height: 200px;
}
input[type="text"], textarea {
	border: 1px solid black;
	width: 200px;

}
.drop_down {
	border: 1px solid black;
	width: 200px;
}

/* END FORMSTYLES.CSS*/

/* BEGIN INSIDECOMMON.CSS */
.page-template-default #PageTitle, 
.page-template-page_impact-php #PageTitle, 
.single #PageTitle,
.page-template-page_news-php #PageTitle
{
	background-image:url(images/PageTitleBack_Inside.png);
	background-position: top left;
	background-repeat:no-repeat;
	height:85px;
}

.page-template-default #Content,
.page-template-page_impact-php #Content,
.single #Content,
.page-template-page_news-php #Content 
{
	margin-top: -30px;
	margin-right: 10px;
	padding: 0 20px 0 40px;
}

.page-template-default #ContentContainer,
.page-template-page_impact-php #ContentContainer,
.single #ContentContainer,
.page-template-page_news-php #ContentContainer
{
	padding-bottom: 30px;
}

#Content h1, h2, h3 {
	color: #666;
}

#Content h3 {
	margin: 0;
	padding: 0;
}

#Content a, #Content a:visited {
	color: #666;
}
#Content a:hover {
	color: #999;
}

#Content ul li{
	list-style-type: square;
	margin-bottom:  8px;
}
#Content ul li a, #Content ul li a:visited {
	color: inherit;
	font-weight: normal;
	
}
#Content ul li a:hover {
	color: #999;
}

#Content ul.interior_nav {
	background-color: #E3E3E3;
	margin: 30px -20px 0 -40px;
	padding: 15px 40px;
}

#Content ul.interior_nav li {
	margin: 0; 
	padding: 2px 0;
	list-style-type: none;

}

#Content ul.interior_nav li a, #Content ul.interior_nav li a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;

}

#Content ul.interior_nav li a:hover {
	color: #222;
	text-decoration: none;
}
#Content address {
	font-style: normal;
}
#Content img {
	float: right;
	margin-right: -21px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 15px;
}

blockquote {
	display: block;
	width: 250px;
	float: right;
	border-left: 5px solid #3D3E99;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 10px;
}

blockquote span.quote_author {
	display: block;
	font-size: 11px;
	margin-left: 20px;
	margin-top: 5px;

}

/* END INSIDECOMMON.CSS */


/* BEGIN BIOSTYLES.CSS */
/* Spacer to push content below the team navigation */
#Bio, #BioQuestions {
	margin: 0;
	padding: 0;
}

#Bio {
	margin-left: -20px;
	float: left;
	width: 370px;
	padding-left: 20px;
}
#Bio h1 {
	 display: none;
}

#BioQuestions {
	margin-left: 380px;
	padding-left: 20px;
	font-size: 80%;
	color: #777;
	background-image:url(images/BioDivider.png);
	background-position: left top;
	background-repeat:repeat-y;
	
}
#BioQuestions strong {
	display: block;
}
#BioQuestions h4 {
	display: none;
}

#Container {
	position: relative;
}
#TeamNav {
	position: absolute;
	top: 60px;
	left: 75px;
}

#Bio img#bio_image {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: -20px;
}
#Bio img#bio_image[id] {
	margin-left: -40px;
}

.clear {
	clear: both;
}

#TeamMembers
{
	width: 200px;
	float: right;
	margin-left: 60px;
}

#ContentPod
{
	margin-right: 10px;
	padding: 0 20px 0 40px;
}

/* END BIOSTYLES.CSS */



#TeamMemberSelect
{
	height: 100px;
	background: #ddd;
	margin-right: 9px;
	border-top: 6px solid #99CF49;
	border-bottom: 6px solid #99CF49;
}

#TeamMemberSelect ul
{
	list-style-type: none;
	margin-top: 10px;
}

#TeamMemberSelect li
{
	float: left;
	margin-right: 10px;
}

#TeamMemberSelect a
{
	display: block;
	height: 30px;
	padding: 30px 0 20px;
	width: 75px;
	text-decoration: none;
	color: #666;
	font-size: 1.2em;
	font-family: Georgia, serif;
	text-align: center;
}

span.hidden
{
	display: none;
}

span.date
{
	color: #999;
	font-size: .8em;
}

ul.news_list
{
	width: 300px;
	padding: 0;
	margin: 30px 0 0 0;
}

.single #PageTitle
{
	padding-top: 9px;
}