/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {

  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

  font-size: 100%;

}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */

body {

	background-color: #333333;

	color: #2d2e2e;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	line-height: 14px;

	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	text-align: center; /* Centers the page content container in IE 5 browsers. */

}

/* Commonly used to style page titles. */

h1 {

	color: #333;

	font-size: 14px;

	font-weight: bold;

	line-height: normal;

	font-family: Verdana, Geneva, sans-serif;

	border-bottom-style: dotted;

	border-bottom-color: #999;

	width: 530px;

	font-variant: normal;

	border-top-style: none;

	border-right-style: none;

	border-left-style: none;

	padding-top: 3px;

	padding-bottom: 3px;

	background-repeat: repeat-y;

	padding-right: 0px;

	padding-left: 0px;

	border-bottom-width: 1px;

}

/* Commonly used to style section titles. */

h2 {

	color: #000;

	font-size: 12px;

	font-weight: bold;

	line-height: 14px;

}

h3 {

	color: #000;

	font-size: 12px;

	font-weight: bold;

	line-height: 14px;

	text-align: center;

}



blockquote {
	width: 500px;
	padding: 10px;
	quotes: "\201C" "\201D";
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
}


/* This is the property before the quote starts*/
blockquote:before {
content: open-quote;
height:0px;}

/* This is the property for when the quote ends*/
blockquote:after {
content: close-quote;
height:35px;
margin:25px 0px 0px 440px;}

blockquote:before, blockquote:after {
	color: #666;
	display: block;
	font-size: 5em;
	width: 50px;
}
blockquote p {
padding-left:50px;
padding-right:50px;
}


/* Sets the style for unvisited links. */

a,  a:link {

	color: #999999;

	font-weight: bold;

	text-decoration: none;

}

/* Sets the style for visited links. */

a:visited {

	color: #000066;

	font-weight: bold;

	text-decoration: none;

}

/* Sets the style for links on mouseover. */

a:hover {

  color: #2170bd;

  text-decoration: underline;

}

/* Sets the style for a link that has focus. */

a:focus {

  color: #2170bd;

}

/* Sets the style for a link that is being activated/clicked. */

a:active {

  color: #039;

}

/* container to keep footer advert inline with page. */

#container {

	width: 800px;

	padding: 0px;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

#outerWrapper {

	background-color: #fff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */

	text-align: left; /* Redefines the text alignment defined by the body element. */

	width: 800px;

	background-image: url(images/cs_maincont_bg.gif);

	padding: 0px;

	margin-top: 0;

	margin-right: auto;

	margin-bottom: 0;

	margin-left: auto;

}

#outerWrapper #header {

	font-size: 18px;

	font-weight: bold;

	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	height: 250px;

	border-bottom-color: #000000;

	padding: 0px;

	background-image: url(images/banner.png);

	width: 800px;

}

#outerWrapper #flash {

	background-color: #000000;

	border-bottom: solid 1px #000000; /* Sets the bottom border properties for an element using shorthand notation */

	font-size: 18px;

	font-weight: bold;

	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	height: 200px;

}

#outerWrapper #menu {

	font-size: 18px;

	font-weight: bold;

	line-height: 15px;

	border-top-color: #000000;

	border-right-color: #000000;

	border-bottom-color: #000000;

	border-left-color: #000000;

	background-repeat: repeat-y;

	width: 780px;

	margin-right: auto;

	margin-left: auto;

	height: 47px;

}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#outerWrapper #contentWrapper #content {

	margin: 0;

	border-top-color: #000000;

	border-right-color: #000000;

	border-bottom-color: #000000;

	border-left-color: #000000;

	padding-top: 10px;

	padding-right: 10px;

	padding-left: 20px;

	height: auto;

	padding-bottom: 30px;

}

#outerWrapper #contentWrapper #contentright {

	width: 175px;

	margin-top: 0;

	margin-bottom: 0;

	float: left;

	margin-left: 20px;

	background-repeat: no-repeat;

	height: 285px;

	padding: 0px;

	margin-right: 0px;

	clear: right;

}

#outerWrapper #contentWrapper #contentright_address {

	width: 175px;

	margin-top: 0;

	margin-bottom: 0;

	float: left;

	background-repeat: no-repeat;

	padding: 0px;

	margin-right: 0px;

	clear: both;

	height: auto;

	border-left-style: none;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

}

#outerWrapper #contentWrapper #contentrightmock img {

	padding: 0px;

	border: 3px solid #333;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 10px;

	margin-left: 0px;

}

#outerWrapper #contentWrapper #contentrightmock {

	width: 175px;

	margin-top: 0;

	margin-bottom: 20;

	float: left;

	margin-left: 20px;

	background-repeat: no-repeat;

	height: 320px;

	padding: 0px;

	margin-right: 0px;

	clear: right;

}

#outerWrapper #contentWrapper #contentleft {

	float: left;

	width: 550px;

	clear: right;

	height: auto;

	margin-top: 0;

	margin-bottom: 0;

	margin-left: 20;

}

#outerWrapper #contentWrapper #contenttop {

	background-image: url(images/ContentTp.jpg);

	height: 10px;

	}

#outerWrapper #contentWrapper #contentmain {

	height: auto;

	padding: 10px;

	background-repeat: repeat-y;

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 15px;

	}

#outerWrapper #contentWrapper #gallerycontentright {

	width: 500px;

	margin-top: 0;

	margin-bottom: 0;

	float: left;

	clear: right;

	margin-left: 40px;

}

#outerWrapper #contentWrapper #gallerycontentleft {

	float: left;

	width: 200px;

	clear: right;

	height: auto;

	margin-top: 0;

	margin-bottom: 0;

	margin-left: 0;

	

}



#outerWrapper #contentWrapper .clearFloat {

	clear: left;

	display: block;

	height: auto;

}

#outerWrapper #mainbt {

	background-color: #000000; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */

	background-image: url(images/main_bottom_bg.gif);

	background-repeat: no-repeat;

	border-top-color: #000000;

	border-right-color: #000000;

	border-bottom-color: #000000;

	border-left-color: #000000;

	height: 12px;

}

#outerWrapper #footer {

	background-color: #000000;

	border-top: solid 1px #000000;

	height: 50px;

	background-image: url(images/footer_1px.png);

}

#outerWrapper #footer img {

	float: left;

	height: 50px;

	width: 245px;

	margin: 0px;

	padding: 0px;

}

#outerWrapper #footer #footermenu {

	float: right;

	width: 340px;

	margin: 0px;

	padding: 0px;

}

#footer ul {

	font-family: Arial, Helvetica, sans-serif;

	font-size: x-small;

	text-transform: uppercase;

	font-weight: bold;

	color: #FFFFFF;

	list-style-type: none;

	padding: 0px;

	margin-top: 10px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}

#footer li {

	display: block;

	float: left;

	margin-top: auto;

	margin-bottom: auto;

	text-align: center;

}

#footer a:hover {

	color: #FFFFFF;

	text-decoration: underline;

	font-weight: bold;

	text-align: center;

}

#footer a {

	display: block;

	padding-top: 0px;

	padding-right: 10px;

	padding-bottom: 0px;

	padding-left: 10px;

	color: #FFFFFF;

	text-decoration: none;

	text-align: center;

}

#footer p {

	font-family: Arial, Helvetica, sans-serif;

	font-size: small;

	text-transform: uppercase;

	font-weight: normal;

	text-align: center;

	color: #000000;

	display: block;

	margin: 0px;

}

.indexflash {

	border: thin solid #BEC1C6;

	padding: 0px;

	display: block;

	margin: 0px;

	text-align: center;

}

.indexflashmenu {

	padding: 0px;

	display: inline;

	text-align: center;

	border-top-color: #000000;

	border-right-color: #000000;

	border-bottom-color: #000000;

	border-left-color: #000000;

	background-position: center;

	left: auto;

	right: auto;

	clip: rect(auto,auto,auto,auto);

}

.headerlogo {

	padding: 0px;

	display: inline;

	text-align: center;

	border-top-color: #000000;

	border-right-color: #000000;

	border-bottom-color: #000000;

	border-left-color: #000000;

	background-position: center;

	left: auto;

	right: auto;

	clip: rect(auto,auto,auto,auto);

	float: right;

}



/* ADVERT */



#PD p {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: xx-small;

	text-transform: uppercase;

	font-weight: bold;

	padding: 0px;

	margin-top: 5px;

	margin-right: auto;

	margin-bottom: 3px;

	margin-left: auto;

	display: block;

	color: #FFF;

	width: auto;

	text-align: center;

}

#PD {

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 20px;

	margin-left: auto;

	width: 230px;

	display: block;

	height: 35px;

	background-image: url(images/PDAD_BG.png);

	float: left;

	background-repeat: no-repeat;

	background-position: right;

	padding: 0px;

}

#PD a {

	color: #900;

	text-decoration: none;

}

#PD a:hover {

	color: #990000;

	text-decoration: none;

	font-weight: bold;

}

#PD img {

	margin: 5px;

	padding: 0px;

	float: left;

}

/* Form styles */

div.form-container {

	background-color: #FFF;

	border: #EEE 1px solid;

	width: 500px;

	margin-top: 12px;

	margin-right: 2px;

	margin-bottom: 12px;

	padding-top: 10px;

	padding-right: 1px;

	padding-bottom: 0px;

	padding-left: 1px;

}



p.legend { margin-bottom: 1em; }

p.legend em { color: #C00; font-style: normal; }



div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }

div.errors p { margin: 0; }

div.errors p em { color: #C00; font-style: normal; font-weight: bold; }



div.form-container form p {

	margin: 0;

}

div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }

div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }

div.form-container form legend {

	font-weight: bold;

	color: #333;

}

div.form-container form fieldset div { padding: 0.25em 0; }

div.form-container label {

	margin-right: 10px;

	padding-right: 10px;

	width: 100px;

	display: block;

	float: left;

	text-align: right;

	position: relative;

}

div.form-container label.error, 

div.form-container span.error { color: #C00; }

div.form-container label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }

div.form-container input.error { border-color: #C00; background-color: #FEF; }

div.form-container input:focus,

div.form-container input.error:focus, 

div.form-container textarea:focus {

	background-color: #CCC;

	border-color: #999;

}

div.form-container div.controlset label, 

div.form-container div.controlset input { display: inline; float: none; }

div.form-container div.controlset label.controlset { display: block; float: left; }

div.form-container div.controlset div { margin-left: 170px; }

div.form-container div.buttonrow { margin-left: 180px; }



#slantedmenu{

	font-weight: bold;

	font-size: 90%;

}



#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



#slantedmenu ul{

	text-indent: 10px;

	margin: 0;

	background-color: #f4f2fc;

	text-align: left;

	float: right;

	padding-top: 3px;

	padding-right: 0;

	padding-bottom: 3px;

	padding-left: 0;

}



#slantedmenu ul li{

display: inline;

}



#slantedmenu ul li a{

	color: #A84E9C;

	padding: 3px 0;

	padding-right: 25px;

	margin: 0;

	text-decoration: none;

	background: transparent url(images/slantdivider.gif) top right no-repeat;

	font-size: 12px;

}



#slantedmenu ul li a:visited{

	color: #A84E9C;

} 



#slantedmenu ul li a:hover{

color: black;

}

div.copyright{

	width: 300px;

	color: #A84E9C;

	height: 30px;

}

.titlefield{ /*CSS for RSS title link in general*/

text-decoration: none;

}



.labelfield{ /*CSS for label field in general*/

color:brown;

font-size: 90%;

}



.datefield{ /*CSS for date field in general*/

color:gray;

font-size: 90%;

}



#example1{ /*Demo 1 main container*/

width: 450px;

height: 30px;

border: 1px solid black;

padding: 4px;

background-color: lightyellow;

}



#example2{ /*Demo 2 main container*/

width: 600px;

height: 180px;

border: 1px dashed black;

padding: 4px;

background-color: #EEEEEE;

}



#example2 div ul{ /*Demo 2 UL container*/

margin: 0;

padding-left: 18px;

}



#example2 div ul li{ /*Demo 2 LI that surrounds each entry*/

margin-bottom: 4px;

}



#example3{ /*Demo 3 main container*/

	width: 160px;

	height: 120px;

	padding: 4px;

}



#example3 div p{ /*Demo 3 P element that separates each entry*/

margin-top: 0;

margin-bottom: 7px;

}



code{ /*CSS for insructions*/

color: red;

}

/*

	Sitemap Styler 	 

*/



#sitemap, #sitemap ul, #sitemap li{

	margin:0;

	padding:0;

	list-style:none;

}

#sitemap{

	background:url(images/line1.gif) repeat-y;

}

#sitemap li{

	background:url(images/line2.gif) no-repeat 0 0;

	line-height:20px;

	margin-top:1px;

	position:relative;

	width:100%;

}

/* IE leaves a blank space where span is added so this is to avoid that */

* html #sitemap li{

	float:left;

	display:inline;

}



#sitemap li a{padding-left:28px;}

#sitemap li span{float:left;position:absolute;top:5px;left:5px;width:13px;height:13px;cursor:auto;font-size:0;}

#sitemap li span, #sitemap li span.collapsed{background:url(images/collapsed.gif) no-repeat 0 0;} 

#sitemap li span.expanded{background:url(images/expanded.gif) no-repeat 0 0;}



/* sub levels */



#sitemap li ul{	

	margin-left:28px;

	background:url(images/line1.gif) repeat-y;

}

#sitemap li li{	

	background:url(images/line2.gif) no-repeat 0 0;

}



/* portfolio */



#outerWrapper #contentWrapper #contentleft_port {

	float: left;

	width: 350px;

	clear: right;

	height: auto;

	margin-top: 0;

	margin-bottom: 0;

	margin-left: 20;

	padding: 0px;

	margin-right: 0px;

}

#outerWrapper #contentWrapper #contentright_port {

	width: 350px;

	margin-bottom: 0;

	float: left;

	margin-left: 30px;

	background-image: url();

	background-repeat: no-repeat;

	height: auto;

	margin-right: 0px;

	padding: 0px;

	clear: right;

}

#outerWrapper #contentWrapper #contentmain_port {

	height: auto;

	padding: 10px;

	background-repeat: repeat-y;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 15px;

}

#outerWrapper #contentWrapper #contentleft_port h1 {

	color: #333;

	font-size: 14px;

	font-weight: bold;

	line-height: normal;

	font-family: Verdana, Geneva, sans-serif;

	border-bottom-style: dotted;

	border-bottom-color: #999;

	width: 310px;

	font-variant: normal;

	border-top-style: none;

	border-right-style: none;

	border-left-style: none;

	padding-top: 3px;

	padding-bottom: 3px;

	background-repeat: repeat-y;

	padding-right: 0px;

	padding-left: 0px;

	border-bottom-width: 1px;

}

.portdetail1 {

	font-weight: bold;

	text-transform: uppercase;

	display: block;

	width: 150px;

	float: left;

	padding: 0px;

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #999;

	margin-top: 0px;

	margin-right: 5px;

	margin-bottom: 0px;

	margin-left: 0px;

}

.portdetail2 {

}

#portdetail {

	display: block;

	padding: 0px;

	margin-top: 10px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	float: left;

}

#contentright_port_content {

	width: 350px;

	margin-bottom: 0;

	float: left;

	background-image: url();

	background-repeat: no-repeat;

	height: auto;

	margin-right: 0px;

	clear: right;

	padding: 0px;

}

#contentright_port_content img {

	padding: 0px;

	border: 3px solid #333;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 10px;

	margin-left: 0px;

}



/* index */



#contentright_index {

	width: 175px;

	margin-top: 0;

	margin-bottom: 0;

	float: left;

	background-image: url();

	background-repeat: no-repeat;

	height: 285px;

	padding: 0px;

	margin-right: 0px;

	clear: right;

	border: 3px solid #333;

}

#outerWrapper #contentWrapper #contentleft #associations_index {

	float: left;

	width: 520px;

	height: auto;

	margin-top: 0;

	margin-bottom: 20;

	margin-left: 0;

	padding-top: 20px;

	padding-right: 10px;

	padding-bottom: 0px;

	padding-left: 20px;

	border-top-width: 1px;

	border-top-style: dotted;

	border-top-color: #666;

	margin-right: 0px;

}

#outerWrapper #contentWrapper #contentleft #associations_index img {

	padding: 0px;

	margin-right: 10px;

	margin-left: 10px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}



#outerWrapper #contentWrapper #contentleft #associations_index img a:link {

	text-decoration: none;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}



#outerWrapper #contentWrapper #contentleft #associations_index p {

	display: block;

	padding: 0px;

	margin-top: 20px;

	margin-right: 0px;

	margin-bottom: 20px;

	margin-left: 0px;

	text-align: center;

	text-transform: uppercase;

	color: #666;

	font-size: xx-small;

	width: 500px;

}







/* associations */



#outerWrapper #contentWrapper #contentleft_associations {

	float: left;

	width: 450px;

	clear: right;

	height: auto;

	margin-top: 0;

	margin-bottom: 20;

	margin-left: 20;

	padding: 0px;

	margin-right: 0px;

}

#outerWrapper #contentWrapper #contentright_associations {

	width: 250px;

	margin-bottom: 0;

	float: left;

	margin-left: 30px;

	background-image: url();

	background-repeat: no-repeat;

	height: auto;

	margin-right: 0px;

	padding: 0px;

	clear: right;

}

#outerWrapper #contentWrapper #contentmain_associations {

	height: auto;

	padding: 10px;

	background-repeat: repeat-y;

	font-size: 10px;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 15px;

}

#outerWrapper #contentWrapper #contentleft_associations h1 {

	color: #333;

	font-size: 14px;

	font-weight: bold;

	line-height: normal;

	font-family: Verdana, Geneva, sans-serif;

	border-bottom-style: dotted;

	border-bottom-color: #999;

	width: 410px;

	font-variant: normal;

	border-top-style: none;

	border-right-style: none;

	border-left-style: none;

	padding-top: 3px;

	padding-bottom: 3px;

	background-repeat: repeat-y;

	padding-right: 0px;

	padding-left: 0px;

	border-bottom-width: 1px;

}

#contentright_associations_content {

	width: 250px;

	margin-bottom: 0;

	float: left;

	background-image: url();

	background-repeat: no-repeat;

	height: auto;

	margin-right: 0px;

	clear: right;

	padding: 0px;

}

#contentright_associations_content p {

	padding: 0px;

	display: block;

	margin-top: 10px;

	margin-right: 0px;

	margin-bottom: 20px;

	margin-left: 5px;

	font-size: xx-small;

	text-transform: uppercase;

	color: #666;

}

#contentright_associations_content img {

	padding: 0px;

	border: 3px solid #333;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}

#outerWrapper #contentWrapper #contentmain_associations ul {

	display: block;

	padding: 0px;

	margin-top: 0px;

	margin-right: 30px;

	margin-bottom: 0px;

	margin-left: 15px;

}

#outerWrapper #contentWrapper #contentmain_associations li {

	display: block;

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 5px;

	margin-left: 0px;

	list-style-type: square;

}



/* LIGHTBOX */



#lightbox{

	position: absolute;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

	}



#lightbox a img{ border: none; }



#outerImageContainer{

	position: relative;

	background-color: #fff;

	width: 250px;

	height: 250px;

	margin: 0 auto;

	}



#imageContainer{

	padding: 10px;

	}



#loading{

	position: absolute;

	top: 3%;

	left: 0%;

	height: 0px;

	width: 100%;

	text-align: center;

	line-height: 0;

	}

#hoverNav{

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: 10;

	}

#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}



#prevLink, #nextLink{

	width: 49%;

	height: 100%;

	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */

	display: block;

	}

#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }





#imageDataContainer{

	font: 10px Verdana, Helvetica, sans-serif;

	background-color: #fff;

	margin: 0 auto;

	line-height: 1.4em;

	overflow: auto;

	width: 100%	

	}



#imageData{	padding:0 10px; color: #666; }

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	

#imageData #caption{ font-weight: bold;	}

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			

#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

		

#overlay{

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 100px;

	background-color: #000;

}



/* CONTACT */



.contacth1 {

	width: 500px;

}



/* SITEMAP */



.sitemaplist {

	font-family: Arial, Helvetica, sans-serif;

	font-size: x-small;

	line-height: 20px;

	text-transform: uppercase;

	letter-spacing: 1px;

	display: block;

	padding: 0px;

	margin-top: 15px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 20px;

	list-style-type: none;

	font-weight: bold;

}

.sitemaplist_sub {

	color: #666;

	display: block;

	margin-bottom: 10px;

	font-weight: normal;

	letter-spacing: 1px;

	list-style-type: none;

}

.sitemaplist a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: x-small;

	line-height: 20px;

	text-transform: uppercase;

	font-weight: bold;

	letter-spacing: 1px;

	display: block;

	padding: 0px;

	list-style-type: none;

	color: #000;

}

.sitemaplist a:hover {

	color: #000;

	text-decoration: underline;

}

.sitemaplist_sub a {

	color: #666;

	font-weight: normal;

	letter-spacing: 1px;

	list-style-type: square;

	margin: 0px;

}

.sitemapcontentleft {

	width: 400px;

}

#contentleft_sitemap {

	float: left;

	width: 400px;

	clear: right;

	height: auto;

	margin-top: 0;

	margin-left: 20;

}

.sitemaph1 {

	width: 320px;

}

#outerWrapper #contentWrapper #contentright_sitemap img {

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 10px;

	margin-left: 0px;

}

#outerWrapper #contentWrapper #contentright_sitemap {

	width: 330px;

	margin-top: 0;

	margin-bottom: 0;

	float: left;

	margin-left: 20px;

	background-repeat: no-repeat;

	height: 470px;

	padding: 0px;

	margin-right: 0px;

	clear: right;

}

.contracting_table {

	color: #333;

	font-weight: bold;

	clear: both;

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 30px;

	margin-left: 0px;

}

.about_table {

	color: #333;

	font-weight: bold;

	clear: both;

	padding: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 30px;

	margin-left: 0px;

}

#linkscontainer {
	width: 530px;
	height: auto;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#link {
	padding: 10px;
	height: 180px;
	width: 240px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#link img {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 150px;
	width: 200px;
	border: 1px solid #CCC;	
}
#link p {
	float: none;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 195px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#container #outerWrapper #contentWrapper #content #contentleft #contentmain blockquote h2 em strong {
	text-align: center;
}
