@charset "UTF-8";
/* CSS Document */
/* ~~~~~~~~~ generic ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
img, fieldset {
	border: 0;
}
html {
	overflow-y: scroll;
}





 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #353632;
}
#header {
	background-color: #FFF;
}
#header #headerwrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 951px;
	background-color: #FFF;
	height: 50px;
}
#homeimage {
	background-image: url(images/bg_04.jpg);
	background-repeat: repeat-x;
}
#main #mainwrapper #homeintro {
	width: 951px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#homeimage #homeimagewrapper {
	height: 384px;
	width: 951px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header #headerwrapper ul {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #CCCCCC;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#header #headerwrapper li {
	display: inline;
	font-style: normal;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 0px;
}
#header #headerwrapper .current {
	font-weight: bolder;
	padding-bottom: 11px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ED8223;
	color: #333;
}
#header #headerwrapper a:link {
	text-decoration: none;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	font-style: normal;
	margin-bottom: 10px;
}


#header #headerwrapper a:visited {
	text-decoration: none;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	font-style: normal;
	margin-bottom: 10px;
}


#header #headerwrapper a:hover {
	text-decoration: none;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	font-style: normal;
	padding-bottom: 31px;
}
#main #mainwrapper #homethree {
	background-image: url(images/WEBTEMPLATE_grey_3-01_08.jpg);
	background-repeat: no-repeat;
	height: 420px;
}
#main #mainwrapper #homethree .homethreetext {
	float: left;
	width: 220px;
	padding-top: 280px;
	padding-left: 55px;
	font-size: 11px;
	line-height: 1.4em;
	margin-right: 38px;
	font-family: Helvetica, Arial, sans-serif;
}
#main #mainwrapper .mainrule {
	background-image: url(images/web3-01_05.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#main #mainwrapper .heading {
	padding-left: 23px;
	padding-top: 10px;
}
#main #mainwrapper .textleftbox {
	margin-top: 10px;
	width: 280px;
	float: left;
	margin-bottom: 50px;
	line-height: 20px;
	margin-right: 32px;
}
#main #mainwrapper .imgright {
	float: right;
	vertical-align: bottom;
}
#main #mainwrapper .textleftbox .textbig {
	padding-left: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #999;
	padding-bottom: 12px;
	line-height: 23px;
	font-weight: normal;
}
#main #mainwrapper #homeintro .textleftbox .textbig2 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #000;
	padding-left: 30px;
	font-family: Helvetica, Arial, sans-serif;
}
#main #mainwrapper .textleftbox .textbody {
	font-size: 12px;
	padding-left: 30px;
	padding-bottom: 10px;
	line-height: 18px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
}
#main #mainwrapper #homeintro .textbig3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #666;
	padding-bottom: 20px;
	padding-left: 30px;
}
#main #mainwrapper #homeintro .textleftbox .textimages {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 15px;
}















#header  #headerwrapper #headerimage {
	height: 272px;
	background-color: #000;
	}


#main #mainwrapper {
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#main {
	background-color: #F1F1F1;
}
#main #mainwrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F1F1F1;
	width: 951px;
	padding-bottom: 20px;
}
#main #mainwrapper .Heading {
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
}
#main #mainwrapper #mainfour {
}
#main #mainwrapper #mainfour .four {
	float: left;
}















#main #mainwrapper #sidebarwork {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	clear: both;
	width: 220px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	display: inline;
}
#main #mainwrapper #sidebarwork ul {
	margin: 20 0 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 2.3em;
}
#main #mainwrapper #sidebarwork li {
	display: list-item;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0px;
	text-decoration: none;
	padding-left: 0px;
	margin-left: 0px;
}
#main #mainwrapper #sidebarwork .current {
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding-bottom: 6px;
	text-decoration: none;
}
#main #mainwrapper #sidebarwork a:link {
	color: #999999;
	text-decoration: none;
}
#main #mainwrapper #sidebarwork a:visited {
	text-decoration: none;
	color: #999999;
}
#main #mainwrapper #sidebarwork a:active {
	color: #333333;
	text-decoration: none;
}
#main #mainwrapper #sidebarwork a:hover {
	color: #333333;
}
#main #mainwrapper #sidebarwork .sideimages {
	margin-top: 30px;
	margin-right: 0px;
	padding: 0px;
}


































#main #mainwrapper #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 15px;
	border-left-width: thin;
} 
#main #mainwrapper #mainContent .maincontentimage {
	margin: 20px 0px 0px 20px;
	padding: 0px;
	clear: both;
}






#main #mainwrapper #mainContent #mainContentMenu {
	margin: 0px 10px 20px 24px;
	padding: 0px;
	height: 26px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
#header #main #mainwrapper #sidebarwork h1 {
	font-size: 18px;
	color: #F00;
	margin-bottom: 30px;
}






#main #mainwrapper #mainContent #mainContentMenu li {
	display: inline;
	color: #999999;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	height: 80px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px 10px 0px 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#header #main #mainwrapper #mainContent #mainContentMenu ul li .current {
	color: #000;
}















































.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;
}
#footer {
	background-color: #454641;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F60;
}
#footer #footer1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-left: 0px;
	width: 951px;
	height: 111px;
}
#footer #footer1 #footerleft {
	float: left;
	width: 700px;
	padding-top: 0px;
	padding-left: 24px;
	margin: 0px;
}
#footer #footer1 #footerleft .footertext {
	font-size: 13px;
	color: #CCC;
	padding-top: 7px;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
}
#footer #footer1 #footerleft .footerimage {
	float: left;
	padding-right: 20px;
}
#footer #footer1 #footerleft a:link {
	color: #CCC;
}
#footer #footer1 #footerleft a:hover {
	color: #FFF;
}
#footer #footer1 #footerright {
	float: right;
}
#header #main #mainwrapper #sidebarwork .list {
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
}
#main #mainwrapper .mainimagetop {
	padding-top: 25px;
	padding-left: 30px;
	padding-bottom: 20px;
}
#main #mainwrapper #homeintro .textleftbox .textbodyquote {
	background-color: #333;
	margin-left: 30px;
	color: #FFF;
	border: 1px solid #333;
	font-family: Helvetica, Arial, sans-serif;
	padding: 15px;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 1.4em;
}
#footer #footer1 #footerleft .footertext span {
	font-size: 9px;
	color: #999;
	padding-left: 15px;
	text-transform: uppercase;
}
#main #mainwrapper #homeintro .textleftbox .textbig4 {
	padding-left: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.4em;
}
#main #mainwrapper #homeintro .textleftbox .textbodyquote2 {
	background-color: #CCC;
	margin-left: 30px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	padding: 15px;
	margin-bottom: 0px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.3em;
}
#main #mainwrapper #homeintro .textleftbox .textbodyquote2 span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C00;
}
#main #mainwrapper #homeintro .textleftbox .textbodyquote2 .toptip {
	padding-bottom: 10px;
}
#main #mainwrapper #homeintro .textleftbox .textleftboximage {
	padding-left: 30px;
}
#main #mainwrapper #homeintro .textleftbox .textbodyquote span {
	text-transform: uppercase;
	color: #F90;
	line-height: 1.4em;
}
