/*  @@@@@[  Wrappers  ]@@@@@ */

body {
	background: #D9D9D9 url("/images/bkg_gradient.gif") repeat-x top;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	margin-top: 0px;
}

#wrapper {
	width: 965px;
	margin: 13px auto 0px;
	text-align: left;
	background: #fff url("/images/bkg_main.gif") repeat-y;
	position: relative;
	padding-bottom: 16px;
} 

#flash {
	height:175px;
	margin-left: 5px;
	background: #D52F2F url(/images/bkg_home_flash.jpg) no-repeat left bottom;
	margin-right: 5px;
}

#midwrapper {
	padding-top: 15px;
	background: url(/images/bkg_home_pill.jpg) no-repeat left top;
	width: 965px;
}


/*  @@@@@[  Navigation  ]@@@@@ */

#nav {
	position: absolute;
	top: 104px;
	left: 18px;
}

#main {
	background: url("/images/bkg_shadow_right.gif") no-repeat right top;
	padding-right: 5px;
}

#nav img {
	display: inline;
	margin-right: 10px;
}

/* @@@@@[  Header / Footer  ]@@@@@ */

#header {
	background: url("/images/bkg_header.jpg") no-repeat top;
	position: relative;
	width: 965px;
	height: 147px;
}

#logo {
	position: absolute;
	right: 50px;
	top: 20px;

}

#lowwrap {
	margin-right: auto;
	margin-left: auto;
	width: 965px;
	background: url("/images/bkg_footer.gif") repeat-y;
}

#footer a:link, #redundant a:visited, #redundant a:active {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

#footer {
	font-size: 10px;
	padding: 2px 20px 9px;
	background: url("/images/footer_low.gif") no-repeat bottom;
	text-align: right;
	color: #333;
}

#subnav ul {
	margin: 0px;
	padding: 3px 0px 4px;
}

#subnav li {
	list-style: none;
	border-top: 1px solid #B4B4B4;
	font-weight: bold;
	padding: 2px 8px 3px 15px;
}

#redundant {
	background: #D9D9D9;
	color: #666;
	font-size: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
}

#redundant a:link, #redundant a:visited, #redundant a:active {
	color: #666;
	text-decoration: none;
}

#redundant a:hover {
	color: #666;
	text-decoration: underline;
}

#subnav .subsub {
	padding-left: 26px;
	background: url("/images/bullet_subnav.gif") no-repeat left top;
	font-weight: normal;
}

#subnav .on {
	color: #bb1515;
}

a.seo:visited, a.seo:active, a.seo:link {
	text-decoration: none;
	color: #666;
}

a.seo:hover {
	text-decoration: none;
	cursor: text;
}

/* @@@@@[  Main Page  ]@@@@@ */
#content {
	float: none;
	margin-left: 28px;
	padding-bottom: 20px;
	margin-right: 450px;
	padding-top: 9px;
}

#content ul {
	margin: 0px 0px 10px 30px;
	padding: 0px;
}

#content li {
	background: url("/images/bullet.gif") no-repeat left top;
	list-style: none;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 400px;
}

#sectionimage {
	background-color: #D12D2C;
	background-image: url("/images/img_company_overview.jpg");
	background-repeat: no-repeat;
	height: 115px;
	margin-bottom: 16px;
}

#columnleft {
	position: absolute;
	left: 37px;
	top: 283px;
}

#columnleft a:link, #columnleft a:visited, #columnleft a:active {
	color: #666;
	text-decoration: none;
}

#columnleft a:hover {
	color: #666;
	text-decoration: underline;
}

#columnright {
	display: inline;
	float: right;
	width: 415px;
	margin: 0px;
	padding: 0px 0px 50px;
}

.callout {
	background: url("/images/callout_bkg.gif") repeat-y;
	width: 174px;
	float: left;
	margin-right: 30px;
	display: inline;
}


.callout .cbkg {
	background: url("/images/callout_top.jpg") no-repeat top;
}

.padding {
	padding: 12px 13px 0px;
	font-size: 9px;
	line-height: 14px;
}

.padding p {
	margin-bottom: 9px;
}

.padding ul {
	margin-bottom: 9px;
	margin-top: 0px;
}

#sectionimage img {
	margin-top: 59px;
	margin-left: 36px;
}

.clr {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */

a:link, a:visited, a:active {
	color: #666;
	text-decoration: underline;
}

a:hover {color: #666;
	text-decoration: none;
}

h1 {
	font: bold 16px/20px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 13px;
	color: #000000;
}

h2 {
	font-weight: bold;
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	font-size: 11px;
	background-image: url("/images/header_line.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}

h3 {
	font-weight: bold;
	color: #333;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	font-size: 11px;
	background-image: none;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 13px;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.right {
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
}

img.left {
	margin-bottom: 10px;
	margin-right: 18px;
	margin-top: 5px;
}

/* @@@@@[  Form Elements  ]@@@@@ */

input, textarea, select {
	font-size: 10px;
	color: #666;
	background: #fff;
	border: 1px solid #939;
}

input.clean {
	border-style: none;
	background: none;
}

.niceTable {
	font-size: 10px;
	color: #5b5b5b;
	text-align: left;
	vertical-align: top;
}

.niceTable th {
	color: #333;
	text-transform: uppercase;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	background-color: #e6e5e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bb1515;
}

.niceTable td {
	font-size: 10px;
	line-height: 15px;
	color: #666;
	text-align: left;
	vertical-align: top;
	padding-right: 8px;
	padding-top: 5px;
	background-color: #f6f5f6;
}


