html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	background-image: url(images/bg_Blue2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #002775;
	background-repeat: repeat-x;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
}
/* Commonly used to style page titles. */
h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}
/* Commonly used to style section titles. */
h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}
hr {
	color: #CCC;
	height: 1px;
}
.pageWidth {
	width: 960px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #002775;
	border-left-color: #002775;
}
.BannerArea {
	height: 185px;
	background: url(images/bg_banner.jpg) repeat;
}
#LogoDiv {
	padding-left: 10px;
}
/* search box div */
#searchBoxDiv {
	top:0px;
	text-align: right;
	width: 400px;
	padding-right: 0px;
	z-index: 1;
	margin-left: 554px;
	/*float: right;*/
	position: absolute;
}
.searchBoxButton {
	background-image: url(images/btn_search_box.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.searchBoxTextField {
}


/* Search Box */
#search_box {
	width: 200px;
	height: 31px;
	float:right;
	background-image: url(images/bg_search_box.png);
}
#search_box #s {
	float: left;
	border: 0;
	width: 139px;
	background: none;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 6px;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

#SocialBookmarks {
	visibility: visible;
}
#SocialBookmarks2 {
	visibility: hidden;
	position: relative;
	text-align: right;
	top: 30px;
	color: #FFF;
	padding-right: 10px;
}

#cTable {
	background-color: #FFF;
}
.ContentArea {
	padding: 20px;
	font-size: 12px;
	width:100%;
}
.tdColorBg {
	background-color:#FFC;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:active {
	color: #cc0000;
}
.admin_sidenav {
	width: 200px;
	background: #FFF;
}
/* New Top Nav **************************************************************/
.jqueryslidemenu {
	font: bold 14px Tahoma, Geneva, sans-serif;
	background: #000066 url(images/off.gif) repeat-x;
	width: 100%;
}
.jqueryslidemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li {
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
	color: white;
	padding: 8px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family:Tahoma, Geneva, sans-serif;
}
* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color: #FFFFCB;
	padding-right: 10px;
	padding-left: 10px;
}
.jqueryslidemenu ul li a:hover {
	background: #9A2118 url(../CoolBlue/images/nav_bg_on.jpg) repeat-x;
	color: #FFF;
	text-shadow: 0 0 3px #aaa;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background: #9A2118;
	border-bottom-left-radius:6px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-bottom-left-radius:6px;
	-moz-border-top-right-radius:6px;
	-moz-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-right: 1px solid Transparent;
	border-bottom: 1px solid Transparent;
	border-left: 1px solid Transparent;
	z-index: 1000;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
	/*box-shadow: 0 4px 4px #220000;*/
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	min-width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.jqueryslidemenuz ul li ul li a:hover { /*sub menus hover style*/
	/*background: #eff9ff;*/
	color: black;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
.jqueryslidemenPreSelected {
	background: #9A2118 url(../CoolBlue/images/nav_bg_on.jpg) repeat-x !important;
	border-top-right-radius:6px !important;
	-moz-border-top-right-radius:6px !important;
	-webkit-border-top-right-radius:6px !important;
	border-top-left-radius:6px !important;
	-moz-border-top-left-radius:6px !important;
	-webkit-border-top-left-radius:6px !important;
}
.jqueryslidemenSelected {
	background: #9A2118 url(../CoolBlue/images/nav_bg_on.jpg) repeat-x !important; 
}

/* end new top nav ********************************************************8*/
/* Join Email Envelope */
.Envelope {
	position:absolute; 
	z-index: 1;
	margin-top: -6px;
	-webkit-transition: all 1s ease-in-out; 
	-moz-transition: all 1s ease-in-out; 
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out; 
}
.Envelope:hover {
	-webkit-transform: rotate(360deg) scale(2); 
	-moz-transform: rotate(360deg) scale(2); 
	-o-transform: rotate(360deg) scale(2);
	transform: rotate(360deg) scale(2);
}

.JoinEmail {
	padding-left:70px; font-size:13px;
}

 /*End  Envelope */

/**** top nav ****/

#topNav {
	margin: 0px;
	padding: 0px;
	background-image:url(images/off.gif);
	background-repeat:repeat;
	background-position: top;/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0033CC;*/
}
#topNav td {
	height: 30px;
	
	vertical-align: middle;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0033CC;
	border-bottom-color: #03C;
	border-left-color: #000066;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000099;
}
#topNav a:link, #topNav a:visited {
	display: block;
	padding: 6px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}
#topNav a:hover {
	text-decoration: none;
	background-image: url(images/on.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	background-position: bottom;
}
/** end topNav **/
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	background-color: #ffefaf;
	color: #000000;
	background-image: url(images/bg_title.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dac884;
}
.title_Bbg {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/title_bgYellow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #daba56;
}
.largeTxt {
	font-size: 14px;
}
.xlTxt {
	font-size: 16px;
}
.wTxt {
	color: #FFFFFF;
}
.border_grey {
	border: 1px solid #daba56;
}
.border_lightGrey {
	border: 1px solid #CCCCCC;
}
.adminLoginTable {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	color: #FFF;
	background: #012877;
}
.adminLoginTable a:link, .adminLoginTable a:hover, .adminLoginTable a:visited {
	color: #FFC;
}
/**** admin nav ****/
#adminIconTable {
}
#adminIconTable td {
	padding:8px;
}
#adminIconTable a:link, #adminIconTable a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	padding: 4px;
	background-color:#F4F4F4;
	border: 1px solid #CCC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}
#adminIconTable a:hover {
	background-color:#FFF;
	border: 1px solid #C2CCD6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
}
#adminNav {
	margin: 0px;
	padding: 0px;
}
#adminNav h1 {
	padding: 3px;
}
#adminNav a:link, #adminNav a:visited {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
#adminNav a:hover {
	background-color: #FFC;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
/*** end admin nav ***/

/** side nav **/
.sideNav_imgHolder {
	height:23px;
	width:200px;
}
.sideNav_color {
	background-color:#000099;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
	background-image: url(images/nav_left_tbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:200px;
}
.imageLinks {
	
}
.imageLinks a:link, .imagelinks a:visited {
	text-decoration:none;
	border:0px;
}
.imageLinks a:hover {
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
/** end side nav **/
/**** sideNavLower ****/

#sideNavLower {
	margin: 0px;
	padding: 0px;
	background-color: #000066;
}
#sideNavLower td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
#sideNavLower a:link, #sideNavLower a:visited {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#sideNavLower a:hover {
	text-decoration: none;
	background-color: #0000ff;
}
/** end sideNavLower **/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
	font-size: 10px;
	background-image: url(images/off.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #003399;
	background-color:#000066;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #484848;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #484848;
}
textarea {
	border: 1px solid #606060;
}
.imgRM {
	margin-right: 4px;
}
.admin_PageButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	background-image: url(../../images/admin_page_button.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.redTxt {
	color: #FF0000;
}
.navunlinkColor {
	color:#FFC;
}
.nav_underBG {
	background-color: #000099;
	background-image: url(images/nav_under.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
}
#nav_under {color:#FFF;}
#nav_under td {
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#nav_under a:link {
	color:#FFFFFF;
	font-size:11px;
}
#nav_under a:link, #nav_under a:visited {
	color:#FFC;
	text-decoration:none;
	font-weight:bold;
}
#nav_under a:hover {
	color:#FFF;
	
}
hr {
	color: #CCCCCC;
}
.input {
	height: 20px;
	border: 1px solid #003366;
}
.logoDimensions {
	max-height:100px;
	max-width:740px;
}
.imgGalleryDimensions {
	max-width:300px;
	max-height:300px;
}
.titleBg {
	background-image: url(images/off.gif);
	background-repeat: repeat-x;
	background-color: #000066;
	color: #ffffff;
	background-position: top;
	padding: 6px;
}
.threadBar {
	color: #ffffff;
}
/* round panel */
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {
	height:1px;
	margin:0 5px;
	background-color: #000099;
}
.b2h, .b2bh {
	height:1px;
	background:#000099;
	border-right:2px solid #000099;
	border-left:2px solid #000099;
	margin:0 3px;
}
.b3h, .b3bh {
	height:1px;
	background:#000099;
	border-right:1px solid #000099;
	border-left:1px solid #000099;
	margin:0 2px;
}
.b4h, .b4bh {
	height:2px;
	background:#000099;
	border-right:1px solid #000099;
	border-left:1px solid #000099;
	margin:0 1px;
}
.b2bh, .b3bh, .b4bh {
	background: #FFF;
}
.headh {
	background: #000099;
	border-right:1px solid #000099;
	border-left:1px solid #000099;
	color: #FFF;
}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth {
	border-right:1px solid #000099;
	border-left:1px solid #000099;
	background-color: #FFF;
}
.contenthdiv {
	margin-left: 12px;
	padding-top: 5px;
	margin-right: 12px;
	padding-bottom: 5px;
	font-size:12px;
}
.message {
	background-color: #FFC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333;
	padding-left: 10px;
	border: 1px solid #FC9;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
}
.media_embed {
                margin-top:-32px;
                margin-left:-20px;
                margin-right:-20px;
}