
/************** GENERAL ****************/

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height: 14px;
	color: #231f20;
}

dt { font-weight: bold; }
dd { margin: 0px 0px 5px 0px; padding: 0px; }

.center { text-align: center; }
.right { text-align: right; }

.even { background: #e6e6e6; }
.odd { background: #f4f4f4; }

#error { background: #CC3333; color: white; padding: 5px 10px; margin-bottom: 20px; }
#message { background: #669966; color: white; padding: 5px 10px; margin-bottom: 20px; }

.error { color: #CC3333; }

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #2d5996;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #2d5996;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #2d5996;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	color: #0055a1;
       font-weight: normal;
       line-height: 1em;
       margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #0055a1;
       font-weight: normal;
       line-height: 1em;
}

h3 {
	font-size: 1em;
  font-weight: normal;
  text-decoration: underline;
}

h3 a {
  color: #363636;
  text-decoration: none;
}

h3 a:hover {
  color: #2d5996;
}

.imgTxt {
float: left;
margin: 0 20px 0 0;
}

.divider
{
	clear: both;
	margin: 0;
	padding: 0;
}

hr {color: #fff; background-color: #fff; border: 2px solid #0055a1; border-style: none none solid; }

/************** LAYOUT ****************/

#container {
  margin: 10px auto;
  width: 931px;
  background-image: url(../images/page_bg.gif);
  background-repeat: repeat-y;
  font-size: 1.4em;
}



/************** BANNER ****************/

#banner {
	width: 931px;
	background-image: url(../images/banner_bg.gif);
	background-repeat: no-repeat;
}



#logo {
	width: 463px;
	padding: 17px 0 6px 80px;
}



/************** MENU ****************/

#menu {
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	width: 851px;
	margin: 0 0 0 42px;
	padding: 3px 0 5px 40px;
	float: left;
	display: inline;
}

#menu ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;

}

#menu ul li { 
	float: left; 
	
}

#menu a { text-transform: uppercase; }

#menu ul li a, #menu ul a:link, #menu ul a:visited {
	padding: 0px 17px 0px 23px;
	display: block;
	line-height: 34px;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #afbde1;
}

#menu ul li a.current { color: #5fa948; }

.menuDivider {
	background: url(../images/menu_divider.gif) no-repeat left top;

}
/************** CONTENT ****************/

#mainContent  {
	clear: both;
	width: 786px;
	padding: 0 0 0 91px;
}

#menuCol {
	width: 252px;
	background: url(../images/menuCol_shadow.gif) repeat-y right top;
}
#leftMenu {
	background-image: url(../images/menuCol_bg.gif);
	background-repeat: no-repeat;
	background-color: #2d5996;
	width: 243px;
	padding: 5px 0 15px 0;
	font-weight: bold;
}

#leftMenu ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
	list-style-type: none;
}

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

#leftMenu ul li a, #leftMenu ul li a:link, #leftMenu ul li a:visited {
	text-decoration: none;
	font-size: 0.85em;
	color: #afbde1;
	font-weight: bold;
	padding: 15px 0 4px 0;
	background: url(../images/leftmenu_border.gif) repeat-x left bottom;
	display: block;
	width: 200px;
}
#leftMenu ul li li a, #leftMenu ul li li a:link, #leftMenu ul li li a:visited {
	text-decoration: none;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	padding: 4px 0 4px 0;
	background: url(../images/leftmenu_border.gif) repeat-x left bottom;
	width: 185px;
	display: block;
}

#leftMenu ul li li a:hover {
	color: #afbde1;
}

#leftMenu ul li li a.current { color: #5fa948; }

#membersLogin {
	background: url(../images/members_login_bg.gif) no-repeat left top;
	padding: 50px 0 0 15px;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}

#membersLogin a {
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
}

#membersPrivate {
	background: url(../images/members_private_bg.gif) no-repeat left top;
	padding: 0 0 55px 15px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#membersPrivate a {
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
}

#membersPrivate a:hover {
	font-size: 0.9em;
	color: #008346;
	text-decoration: none;
}

#membersPrivate h2 {
	font-size: 1.4em;
	color: #FFF;
	text-decoration: none;
	margin: 0 0 20px 0;
}

.privateMenuItem {
	width: 205px;
	background:url(../images/private_dividers.gif) repeat-x left bottom;
}

.privateMenuProfile {
	width: 205px;
	background: url(../images/ico_profile.gif) no-repeat right center;
	display: block;
	padding: 10px 0 10px 0;
}

.privateMenuDiscuss {
	width: 205px;
	background: url(../images/ico_discussion.gif) no-repeat right center;
	display: block;
	padding: 10px 0 10px 0;
}

.privateMenuGallery {
	width: 205px;
	background: url(../images/ico_gallery.gif) no-repeat right center;
	display: block;
	padding: 10px 0 10px 0;
}

#logout {
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	width: 220px;
}

.loginUser {
	 background-color: #ccdb40;
	 width: 90px;
}

#newsletter {
	background: url(../images/newsletter_bg.gif) no-repeat left top;
	padding: 45px 0 0 15px;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}

#newsletter input {
	 background-color: #f7931d;
	 width: 160px;
}

#newsletter a {
	font-size: 0.8em;
	color: #f7931d;
	text-decoration: none;
}



#menuColEnd {
height: 17px;
}

#content {
	float: right;
	width: 514px;
	padding: 20px 0 0px 0;
	line-height: 18px;
}


/************** END CONTENT ****************/


/************** FOOTER ********************/



#footer {
	float: left;
	width: 855px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	color: #0055a1;
	padding: 5px 0 30px 76px;
}

#footerMenu {
	width: 270px;
	font-size: 0.6em;
}

#footerContact {
	float: right;
	width: 568px;
	font-weight: bold;
	color: #0055a1;
	text-decoration: none;
	font-size: 0.65em;
}

#footerMenu ul
{
	margin: 0;
	padding: 5px 0 1px 0;
}

#footerMenu li
{
	display: inline;
	list-style-type: none;
	line-height: 12px;
}

#footerMenu li a, #footerMenu li a:link, #footerMenu li a:visited
{
	font-weight: bold;
	color: #0055a1;
	text-decoration: none;
	padding: 0 0 0 7px;
	margin: 0 0 0 5px;
	
}

.footerMenuBorder {
	border-left: solid 1px #0055a1;
}

#footer li a:hover
{
	text-decoration: underline;
}

.divider {
clear: both;
}


.news-article { font-size: 0.9em; margin-bottom: 15px; border-top: 2px solid #0055a1; position: relative; width: 483px; min-height: 95px; height: auto !important; height: 95px; }
.news-article-more
  {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  color: white !important;
  background: #0055a1;
  text-decoration: none;
  font-weight: bold;
  padding: 2px 4px;
  }
.news-article h3 { font-size: 1.1em; margin: 3px 0px 5px 0px; padding: 0px; font-weight: normal; }
.news-article h3 a { color: #444; text-decoration: none; }
.news-article img { float: right; margin: 0px 0px 5px 20px; }
.news-footer { color: #888; margin-top: 3px; }
.news-footer a { color: #888; }

/*------- Core Stuff -----------------------*/

#discussion-text { padding: 10px; background: #eee; }

.discussion-list { width: 480px; }
.discussion-list thead td { font-weight: bold; }

.discussion-responses { margin: 0px; padding: 0px; list-style: none; }
.discussion-responses li { margin-bottom: 10px; padding: 0px 0px 5px 50px; position: relative; height: auto !import; height: 40px; min-height: 40px; }
.discussion-responses .avatar { position: absolute; left: 0px; top: 0px; border: 1px solid #ccc;  }
.discussion-response-text { padding: 5px; background: #eee; margin-top: 3px; }
.discussion-response-footer { padding: 2px 5px 0px 0px; font-size: 0.9em; }


#profile-details
  {
  border: 1px solid #999;
  background: #f4f4f4;
  padding: 10px;
  }

#profile-picture
  {
  float: right;
  width: 140px;
  }
#profile-details dl { margin: 0px; padding: 0px; }
#profile-details dt { font-weight: bold; }
#profile-details dd { margin: 0px 0px 5px 0px; }

.profiles
  {
  width: 100%;
  border-collapse: collapse;
  }
.profiles td { padding: 10px; }

.friends { margin: 0px; padding: 0px; list-style: none; }
.friends li { margin-bottom: 5px; padding: 0px 0px 10px 50px; border-bottom: 1px solid #eee; position: relative; height: auto !import; height: 40px; min-height: 40px; }
.friends .avatar { position: absolute; left: 0px; top: 0px; border: 1px solid #ccc; }
.friends .tool { float: right; }

.tag-cloud { padding: 10px; background: #eee; text-align: center; }
.tag-cloud a { text-decoration: none; margin: 0px 2px; }
.tag-class-1 { font-size: 8pt; }
.tag-class-2 { font-size: 10pt; }
.tag-class-3 { font-size: 12pt; }
.tag-class-4 { font-size: 14pt; }
.tag-class-5 { font-size: 16pt; }

.poll { padding: 10px; background: #f3f3f3; margin-top: 10px; }
.poll-items { list-style: none; margin: 10px 0px; padding: 0px; }
.poll-votes { position: relative; height: 20px; margin: 3px 0px 5px 12px; }
.votes-pcnt { position: absolute; left: 110px; height: 12px; line-height: 12px; font-size: 0.9em; font-weight: bold; color: #555; }
.votes-outer { position: absolute; top: 0px; left: 0px; background: #ddd; height: 12px; border: 1px solid #999; width: 102px; }
.votes-bar { position: absolute; top: 1px; left: 1px; background: #669966; height: 10px; }

#news { overflow: hidden; }
#news-sidebar { float: right; width: 230px; display: none; }
.news-thumb { float: left; margin: 5px 5px 5px 0px; }
.news-footer { clear: left; font-size: 0.9em; padding: 3px; border-top: 2px solid #ddd; margin: 10px 0px 20px 0px; }

.calendar-container { position: relative; padding: 0px 25px; }
.calendar-next { position: absolute; right: 0px; top: 20px; }
.calendar-prev { position: absolute; left: 0px; top: 20px; }
.calendar { width: 18px; border-collapse: collapse; }
.calendar td { padding: 2px 2px 5px 2px; }
.calendar th.monthName { padding-bottom: 5px; }
.calendar tr.dayName th { padding: 3px 2px; background: #ddd; }
.calendar td.otherMonth { color: #aaa; border-bottom: 1px solid #ddd; }
.calendar td.day { border-bottom: 1px solid #ddd; width: 13%; }

.messages { margin: 0px; padding: 0px; list-style: none; }
.messages li { margin-bottom: 5px; padding: 0px 0px 10px 50px; border-bottom: 1px solid #eee; position: relative; height: auto !important; height: 40px; min-height: 40px; }
.messages .avatar { position: absolute; left: 0px; top: 0px; border: 1px solid #ccc; }
.message-header { margin-bottom: 5px; }
.message-header a { font-weight: bold; }
.message-header span { font-size: 0.9em; }

.tools
  {
  background: #e6f7ce;
  padding: 10px;
  margin: 10px 0px;
  font-size: 0.8em;
  }
.tools a { margin-right: 20px; text-decoration: none; font-weight: bold; color: black; }

.intro { padding: 10px; background: #eee; margin-bottom: 15px; }

#photo { overflow: hidden; width: 485px; }
#photo-sidebar
  {
  }
#photo-details
  {
  }
.photo-info { margin-bottom: 10px; }

.tags { margin: 0px; padding: 0px; list-style: none; }
.tags li { background: #eee; padding: 3px 5px; border-bottom: 1px solid white; }

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

#flexiform-email input {
background-color: red !important;
border: 1px solid green;
}

#flag { float: right; }
