/* CSS Document */

/*HTML Styles *****************************************************************/
body {
	font: 62.5% Tahoma, Arial, Helvetica, serif;
	background: #112026 url(images/bg_header_01.gif) repeat-x left top;
	color: #333333;
	margin: 0;
	padding: 0;
}
p { margin: 0; padding: 0 0 10px 0; line-height: 1.3em; }
a { color: #FF9900; text-decoration: none; }
a:hover { color #FF7700; text-decoration: underline; }
form { margin: 0; padding: 0; }
object { margin: 0; padding: 0; }
input { font-size: 1.1em; }
a image { border: none; }

/* DIV Styles ******************************************************************/
#header {
	height: 73px;
}
#headerContent {
	width: 770px;
	margin: 0 auto;
}
#logo {
	height: 73px;
	width: 770px;
	margin: 0;
	padding: 0;
	background: url(images/g_header_logo_01.gif) no-repeat top left;
}
#nav {
	
}
#headerSub {
	background: #FFFFFF url(images/bg_header_sub_01.gif) repeat-x left bottom;	
}
#headerSubContent {
	width: 770px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 1.1em;
}
#middle {
	background-color: #FFFFFF;
	margin: 0;
	padding: 20px 0 20px 0;
}
#middleContent {
	width: 970px;
	margin: 0 auto;
}
#col1 {
	float: left;
	margin: 0;
	width: 254px;
	font-size: 1.1em;
}
#col1Pad{
	padding: 0 20px 0 0;
}

#col2 {
	float: left;
	margin: 0;
	width: 467px;
	font-size: 1.3em;
	text-align:center;
}
#col2 h2 {
	text-align:left;
}
#col2 h3 {
	margin: 0 0 5px 0; 
	padding: 10px 0 5px 0;
	font-size: 14px;
	color: #121F25;
	text-transform:uppercase;
	background:#ffffff; 
	border-bottom: 2px solid #ff7700;
}
#col2Pad {
	padding: 0 20px 0 0;
}
#col3 {
	float: left;
	margin: 0;
	width: 249px;
	font-size: 1.1em;
}

#footer {
	color: #CCCCCC;
	background: url(images/bg_footer_01.gif) repeat-x left top;
	padding: 15px 0 15px 0;
	text-align: center;
}
#footerContent {
	width: 770px;
	margin: 0 auto;
}
#footer a { color: #CCCCCC; }
#footer a:hover { color: #FF9900; }

/* COL 1 **********************************************************/
#subscribe {
	background: #EBEBEB url(images/bg_col3_btm.gif) no-repeat left bottom;
	width: 249px;
}
#subscribePad {
	padding: 5px 5px 8px 5px;
}

/* COL 2 **********************************************************/
#eventsContent {
	background: #EBEBEB url(images/bg_col2_btm.gif) no-repeat left bottom;
	width: 447px;
	/*height: 375px;*/
}
#eventsContentPad {
	padding: 8px 8px 10px 8px;
}

/* COL 3 **********************************************************/
#newsContent {
	background: #EBEBEB url(images/bg_col1_btm.gif) no-repeat left bottom;
	width: 234px;
	height: 325px;
	margin: 0 0 10px 0;
}
#newsContentPad {
	padding: 8px 8px 10px 8px;
}
#newsContentScroll {
	overflow: auto;
	height: 307px;
	padding: 0 8px 0 0;
}
#recentContent {
	background: #EBEBEB url(images/bg_col3_btm.gif) no-repeat left bottom;
	width: 249px;
	/*height: 168px;*/
	margin: 0 0 10px 0;
}
#recentContentPad {
	padding: 8px 8px 10px 8px;
}
#recentContentScroll {
	/*overflow: auto;
	height: 150px;
	padding: 0 8px 0 0;*/
}
#recentPost ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#recentPost ul li {
	margin: 0;
	padding: 5px 0 5px 0;
	list-style-type: none;
	background: url(images/bg_dotted_line_on_gray.gif) repeat-x left bottom;
}
#recentPost p { margin: 0; padding: 0 0 5px 0; line-height: 1.3em; }
#recentPost ul li a {
	color: #1F363F;
	background: url(images/bullet_comment.gif) no-repeat left 2px;
	padding: 0 0 0 20px;
}

/* HEADERS ********************************************************/
h2 { 
	margin: 0 0 1px 0; 
	padding: 10px 0 5px 0;
	font-size: 14px;
	color: #ff7700;
	text-transform:uppercase;
	background:#ffffff; 
	border-bottom: 2px solid #121F25;
}

#spotlight { background: url(images/g_h2_spotlight.jpg) no-repeat top left; }
#mailinglist { background: url(images/g_h2_mailinglist.jpg) no-repeat top left; }
#events { background: url(images/g_h2_events.jpg) no-repeat top left; }
#news { background: url(images/g_h2_news.jpg) no-repeat top left; }
#recent { background: url(images/g_h2_recent_discussions.jpg) no-repeat top left; }

#col1 h4, #col3 h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 4px 0;
	color: #112127;
	background: url(images/bg_dotted_line_on_gray.gif) repeat-x left bottom;
}
#col2 h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 2px 20px;
	color: #112127;
	background: url(images/bullet_date.gif) no-repeat left bottom;
}
#col2 p { padding: 0 0 5px 0; }

.clear { clear: both; overflow: hidden; }
.small { font-size: .9em; }
.details { color: #FF7700 !important; padding: 0 !important; background: none !important; }
.user { padding: 0 !important; background: none !important; }