@charset "utf-8";
*, html
{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

}
body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #333333;
}
#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #9F3796;
} 
#header {
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg.jpg);
	height: 180px;
	position: relative;
	width: 1000px;
} 
#header  .home  a 
{
	position:absolute;
	left:349px;
	top:0px;
	width:104px;
	height:180px;
	z-index:1;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
}
#header  .what  a 
{
	position:absolute;
	left:453px;
	top:0px;
	width:104px;
	height:180px;
	z-index:1;
	background-image: url(images/what.jpg);
	background-repeat: no-repeat;
}
#header  .who  a 
{
	position:absolute;
	left:557px;
	top:0px;
	width:105px;
	height:180px;
	z-index:1;
	background-image: url(images/who.jpg);
	background-repeat: no-repeat;
}
#header  .faq  a 
{
	position:absolute;
	left:662px;
	top:0px;
	width:110px;
	height:180px;
	z-index:1;
	background-image: url(images/faqs.jpg);
	background-repeat: no-repeat;
}
#header  .link  a 
{
	position:absolute;
	left:772px;
	top:2px;
	width:111px;
	height:180px;
	z-index:1;
	background-image: url(images/links.jpg);
	background-repeat: no-repeat;
}
#header  .contact  a 
{
	position:absolute;
	left:883px;
	top:2px;
	width:119px;
	height:180px;
	z-index:1;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
}
#header a:hover
{
	background-position: bottom left;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 480px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #9F3796;
}
#mainContent {
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 500px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 100;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent h1.homehead
{
	text-indent:-9999px;
	background-image:url(images/steeringgroup.jpg);
	background-repeat: no-repeat;
	height: 97px;
}
#mainContent   h1  
{
	color: #FFFFFF;
	padding-left: 20px;
}
#mainContent h2
{
	margin-top: 7px;
	color: #FFFFFF;
	padding-left: 20px;
	margin-bottom: 3px;
}
#mainContent ul
{
	list-style-position: outside;
	list-style-type: disc;
	padding: 10px 10px 0px 10px;
}
#mainContent li
{
	list-style-position: outside;
	list-style-type: disc;
	text-indent: 0px;
	margin-left: 25px;
}
#mainContent ul ul
{
	padding-bottom: 1.3em;
}
#mainContent ul ul li
{
	list-style-type: square;
	margin-left: 20px;
	text-indent: 10px;
}

#mainContent p
{
	padding-left: 20px;
	color: #333333;
}
#mainContent  #coreblock p.warning
{
	color: #FF0000;
	font-weight: bold;
}

#mainContent .white
{
	color: #FFFFFF;
}
#mainContent .white a
{
	color: #FFFFFF;
	text-decoration: underline;
}


#mainContent a
{
	color: #633F89;
	text-decoration: underline;
}
#mainContent a:hover
{
	color: #000000;
	text-decoration: none;
}

#submenuleft
{
	width: 210px;
	float: left;
	margin-top: 20px;
}

#submenuright
{
	width: 210px;
	float: right;
	margin-top: 20px;
}
#submenuleft ul 
{
	/*width: 230px;*/
}
#submenuleft li, #submenuright li
{	list-style-position: inside;
	list-style-type: none;
	margin-left: 0px !important;


}
#submenuleft li a, #submenuright li a
{	height: 53px;
	padding: 0px;
	color: #633e89;
	width: 200px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	display: block;
	position:relative;
	top: 0px ;

}
.what a {background-image: url(images/what.png);}
.future a {background-image: url(images/future.png);}
.newsletter a {background-image: url(images/newsletter.png);}
.action a {background-image: url(images/action.png);}
.say a {background-image: url(images/say.png);}
.announce a {background-image: url(images/announce.png);}
.size  {
	background-image: url(images/size.jpg);
	padding: 10px 10px 20px 40px;
	margin-left: 13px;
	height: 30px;
	width: 152px;
	background-repeat: no-repeat;
	list-style-type: none;
}
.size .smalla
{
}

.smalla {
	font-size: small
}
.mediuma {
	font-size: large
}
.largea {
	font-size: x-large
}

#submenuleft li a:hover, #submenuright li a:hover
{
	background-position: bottom left;

}

#footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	background-image: url(images/swirl.jpg);
	height: 330px;
} 
#footer a
{
	height: 100px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 200px;
	display: block;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333333;
}
.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;
}
#mainContent a img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clearleft { /* 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:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:130%;}
.contactform label {
	float:left;
	width:99px;
	margin:0 0 0 10px;
	padding:2px;
	text-align:left;
}

.contactform select.combo {width:105px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.field {width:105px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.fresult {
	width:375px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:verdana,arial,sans-serif;
	font-size:95%;
	color:rgb(240,20,20);
}
.contactform input[type="radio"]{
	margin:0px 6px !important;

}
.contactform textarea {
	width:200px;
	padding:2px;
	border:solid 1px rgb(200,200,200);
	font-family:verdana,arial,sans-serif;
	font-size:110%;
}
.contactform input.button {float:right; width:9.0em; margin:0 20px 1em 0; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}
#mainContent #coreblock
{
	background-color: #FFFFFF;
	width: 460px;
}
#mainContent #coreblock h1, #mainContent #coreblock h2, #mainContent #coreblock h3

{
	color: #FFFFFF;
	background-color: #633f89;
	height: 30px;
	line-height: 30px;
	padding: 2px 2px 2px 20px;
	background-image: url(images/accord-none.jpg);
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #9f3796;

}
#mainContent #coreblock h4
{
	padding-left: 20px;
	font-size: 1.2em;
}

#mainContent #coreblock h5
{
	padding-left: 20px;
	font-size: 1.1em;
}

#mainContent #coreblock p
{
	color: #333333;
	font-size: 1em;
	padding: 0.5em 1em 0.5em 20px;
}
#mainContent #coreblock li
{
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 40px;
	padding: 0px;
	text-indent: 0px;
}
#mainContent #coreblock h
{
	padding-left: 20px;
	font-size: 1.1em;
}

