/* $Id: style.css,v 1.12 2007/08/08 05:34:34 brendon Exp $ */

BODY, TABLE {

	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
line-height:20px;
	color:#000000;
}

A{ color: #333333;
text-decoration:none;
}

A:hover { 
text-decoration:underline;
}

#sitemgrContent a {
text-decoration:underline;
}

#sitemgrContent a:hover {
text-decoration:none;
}


INPUT,TEXTAREA {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

.menu
{
display:block;
	color: #B0B0B0;
	text-decoration: none;
font-weight:bold;
line-height:24px;
border-bottom:2px dotted #F38CB9; 
}

.menu:hover
{
	color: #F38CB9;
	text-decoration: underline;
}

.menuin
{
display:block;
	color: #F38CB9;
	text-decoration: none;
font-weight:bold;
line-height:24px;
border-bottom:2px dotted #F38CB9; 
background-image:url(../images/pinkArrow.jpg);
background-repeat:no-repeat;
background-position: right;
}

.menuin:hover
{
	color: #F38CB9;
	text-decoration: underline;
}

.submenu
{
display:block;
	color: #591800;
	margin-left: 25px;
	text-decoration: none;	
}

.submenu:hover
{
	color: #591800;
	margin-left: 25px;
	text-decoration: underline;
}

.submenuin
{
display:block;
	color: #591800;
	font-weight:bold;
	margin-left: 25px;
	text-decoration: none;
}

.submenuin:hover
{
	color: #591800;	
	font-weight:bold;
	margin-left: 25px;
	text-decoration: underline;
}

/* secondary menu */

.smenu
{
	color: #591800;
	text-decoration: none;
}

.smenu:hover
{
	color: #591800;
	text-decoration: underline;
}

.smenuin
{
	color: #591800;
	text-decoration: none;
}

.smenuin:hover
{
	color: #591800;
	text-decoration: underline;
}

.ssubmenu
{
	color: #591800;
	margin-left: 25px;
	text-decoration: none;	
}

.ssubmenu:hover
{
	color: #591800;
	margin-left: 25px;
	text-decoration: underline;
}

.ssubmenuin
{
	color: #591800;
	font-weight:bold;
	margin-left: 25px;
	text-decoration: none;
}

.ssubmenuin:hover
{
	color: #591800;	
	font-weight:bold;
	margin-left: 25px;
	text-decoration: underline;
}

.topmenu1
{
	color:#591800;
	margin-left: 20px;
	color: #591800;
	text-decoration: none;
}

.topmenu1:hover
{
	margin-left: 20px;
	color: #591800;
	text-decoration: underline;
}

.topmenu
{
	color: #591800;
	text-decoration: none;
}

.topmenu:hover
{
	color: #591800;
	text-decoration: underline;
}

.search
{
	color: #591800;
	font-weight: bold;
}

.friendmenu
{
	padding-top: 10px;
	color: #591800;
	font-size:8pt;
	margin-right: 20px;
}

.printmenu
{
	padding-top: 10px;
	color: #591800;
	font-size:8pt;
}
h1, .contentPageTitle
{
font-weight:bold;
color:#B2C50C;
margin-top:0;
font-size:20px;

}
#contentRight h1, #contentRight #flash_title_embed {
position:relative;
float:left;
margin-right:20px;
min-width:200px;
}
.textAndImagesTitle
{
font-weight:bold;
}

#surveyContainer {
position:relative;
float:left;
margin-left:10px;
padding-bottom:20px;
width:500px;
}

#surveyContainer .surveyTable {
width:100%;
}

#surveyContainer .surveyTable td {
vertical-align:top;
}

#surveyContainer .surveyTable .required {
display:none;
}

.surveyDescription {
padding-bottom:10px;
font-weight:bold;
color:#B2CA2C;
font-size:14px;
}

.surveyQuestionFeedback
{
}

.surveyQuestionFeedbackBox
{
padding:15px;
border:solid 3px #9CB227;
}

.surveyQuestionFeedbackAnswerImage
{
float:right;
}

.surveyQuestionFeedbackTitleImage
{
}

.surveyQuestionFeedbackButton img
{
width:172px;
height:30px;
border-width:0;
}

.surveyQuestionFeedbackButton
{
margin-top:5px;
background:url('../images/surveyNextQuestion.gif') 0 0 no-repeat;
float:right;
}
.surveyQuestionFeedbackButton:hover
{
background-position:0px -30px;
}
.surveyScoreText
{
font-size:12pt;
font-weight:bold;
}

#pollContainer {
position:relative;
float:left;
margin-left:20px;
padding-bottom:20px;
width:490px;
}

.pollTable {
width:100%;
}

.pollName
{
font-weight:bold;
font-size:14px;
color:#B2C50C;
}
.pollChoiceName
{
font-weight:bold;
}
.pollChoiceDescription
{
}

#pollChoiceImage {
width:180px;
}
.pollChoiceDescription p
{
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}
.pollVoteButton
{
display:block;
background-color:#FAA61A;
background-image:url(../images/voteButton.gif);
color:#ffffff;
background-repeat:no-repeat;
border:none;
font-weight:bold;
width:125px;
height:25px;
cursor:pointer;
}

.pollVoteButton:hover {
color:#000000;
}
.pollChoiceRow
{
border-bottom:solid 1px #cccccc;
padding-bottom:15px;
padding-top:15px;
}
.poll_results_breakdown
{
margin-top:15px;
}
.poll_results_feedback
{
}
.votingResultsHeader {
font-weight:bold;
}
.newsletterContainer {
position:relative;
float:left;
width:405px;
}

.newsletterError
{
font-weight:bold;
color:#ff0000;
font-size:17px;
}
.newsletterSuccess
{
font-weight:bold;
color:#009900;
font-size:17px;
}
.blogEntry {

	/*border-bottom:solid #999999 1px;	*/
}
.blogEntry HR {

	height:0.5px;
	color:#E3CBAF;
	background-color:#E3CBAF;
/*	background-color:#999999;*/
}
.blogDate
{
font-weight:bold;
}
.blogTitle
{
font-weight:bold;
}
.blogText
{
}

.forumName
{
font-weight:bold;
}
.forumColumnHeader
{
font-weight:bold;
border-bottom:solid #999999 1px;
padding:3px;
}
.forumColumnData1
{
font-size:8pt;
border-bottom:solid #cccccc 1px;
padding:3px;
}
.forumColumnData2
{
font-size:8pt;
border-bottom:solid #cccccc 1px;
padding:3px;
}
.forumViewSubject
{
font-weight:bold;
text-transform:uppercase;
}
.forumViewAuthorDate
{
font-size:8pt;
}
.forumReplySubject
{
font-weight:bold;
}

.calendarOuterDay
{
background-color:#D9F0FA;
border:1px solid #999999;
}
.calendarInnerDay
{
height:70px;
width:14.2%;
font-size:11px;
text-align:left;
border:1px solid #999999;
color:#FAA519;
font-weight:bold;
line-height:14px;
}

.calendarInnerDay a {
color:#FAA519;
font-weight:bold;
line-height:14px;
font-size:11px;
}

.calendarEarDate
{
font-size:11px;
font-weight:bold;
color:#9CB227;
padding:0;
margin:0;
line-height:10px;
text-align:right;
}
.calendarHeader
{
background-color:#F49AC1;
text-align:center;
padding:4px;
font-size:11px;
color:#ffffff;
font-weight:bold;
border:1px solid #999999;
}
.calendarEntryIcon
{
	text-align:center;
}
.calendarEntryMoreInfo
{
	text-align:center;
}
.calendarDetailTitle
{
font-weight:bold;
color:#FAA61A;
font-size:15px;
}
.calendarDetailDescription
{
position:relative;
}

.calendarDetailDescription p {
margin-top:0;
}

.calendarDetailImage
{
position:relative;
}

.calendarListDate
{
display:block;
position:relative;
float:left;
	font-weight:bold;
	color:#8DD8F8;
margin-right:5px;
font-size:15px;
}

.calendarTableBg .calendarListDate
{
	font-weight:bold;
	color:#ffffff;
}


.calendarCurrentLink
{ 
	font-weight:bold;
color:#8DD8F8;
font-size:18px;
}
.calendarBullets
{
	color:#8DD8F8;
font-weight:bold;
font-size:15px;
margin-right:2px;
}
.calendarTableBg {

	background-color:#F49AC1;
}
.calendarHeaderDateLinks {

	text-align:left;
	padding-bottom:0px;
}
.calendarImageCell {
	padding:10px 0 0 10px;
	width:110px;
	text-align:center;
}
.calendarDateCell {
	padding:10px 0 0 10px;
	width:110px;
	vertical-align:top;

}
.calendarTitleCell{

	padding:10px 0 0 0;
	vertical-align:top;		
}

.categoryLinkHeader {

	text-align:center;
}
.categoryLinkText {

	text-align:center;

}
.login-msg {

	
	color:#900;
	font-style:italic;
	padding:10px 0 15px 0;
}
.msg {

	/* status and error */
	color:#900;
	font-style:italic;
	padding:5px 0 5px 0;
	text-align:center;
}

.faq-topic-header {font-weight:bold;}
.faq-question {color:#591800; font-weight:bold;}
.faq-answer {}


.testimonials1
{
width: 15px; height: 99px; 
}
.testimonialsphoto1
{
width: 68px; height: 99px; 
}
.testimonialsread1
{
width: 137px; height: 99px;  font-size:7pt; padding: 8px;
}

.testimonials2
{
width: 13px; height: 19px; 
}
.testimonialsphoto2
{
width: 75px; height: 19px; 
}
.testimonialsread2
{
width: 137px; height: 19px; font-size:7pt; padding: 8px;
}

/* List of News title links for inserting into site pages */
.latestNewsComponent
{
/*BORDER-bottom: #CF2027 1px dotted;*/
padding-bottom: 4px;
padding-top: 4px;
text-decoration:none;
text-align: left;
font-size:8pt;

}

.latestNewsComponent a
{
text-decoration:none;
text-align: left;
font-size:8pt;
}

.latestNewsComponent a:hover
{
text-decoration:underline;
text-align: left;
font-size:8pt;
}



.emailFormLabel {font-weight:bold}

/* standard text input class */
.ftxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	width: 20em;
}
.ftxtarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	width: 20em;

}
.ftxtquery {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	width: 10em;
}

/* standard submit button */
.fsub {width:8em;  }

#emailContainer {
position:relative;
float:left;
margin-left:10px;
width:542px;
}

#section_FunStuff #emailContainer {
width:385px;
}

#sitemgrContent a.submitLink, #mainContainer a.submitLink {
display:block;
background-image:url(../images/submitButton.gif);
height:25px;
width:101px;
text-decoration:none;
position:relative;
float:left;
margin-right:10px;
}

a.submitLink span {
visibility:hidden;
}

a.submitLink:hover {
background-position:0 -25px;
cursor:pointer;
text-decoration:none;
}

#sitemgrContent a#resetButton {
background-image:url(../images/resetButton.gif);
width:89px;
}

#sitemgrContent a#updateButton {
background-image:url(../images/updateButton.gif);
margin-top:8px;
}

#sitemgrContent a#sendButton {
background-image:url(../images/sendButton.gif);
width:91px;
}

#sitemgrContent a#cancelButton {
background-image:url(../images/cancelButton.gif);
width:101px;
}


#sitemgrContent a#loginButton, #mainContainer a#loginButton {
background-image:url(../images/login.gif);
width:90px;
}

/* standard select list */
.fsel {width:15em;  }


/* DIV For email form and the likes */
.buttonBar { 

	text-align:center;
	padding-top:1em;
}

/* container & elements of Contacts page */

.contactsIntro {

	width:400px;


}
.contactsRegionHeader {

	color:#999;
	font-size:3;
	font-weight:bold;
}

.contactsContactHeader {

	font-size:2;
	font-weight:bold;
	
}

/* container & elements of Latest News Page story */
.latestNews {
width: 540px;
}
.latestNewsDate {

	font-style:normal;
	color:#999;
}
.latestNewsTitle {

	font-weight:bold;
	color: #cd171e;
	font-size:11pt;
}

/* text of displayed story */
.latestNewsSource {
	margin-right:0;

}

/* listing of story 'Links' on News Release Page */
.latestNewssListing {  }

/* Items within latestNews sListing */)
.latestNewssListingItem {  }
.latestNewssListingItem A {text-decoration:underline;  }


.required { 
	color:#F38CB9;
	font-weight:bold;
margin-right:2px;
 }

.documentGroupFiles {

	padding:2em 0 2em 0;
	line-height:2.0em;

}
.documentGroupHeader {
/* only when there's a single group on display - instead of SELECT element */

	font-weight:bold;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ text-align: center; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#referralMonthPrize { float:right; margin-right:80px; margin-top:50px; }

#footer-facebook
{
padding-left:20px;
}

#footer-twitter
{
padding-left:5px;
}

#footer-blog
{
padding-left:15px;
}

#footer-twitter img, #footer-facebook img, #footer-blog img
{
	border:none;
	vertical-align:top;
}