@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #EEEEEE;
}
#container {
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 840px;
}
#header {
	background-color: #EEEEEE;
	background-image: url(i/design1_menuback.jpg);
	background-repeat: repeat-x;
	padding: 0;
	background-position: left top;
	width: 840px;
	height: 170px;
}
#header h1 {
	margin: 0;
	padding: 0px;
	top: -60px;
	position: relative;
}
#header h2 {
	margin: 0;
	position: relative;
	color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
}
.small {
	font-size: x-small;
	color: #666666;
}
#header ul {
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: right;
	position: relative;
	right: 10px;
	z-index: 10;
	height: 32px;
	top: 30px;
}
#header li {
	display: inline;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#header ul .selected { background-image: none; }
#header li.active {
	display: inline;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-weight: bold;
}
#header a {
	text-decoration: none;
	color: #EDEDED;
}
#header a:hover {
	padding-top: -4px;
	color: #0099CC;
}
#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	font-weight: bold;
}
#mainContent p {
	font-size: small;
}
#mainContent li{
	list-style-type: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
	background-image: url(i/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#mainContent h1 {
	font-size: large;
	color: #003399;
}
#mainContent h2 {
	font-size: medium;
	color: #0033CC;
}
#mainContent a {
	color: #003399;
	text-decoration: none;
}
#mainContent a:hover {
	color: #000099;
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* GRID */
.column { float: left; }
.menu2col {
	width: 100%;
	height: 260px;
	background-color: #EEEEEE;
	display: block;
	margin: 0px;
	padding: 0px;
}
.menu2col  .left {
	width: 260px;
	height: 260px;
	padding: 0px;
	margin: 0px;
}
.menu2col  .right {
	width: 580px;
	margin: 0px;
	background-color: #EEEEEE;
	padding: 0px;
}
.shadows {
	background-image: url(i/design1_bpad.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}

.column.left, .column.right {
	margin: 0;
	padding: 0px;
}
.column.right {
	float: right !important;
}

.left ul {
	list-style: none outside;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.left li {
	height: 52px;
	line-height:50px;
	overflow:hidden;
	background-image: url(i/menu_sel.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
}
.left a:hover {
	background-image: url(i/menu_sel.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-style: normal;
	color: #FFFFFF;
	display: block;
	height: 52px;
	overflow: hidden;
}
a.left li, a.left:active {
	display: block;
	font-style: normal;
	color: #1A1B1B;
	font-size: 24px;
}
li.selected {
	background-image: url(i/menu_sel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1.3em;
}
.menu2col {
	zoom: 1;
}
.left .selected a {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.left a {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	margin: 0px;
	background-color: #EEEEEE;
	background-image: url(i/design1_menuback.jpg);
	background-repeat: repeat-x;
	height: 150px;
	background-position: left top;
	padding: 0;
}
#footer p {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 72px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#footer a {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright {
	text-align: right;
	padding-right: 20px;
	font-size: x-small;
	color: #EEEEEE;
	padding-top: 8px;
}

#copyright a {
	margin: 0;
	border: 0;
	color:#FFFFFF;
}

#copyright a:active, #copyright a:hover {
	color:#990000;
	margin: 0;
}
.tiny {
	font-size: x-small;
}
.redbox {
	color: #CC0000;
	border: 1px solid #CC0000;
}
.warning_small {
	font-size: x-small;
	font-weight: bold;
	color: #CC0000;
}
.subcat {
	float: left;
	width: 380px;
	height: 160px;
	text-align: center;
	padding: 12px;
}
.subcatimg {
	border: 1px dashed #CCCCCC;
	padding: 12px;
}
.sub_link {
	text-align: center;
	font-size: medium;
	font-weight: bold;
}
blockquote {
	display: block;
	padding: 0 10px;
	width: 160px;
	font-style: italic;
	font-weight: bold;
	color: #0066CC;
	font-size: 0.84em;
}
blockquote:before, blockquote:after {
	color: #ccc;
	display: block;
	font-size: 300%;
	width: 10px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}
blockquote:after {
	content: close-quote;
	height: 10px;
	margin-top: -10px;
	margin-left: 140px;
}
/* --------- */
/* CURVY BOX */
/* --------- */

.businesscard {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 6px;
	padding-right: 6px;
	float: left;
}

.businesscard .bched .bccor,
.businesscard .bcfot .bccor {
 font-size:1px; /* ensure minimum height */
 height:18px;
}

.businesscard .bcfot .bccor {
 height:18px;
}

.businesscard .bched {
	margin-right:18px; /* space for right corner */
	background-color: transparent;
	background-image: url(i/box_tl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.businesscard .bched .bccor {
 background:transparent url(i/box_tr.gif) no-repeat right 0px;
 margin-right:-18px; /* pull right corner back over "empty" space (from above margin) */
}

.businesscard .bcbod {
	background:transparent url(i/box_ml.gif) repeat-y 0px 0px;
	margin-right: -2px;
}

.businesscard .bcbod .bccor {
	background:transparent url(i/box_mr.gif) repeat-y right 0px;
}

.businesscard .bcbod .bccor {
	padding:1em;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.businesscard .bcbod .bccor .bcsbod {
	padding:4px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: .8em;
	overflow: hidden;
}
.businesscard .bcbod .bccor {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	font-size: medium;
	font-weight: bold;
	padding-left: 12px;
}

.businesscard .bcfot {
 background:transparent url(i/box_bl.gif) no-repeat 0px 0px;
 margin-right:18px;
}

.businesscard .bcfot .bccor {
 background:transparent url(i/box_br.gif) no-repeat right 0px;
 margin-right:-18px;
}
.businesscard  h1 {
	font-weight: bold;
	text-align: left;
	color: #063F86;
}
.businesscard  h2 {
	font-size: 1.1em;
	text-align: left;
	margin-left: 22px;
	color: #666666;
}
.businesscard  .bcsbod p {
	text-align: left;
	padding-left: 40px;
	background-image: url(i/logos_rks.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
