A {
	color: #cc0000;
	text-decoration: none;
}

A:hover {
	color: #000066;
}

BODY {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

BODY, HTML {
	background: url(../images/body-back.png) top repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%; /* needed for container min-height */
}

H1 {
	color: #000000;
	font-family: 'Galliard BT', Galliard, 'Times New Roman', Times, serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 32px;
	margin: 4px 0px 0px 0px;
	padding-bottom: 8px;
}

input.inline {
	display: inline;
}

P,
DIV.bodytext {
	margin: 13px 0px 0px 0px;
}

P.message,
DIV.redbodytext {
	color: #cc0000;
	margin: 13px 0px 0px 0px;
}

p.error {
	background-color: #cc0000;
	border: 1px dashed #ffffff;
	color: #ffffff;
	margin: 13px 0px 0px 0px;
	padding: 13px;
}

p.error a {
	color: #ffffff;
}

p.ok {
	background-color: #009900;
	border: 1px dashed #ffffff;
	color: #ffffff;
	margin: 13px 0px 0px 0px;
	padding: 13px;
}

p.ok a {
	color: #ffffff;
}

TABLE {
	border-collapse: collapse;
	margin-top: 13px;
	width: 100%;
}

TD {
	border-bottom: 1px solid #fff;
	font-size: 11px;
	line-height: 13px;
	padding: 5px;
}

TH {
	background: #7f7f7f;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	text-align: left;
}

TH A {
	color: #fff;
}

TR.bg1 TD {
	background-color: #e5e5e5;
}

TR.bg2 TD {
	background-color: #d4d4d4;
}

TR.bg3 TD {
	background-color: #b2b2b2;
}

UL.menu {
	margin-top: 0px;
	padding-left: 0px;
}

UL.menu LI {
	font-style: italic;
	list-style: none;
	margin-top: 13px;
}

UL.menu LI A {
	font-style: normal;
}

UL.menu LI UL {
	padding-left: 13px;
}

UL.menu LI UL LI {
	margin-top: 3px;
}

ul.options { 
	list-style-type: none;
	padding: 0px;
}

ul.options li {
	background-image: url("../images/arrow.gif");
	background-position: 0px 5px;
	background-repeat: no-repeat;
	display: inline;
	margin-right: 12px;
	padding: 0px 0px 0px 10px;
}

#admin-search {
	display: none;
	padding-bottom: 13px;
}

#admin-search input,
#admin-search select {
	display: inline;
}

#admin-search input[type="submit"] {
	float: left;
	margin-top: 20px;
}

#admin-search input[type="text"] {
	width: 150px;
}

#admin-search label {
	margin-top: 5px;
}

#admin-search .field {
	float: left;
	margin-right: 13px;
	margin-top: 0px;
}

#aside {
	float: left;
	margin-right: 60px;
	padding-bottom: 20px;
	width: 220px;
}

#box {
	background-color: #ffffff;
	height: 47px;
	left: 477px;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	opacity: .6;

	position: absolute;
	top: 254px;
	width: 300px;
}

#content {
	color: #363636;
	line-height: 17px;
	margin: 0 auto;
	min-height: 325px;
	padding: 40px 0px 520px 0px;
	overflow: hidden;
	width: 960px;
}

#directorsonly {
	margin-left: 10px;
}

#footerpanels {
	margin: 26px auto 0px auto;
	width: 960px;
}

#footerpanels DIV.panel {
	float: left;
	height: 135px;
	margin-right: 30px;
	width: 300px;
}

#footerpanels DIV.panelright {
	float: left;
	height: 135px;
	margin-right: 0px;
	width: 300px;
}

#footerpanels DIV.panelright DIV {
	background-color: #bfbfbf;
	float: left;
	padding-bottom: 10px;
	width: 300px;
}

#header {
	background: url(../images/header-back.jpg) right top no-repeat;
	margin: 0 auto;
	height: 118px;
	position: relative;
	width: 960px;
}

#logo {
	margin: 0px;
	position: absolute;
	top: 16px;
}

#logo A {
	background-image: url("../images/home-logo.gif");
	display: block;
	height: 77px;
	outline-style: none;
	overflow: hidden;
	text-indent: -9999px;
	width: 215px;
}

#logo-print {
	display: none !important;
}

#main {
	float: left;
	padding-bottom: 20px;
	width: 680px;
}

#nav, #nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav LI A {
	border-bottom: 1px solid #ccc;
	color: #363636;
	display: block;
	font-size: 110%;
	font-weight: bold;
	line-height: 28px;
	padding-left: 10px;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav UL LI {
	font-size: 85%;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
}

#nav ul li a {
	border-bottom: none;
	color: #363636;
	font-size: 100%;
	font-style: normal;
	line-height: 17px;
	margin-left: -10px;
}

#nav LI.active A.on,
#nav UL LI A.on {
	color: #cc0000;
}

#nav LI.active A {
	border-bottom: none;
	color: #cc0000;
}

#nav LI.active UL A {
	color: #363636;
}

#nav li.active ul {
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}

#nav li.active UL.twolevels LI {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	padding-top: 3px;
}

#nav li.active UL.twolevels LI.last {
	border-bottom: 0px;
}

#nav li.active UL.twolevels LI UL {
	border-bottom: none;
	padding-bottom: 0px;
}

#nav li.active UL.twolevels LI UL LI {
	border-bottom: none;
	padding-bottom: 0px;
	padding-top: 0px;
}

#nav UL LI UL LI A {
	border-bottom: none;
	color: #363636;
	font-size: 115%;
	line-height: 14px;
	margin-top: 3px;
	padding-left: 0px;
}

H4 {
	color: #000000;
	font-family: 'Galliard BT', Galliard, 'Times New Roman', serif;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	left: 280px;
	margin: 0px;
	position: absolute;
	top: 47px;
}

/* COMMON */

DIV.emailmsg {
	background-color: #dddddd;
	border: 1px dashed #333333;
	margin-top: 3px;
	padding: 0px 13px 13px 13px;
}

H5 /* Use for footer only */ {
	color: #000000;
	font-family: 'Galliard BT', Galliard, 'Times New Roman', serif;
	font-size: 16px;
	line-height:32px;
	font-weight: bold;
	margin: 0px;
	text-align:center;
}

H5.affiliate {
	margin-top: 20px;
}

INPUT,
SELECT,
TEXTAREA {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

INPUT.checkbox,
INPUT.radio {
	float: left;
	height: 13px;
	margin: 13px 7px 0px 0px;
	padding: 0px;
	width: 13px;
}

INPUT.submit {
	margin-top: 13px;
}

INPUT.text,
TEXTAREA.text {
	width: 400px;
}

LABEL {
	color: #666666;
	display: block;
	font-size: 12px;
	margin-top: 13px;
}

LABEL.checkbox,
LABEL.radio {
	color: #666666;
	float: left;
	margin: 13px 0px 0px 0px;
}

P.button A {
	-webkit-border-radius: 3px;    /* for Safari */
	-moz-border-radius: 3px;       /* for Firefox */

	background-color: #cc0000;
	color: #ffffff;
	font-weight: bold;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	width: 200px;
}

P.button A:hover {
	background-color: #dadce9;
	color: #cc0000;
}

P.text {
	margin-top: 0px;
}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0px auto; /* center, not in IE5 */
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height: 100%; /* real browsers */
}

#content H2,
#content H3,
DIV.shorttitle,
DIV.subheader {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 26px 0px 0px 0px;
}

#content TABLE {
	margin-top: 13px;
}

#directorsonly A {
	-webkit-border-radius: 3px;    /* for Safari */
	-moz-border-radius: 3px;       /* for Firefox */
	background-color: #cc0000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 15px 0px;
	text-align: center;
	text-decoration: none;
	width: 235px;
}

#directorsonly A:hover {
	background-color: #dadce9;
	color: #cc0000;
}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0px; /* stick to bottom */
	background-color: #dadada;
	background-image: url("../images/home-bg-footer.jpg");
	background-repeat: repeat-x;
	height: 500px;
}

#footerpanels DIV.panelright DIV P {
	line-height: 18px;
	margin: 10px 10px 0px 10px;
}

#footerpanels DIV.panelright DIV P.contact {
	margin-top: 5px;
}

#footerpanels DIV.panelright P.copyright {
	clear: both;
	color: #999999;
	font-size: 11px;
	margin-top: 0px;
	padding-top: 11px;
}

#footerpanels DIV.panelright P.copyright A {
	color: #666666;
}

#footerpanels DIV.panelright P.copyright A:hover {
	color: #cc0000;
}

#footerpanels DIV.panelright P.links {
	clear: both;
	color: #999999;
	font-size: 11px;
	margin-top: 0px;
	padding-top: 11px;
}

#footerpanels DIV UL.more {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 50px;
}

#footerpanels DIV UL.more LI {
	background-image: none;
	float: left;
	margin-right: 10px;
	padding: 0px;
}

#footerpanels DIV UL.more LI A {
	-webkit-border-radius: 3px;    /* for Safari */
	-moz-border-radius: 3px;       /* for Firefox */

	background-color: #ffffff;
	color: #cc0000;
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}

#footerpanels DIV UL.more LI A:hover {
	background-color: #cc0000;
	color: #ffffff;
}

#footerpanels DIV UL {
	list-style-type: none;
	margin: 10px 10px 0px 10px;
	padding: 0px;
}

#footerpanels DIV UL LI {
	background-image: url("../images/home-bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 0px 0px 5px 12px;
}

#footerpanels DIV UL LI SPAN {
	color: #333333;
	font-size: 12px;
}

.block {
	margin: 13px 0px 0px 13px;
}

.clear {
	clear: both;
	height: 0px;
}

.shortsubheader {
	font-weight: bold;
	margin-top: 20px;
}

dl.videoaccess {
	border: 1px dotted #666;
	padding: 5px 10px;
}
dl.videoaccess dt {
	font-weight:bold;
}

dl.videoaccess dd {
	font-weight:normal;
}
#left {
	width:735px;
	float:left;
}
#right {
	width:235px;
	float:right;
}
#right DIV.panel {
	width: 227px;
	margin:0 0 5px 0;
	min-height:24px;
	font-size:11px;
}
#right div.button {
	padding: 0px;
	width: 235px;
}
#right div.button h5 {
	font-size: 14px;
	margin: 0px;
}
#right div.button a {
	background: url('../images/home-bg-panel.jpg') top left repeat-x;
	color: #000;
	display: block;
	height: 24px;
	line-height: 24px;
	padding:2px 4px;
	width: 227px;
}
#right div.button a:hover {
	background-position: bottom;
}
#right DIV.plain {
	background-image:none;
	background-color:transparent;
}
#right DIV.nobg {
	background-image: none;
	background-color: #bfbfbf;
	padding: 0px 10px 10px 10px;
	width: 215px;
}
#right DIV.nobg p {
	margin: 0px;
	padding-top: 10px;
}
#right p.links,
#right p.copyright {
	font-size: 10px;
	margin: 5px 0px 10px 0px;
}
#right ul#toggles {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#right ul#toggles li {
	margin-bottom: 5px;
}
#right ul#toggles li#cones a {
	background-image: url("../images/cones.gif");
	background-repeat: no-repeat;
	font-size: 1%;
	height: 116px;
	text-indent: -9999px;
	padding: 0px;
	width: 235px;
}
#right ul#toggles a {
	-webkit-border-radius: 3px;    /* for Safari */
	-moz-border-radius: 3px;       /* for Firefox */

	background-color: #dadce9;
	color: #cc0000;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	/*width: 106px;*/
}
#right ul#toggles a:hover {
	background-color: #cc0000;
	color: #ffffff;
}
#socialmedia {
	margin: 10px 0px 0px 0px;
}
#socialmedia a {
	display:block;
	float:left;
	margin-right:8px;
}
#socialmedia a.last {
	margin-right: 0px;
}
#socialmedia img {
	height: 24px;
}