/* It's not easy being green. */

body {
margin: 0;
valign: top;
font-family: arial, sans-serif, helvetica, verdana;
background-color: #3F3735;

}

/* To place the main image at the top of the page. */

#container1 {
background-image: url(images/header_image_seancomputer.jpg);
background-repeat: no-repeat;
height: 289px;
background-position: 185px 0px;
margin: 0;
border-right: 0px #ffffff solid;
background-color: #3F3735;
}

/* To place the image in the panel running down the right side of the page. */

#container2 {
background-image:url(images/right_panel_bg.gif);
background-repeat: repeat-y;
background-position: top right;
margin: 0;
padding: 0;
align: top;
}

/* Text that sits on top of the header image and says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 10px;
padding-right: 160px;
font-weight: bold;
font-size: .8em;
text-align: right;
letter-spacing: 5px;
color: #3F3735;
padding-top: 125px;
padding-bottom: 60px;
line-height: 1.5em;
}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 0;
margin-left: 185px;
font-size:14px;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
padding-right: 0;
font-weight: bold;
background-color: #989898;
border-left: 2px #ffffff solid;
border-right: 2px #ffffff solid;
color: #ffffff;
text-indent: 10px;
border-top: 2px #ffffff solid;
margin-right: 148px;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 185px;
margin-right: 148px;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
background-color: #fff;
border-left: 2px #ffffff solid;
border-right: 2px #ffffff solid;

}
#main-textclients {
margin-top: 0px;
margin-bottom: 0;
margin-left: 185px;
background-color: #fff;
border-left: 2px #fff solid;
border-right: 2px #fff solid;
margin-right: 148px;
}

p, ul, ol, table {
font-size: .8em;
line-height: 1.9em;
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
padding-left: 10px;
padding-right: 10px;
}

ol, ul {
margin-left: 25px;
}

h2 {
margin-bottom: 0;
margin-left: 10px;
margin-right: 0;
font-size: 125%;
font-weight: bold;
color: #3F3735;
margin-top: 0;
padding-top: 10px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #7ACCC8;
border-bottom: 1px #7ACCC8 dotted;
}

a:hover {
text-decoration: none;
border-bottom: 1px #7ACCC8 solid;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top:131px;
left: 0;
background-color:#7ACCC8;
width: 185px;
text-align: right;
border-bottom: 2px solid #fff;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}

#left-menu p {
padding-right: 20px;
margin-bottom: 5px;
padding-left: 0;
font-size: .7em;
}

#left-menu a:link, #left-menu a:visited {
color: #ffffff;
border-bottom: none;
}

#left-menu a:hover, #left-menu a.current {
color: #fff200;
text-decoration: none;
}

span.arrow {

font-size: 1.2em;
color: #5a5a5a;}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 5px;
padding-bottom: 5px;
line-height: 21px;
font-size: 10px;
padding-left: 40px;
background-color: #3F3735;
margin-top: 0;

color: #FFFFFF;
}

#footer a:link, #footer a:visited {
color: #FFFFFF;
border-bottom: none;
}

#footer a:hover {
text-decoration: underline;
color: #7ACCC8;
}

  
.imagefloat
	{
		float: right;
		position: relative;
		padding: 2px;
		margin: 0 0 10px 10px;
	}
	.imagefloat2
	{
		float: right;
		position: relative;
		background-color: #000000;
		padding: 2px;
		margin: 25px 20px 10px 10px;
	}
	
#faq{
font-family: arial, sans-serif, helvetica, verdana;
padding: 22px; 
border: 1px solid #ccc; 
clear: both; 
margin-bottom: 1em; 
margin-top: 2em;
margin-left: 15px;
margin-right: 15px;
}

#faqsub {
 width: 160px; 
 float: left;
 margin-bottom: 3px; 
 font-size: 10pt;
 }
 #faqsub1{
 margin-left: 180px; 
 border-left: 1px solid #ccc; 
 padding-left: 20px; 
 height: 1%;
 margin-bottom: 4px;
}
#faqspecial{
margin-bottom: 1em;
font-weight: ; 
font-size: 12px;
}
#faqItem{
font-family: arial, sans-serif, helvetica, verdana;
border: 1px 1px 0px 1px solid #ccc; 
clear: both; 
margin-bottom: 1em; 
margin-top: 2em;
margin-left: 15px;
margin-right: 15px;
 }