﻿
/*** Global Styles ***/
html, body
{
	margin: 0px;
	padding: 0px;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #1c2b40;
	color: #393939;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: small;
}
.required
{
	color: Red;
}
#wrap
{
	margin: auto;
	background-color: White;
	width: 855px;
}
#leftCol
{
	float: left;
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
}
#rightCol
{
	float: left;
	width: 605px;
}
#footer
{
	clear: both;
	background-image: url(/img/footer.jpg);
	background-repeat: no-repeat;
	height: 51px;
	padding-left: 10px;
}

#footer a {
text-decoration: none; 
color: #948;
}

#footer p {
text-decoration: none; 
color: #948;
}

#header
{
	padding: 0px;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	height: 257px;
	overflow: hidden;
	cursor: pointer;
}

#header h1, h2
{
	padding: 0px;
	margin: 0px;
	display: none;
}
/*** End Global Styles ***/
/*** Accordian Styles ***/
.accordionHeaderSelected
{
	margin: 0px;
	color: White;
	background-color: #4a5a73;
	width: 230px;
	
	 
 
	border-bottom: solid 2px white;
}
.accordionHeader
{
	color: #bdc7d0;
	margin: 0px;
	background-color: #4a5a73;
	width: 230px;
	border-bottom: solid 2px white;
}
.accordionContent
{
	margin: 0px;
	background-color: #bdc7d0;
}

.morelink
{
	font-weight: bold;
}

.box
{
	background-color: #dadada;
	padding: 10px;
	margin-bottom: 10px;
}
.accordionContent li
{
	margin-left: 0px;
	list-style-type: none;
	padding-left: 12px;
	padding-bottom: 6px;
	font-family: Futura Book, Helvetica Black, Verdana, Sans-Serif;
	font-size: large;
}

.accordionContent ul
{
	margin-left: 0px;
	padding: 0px;
}

.accordionContent a
{
	text-decoration: none;
	color: #393939;
}

.accordionHeaderSelected h3, .accordionHeader h3
{
	margin: 0px;
	text-transform: uppercase;
	font-family: Futura Book, Helvetica Black, Verdana, Sans-Serif;
	font-size: larger;
	padding: 6px;
	font-weight: normal;
}
/*** End Accordian Styles ***/

#rightCol h3
{
	margin: 16px 0px 0px 0px;
	font-size: 20px;
	clear: both;
	padding: 10px 0px 0px 0px;
}

#rightCol h3 a
{
	color: #3f6490;
	text-decoration: none;
}
#rightCol h2
{
	display: block;
	margin: 0px 0px 0px 0px;
	font-size: 32px;
	clear: both;
	padding: 0px 0px 0px 0px;
	color: #3f6490;
}

.watermarked
{
	color: #666;
}


.noshow
{
	display: none;
}





#rightCol .entry
{
	background-repeat: repeat-x;
	text-decoration: none;
	color: #393939;
	height: 65px;
	margin: 0px 10px 10px 0px;
	padding-top: 5px;
}

#rightCol .entry img
{
	height: 50px;
	width: 50px;
	padding-left: 5px;
}

#rightCol .entry .textual
{
	float: left;
	padding-left: 10px;
	vertical-align: middle;
	width: 510px;
	overflow: hidden;
}

#rightCol .entry a
{
	font-size: 20px;
	color: #393939;
	text-decoration: none;
}

#rightCol .upsold-True
{
	background-image: url(/img/yellow-gradient.jpg);
}

#rightCol .upsold-False
{
	background-color: #eaeaea;
	background-image: url(/img/gray-gradient.jpg);
}

#rightCol .upsold-False .entryLogo
{
	display: none;
}

#rightCol .upsold-True .entryDefault
{
	display: none;
}


/**** Comment PopUps ****/
.commentPopUp
{
	display:none; /** Delete display:none; in order to show javascript animated bubbles **/
	height: 98px;
	width: 191px;
	padding-right: 23px;
	padding-top: 2px;
	float: left;
	background-image: url(/img/bubble.gif);
	background-repeat: no-repeat;
	margin-top: 110px;
	overflow: hidden;
}

.commentPopUpAlt
{
	margin-top: 130px;
}

#commentPopUp1
{
	margin-left: 10px;
}

.commentPopUpAlt
{
	margin-top: 130px;
}

#commentPopUp2
{
	float: right;
	margin-right: 20px;
}

#commentPopUp2 .commentPopUpAltH
{
	margin-top: 320px;
}

#commentPopUp1 .commentPopUpAltH
{
	margin-top: 30px;
}

/**** End Comment PopUps ****/

/*** Breadcrumbs ***/

#breadCrumb
{
	padding: 0px 0px 10px 10px;
}

#breadCrumb ul
{
	padding: 0px;
	margin: 0px;
}

#breadCrumb ul li
{
	list-style-type: none;
	display: inline;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
}

#breadCrumb ul li:before
{
	content: " > ";
}

#breadCrumb ul li a
{
	color: Black;
	text-decoration: none;
}
