﻿@import url('font/stylesheet.css');
*  
{
    margin:0px;
    padding:0px; 
    font-family: 'Arial';    
    font-size: 14px;     
}


/* ----------------------------
simple reset
---------------------------- */
html, body { width:100%; }
html, body, ul, ol, li, form, fieldset, legend { margin: 0; padding: 0; }
body > form { min-height: 100%; position: relative; }
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
/*Added H7 beause I didnt want to change messing someone else up - bj*/
h7
{
    font-size:16px;
}
fieldset,img { border: 0; }
div, form { display: block; position: relative; }
legend { color: #000; }
li { list-style: none; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; vertical-align: top; font-weight: normal; }
input, textarea, select { font-size: 110%; line-height: 1.1; max-width: 98%; padding: 4px; margin-bottom: 4px; }
abbr, acronym { border-bottom: .1em dotted; cursor: help; }
b, strong { font-weight: bold; }
header,article,section,footer,nav { display: block; overflow: auto; position: relative; }

/**
 * 	Select Menus
 */



/**
 * 	Styles
 */
body {
	background: rgb(181,181,181);
	font-family: OpenSans, Helvetica, 'Helvetica Neue', FreeSans, Arial, sans-serif;
	color: #333;
	font-size: 16px;
	display: block;
	margin-bottom: -60px;
}

/*** TEMP? ***/
#dialogx {display: none;}
/*** end TEMP? ***/
.cancelbutton 
{
    height:36px;
    background: #184e68;
    color: #FFF;
    font-size: 20px;
    float: right;
    margin-right: 10px;
    padding: 4px 20px;
    border: none;
    border-radius: 4px;
}

button { font-weight: bold;	font-family: OpenSans, Helvetica, 'Helvetica Neue', FreeSans, Arial, sans-serif; }
.alignLeft { float: left; }
.alignRight { float: right; }
.clear { display: block; clear: both; }
a { color: #0d2d4d; }
.selected {color: Red;}

#headerWrapper
{
	width:100%;
	background-color:#2465BC;
}

#blueDiv
{
	float:left;
	width:2px;
	background-color:#2465BC;
	min-height:100%;
	height:1px;
}

#headerInner
{
	position:relative;
	width:1020px;
	margin:auto;
	background-color:#2465BC;
}
	

#bodyWrapper {
	position: relative;
	height: 100%;
	width: 1020px;
	margin: auto;
	background-color: #FFFFFF;

}

.wrapper {
    margin: 0 10px 0 1px;
	display: block;
	clear: both;
	height:100%;
	width: 100%;
	background-color: #FFFFFF;
	float: left;
}

.wrapper #rightColumn {
    text-align: center;
    color: Orange;
    font-size: 1.1em;
}

#contentArea 
{
	/*margin-left: auto;
	margin-right: auto;
	height:100%;
	background-color: #FFFFFF;
	/**2465BC;**/
	margin: 0 10px 0 1px;
	display: block;
	clear: both;
	height:100%;
	width: 100%;
	background-color: #FFFFFF;
	float: left;
}

/** Columns **/

.column {
    min-height: 1px;
}
#leftColumn 
{   
    width: 716px;
	float: left;
	margin-right: 0px;
	min-height:800px;
	background-color: #FFFFFF;
}

#rightColumn {
	width: 300px;
	float: right;
	margin-left: 2px;
	margin-right:0px;
	min-height:800px;
	height:100%;
	background-color: #FFFFFF;
}

#mainColumn {
    width: 710px;
	float: left;
	margin: 0px;
}

#mainColumn2 {
    width: 720px;
	float: left;
	margin: 0 7px;
}
#mainCol 
{
    vertical-align:top;
    width: 80%;
}

.threeCol #mainColumn {
	width: 430px;
}

#left50Column {
	width: 460px;
	float: left;
	margin-right: 6px;
}

#right50Column {
	width: 460px;
	float: left;
	margin-left: 6px;
}
/**
 * 	Header
 */

div#header .wrapper {
	background: #FFF;
	border: #DEDEDE 1px solid;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 12px 12px;
	margin-bottom: 15px;
}

div#header a {
	color: #666;
	text-decoration: none;
}

div#header a.selected, div#header a:hover, div#header a:active {
	color: #666;
}

#headerAcctControl {
	position: absolute;
	font-size: 12px;
	top: 60px;
	right: 40px;
}

#headerAcctControl span {
	color: #6d161b;
}

div#header #logo {
	float: left;
	margin: 15px 40px 9px;
}

div#header .nav {
	background: url(img/headerNav-bg.gif) left top no-repeat;
	width: 900px;
	height: 66px;
	padding: 0 30px;
	margin: 0 -12px;
	z-index: 2;
	border-radius: 5px 5px 0 0;
}

div#header .nav a {
	color: #FFF;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	padding: 14px 25px 14px 26px;
	border-right: 1px solid rgb(202, 202, 202);
	display: block;
	float: left;
}

div#header .nav a.last {
	border: none;
}

div#header .nav a.selected, div#header .nav a:hover, div#header .nav a:active {
	color: #FFF;
	background: #7d9aa9;
}

div#header .subnav {
	position: absolute;
	z-index: 999;
	top: -18px;
	left: 6px;
	padding: 6px;
	width: 914px;
	height:30px;
	background: #7d9aa9;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 3px 7px rgba(0,0,0,0.43);
	display: none;
	overflow: hidden;
}

div#header .subnav ul 
{
    position:absolute;
    left:30px;
    top:12px;
	width:900px;
}

div#header .subnav li 
{
   display:inline;
   padding:0 24px 0 0;
}

div#header .subnav a {
	color: #FFF;
	font-size: 13.5px;
	font-weight:bold;
}

div#header #siteTitle {
	background: url(img/siteTitle-bg.jpg) left top no-repeat;
	margin: 0 20px 20px;
	width: 920px;
	height: 40px;
	padding: 20px;
}

div#header #siteTitle.extended {
    height: auto;
	background: url(img/siteTitleExt-bg.jpg) left top no-repeat;
}

div#header #siteTitle .extendedDesc { display: none; font-size: 12px; width: 400px; }
div#header #siteTitle.extended p.extendedDesc { display: block; color: #FFF; }

div#header #siteTitle h1 {
	color: #FFF;
	font-size: 40px;
	line-height: 40px;
}

section {
	display: block;
	clear: both;
	overflow: hidden;
}

/**
 * 	Basic form elements
 */

.formField {
	position: relative;
	display: inline-block;
}

.text input {
	font-size: 14px;
	border-radius: 4px;
	color: #aaa;
	border: 2px solid #DDD;
}
.text input.error { box-shadow: 0 0 3px #F00; border: 2px solid #F00; }
label.error, span.error, #loginOverlay .formField.text label.error { color: #F00; }
.formField.text span.error {
	position: absolute;
	top: 7px;
	right: 5px;
	font-weight: bold;
}
button { background: #7d9aa9; border: none; border-radius: 12px; padding: 2px 8px; font-size: 16px; font-weight: normal; }

/**
 * 	Login Page
 */
#login .wrapper {
	background: #FFF;
	padding: 50px 0 100px;
	border: #DEDEDE 1px solid;
	border-radius: 20px 20px 0 0;
}

#loginOverlay {
	background: #dcddde;
	width: 440px;
	height: 240px;
	padding: 20px;
	margin: 0 auto;
	box-shadow: 0 2px 5px #AAA;
	border-radius: 8px;
}

#divFormErrors
{
	display:block;
	color:Red;
}

#loginOverlay .formField.text { display: block; }

#loginOverlay .formField.text label {
	position: absolute;
	top: 5px;
	left: 10px;
	color: #CCC;
}

#loginOverlay .formField.text input {
	width: 420px;
	margin-bottom: 12px;
	font-size: 18px;
}

#loginOverlay .formField.checkbox { display: block; float: left; width: 250px; height: 24px; }
#loginOverlay .formField.checkbox input { float: left; margin-right: 10px; }
#loginOverlay .formField.checkbox label { float: left; }

#loginOverlay button {
	background: #184e68;
	color: #FFF;
	font-size: 20px;
	float: right;
	margin-right: 10px;
	padding: 4px 20px;
	border: none;
	border-radius: 4px;
}

#loginOverlay .formField.text span.error { font-size: 13px; }

/**
 * 	Footer
 */

div#footer {
	background: #0d2d4d;
	width: 100%;
	bottom: 0;
}

/* ----------- trainingAssistanceStyle ----------- */
.divBoxHeader {
    background-image: url(img/OrangeHeaderGrad.png)
    background-repeat: repeat-x;
    height: 30px;
    color: white;
    padding-top: 5px;
    font-size: 18px;
    font: 'Trebuchet MS';
    font-weight: bold;
    text-align: center;
}

.errorMsg
{
    color:#FFF;
    font-weight:bold;
    text-align: center;
}

.ErrorMessage
{
    font-weight: bold;
    margin-left: 10px;
}

.submitP
{
     text-align:center;
     padding-top:11px;
     margin-top:15px;
     width:100%;

}


.input-error
{
    border:2px solid #E40000;
}

.modalBackground
{
background-color: Black;
filter: alpha(opacity=50);
opacity: 0.8;
z-index: 10000;
}

/**
 * 	DBH: Additions
 */

#blueDividerThick
{
    background-color: #2465BC; 
    height: 40px;
}

#orangeDividerThick
{
    background-color: #FF6600; 
    height: 25px;
}

#orangeDividerThin
{
	display:block;
	background-color: #FF6600;
	height: 1px;
	margin: 15px 0 15px 20px;
}

.postheader
{
	width: 716px;
	float:left;
}


.rolluppost
{
	width: 716px;
	display:block;
}

.postdate
{
	padding: 10px 0 10px 3px;
	border: #2465BC 1px solid;
	border-width: 0 1px 1px 1px;
	border-radius: 0 8px 0px 0px;
	background-color:#2465BC;
	width:45px;
	color:White;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:5px;
	font-size:smaller;
	font-weight:bold;
}
.blueSquare
{
    
    width: 75px;
    color: White;
    padding: 5px;
    background-color: #2D70C2;
    font-family: Arial; font-size: 14px; font-weight: bold;
    text-align: center; vertical-align: middle;
}

#readMore a
{
	color: White;
	text-decoration:none;
}
#readMore a .selected 
{
	color: White;
	text-decoration:none;	
}
#readMore
{
	color:White;
	text-decoration:none;	
	border: #2465BC 1px solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 8px 8px 8px 8px;
	background-color:#2465BC;
	width:75px;
	font-size:smaller;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

.subscribe
{
	margin-left:5px;
	float:right;
	vertical-align:top;
}

#subscribe a
{
	color: White;
}
#subscribe a .selected 
{
	color: White;
	text-decoration:none;	
}
#subscribe
{
	color:White;
	text-decoration:none;	
	border: #2465BC 1px solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 8px 8px 8px 8px;
	background-color:#2465BC;
	width:75px;
	font-size:smaller;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

.retPost
{
	margin:5px 0px 5px 5px;
	height:30px;
	border: 1px solid #2D70C2;
	border-radius: 0px 0px 6px 6px;
	background-color: #2D70C2;
	color:White;
	vertical-align:middle;
	text-align: center;
}

.retPost a
{
	color: White;
	text-decoration:none;
}
.retPost a .selected 
{
	color: White;
	text-decoration:none;	
}


.postphoto
{
    padding-bottom: 10px;
    width:600px;
    margin-left: auto;
    margin-right: auto;
    
}

.postphoto1
{
	display:block;
    margin-left: auto;
    margin-right: auto;
    
}

.postWrap
{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.posttitle
{
    padding: 5px 0px 10px 0px;
    font:bold 19px Arial;
    color: #FF6600;
    /*color: #f58220;*/
    text-decoration:none;
}

.posttitle a
{
    font:bold 20px Arial;
    color: #FF6600;
    text-decoration:none;
}

.postauthor
{
    color: Black;
    padding-bottom: 10px;
    float:left;
}

.postauthor a, postauthor a:link, postauthor a:visited
{
    font-size: 13px;
    font-weight: bold;
    color: #2D70C2;
}

.postbody
{
    padding: 0 0 10px 0;
    display:block;
    float:left;
}

.postbody a, .postbody a:link, .postbody a:visited
{
 
}

.postline
{
    padding: 5px;
    margin-left: 20px;
    display:block;
}

.postline a, .postline a:link, .postling a:visited
{
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #2D70C2;  
}

.postComments
{
	text-decoration:none;
	vertical-align:top;
}

.postAction
{
	width: 100%;
	display:block;
	margin-bottom:10px;
}

.postComment
{
	float:left;
	margin-bottom:5px;
}

.postFB
{
	margin-left: 5px;
	float:left;
	vertical-align:top;
	margin-bottom:5px;
}

.postPint
{
	margin-left: 5px;
	float:left;
	vertical-align:top;
}

.clear
{
	display:block
}

.postTwit
{
	margin-left: 5px;
	float:left;
	vertical-align:top;
}
.postGPlus
{
	margin-left: 5px;
	width:80px;
	float:left;
	vertical-align:top;
}

.readMore
{
	margin-left:5px;
	width:75px;
	float:right;	
	vertical-align:top;
}

.readMore A
{
	padding:2px 2px 2px 2px;
}

.tupdropdown
{
    width: auto;
    font-family: 'Trebuchet MS';    
    font-size: 11px;
    height:27px;
}

.pdWhole
{
	margin-top:10px;
	width: 716px;
	float:left;
}

.pdLeft
{
	width:100px;
	float:left;
	vertical-align:top;
}

.pdAuthor
{
	display:block;
	font-size:x-small;
    color: Black;    
}

.pdAuthor A
{
	text-decoration:none;
	color:Blue;
	font-size:x-small;
	font-weight:bolder;
}
.pdWhole1
{
	margin-Left:20px;
	margin-top:5px;
	width: 680px;
	float:left;
}
.pdComm
{
	margin-top:5px;
	width: 716px;
	float:left;
}

.pdMain
{
	width:600px;
	float:left;
	vertical-align:top;
}
.pdComments
{
	float:left;
	width:696px;
}

.cmrow
{
	word-wrap:break-word;
	display:block;
	margin-left:20px;	
	width:650px;
	float:left;
	font-weight:400;
	line-height:1.5em;
	text-transform:none;
	
}

.cmheader
{
	display:block;
	margin-left:20px;
	margin-right:10px;
	width:650px;
	float:left;	
}
.cmby
{
	font-weight:normal;
	font-weight:700;
	font-size:1.1em;

}
	

.cmdate
{
	color:#949494;
	font-family:arial;
	font-size:11px;
}

.cmdiv
{
	background-color:#D2D2D2;
	width:650px;
	height:1px;
	margin-top:25px;
	margin-left:20px;
	overflow:hidden;
}

.cmodd
{
	background-color:White;
}

.cmfooter
{
	display:block;
	background-color: #FF6600;
	height: 1px;
	margin-left:20px;
	margin-right:10px;
	width:650px;
}

.cmleft
{
	width: 100px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #000000;
	float:left;
}

.cmauthor
{
	float:left;
	margin-left: 20px;
}

.cmright
{
	margin-left:10px;
	float:left;
	width:540px;
}

.pdCommentHdr
{
	width: 666px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	color: #FF6600;
	background-color: #CCCCCC;
	font-size: 16px;
	font-weight: bolder;
	border-radius: 0px 8px 0px 0px;
}
.pdLeaveReply
{
	margin-left:5px;
	font-size: 18px;
	font-weight: bolder;
	color: #FF6600;
}
.pdComm
{
	margin-left:20px;
	width:650px;
	
}
.pdCommentBy
{
	margin-left:20px;
	width:200px;
}

.pdCommentEmail
{
	margin-left:20px;
	width:400px;
}
.round
{
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #000000;
}

.pdAddComment
{
	margin-left:20px;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	text-align:center;
	color:White;
	background-color:#2465BC;
	width:75px;
	font-size:smaller;
	font-weight:bold;
	text-align:center;
}

.message
{
	color:Red;
	margin-left:20px;
}

.ctlc
{
	background-color: #96B8E0;
	margin: 5px 4px 5px  4px;
	border:1px solid #96B8E0;
	border-radius:6px 6px 6px 6px;
}

.ctl
{
	margin: 5px 3px  5px 3px;
	
}

.ctlh
{
	color: White;
	background-color: #F79548;
	font-size: 1.2em;
	font-weight: 700;
	font-style: normal;
	padding: 10px 0px 10px 0px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #F79548;
	border-radius: 6px 6px 0px 0px;
	font-family: Verdana;
}
.twit
{
	width:280px;
}

.ctlhd
{
	background-color: #F79548;
	padding: 2px 0px 2px 0px;
	text-align: center;
	border: 1px solid #F79548;
	border-radius: 6px 6px 0px 0px;
}

.ctlb
{
	min-height:20px;
	background-color: White;
	text-align: left;
	border-left: solid 1px #96B8E0;
	border-right: solid 1px #96B8E0;
	padding: 2px 5px 2px 2px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}

.ctlnb
{
	min-height:40px;
	background-color: White;
	text-align: left;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 0px;
}


.hc
{
	color:#FF6600;
}

.subitem
{
	float:left;
	margin:5px 5px 5px 0px;
	text-align:center;
}

.subitem a
{
	text-decoration:none;
	color:Black;
}

.subnow
{
	font-weight: 600;
	width:100%;
	text-align:center;
	font-size:10px;
	padding:5px 0px 5px 0px;
}

.subln
{	
	width:250px;	
	margin-left:auto;
	margin-right:auto;		
}

.subln1
{
	width:300px;
	margin-left:auto;
	margin-right:auto;	
	display:inline-block;
}

.ctlf
{
	min-height:10px;
	border: 1px solid #2D70C2;
	border-radius: 0px 0px 6px 6px;
	background-color: #2D70C2;
	color:White;
	vertical-align:middle;
	text-align: center;
}

.ctlf a
{
	text-decoration:none;
	color:White;
}

.mrdiv
{
	background-color: #F79548;
		
}

.mra
{
	width:50%;
	padding: 10px 10px;
	text-align: center;
	background-color: #E5E5E5;
	border: 1px solid #E5E5E5;
	border-radius: 6px 6px 0px 0px;
	display: inline;
	margin-left: 2px;
}

.aact
{
	width:50%;
	padding: 10px 10px;
	text-align: center;
	background-color: #E5E5E5;
	border: 1px solid #E5E5E5;
	border-radius: 6px 6px 0px 0px;
	display: inline;
	margin-left: 2px;
}
.hdn
{
	display:none;
}

.ainact
{
	width: 50%;
	padding: 5px 10px;
	text-align: center;
	background-color: #959595;
	border: 1px solid #959595;
	border-radius: 0px 6px 0px 0px;
	display: inline;
}

.mrinact
{
	width: 50%;
	padding: 5px 10px;
	text-align: center;
	background-color: #959595;
	border: 1px solid #959595;
	border-radius: 0px 6px 0px 0px;
	display: inline;
}
.pagtitle
{
	color:Blue;
	font-family:arial;
}

.pagtitle a
{
	color:Blue;
	text-decoration:none;
	font-family:arial;
	font-size:smaller;
}

.pagdate
{
	color:#949494;
	font-family:arial;
	font-size:11px;
}

.pagdiv
{
	display:block;
	background-color: #949494;
	height: 1px;
	margin:5px 0px 5px 0px;
	
}

.imgvmiddle
{
	height:auto;vertical-align: middle;
}

.authposts
{
	display: block;
	text-align:center;
	font-size: larger;
	font-weight: bold;
	color: #000000;
}

.footer
{
	display:block;
	width: 716px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:Gray;
	font-size:small;
	height:0px;
}