/* @override http://www.jasonreedwebdesign.com/clients/blueriver/ss/ss/assets/css/site.css */

/* Colors -

*/


/* @group CSS Reset */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* @end */

/* @group Globals */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a {color: #000;}
a:link { }
a:visited { }
a:hover {
	color: #ccc;
}

p {
	margin-bottom: 1.25em; 
	line-height: 1.5em;
}

.clear {
	width: 100%;
	clear: both;
}

strong {
	font-weight: bold;
}

/* @end */


/* @group Layout */

#container {
	margin: 0 auto;
	width: 750px;
	padding-top: 17px;
}

#content {
	background: url(/images/ss/l_side.jpg) no-repeat right top;
}

#left, .left {float: left; }
#right, .right {float: right; }

#left.sidebar {width: 245px; }

#right.contentPrimary {
	width: 458px; 
	padding: 0 47px 0 0;
}

#footer {
	background: url(/images/ss/bottom.jpg) no-repeat left top;
	padding: 114px 0 0 0;
	text-align: center;
	font-style: italic;
}

/* @end */

/* @group Headings */
#logo { /* was h1 */
	display: block;
	width: 750px;
	height: 226px;
	text-indent: -999em;
	background: url(/images/ss/top.jpg) no-repeat left top;
}

h1, h2, h3 {
	display: none;
}

/* @end */

/* @group Navigation */

#navPrimary {
	float: left;
	padding-bottom: 26px;
	background: url(/images/ss/blank_bottom.jpg) no-repeat left bottom;
}

#navPrimary li {
	display: block;
	float: left;
}

#navPrimary li a {
	display: block;
	width: 245px;
	height: 25px;
	text-indent: -999em;
	outline: none;
	-moz-outline: 0;
}

#navPrimary li#axo a {
	background: url(/images/ss/aco.jpg) no-repeat left top;
}

#navPrimary li#agd a {
	height: 23px;
	background: url(/images/ss/agd.jpg) no-repeat left top;
}

#navPrimary li#ap a {
	background: url(/images/ss/ap.jpg) no-repeat left top;
}

#navPrimary li#azd a {
	background: url(/images/ss/acd.jpg) no-repeat left top;
}

#navPrimary li#ddd a {
	background: url(/images/ss/ddd.jpg) no-repeat left top;
}

#navPrimary li#dg a {
	height: 24px;
	background: url(/images/ss/dg.jpg) no-repeat left top;
}

#navPrimary li#gpb a {
	background: url(/images/ss/gpb.jpg) no-repeat left top;
}

#navPrimary li#kat a {
	background: url(/images/ss/kat_ORG.jpg) no-repeat left top;
}

#navPrimary li#kd a {
	background: url(/images/ss/kd_new.jpg) no-repeat left top;
}

#navPrimary li#sk a {
	height: 24px;
	background: url(/images/ss/sk_new.jpg) no-repeat left top;
}

/* @end */

#right ul {
	margin-bottom: 1.25em;
}

#right ul li {
	float: left;
	width: 214px;
	padding-left: 15px;
	margin-bottom: .5em;
	background: url(/images/ss/bullet.gif) no-repeat left center;
}

.ssDefault textarea, .ssDefault input.formfield {
		width: 300px;
}

.ssDefault table {
		width: 100%;
		border-collapse: separate;
		border-spacing: 1px;
}

.ssDefault th {
		font-weight: bold;
		padding: .15em;
}

.ssDefault td {
		padding: .15em;
}

/* @group Clearfix */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* @end */



