﻿a:link {color: #09548B; text-decoration: none;}
a:visited {color:#09548B; text-decoration: none;}
a:active {color:#09548B; text-decoration:none;}
a:hover {color:#09548B; text-decoration:underline;}
.wrapper1{
	color: #44433f;	
	font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	margin: 0 auto;
	padding: 4px 0 0;
	}
.wrapper1 p {
	margin: 0 0 17px;
	padding: 0;
	line-height: 18px;
}
.wrapper {
	width: 960px;
	margin: 20px auto;
}
/*WRAPPER*/

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #09548B;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #09548B;
    color: white;
    background-color: #09548B;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-size: 10pt;
}
/*accordian*/

/*tooltip*/
p#vtip 
{
	display: none; 
	position: absolute; 
	padding: 10px; 
	left: 5px; 
	font-size: 0.8em; 
	background-color: white; 
	border: 1px solid #a6c9e2; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	z-index: 9999 
}
p#vtip #vtipArrow 
{ 
	position: absolute; 
	top: -10px; 
	left: 5px 
}
/*tooltip*/

/*NAVIGATION*/
.arrow {
	cursor: default;
}
.hand 
{
	cursor: pointer;
}
.nav {
	background: #fff url(images/nav_bg.png) repeat-x;
	float: left;
	width: 938px;
	margin-left: 0 auto;
	margin-right: 0 auto;
}
.nev-wrapper {
	clear: both;
	float: left;
}
.nav-left {
	background: url(images/nav_left.png) no-repeat top left;
	float: left;
	width: 11px;
	height: 41px;
}
.nav-right {
	background: url(images/nav_right.png) no-repeat top right;
	float: left;
	width: 11px;
	height: 41px;
}
.nav ul {
	width: 960px;
	height: 38px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding: 0 7px;
	background: url(images/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	float: left;
	color: #E5F2FB;
}
a .menu-left {
	background: url(images/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(images/menu_mid.gif) repeat-x top left;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 16pt;
}
a .menu-right {
	background: url(images/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 32px;
	line-height: 35px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #09548B;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width: 950px;
	background: transparent url(images/content_bg.png) repeat-y;
	float: left;
	padding: 10px 20px;
}
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
	text-align: justify;	
}
.content-bottom {
	width: 960px;
	background: transparent url(images/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}   
/*NAVIGATION*/    

/*TABS*/
#miniflex {
	width: 500px;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #333;
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #333;
	}
/*TABS*/

      
.header{
	width:950px;
	/*margin-left: auto;
	padding-left: 12px;
	margin-right: auto;*/
	padding-bottom: 5px;
	/*text-align:center;*/
}        
.mainContent{
	width: 950px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px dashed;
	border-right: 1px dashed;
} 
.main_body{
	padding: 15px;
	width: 550px;
	margin: 0 auto;
	float: left;
	margin-left: 10px;
	height: 100%;
}
.footer
{	clear: both;
	width: 950px;
	margin: 0 auto;
	text-align: center;
	vertical-align: text-bottom;
	border-bottom: 1px dashed;
	border-left: 1px dashed;
	border-right: 1px dashed;
	font-size: 8pt;
}
.rightModule{
	padding-top: 0px;
	margin: 0 auto;
	float: right;
	margin-right: 12px;
	vertical-align: top;
	/*background-color:Red;
	border-left: 1px dashed;
	border-bottom: 1px dashed;*/
}
.modHeader
{
	text-align: center;
	color: White;
	font-size: 16pt;
}
.mod_rtMod {
	background: #fff url(images/nav_bg.png) repeat-x;
	float: left;
	width: 165px;
	height: 40px;
}
.mod {
	background: #fff url(images/nav_bg.png) repeat-x;
	float: left;
	width: 178px;
	height: 40px;
}
.modLiquid 
{
	background: #fff url(images/nav_bg.png) repeat-x;
	float: left;
	width: 95%;
	height: 40px;	
}
.modText
{
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	text-align:center;
}
.modWrapper {
	clear: both;
	float: left;
}
.modLeft {
	background: url(images/nav_left_noRoundBottom.png) no-repeat top left;
	float: left;
	width: 11px;
	height: 41px;
}
.modRight {
	background: url(images/nav_right_noRoundBottom.png) no-repeat top right;
	float: left;
	width: 11px;
	height: 41px;
}
.friendsMod
{
	padding-left: 4px;
	width: 200px;
}
.friendList
{
	padding: 10px;
	/*width: 520px;*/
}
.friendList ul
{
	list-style: none;
}
.friendList li
{
	display: inline;
}
.profileStats
{
	padding-top: 10px;
	padding-left: 4px;
	width: 200px;
}
.profileStatsLabel
{
	text-align:right;
}
.profileStatsValue
{
	text-align:left;
}
.profileImg
{
	padding-left: 10px;
	padding-top: 4px;
	width: 200px;
	/*float: left;*/
}
.profileTools
{
	padding-left: 0px;
	padding-top: 0px;
}
.profileTools li
{
	list-style:none;
}
.profileLabel
{
	text-align: right;	
	font-weight: bold;
	vertical-align: top;
}
.profileValue
{
	/*padding-top:10px;
	border: 1px solid #C1D9F0;*/
}
.logout{
	float: right;
	color: Black;
}
.logout a{
	color:Black;
	width: 250px;
}
.contentWrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 700px;
	/*background: url("/path/to/your/background_cols.gif") repeat;*/
}
.left {
	float: left;
	width: 200px;
}
.right {
	float: right;
	width: 200px;
	/*background-color: Blue;*/
}
.contentBody { 
	float: left;
	width: 550px;
	/*background-color: Red;*/
}
.errMsg
{
	border: 1px solid #FF0000;
	background-color: #FFAAAA;
	font-weight: bold;
}


/*******************************************************************
********************************************************************
********************************************************************
						FORUM STUFF
********************************************************************
********************************************************************
********************************************************************/
.forumTopicTable
{
	width: 100%;
	color: #09548B;
}
.forumTH
{
	border: 1px solid #09548B;
	font-weight: bold;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #09548B;
	color: #fff;
}

.forumTopic
{
	border: 1px solid #09548B;
	width: 60%;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumTopicItem
{
	border: 1px solid #09548B;
	font-weight: bold;
	width: 60%;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumTopicItem_Alt
{
	border: 1px solid #09548B;
	/*background-color: #09548B;
	color: #fff;*/
	font-weight: bold;
	width: 60%;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.forumThreadCount
{
	border: 1px solid #09548B;
	width: 12%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumThreadCountItem
{
	border: 1px solid #09548B;
	width: 12%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumThreadCountItem_Alt
{
	border: 1px solid #09548B;
	/*background-color: #09548B;
	color: #fff;*/
	width: 12%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.forumLastThread
{
	border: 1px solid #09548B;
	width: 28%;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumLastThreadItem
{
	border: 1px solid #09548B;
	width: 28%;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumLastThreadItem_Alt
{
	border: 1px solid #09548B;
	/*background-color: #09548B;
	color: #fff;*/
	width: 28%;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.forumTopicDescriptionItem
{
	font-weight: normal;
	font-style:italic;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
}
.forumTopicDescriptionItem_Alt
{
	font-weight: normal;
	font-style:italic;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
}
/*********FORUM THREAD***************/
.forumThread
{
	border: 1px solid #09548B;
	width: 50%;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;	
}
.forumThreadPostedBy 
{
	border: 1px solid #09548B;
	width: 15%;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;	
}
.forumThreadDate 
{
	border: 1px solid #09548B;
	width: 15%;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;	
}
.forumThreadRepliesCount 
{
	border: 1px solid #09548B;
	width: 15%;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;	
}
.forumThreadItem 
{
	border: 1px solid #09548B;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumThreadItem_Alt 
{
	border: 1px solid #09548B;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumThreadFirstPost 
{
	font-weight: normal;
	font-style:italic;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
}
.forumThreadPostedByItem 
{
	border: 1px solid #09548B;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumThreadPostedByItem_Alt 
{
	border: 1px solid #09548B;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumThreadDateItem 
{
	border: 1px solid #09548B;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumThreadDateItem_Alt 
{
	border: 1px solid #09548B;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumThreadRepliesCountItem
{
	border: 1px solid #09548B;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.forumThreadRepliesCountItem_Alt 
{
	border: 1px solid #09548B;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

/*******************************************************************
********************************************************************
********************************************************************
						FORUM STUFF
********************************************************************
********************************************************************
********************************************************************/
