html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
input[type="text"], input[type="password"], select, textarea, checkbox{
	padding: 4px;
	border: 1px solid #999;
	background-color: #F4F4F4;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* Commonly used to style page titles. */
h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
}
/* Commonly used to style section titles. */
h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	color: #bf0000;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
}
hr {
	color: #CCC;
	height: 1px;
}
body {
	background-image: url(images/bg_website.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	background-attachment: fixed;
	background-color: #000;
	background-repeat: no-repeat;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	background-position: center top;
	line-height: 1.6em;
	font-size: 12px;
}
.pageWidth {
	width: 960px;
	border: 1px solid #000000;
}
.BannerArea {
	height: 190px;
	background: url(images/bg_banner.png) no-repeat center center;
}
#LogoDiv {
	width: 300px;
	overflow: hidden;
	padding-left: 10px;
}
/* search box div */
#searchBoxDiv {
	top:0px;
	text-align: right;
	width: 400px;
	padding-right: 0px;
	z-index: 1;
	margin-left: 558px;
	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: hidden;
}
#SocialBookmarks2 {
	position: relative;
	text-align: right;
	top: 30px;
	color: #FFF;
	padding-right: 10px;
}

#cTable {
	background-color: #FFF;
	background-image: url(images/bg_cTable.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.ContentArea {
	padding: 20px;
	font-size: 12px;
	width:100%;
}

.tdColorBg {
 background-color:#ebebeb;
}
a:link, a:visited, a:active {
	color: #193a81;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
/* New Top Nav **************************************************************/
.jqueryslidemenu {
	font: bold 14px Tahoma, Geneva, sans-serif;
	background: #000000;
	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;
	/*background: #000000; background of tabs (default state)*/
	color: FFFFCB;
	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;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid Transparent;
}

.jqueryslidemenu ul li a:hover {
	/*background: #900 !important; tab link background during hover state*/
	color: #FFF;
	text-shadow: 0 0 3px #FFFFCB;
	
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background: #333;
	border-top-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-top-right-radius:6px;
	-moz-border-bottom-left-radius:6px;
	-moz-border-bottom-right-radius:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom:6px;
	z-index: 1000;
	margin-top:-2px;
}
/*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;
}
.jqueryslidemenSelected {
	background-color: #000 !important; 
	-webkit-border-radius:6px !important;
	-moz-border-radius:6px !important;
	border-radius:6px !important;
	border: 1px solid #900 !important;
}
.jqueryslidemenPreSelected {
	background-color: #333 !important; 
	-webkit-border-top-right-radius:6px !important;
	-moz-border-top-right-radius:6px !important;
	border-top-right-radius:6px !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 */

.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;
}
.title {
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
}
.titleBg {
	color: #900;
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	background-image: url(images/TitleBars.png);
	background-repeat: no-repeat;
	height: 24px;
	background-position: left bottom;
	font-size: 16px;
}
.titleBg a:link, .titleBg a:hover, .titleBg a:visited {
	color: #FFC;
}


.title_Bbg {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(images/TitleBars2.png);
	height: 24px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.title_Bbg a:link, .title_Bbg a:hover, .title_Bbg a:visited {
	color: #000;
}

.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;
}
.bgColor1 {
	background-color: #000;
	color: #FFF;
}
.bgColor1 a:link, .bgColor1 a:hover, .bgColor1 a:visited {
	color: #FFC;
}
.bgColor2 {
	color: #FFF;
	background-color: #900;
}
.bgColor2 a:link, .bgColor2 a:hover, .bgColor2 a:visited {
	color: #FFC;
}

.largeTxt {
	font-size: 14px;
}
.xlTxt {
	font-size: 16px;
}


.wTxt {
	color: #FFFFFF;
}

.border_grey {
	border: 1px solid #8C8C8C;
}
.border_lightGrey {
	border: 1px solid #CCCCCC;
}

.admin_sidenav {
	width: 231px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #900;
	background-color: #FFF;
}
#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;
}

/**** admin nav ****/

#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;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Transparent;
	color: #300;
}

#adminNav a:hover{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #900;
}
.adminLoginTable {
	background-color:#222;
	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;
}
.adminLoginTable a:link, .adminLoginTable a:hover, .adminLoginTable a:visited {
	color: #FFC;
}
.imageLinkTable {
	margin-top: 10px;
}


.imageLinks {
	padding-left: 6px;
	padding-top: 6px;
	margin-top: 6px;
	
}
.imageLinks img {
	margin: 0px;
}

.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 admin nav ***/

/** side nav **/

.sideNav_color {
	width: 232px;
}
/** end side nav **/
/**** sideNavLower ****/

#sideNavLower{
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-color: #fae8bf;
	background-image: url(images/bg_sideNavLower.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#sideNavLower td {
	
}

#sideNavLower a:link, #sideNavLower a:visited {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	margin-bottom: 2px;
	color: #333;
	border-bottom: 1px solid #d8b045;
}

#sideNavLower a:hover{
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../../images/bg_tranparentBlack60.png);
	background-repeat: repeat;
	color: #FFC;
}
.sideNavLowerSelected {
	text-decoration: none;
	background-image: url(images/Arrow-Left.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.sideNavLowerImage {
	background-color: #070E16;
	background-image: url(images/bg_navLeft.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 494px;
	bottom: 0px;
}

/** end sideNavLower **/

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #000000;
	padding: 10px;
}
.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;
}
.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;
}
.nav_underBG{
	background-color:#000;
	color: #FFF;
	font-size: 10px;
}
#nav_under {
}
#nav_under td {
	color: #FFF;
	font-size: 10px;
	padding: 4px;
}
#nav_under a:link, #nav_under a:visited {
	color: #FFC;
	text-decoration: none;
}
#nav_under a:hover {
	color:#FFF;
}
.NavUnderPadLeft {
	padding-left:10px;
}


hr {
	color: #CCCCCC;
}
.input {
	height: 20px;
	border: 1px solid #003366;
}

.logoDimensions {
	max-height:100px;
	max-width:740px;
}
.imgGalleryDimensions {
	max-width:300px;
	max-height:300px;
}
.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: #111111;
}
.b2h, .b2bh {
	height:1px;
	border-right:2px solid #111111;
	border-left:2px solid #111111;
	margin:0 3px;
	background-color: #111111;
}
.b3h, .b3bh {
	height:1px;
	border-right:1px solid #111111;
	border-left:1px solid #111111;
	margin:0 2px;
	background-color: #111111;
}
.b4h, .b4bh {
	height:2px;
	border-right:1px solid #111111;
	border-left:1px solid #111111;
	margin:0 1px;
	background-color: #111111;
}
.b2bh, .b3bh, .b4bh {



}
.headh {
	background: #111111;
	border-right:1px solid #111111;
	border-left:1px solid #111111;
	color: #FFF;
	padding: 4px;
}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.contenth {
	border-right:1px solid #111111;
	border-left:1px solid #111111;
}
.contenthdiv {
	margin-left: 12px;
	padding-top: 5px;
	margin-right: 12px;
	padding-bottom: 5px;
	font-size:12px;
}
/* round panel 2 */
.c1h, .C2h, .c3h, .c4h, .c2bh, .c3bh, .c4bh{font-size:1px; overflow:hidden; display:block;}
.c1h {
	height:1px;
	margin:0 5px;
	background-color: #111111;
}
.c2h, .c2bh {
	height:1px;
	border-right:2px solid #111111;
	border-left:2px solid #111111;
	margin:0 3px;
	background-color: #000;
}
.c3h, .c3bh {
	height:1px;
	background:#111111;
	border-right:1px solid #111111;
	border-left:1px solid #111111;
	margin:0 2px;
}
.c4h, .c4bh {
	height:2px;
	background:#111111;
	border-right:1px solid #111111;
	border-left:1px solid #111111;
	margin:0 1px;
}
.c2bh, .c3bh, .c4bh {
	background: #111111;


}
.cheadh {
	background: #111111;
	border-right:1px solid #111111;
	border-left:1px solid #111111;
	color: #FFF;
}
.cheadh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px;}
.ccontenth {
	border-right:1px solid #111111;
	border-left:1px solid #111111;
}
.ccontenthdiv {
	margin-left: 12px;
	padding-top: 5px;
	margin-right: 12px;
	padding-bottom: 5px;
	font-size:12px;
}