/* GLOBAL DEFAULTS */

* {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img { border: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

body {
	background:  url("images/r_bg_body.png") #444;
	color: #000;
	padding: 10px 0;
	text-align: center;
}

/* COMMON CLASSES / DEFAULTS */

.ultrashort { width: 25px; }
.veryshort { width: 50px; }
.short { width: 75px; }
.medium { width: 100px; }
.mediumlong { width: 150px; }
.long { width: 200px; }
.verylong { width: 250px; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.fleft { float: left; }
.fright { float: right; }

.button { padding: 10px; }
.buttontight { padding: 3px; }

.clearboth {
  clear:both;
  overflow: hidden;
  line-height: 1px;
  margin-top:-1px;
}

/* MAIN WRAPPER */

#wrap {
	color: #000;
	margin: 0 auto;
	text-align: left;
	width: 770px;
}

/* PAGE MIDDLE (holds sidebar and content) */

#mid {
	background:  url("images/r_bg_mid.gif") repeat-y #FFF;
	float: left;
}

/* ACTIVE CONTENT BOX */

#content {
	color: #000;
	float: left;
	padding: 15px;
	width: 578px;
}

#content h1 {
	background: #EEE;
	color: #222;
	font-size: 20px;
	margin: -15px -15px 0 -15px;
	padding: 6px 15px 3px 15px;
	text-align: center;
}

#content h2 {
	background: #EEE;
	border-bottom: 1px solid #CCC;
	color: #222;
	margin: 0 -15px 15px -15px;
	padding: 0 15px 5px 15px;
	text-align: center;
}

#content h3 {
	color: #C00;
	clear: left;
	font-size: 15px;
	margin: 5px 0;
}

#content p { margin: 15px 0; }
#content ul { margin: 15px 30px; }
#content li { padding: 3px 0; }
#content dt { font-weight: bold; margin: 15px 0 10px 0;}
#content dd { margin: 10px 0 15px 0;}

#content img { margin: 5px 10px; }

#content .caption, #content .caption * { font-size: 9px; }

#content a {
	font-size: inherit;
	font-weight: inherit;
}

#content a:link, #content a:visited {
	color: #44B;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #0C0;
	text-decoration: underline;
}

/* PAGE FOOTER */

#ftr {
	background:  url("images/r_bg_ftr.png") bottom left no-repeat;
	border-top: 5px solid #C00;
	color: #CCC;
	float: left;
	padding: 15px 0;
	text-align: center;
	width: 770px;
}

#ftr a:link, #ftr a:visited {
	border-bottom: 1px dotted #999;
	color: #CCC;
}
#ftr a:hover, #ftr a:active {
	border-bottom: 1px solid #CCC;
	color: #EEE;
}

/* BANNER */
#banner {
	background: url("images/r_bg_banner.png");
	float:left;
}
#banner img { float: left }

/* HORIZ. REDLINE MENU */

#redline {
	background: #C00;
	color: #FFF;
	float: left;
	width: 770px;
}

#redline #menuname {
	float: left;
	font-size: 9px;
	padding-top: 5px;
	text-align: center;
	width: 160px;
}

#redline .active { color: #FFF; text-decoration: underline; }

#redline ul {
	float: right;
	list-style: none;
	padding-right: 20px;
}
#redline li {
	float: left;
	position: relative;
}
#redline li li { clear: both; }
#redline li ul {
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
}
#redline li:hover ul, #redline li.over ul { display: block; }

#redline a { display: block; }
#redline li a {
	color: #DDD;
	padding: 4px 3px 5px 3px;
	margin: 0 11px;
}
#redline li a:hover { color: #FFF; }
#redline li li a {
	background: #DDD;
	border-color: #BBB;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	color: #333333;
	padding: 3px;
	width: 150px;
}
#redline li li a:hover {
	background: #EEE;
	color: #000;
}

/* SIDEBAR MENU STYLING */

#menu a {
	color: #000;
	display: block;
	height: 1%;
}

#menu li a {
	background: #D2D2D2;
	border: 1px solid #BBB;
	margin: 5px 0 0 0;
	padding: 3px;
}
#menu li a:hover { background-color: #EEE; }

#menu li li a {
	background: url("images/r_menu_bullet.gif") 6px 5px no-repeat #DDD;
	border: 1px solid #BBB;
	border-top: none;
	color: #666;
	font-size: 10px;
	margin: 0;
	padding: 2px 2px 2px 12px;
}
#menu li li a:hover {
	background-color: #EEE;
	background-image: url("images/r_menu_bullet_active.gif");
	color: #000;
}

#menu ul {
	list-style: none;
	margin: 10px 0;
}
#menu ul ul { margin: 0; }

#menu li li.galleryimage img {
        background: #FFF;
        border: 1px solid #999;
        padding: 5px;
}

#menu li li.galleryimage a {
        background-image: none;
        border-bottom: 0;
        padding: 8px 5px 5px 5px;
}

/* PAGE SIDEBAR */

#sidebar {
	border-right: 2px solid #CCC;
	float: left;
	padding: 0 10px;
	width: 140px;
}

/* TABLE STYLES */

.tablestd {
	background: #EEE;
	border-color: #CCC;
	border-spacing: 0;
	border-style: solid;
	border-width: 3px 1px 1px 1px;
	margin: 0 auto 10px auto;
	padding: 0;
	width: 100%;
}

.tablestd td { padding: 5px; }

.tablestd thead td {
	background: #EEE;
	border-bottom: 1px solid #CCC;
	color: #444;
	font-weight: bold;
}

/* FORM STYLES */

form .fieldnote { color: #999; }
form .fieldwarning { color: #C00; }
form .required { font-weight: bold; }

