/* CSS Document */

/* BASIC styles are defined below */

body
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(   '../images/background3.jpg' );
	font-size: 55%;
	font-family: Arial;
}

.clear
{
	clear: both;
	display: block;
}


#wrapper
{
	margin: 0px auto;
	text-align: left;
	width: 770px;
	border: solid 1px #666666;
	background-color: #373737;
}

#logo
{
	background-color: #373737;
}

#logo img
{
	margin: 8px 0px 2px 10px;
}

#banner_nav
{
	margin-left: 0px;
	float: left;
	width: 770px;
}


#content
{
	width: 770px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#topRow
{
	height: 116px;
}

#topRow a img
{
	border-style: none;
	border: 0px;
}

.topRowImg
{
	margin: 0px 10px 0px 10px;
}

/* LEFT COLUMN styles are defined below */



#leftColumn
{
	float: left;
	width: 510px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#leftColumn #buttonHeaders
{
	/*margin-left:12px; 	margin-bottom:5px;	*/
}

#leftColumn #pressLinks
{
	width: 240px;
	margin: 0px 0px 10px 9px;
	float: left;
}

#leftColumn #commentLinks
{
	width: 238px;
	margin: 0px 0px 10px 9px;
	float: right;
}

#leftColumn #pressTop
{
	margin: 0px 0px 0px 2px;
}

#leftColumn #commentTop
{
}

#leftColumn #buttonHeaders a img
{
	border-style: none;
	border: 0px;
}

#leftColumn #top
{
	margin-left: 8px;
}

#leftColumn #publicationTop
{
	margin: 10px 0px 0px 8px;
}


#leftColumn #bottom
{
	margin: -10px 0px 0px 10px;
}

#leftColumn #publicationBottom
{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px 5px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
}

.cleaner
{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* RIGHT COLUMN styles are defined below */

#rightColumn
{
	float: right;
	width: 250px;
	margin-top: 4px;
	padding: 0;
	background-color: White;
}

#rightColumn #top
{
}

#rightColumn #top img
{
}

#rightColumn #contents
{
	margin: 0px;
	padding: 12px 25px 20px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}

#rightColumn #bottom
{
	/*background-image: url( '../images/newletterbg.jpg' );*/
	background: url(   '../images/newletterbg.jpg' ) no-repeat;
	height: 185px;
	width: 232px;	
}

#rightColumn #bottom img
{
	padding: 15px 0px 0px 10px;
}

#rightColumn #bottom a
{
	color: White;
	text-decoration: underline;
	padding-right: 5px;
}

#rightColumn #bottom a:hover
{
	color: White;
	text-decoration: none;
}

#rightColumn #mailingList
{
	/*background-image: url( '../images/newletterbg.jpg' );*/
	background: url(   '../images/mailinglistbg.jpg' ) no-repeat;
	height: 80px;
	padding: 10px 0px 0px 8px;
	margin-top: 5px;
	font-size: 12px;
	color: White;
}

.inputBox
{
	font-size: 12px;
	padding: 1px;
	width: 200px;
	border-style: double;
	border: solid 1px;
	border-color: #A77B08;
	font-family: Verdana;
}

/* FOOTER styles are defined below */

#footer
{
	margin-top: -2px;
	margin-left: -1px;
	height: 70px;
	background-color: #4D473A; /*background-image:url( '../images/footer_grad.jpg' );*/
	width: 770px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-top: solid 1px #FFFFFF;
}

.footerMenu
{
	width: 770px;
	float: left;
	height: 25px;
	border: 0px;
}

.footerMenu ul
{
	padding-top: 5px;
	padding-left: 5px;
	margin: auto;
}

.footerMenu ul li
{
	display: inline;
}

.footerMenu ul li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

.footerMenu ul li a:hover
{
	color: #FFAA00;
	text-decoration: underline;
}

.rightCol
{
	float: right;
	width: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}

.rightCol img
{
	border: 0px;
}

.copyright
{
	float: left;
	position: relative;
	width: 475px;
	height: 15px;
	padding: 15px 0px 0px 14px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
}

#footer #copyright a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}

#footer #copyright a:hover
{
	color: #F3F14E;
}

/*CLASSES for feature are defined below */

.link a
{
	text-decoration: underline;
	font-size: 0.85em;
	color: #0066CC;
}

.link a:hover
{
	text-decoration: none;
}

.biglink a
{
	text-decoration: underline;
	font-size: 1em;
	color: #0066CC;
}

.biglink a:hover
{
	text-decoration: none;
}

.topiclink a
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
	color: #0066CC;
}

.topiclink a:hover
{
	text-decoration: underline;
	color: #FF9005;
}

.topicMediumlink a
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.3em;
	color: #0066CC;
}

.topicMediumlink a:hover
{
	text-decoration: underline;
	color: #FF9005;
}

.featureimage
{
	float: left;
	margin-right: 7px;
	margin-top: 3px;
}

.featuretext
{
	font-family: Verdana;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 2px;
	margin-top: 22px;
	color: #666666;
}

.brclear
{
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;
}

.emailBox
{
	margin-left: 0px;
}

.submitButton
{
	padding-left: 20px;
}

.articleImage
{
	width: 80px;
	height: 60px;
	border: 1px solid #cccccc;
	padding: 5px 0px 0px 5px;
}


.pubImage
{
	/* 	width:84px; 	height:84px;*/
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px; #padding:5px5px3px5px;
}

.eventMessageDiv
{
	position: absolute;
	margin: 15px 0px 0px 10px; #margin-top:10px;
	font-size:12px;
	color:White;
}

/*COMMENTS*/
.commentDiv
{
	margin:5px 0px 0px 25px;
	display:none;
	border:dotted 1px black;
	padding:8px;
	background-color:#EBEBEB;
	font-weight:bold;
	font-family:Tahoma;
	color:#333333;
	line-height:1.5;
}

.popup
{
	 border: 3px solid #FF9005;
	 background-color:White;	 
	 text-align:justify;
	 font-size:11px;
	 font-weight:bold;
	 font-family:Tahoma;
	 color:#333333;
	 line-height:1.4;
	 Width:500px;
}

.modalPopupTitleBar {
    margin-bottom:0px;
    color:Gray;
    height:22px;
    font-weight:bold;
    width:500px;
    cursor:move;
    font-family:Arial;
    font-size:9px;
    background:url(../images/popup.gif) repeat-x; /*THEME CHANGE HERE*/
} 

#popupDiv
{
	 overflow: auto; 
	 height: 300px; 
	 padding: 13px;
	 border-bottom:1px solid #FF9005;
}

