/*
 * GENERAL RULES
 */
body, p, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

p {
	line-height: 16px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

a img {
	border: 0px;
}


/*
 * MAIN STRUCTURE RULES
 */
#site_header, #site_footer, #site_navmenu,
#page_header, #page_content {
	margin: 0px auto;
	width: 770px;
}

/*
 * SITE Footer Rules
 */
#site_footer table {
	border: 0px;
}
#site_footer td {
	background-color: transparent;
	padding: 4px;
}


/*
 * SITE HEADER RULES
 */
#site_header {
	margin-top: 10px;
}
form#google_search {
	display: inline;
	float: right;
	font-size: 11px;
	margin: -23px 10px 0px 0px;
}

#site_tagline {
	float: right;
	margin: -33px 0px 0px 0px;
}


/*
 * NAVIGATION MENU RULES
 */
#site_navmenu {
	clear: both;
	padding: 8px 0px;
}
#site_navmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#site_navmenu ul li {
	color: #000000;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#site_navmenu ul li a,
#site_navmenu ul li a:visited {
	color: #000000;
	text-decoration: none;
}
#site_navmenu ul li a:hover {
	color: #FF0000;
}
#site_navmenu li#link_cn {
	float: left;
}

#site_secnavmenu {
	background-color: #FFFFFF;
	background-image: url(../images/sidebar_hdr_grey.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0px 4px 0px;
}
#site_secnavmenu ul {
	background-color: #565656;
	background-image: url(../images/sidebar_footer_grey.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 10px 10px 20px 10px;
	text-align: right;
}
#site_secnavmenu ul li {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 5px;
}
#site_secnavmenu ul li a,
#site_secnavmenu ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#site_secnavmenu ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/*
 * SITE FOOTER RULES
 */
#site_footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 40px 0px 20px 0px;
}


/*
 * PAGE HEADER RULES
 */
#page_header > object {
	margin: 0px 2px 0px 3px;
}

/*
 * CONTENT AREA RULES
 */
#page_content {
	background-image: url(../images/sidebar_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 570px;
	min-height: 570px;
	padding-top: 5px;
}
body > #page_content {
	height: auto;
}

#page_header h1 {
/*
	clear: both;
	height: 0px;
	margin: 0px;
	overflow: hidden;
	padding: 128px 0px 0px 0px;
	width: 770px;
*/
	display: none;
}

h2 {
	border-left: 4px solid #C50505;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 2px 0px 10px 0px;
	padding: 4px 5px;
}

h3 {
	color: #C50505;
	font-size: 15px;
}

#sidebar h3,
.sidebar h3 {
	display: none;
}

li {
	padding: 0px 0px 5px 0px;
}




#sidebar {
	background-color: #FFFFFF;
	float: left;
	width: 196px;
	margin-top: -5px;
	padding-top: 5px;
}

#content {
	margin: 0px 0px 0px 202px;
	padding: 0px 0px 0px 8px;
}

#sidebar_featured {
	background-color: #F4A342;
/*
	background-image: url(../images/sidebar_featured_hdr.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 1px;
	padding: 35px 10px 20px 10px;
*/
	padding: 0px;
}
#sidebar_featured ul {
	list-style-image: url(../images/bullet.gif);
	margin: 0px;
	padding: 10px 20px 10px 30px;
}
#sidebar_featured ul li a,
#sidebar_featured ul li a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#sidebar_featured ul li a:hover {
	text-decoration: underline;
}

.mower {
	clear: both;
}

ul {
	list-style-image: url(../images/bullet.gif);
	margin: 0px;
	padding: 5px 20px;
}

.redbold {
	color: #C50505;
	font-weight: bold;
}



table {
	margin: 0px;
	border: 1px solid #D8D1C7;
	width: 99%;
	padding: 3px;
}
th {
	background-color: #A89C8A;
	border: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin: 0px;
	padding: 6px;
	vertical-align: top;
	text-align: left;
}
td {
	background-color: #D8D1C7;
	border: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin: 0px;
	padding: 6px;
	vertical-align: top;
	text-align: left;
}

form table {
	border: 0px;
}
form th, form td {
	background-color: transparent;
	padding: 3px;
}

input.submit {
	font-weight: bold;
	padding: 2px 5px;
}

a:link, a:hover {
	color: #006AD5
}
a:visited {
	color: #0054A5;
}


.totop {
	background-image: url(../images/icon_top.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	padding: 3px;
}

a.toback {
	background-image: url(../images/icon_back.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}

#site_footer a,
#site_footer a:visited,
#site_footer a:hover {
	color: #333333;
}

.error {
	color: #FF0000;
}

.signature {
	font-size: 14px;
	text-align: right;
}

table.videos, table.videos td {
	background-color: transparent;
	border: 0px;
}