@charset "utf-8";
/* CSS Document */
/*text color #333333*/

.print { }
.screen { }

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url('images/bg_gradient.jpg');
	background-repeat:repeat;
	background-attachment:fixed;
}
img {
	border: none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	line-height:18px;
	margin-top: 0;
	margin-bottom: 15px;
}
a:link {
	font-family: arial, helvtica, sans-serif;
	font-size: 12px;
	color: #CB0000;
	text-decoration: none;
}
a:active {
	font-family: arial, helvtica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: arial, helvtica, sans-serif;
	font-size: 12px;
	color:#CB0000;
	text-decoration: none;
}
a:hover {
	font-family: arial, helvtica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.linkwhite:link {
	font-family: arial, helvtica, sans-serif;
	font-size: 12px;
	color: #775202;
	text-decoration: none;
}
.linkwhite:active {
	font-family: arial, helvtica, sans-serif;
	font-size: 12px;
	color: #775202;
	text-decoration: none;
}
.linkwhite:visited {
	font-family: arial, helvtica, sans-serif;
	font-size: 12px;
	color:#775202;
	text-decoration: none;
}
.linkwhite:hover {
	font-family: arial, helvtica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.rulegallery {
	font-family: arial, helvtica, sans-serif;
	font-size: 12px;
	color: #775202;
	text-decoration: none;
}
.rulewhite {
	border-bottom:1px solid #FFFFFF;
}
.rulered {
	border-bottom: 1px solid #CB0000;
}
.tbltextboxgrey {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.tbltextboxpurp {
	border-top:1px solid #990000;
	border-left:1px solid #990000;
	border-bottom:1px solid #990000;
	border-right:1px solid #990000;
}
.tbltextboxmtsd {
	border-top:1px solid #CC9900;
	border-left:1px solid #CC9900;
	border-bottom:1px solid #CC9900;
	border-right:1px solid #CC9900;
}
.tbltextR {
	border-right:1px solid #FFFFFF;
}
.tbltextCrnL {
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.tbltexttop {
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.tbltextbtm {
	border-bottom:1px solid #FFFFFF;
}
.tbltextCrnR {
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}
.tbltextsides {
	border-left:1px solid #FFFFFF;
}
.tbltextsides01 {
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}
.tbltextCrnbtmR {
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.tbltextCrnbtmR1 {
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.tbltextsideswht {
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}
.crrentgallery {
	font-family: arial, helvtica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.maintext {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	line-height:18px;
	margin-top: 0;
	margin-bottom: 15px;
}
.maintextlgrey {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:12px;
	line-height:18px;
	margin-top: 0;
	margin-bottom: 15px;
}
.maintextred {
	font-family:Arial, Helvetica, sans-serif;
	color: #CB0000;
	font-size:12px;
	line-height:18px;
	margin-top: 0;
	margin-bottom: 15px;
}
.asterik {
	font-family:Arial, Helvetica, sans-serif;
	color: #CB0000;
}
.headerbg {
	background:url(images/bg_menu.jpg) no-repeat top left;
	width:799px;
	height:25px;
}
.headerbg01 {
	background:url(images/bg_menu.jpg) no-repeat top left;
	width:799px;
	height:25px;
}
/*main menu*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 20px 0px;
	list-style: none;
	line-height: 1;
	z-index:1000;
}
#nav a {
	display: block;
	width: auto;
	font:  12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding-left: 12px;/*adds spacer to the left of each link*/
}
#nav a:hover {
	width: auto;
	font: 12px Arial, Helvetica, sans-serif;
	color: #D7AF36;
	text-decoration: none;
	padding-left: 12px;/*adds spacer to the left of each link*/
	z-index:1000;
}
#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	z-index:1000;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 100px;
	padding: 2px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li.subMenuT01 {
	margin:-1px 0 0 0;
	width: 100px;
	padding: 2px;
	border: 1px solid #FFF;
	background: #C4A342;
	filter:alpha(opacity=80); /*this is for IE* or it goes nuts*/
	opacity:0.9;
}
#nav li.subMenuT01 a {
	color:#000;
}
#nav li.subMenuT01 a:hover {
	background-color:#A4750B;
	color:#FFF;
	filter:alpha(opacity=80); /*this is for IE* or it goes nuts*/
	opacity:0.6;
}


/*additional 21 May 2009*/

#nav li.subMenuT02 {
	margin:-1px 0 0 0;
	width: 100px;
	padding: 2px;
	border: 1px solid #FFF;
	background: #C4A342;
	filter:alpha(opacity=80);
	opacity:0.9;
}

#nav li.subMenuT02 a {
	color:#000;
}
#nav li.subMenuT02 a:hover {
	background-color:#A4750B;
	color:#FFF;
	filter:alpha(opacity=80); 
	opacity:0.6;
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -19px 0 0 100px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.formboxg {
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #CB0000;
	border-left-color: #CB0000;
	border-bottom-color: #CB0000;
	border-right-color: #CB0000;
}
.imgGallery {
	margin: 0 0;
	padding: 0;
}
.imgGallery ul {
	margin: 0;
	padding: 0;
}
.imgGallery ul li {
	margin: 0;
	padding: 0 0 0 0;
	display: inline;
}
.imgGallery img {
	height:60px;
	width:90px;
	padding:1px;
}
.imgGallery img:Hover {
	background: #CB0000;
	padding:1px;
	height:60px;
	width: 90px;
}

ul.blackList {
 margin: 0 5px; padding: 0;
}
ul.blackList li {
 margin: 0 -3px; padding: 0 0 0 10px;
 font: normal 12px Arial, Helvetica, sans-serif; color: 333333;
 background: transparent url(images/black_list.gif) no-repeat left top; 
 list-style-type: none;
 line-height: 17px;
}
