/* CSS Document */

/* MAIN LAYOUT including the font, the page background and the image background of the site */
* {
		margin: 0;
		padding: 0;
		font: 12px Lucida Grande, Trebuchet MS,  Geneva, Helvetica, Arial, Verdana, sans-serif;
		color:#330033;
}

body {
		background-color:#FFFFFF;
		text-align:left;
}

/* bulleted list, used on Home and Our Clients pages */
ul {
		list-style:inside;
		list-style-type: disc;
		padding: 0px 25px 0px 30px;
}

/* unvisited, visited link */
a:link, a:visited {	
		color:#728F8E;
		text-decoration:underline;
		padding:2px 5px;
}

/* mouseover link */
a:hover {			
		color: #85786F; 
		text-decoration:none;
		padding:2px 5px;
}  
  
 /* Blue-grey sub-header */
h1 {
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0px 10px 20px;
		text-transform: uppercase;
		color: #728F8E;
}   

/* Light grey, smaller sub-header */
h2 {
		font-size: 12px;
		font-weight: bold;
		padding: 15px 0px 0px 20px;
		text-transform: uppercase;
		color: #9EB2B1;
}    


/* WRAPPER keeps all the parts within it, like a holding frame */
#wrapper {
		margin:0 auto;
		width:800px;
		min-height:100%;
		text-align:left;
}

* html #wrapper {
		height:100%;
}


/* MAIN TOP HEADER of each page; each image includes the logo and a different banner picture */
#header-home {
		background-image:url(mainimages/header-home.gif);
		background-repeat:no-repeat;
		width:800px;
		height:220px;
}

#header-clients {
		background-image:url(mainimages/header-clients.gif);
		background-repeat:no-repeat;
		width:800px;
		height:220px;
}

#header-about {
		background-image:url(mainimages/header-about.gif);
		background-repeat:no-repeat;
		width:800px;
		height:220px;
}

#header-services {
		background-image:url(mainimages/header-services.gif);
		background-repeat:no-repeat;
		width:800px;
		height:220px;
}

#header-contact {
		background-image:url(mainimages/header-contact.gif);
		background-repeat:no-repeat;
		width:800px;
		height:220px;
}


/* TOP NAVIGATION BAR */
#nav {
		width:800px;
		height:30px;
		background-image:url(mainimages/menu-bg.gif);
}

#nav ul {
		list-style:none;
		width:767px;
		padding:0px 0px 0px 30px;
}

#nav ul li {
		display: inline;
		line-height: 30px;
		margin: 0px 0px;
}

#nav ul li a{
		text-decoration:none;
		color:#CCC5C1;
		text-align:left;
		margin:0px 0px;
		font-size:12px;
		font-weight:900;
		padding:2px 30px;
}

#nav ul li a:hover {
		background-color:#ACA39D;
		color:#524A44;
}

/* These each make their corresponding page have a darker font in the navigation bar when you're on that page */
body#home a#home_link, body#services a#services_link, body#about a#about_link, body#clients a#clients_link, body#contact a#contact_link {
		background-color:#85786F;
		color:#524A44;
}


/* MAIN CONTENT area below the top navigational bar and above the footer picture */

#content {
		background-image:url(mainimages/body-bg.gif);
		background-repeat:repeat-y;
		height:100%;
		width:800px;
		padding:20px 0px 105px 0px; 
}


/* spacing around paragraphs */
#content p {
		padding:10px 50px 10px 0px;
}


/* RIGHT COLUMN of the main Content area */
#content #rightContent {
		width:500px;
		height:100%;
		padding:5px 0px 5px 0px;
		text-align:justify;
}

#rightContent h2 {
		margin:0px;
		padding:10px 0px 9px 0px;
}

#content ul.rightContent {
		margin: 0px;
		width: 250px;
}


/* LEFT COLUMN of the main Content area */

#content .leftImageHome {
		padding:10px 20px 90px 20px;
		float: left;
}

#content .leftImageServices {
		padding:10px 20px 380px 20px;
		float: left;
}

#content .leftImageAbout {
		padding:10px 20px 130px 20px;
		float: left;
}

#content .leftImageClients {
		padding:10px 20px 350px 20px;
		float: left;
}

#content .leftImageContact {
		padding:10px 20px 110px 20px;
		float: left;
}

#content #rightContent p.home {
		text-align: left;
		padding: 5px 0px 5px 0px;
}

#content #floatRight {
		float: right;
		width: 380px;
		margin: 0 0 0 0px;
}

#content #floatLeft ul {
		padding:0 0 0 0px;
}

#content #floatRight ul {
		padding:0 0 0 25px;
}

#content ul.inlineList {
		list-style:none;
		padding:0 0 0 30px;
}

#content ul.inlineList li {
		display:inline;
		padding:0 20px 0 0;
		font-weight: bold;
}


/* SECTION SPACING to the left, right, or bottom */

#content #floatLeft {
		float:left;
		width:190px;
		margin:0 0 0 65px;
}

.clearBoth {
		clear:both;
}

#content #clearFloats {
		clear:both;
}


/* FOOTER PICTURES for each page */

#footer-home {
		background-image: url(mainimages/footer-home.gif);
		background-repeat: no-repeat;
		width: 800px;
		height: 93px;
		position: relative;
		margin: -93px auto 0 auto;
}

#footer-clients {
		background-image: url(mainimages/footer-clients.gif);
		background-repeat: no-repeat;
		width: 800px;
		height: 93px;
		position: relative;
		margin: -93px auto 0 auto;
}

#footer-about {
		background-image: url(mainimages/footer-about.gif);
		background-repeat: no-repeat;
		width: 800px;
		height: 93px;
		position: relative;
		margin: -93px auto 0 auto;
}

#footer-services {
		background-image: url(mainimages/footer-services.gif);
		background-repeat: no-repeat;
		width: 800px;
		height: 93px;
		position: relative;
		margin: -93px auto 0 auto;
}

#footer-contact {
		background-image: url(mainimages/footer-contact.gif);
		background-repeat: no-repeat;
		width: 800px;
		height: 93px;
		position: relative;
		margin: -93px auto 0 auto;
}


/* FOOTER copyright and contact link */

#nav-footer p {
		font-size: 10px;
		color:#000;
		font-variant: small-caps;
}

#nav-footer {
		width: 800px;
		height: 30px;
		background-color: #fff;
		text-align:center;
}

#nav-footer ul {
		list-style: none;
		width: 760px;
		padding:0 0 0 30px;
}

#nav-footer ul li {
		display: inline;
		line-height: 15px;
		margin:0 0;
}

* html #footer {
		margin-top: -93px;
}



