/*/// Website Colors ///
Corp Purple:	847086	Pantone 8100 C
Cream:			FEF9F1	
Pale Grey:		F0F2F2
Dark Grey		B3BCC0
Text:				4F5559	
Blue:				001EFF	
Orange:			FF6215	
Flesh:			FFC9AF	
Yellow:			FF9933	
Green:			96FC00	
Magenta:			FF3C93	
Pale Blue:		003366
	
/// End Website Colors ///*/

/*// Elements //*/
html,body,form {
	min-height: 100%;
	
}
body {
	font-size: 10pt;
	margin: 0px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF9933;
}
p,td,ul,ol,li,caption,pre,input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
input,select,textarea {
	font-family : Arial, Helvetica, sans-serif;
	padding: 2px;
	padding-left: 5px;
}
label {
	padding-left: 5px;
	padding-right: 5px;
}
a {
	color : #D5A826;
	text-decoration : underline;
}
a:hover {
	color : #0A5A98;
	text-decoration : none;
	/*border-bottom: 1px dashed #3B4B5B;*/
}
h1,h2,h3,h4,h5 {
	color: #0A5A98;	
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 3px;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.75em;
}

/*/// ChildDev Styles ///*/
.homeTable {
	
	
}
.homeTopCell {
	background-color: #ffffff;
	padding-left: 15px;
	font-size: 8pt;
}
.homeBotCell {
	padding: 7px;
	border-top: 1px solid #d3c9ce;
}
.tblPage {
	background-color: #FEF9F1;
	border: 1px solid #d3c9ce;
	width: 75%;
}
#tdLogo {
	padding: 3px;
	border-bottom: 1px solid #848589;	
}
#tdTagline {
	padding-left: 258px;
}
.topIcons {
	font-size: 7pt;
	cursor: pointer;
}
.tdMain {
	padding: 9px;
}
#tblMain {
	
}

#tblMenu {
	background-color: #B3BCC0;
	background-image: url(../media/menu.topleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.tdMenu {
	text-align: right;
	padding-right: 5px;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	border-top: 1px solid #D5DADC;
	border-bottom: 1px solid #7D8A90;
}
.tdMenuSelected {
	text-align: right;
	padding-right: 5px;
	color: #DDE0E0;
	font-size: 9pt;
	font-weight: bold;
	border-top: 1px solid #D5DADC;
	border-bottom: 1px solid #7D8A90;
}
.tdSubMenu {
	background-color: #ffffff;
	text-align: right;
	padding-right: 11px;
	color: #4f5559;
	font-size: 7pt;
}
#tdContent {
	background-color: #ffffff;
	border-top: 1px solid #847086;
	border-left: 1px solid #847086;
	border-right: 1px solid #847086;	
}
#tdFooter {
	background-color: #ffffff;
	border-bottom: 1px solid #847086;
	border-left: 1px solid #847086;
	border-right: 1px solid #847086;
}
.footer {
	font-size: 8pt;
	left: 180px;	
	padding-top: 7px;
	position: relative;
}
.footer a
{
	color : #0A5A98;
	text-decoration : underline;
}
#tdFlash
{
	border: solid 1px  #000000;
}

.footer a:hover {
	color : #0A5A98;
	text-decoration : none;
	/*border-bottom: 1px dashed #3B4B5B;*/
}
.DropCap {
	float:left;
	color:#0060A1;
	font-size:78px;
	line-height:60px;
	padding-bottom:2px;
	padding-right:3px;
}
.poweredL {
	padding-left: 3px;
	padding-top: 3px;
}
/*// End ChildDev Styles //*/

#divMain 
{
	background-color: #ffffff;
	border: 1px solid #dad4da;
	min-width: 770px; 
	max-width: 80em; 
	margin: 0 auto; 
	margin-top:30px;
	margin-bottom:40px;
	width:90%;
}
#divPage{ 
	min-width: 770px; 
	max-width: 80em;  
	min-height: 450px;
	height: auto !important;
	height: 450px;
	margin-top:30px;
	margin-bottom:10px;
	
	}
* html #divMain  {width:45%; border-right:450px solid #fff;}
* html #divPage {display:inline-block; position:relative; margin-right:-450px;}
#divRight {
	background-color: #fef9f1;
	min-height:450px;
	border: 1px solid #a5a8aa;
	border-radius: 3px; /* CSS3 rounded corners */
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	margin-left: 175px;
	width: 70%;
	height: 80%;
	padding: 11px;
	text-align: justify;
}
#divLeft {
	float:left;
	top: 10%;
	width: 175px;
	height: 80%;
	padding-top: 5px;
}
#divBottom {
	 width:100%;
	 text-align:center;
	 	padding-left: 21px;
	padding-right: 10px;
	background-image: url(../images/body.bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #4F5559;
	font-size: 9px;
	padding-top: 9px;
}

#divTopBtns {
	display: block;
	
	z-index: 10;
	
	width: 85%;
	
	height: 20px;
	padding-left: 11px;
	padding-right: 10px;
	text-align: right;
}

#divMenu {
	display: block;

	
	width: 100%;
	min-height: 65%;
	_background-color: #0A5A98;
	background-color: #166BA4;
	border-radius: 3px; /* CSS3 rounded corners */
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	background-image: url(../images/menu.bg.blue.png);
	background-position: right;
	background-repeat: repeat-y;
	color: #ffffff;
	padding: 0 0 1em 0;
} 
#divMenu ul.menu {
	margin-top: 5px;
	margin-bottom: 22px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 7px;
} 
#divMenu ul.menu li {		
	border-bottom: 1px solid #6E9BB8;
	margin: 0;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
#divMenu li a {
	color: #ffffff;
	display: block;
	padding: 2px 2px 2px 0.5em;
	text-decoration: none;
	width: 135px;
	margin: 0;
	border-right: 1px solid #ffffff;
}
#divMenu ul.menu ul a {
	border-right: 0px solid #ffffff;
}
#divMenu li a:hover, #divMenu li a.selected {
	background-image: url(../images/menu.bg.gold.png);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #000000;
	color: #000000;
	
}

#divMenu ul.menu ul {
	background-color: #ffffff;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 144px;
}
#divMenu ul.menu ul li {	
	margin: 0;
	padding: 0;
	font-size: 11px;
	border-bottom: 0px solid #ffffff;
	font-weight: normal;
	text-transform: capitalize;
}
#divMenu ul.menu ul li a {
	color: #3B4B5B;
	display: block;
	text-decoration: none;
	text-indent: -1em;
	padding: 0px 0px 0px 16px;
	width: 104px;
	margin: 0;
	margin-left: 1em;
	padding-right: 1em;
}
#divMenu ul.menu ul li a.selected {
	background-color: #ffffff;
	background-image: none;
	color: #003366;
	text-decoration: underline;
	text-indent: -1em;
	padding: 0px 0px 0px 16px;
	width: 104px;
	margin: 0;
	margin-left: 1em;
	padding-right: 1em;
}
#divMenu ul.menu ul li a:hover, #divMenu ul.menu ul li a.selected:hover {
	background-color: #f0f0f0;
	background-image: none;
	color: #003366;
	text-decoration: underline;
	text-indent: -1em;
	padding: 0px 0px 0px 16px;
	width: 104px;
	margin: 0;
	margin-left: 1em;
	padding-right: 1em;
}
#title
{

	display:none;
}
#splashCell {
	border: 1px solid #000000;
}
#divTitle {
	width: 100%;
	height: 100px;
	background-color: #003366;
	background-image: url(../images/title_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
}
#divTitle #pageTitle {
	position: absolute;
	left: 7px;
	bottom: 4px;
	font-size: 24pt;
	font-weight: bolder;
	color: #FF9933;
	text-transform: uppercase;
}
.editor_ContentContainer {	
	background-color: #fef9f1;
}
#logo
{
	float:right;
}
.splash {
	color: #323265;
	font-size: 11px;
	padding: 7px;
	letter-spacing: 0.1em;
}
a.splash {
	text-decoration: none;
}
.cms_Message {
	background-color: #87B3D1;
	margin-bottom: 3px;
	padding: 2px;
	padding-left: 7px;
	font-weight: bold;
	color: #3B4B5B;
	border-top: 1px solid #323265;
	border-bottom: 1px solid #ffffff;
}
