/* -- PAGE STYLES --------------------------------------  */
body {
	/*background: url(../img/bg_site.jpg) #ffedff top center no-repeat;	*/
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color:#ffffff;
}

html {overflow-y: scroll;}

#bg_site {background: url(../img/bg_site.gif) #ffffff top center repeat-x;}

/* -- EDITOR FONT STYLES --------------------------------------  */
h1 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color:#752b8f;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
}

h2 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#752b8f;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;	
}

h3 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h4 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#242b38;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

p, td, span, div {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
	color:#58595b;
	font-weight:normal;
	line-height: 12pt;
}

a {
	color: #2a62be;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

ul {
	margin-top:20px;
	margin-bottom:20px;
	margin-left: 5px;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#58595b;
}

ol {
	margin-top:25px;
	margin-bottom:25px;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#58595b;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#58595b;
	font-weight:normal;
	line-height:14px;
	margin-bottom: 10px;
	list-style-image:none;
	background:url(../img/bullet_editor_list.gif) no-repeat 0px 6px;
	padding-left: 10px;
}

hr {
	border-style: solid;
	border-width: 1px;
	border-color: #a7a9ac;
	margin: 0px;
	padding: 0px;
}

.highlight {
	color: #f0573a;
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 13px;	
}

/* -- BEGIN: TEMPLATE STYLES --------------------------------------  */
#members_only_bar {
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	width:624px;
}

#member_bar {
	background-color:#bbcdf5;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:24px;
	font-style:italic;
	font-size:11px;
}

/*.staff_brick {
	background:url(../img/staff_brick_bgnd.gif) no-repeat;
	width:549px;
	height: 116px;
	padding-top:19px;
	padding-bottom:19px;
	padding-left:17px;
	padding-right:17px;
	margin-bottom:16px;
	color:#58595b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-shadow: 1px 1px 1px #ffffff;
}*/

.staff_brick {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);
	border: 3px solid #ffffff;
	background:url(../img/staff_brick_bgnd.gif) repeat-x;
	width:549px;
	padding:10px 17px;
	color:#58595b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-shadow: 1px 1px 1px #ffffff;
	margin-bottom: 25px;
}

h2.staff {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#752b8f;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-shadow: 1px 1px 1px #ffffff;
}

#site-container {
	margin: auto;
	position: relative;
	width: 990px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.5);
}

#header {
	background:url(../img/bg_header.png) repeat-x #fff;
	/*height: 180px;*/
	position: relative;
	z-index: 20000;
}

#header .hdr_title {
	height: 42px;	
}
#header .hdr_title h5 {
	position: relative;
	top: 11px;	
	color: #fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin:0px;
	padding:0px;	
}

#header .hdr_title a {
	color: #fff;
	text-decoration: underline;	
}

#header .hdr_title a:hover {
	text-decoration: none;	
}

.bg_transparent {
	/*background:url(../img/bg_transparent.png) repeat-y;*/
	background-color: #ffffff;
}

#main {	
	border-top: 6px solid #6A2B93;
	position: relative;
	z-index: 600;
}

#main #sidebar {
	float: left;
	width: 248px;	
	margin-right: 7px;
	padding-bottom: 25px;
}

#main #sidebar-area {
	padding: 0px 20px 0px 40px;
}

#main #editor {
	padding: 0px 5px;
}

#main #editor .leftCol {
	float: left;	
	/*background: url(../img/bg_leftCol.png) no-repeat top;*/
	width: 275px;	
	min-height: 600px;
}

#main #editor .rightCol {
	float: left;
	width: 705px;	
}

#main #editor .editorContent {
	margin: 25px 40px 5px 5px;
}

.member-tab {
	position:absolute;  
	top:0px; 
	left:760px; 
	z-index: 11000;
}

.hdr_bar {
	background-color: #fff;
	border-bottom: 10px solid #0B2244;
	padding: 0 25px 20px 25px;	
}

#footer {
	background: url(../img/bg_footer.gif) no-repeat top;
	position: relative;
	height: 120px;
	margin-top: 15px;
}

#footer .footerNav {
	position: absolute;
	top: 10px;
	left: 0px;	
}

#footer .contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a1a1a1;
	line-height: 1.75em;
	position: absolute;
	top: 26px;
	left: 25px;	
}

#footer .contact span {
	font-size: 13px !important; 
	font-weight: bold;
	color: #a1a1a1;
	line-height: normal;
}

#footer .connect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color: #a1a1a1;	
	position: absolute; 
	right: 25px;
	top: 5px;
}

#footer .share {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color: #a1a1a1;	
	position: absolute; 
	right: 25px;
	top: 35px;	
}

#footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #a1a1a1;	
	text-align: right;
	line-height: 1.5em;
	position: absolute; 
	right: 20px;
	top: 75px;
}

.newsletter{
	position: absolute;
	left: 416px;
	top: 6px;
}

.logo {
	/*position: absolute;
	left: 40px;	
	top: 32px;	*/
	float: left;
	padding: 20px 0 0 0;
	z-index: 5000;
}

.mainNav {
	/*position: absolute;
	right: 50px;
	top: 36px;	*/
	z-index: 5500;	
	float: right;
	margin-right: 25px;
	margin-top: 70px;
}

.form-container {
	position: absolute;
	right: 50px;
	padding-top: 25px;	
}

.search-site {
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	display: inline-block;
}

.search-site input[type="text"] {
	display: block;
	margin: 0;
	height: 33px;
	line-height: 33px;
	width: 100%;
	box-shadow: none;
	border-radius: none;
	border: none;
	padding: 0 10px;
}
.search-site input[type="submit"] {
	
}

.bluebar {
	background: url(../img/bluebar.jpg) repeat-x;	
	height: 60px;
	/*position: absolute;
	right: 0px;
	left: 0px;
	top: 345px;	*/
	z-index: 5000;
	display: none;
}

.bluebar_sub {
	background: url(../img/bluebar.jpg) repeat-x;	
	height: 60px;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 165px;	
	/*z-index: 5000;*/
}

.homeboxes {
	position: absolute;
	right: 20px;
	left: 20px;
	bottom: 40px;
	z-index: 5000;	
}

.callout-box {
	background: #fff;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 1px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 1px rgba(50, 50, 50, 0.5);
}
.callout-box:after {
	content: "";
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 2px ;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: -10px;
	right: 30px;
	border-width: 10px;
	border-style: solid;
	border-color: #FFF #FFF #FFF #FFF;
}

.callout-box #boxLeft {
	/*background: url(../img/boxLeft_body.png) repeat-y;*/
	float: left;
	/*width: 329px;*/
	padding: 56px 15px 57px 15px;
}
.callout-box #boxMiddle {
	/*background: url(../img/boxMiddle_body.png) repeat-y;*/
}

.callout-box #boxRight {
	/*background: url(../img/boxRight_body.png) repeat-y;*/
	height: 163px;
	padding: 18px 15px;
}

.callout-box .header h5 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	color: #392824;
	padding: 10px 30px 0px 30px;
}

.callout-box .content {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #665a4c;
	padding: 36px 15px 37px 15px;
	/*min-height: 150px;*/
	/*height: 150px;*/
}

.callout-box .quote {	
	font-size: 15px;
	font-style: italic;
	letter-spacing: 2px;
	text-align:center;
	padding: 10px 0px;
}

/*.callout-box .content p {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
}*/

.callout-box .content span {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.callout-box .content span strong {
	font-weight: 600;	
}

.callout-box #boxLeft a {
	padding-bottom: 16px;
	display: inline-block;	
}
.callout-box #boxLeft a:last-child {
	padding: 0px;	
}

.callout-box #boxLeft ul {
    list-style: none outside none;
    margin: 20px 0 0 -12px;
    padding: 0;	
}

.callout-box #boxLeft ul li {
    line-height: 11px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 17px;
    padding-right: 10px;
}

#marquee {	
	height: 607px;
	position: relative;
	width: 990px;
	background-color: #fff;
}

#marquee #marqueeDetails {	
	position: absolute;
	top: 130px;
	right: 70px;
	/*height: 350px;*/
	height: auto;	
	width: 385px;	
	z-index: 1000;
	text-align:right;
}

#marquee h5.marqueeTitle {
	color: #f3714a;
	padding: 0px;
	margin: 0px;
	font-size: 34px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 34px;
}	

#marquee h5.marqueeSubTitle {
	color: #555555;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 24px;	
}	

#marquee #marqueeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;		
	margin-top: 15px;
}

#marquee a {
	outline: none;
}

#frmSearch .searchbox {
	background: url(../img/bg_searchbox.png) no-repeat;	
	height: 33px;
}

.searchbox {
	background: url(../img/bg_searchbox.png) no-repeat;	
	height: 33px;
}

.sidebarNav {
	background: url(../img/bg_sidebar.png) repeat-y;
	position: relative;
	padding: 45px 0px 25px 25px;
}

span.posted {
	color: #58595b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* -- LINK STYLES --------------------------------------  */

.teal {
	color:#217eb9;
	text-decoration: none;
}

.teal:hover {
	color:#217eb9;
	text-decoration: underline;
}

.darkgrey {
	color:#58585a;
	text-decoration: none;
}

.darkgrey:hover {
	color:#58585a;
	text-decoration: underline;
}

.purple {
	color:#742c8f;
	text-decoration: none;
}

.purple:hover {
	color:#742c8f;
	text-decoration: none;
}

a.homePromo {
	color:#217eb9 !important;
	text-decoration: none;
}

a.homePromo:hover {
	color:#217eb9 !important;
	text-decoration: underline;
}


/* -- LIST STYLES --------------------------------------  */
ul.sidebarNavUl {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 150px;
}

ul.sidebarNavUl li.sidebarNavLi {
	background: none;
	list-style-type: none;
	list-style-image: none;	
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 15px;
}

ul.sidebarNavUl li.sidebarNavLi a {
	color: #58595b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;	
	line-height: normal;	
	text-decoration: none;	
}

ul.sidebarNavUl li.sidebarNavLi a:hover {
	color: #f0573a;	
}

ul.sidebarNavUl li#selected {
	background: url(../img/sidebar_arrow.png) no-repeat 0 2px;
}

ul.sidebarNavUl li#selected a {
	color: #f0573a;
	font-weight: bold;
}

ul.subnav2 {
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
	width: 150px;
}

ul.subnav2 li.subnav2li {
	background: none;
	list-style-type: none;
	list-style-image: none;	
	padding-left: 25px;
	margin-bottom: 7px;
}

a.subnav2 {
	color: #2962BE !important;
	text-decoration: none;	
}

a.subnav2:hover {
	color: #3750A2 !important;
	text-decoration: none !important;	
}

a.subnav2_on {
	color: #3750A2 !important;
	font-weight: bold;
	text-decoration: none !important;	
}

ul.featuredDocUl {
	margin: 10px 0px 0px -12px;
	padding: 0px;
	list-style: none;	
}

ul.featuredDocUl li.featuredDocLi {
	list-style-type: none;
	list-style-image: none;		
	background:url(../img/icon_pdf.jpg) no-repeat 0 5px;
	padding-left: 35px;
	line-height: 15px;
	margin-bottom: 7px;
	min-height: 29px;
}

ul.featuredDocUl li.featuredDocLi a {
	color: #7d7d7d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;	
}

ul.hotTopicsUl {
	margin: 10px 0px 0px -12px;
	padding: 0px;
	list-style: none;	
}

ul.hotTopicsUl li.hotTopicsLi {
	list-style-type: none;
	list-style-image: none;		
	background:none;
	padding-right: 10px;
	line-height: 11px;
	margin-bottom: 4px;
}

ul.hotTopicsUl li.hotTopicsLi a {
	color: #7d7d7d;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;	
	line-height: normal;
}

ul.hotTopicsUl li.hotTopicsLi span {
	display: block;	
	color: #db7e5d;
	font-size: 10px;
	font-weight: 600;
	line-height: normal;
}

ul.newslistUl {
	margin: 10px 0px 0px -12px;
	padding: 0px;
	list-style-type: none;	
}

ul.newslistUl li.newslistLi {
	background: none;
	list-style-type: none;
	list-style-image: none;
	padding: 20px;
	line-height: 11px;
	margin-bottom: 7px;
}

ul.newslistUl li.newslistLi.highlight {
	background-color: #f1e9f4;
}

ul.newslistUl li.newslistLi a {
	color: #752b8f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;	
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

ul.footerNavUl {
    margin: 2px 0px 0px 20px;
    padding: 0px;
    width: 650px;
}

ul.footerNavUl li.footerNavLi {
	list-style-type: none;
	list-style-image: none;	
	background: none;
    margin: 0px;
	margin-bottom: 7px;
    padding: 0 5px;
    width: auto;
	float: left;
	border-right: 1px solid #959595;
	line-height: 10px;	
}

ul.footerNavUl li:last-child.footerNavLi {
	border: none;
}

ul.footerNavUl li.footerNavLi a {
    color: #959595;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    margin-right: 0px;
    text-decoration: none;
    white-space: nowrap;
}

ul.footerNavUl li.footerNavLi a:hover {
	color: #ffc93f;
}

/* -- DIV STYLES --------------------------------------  */
h1.pageTitles {
	color: #f0573a;
	font-size: 20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 35px 0px;
	position: relative;
}

h1.pagetitlesub {
	color: #752B8F;
	font-size: 18px;	
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
}

h3.pagetitlesub {
	color: #752B8F;
	font-size: 18px;	
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;	
	line-height: 24px;
}

/* -- MISC STYLES --------------------------------------  */
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.alignRight {
	text-align: right;	
}

.bold {
	font-weight: bold;	
}

.white {
	color: #ffffff;	
}

hr.tinygrey {
	border-style: solid;
	border-width: 1px;
	border-color: #cccbd9;
	padding:0px;
	margin:0px;
	width:54px;
	text-align:left;
	margin-top:3px;
	margin-bottom:3px;
}

hr.fullgrey {
	border-style: solid;
	border-width: 1px;
	border-color: #cccbd9;
	padding:0px;
	margin:10px 0px;
	width:100%;
	text-align:left;
}

/* TABLELESS Form Styles
----------------------------------------------- */

fieldset
{
	border: 0px;
}

/*legend
{
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
	margin-bottom:10px;
}

.formBackground {
	border: 1px solid #fbf6d0;
	padding: 20px;
	background-color: #fbf6d0;
}*/

label, input, textarea, select{
	display: block;
	float: left;
	margin-bottom: 5px;
}

.boxstyle {
	border: 1px solid #c7c7c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding:7px;
	background-color: #ebebeb;
}

input.textField {
	border: 1px solid #c7c7c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding:6px;
	background-color: #ebebeb;
}

.textareaBox {
	height: 18px;
	border: 1px solid #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ebebeb;
}

.selectmMenu {
	border: 1px solid #b7b7b7;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ebebeb;
	margin-top: 2px;
}

label {
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

input.btn {
	height: 30px;
	border: 2px solid #008558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #008558;
	background-color:#e8c873;
	cursor:hand;
	cursor:pointer;
	float:left;
	filter:progid:DXImageTransform.Microsoft.Gradient
     	(GradientType=0,StartColorStr='#ffffff',EndColorStr='#e8c873');
}

input.btnHov {
	height: 30px;
	border: 2px solid #008558;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #008558;
	background-color:#e8c873;
	cursor:hand;
	cursor:pointer;
	float:left;
	filter:progid:DXImageTransform.Microsoft.Gradient
     	(GradientType=0,StartColorStr='#e8c873',EndColorStr='#ffffff');
}

span.radioText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.messageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#7e3e96;
	font-weight:bold;
}

span.requiredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#7e3e96;
}

span.divider {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
}

hr.dash {
	border-style: dotted;
	border-width: 2px;
	border-color: #c6c6c6;
}

br.formBR {
	clear: left;
} 

/*Form Error
---------------------------------------------------*/
.textareaError {
	border: 2px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ff0000;
}

.textboxError {
	border: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ff0000;
}

.selectbox3Error {
	font-family: "Trebuchet MS", Verdanna, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ff0000;
	margin-top: 2px;
}
