/* @group Created By */

/*
Title: Century Investment Company Screen Styles
Created By: Alison West, Tortus Technologies, West Springfield, MA (tortus.com)
Created on: February 21, 2008
Last Updated: May 15th, 2008
*/

	/* @end */
	
/*-------------------------------------------------------------*/

/* @group color scheme */

.black { color: #000; }
.white { color: #FFF; }
.blue { color: #006384; }
.green { color: #40AF49; }
.medium_green { color: #A3CE99; }
.light_green { color: #E6F1E0; }
.maroon { color: #751A30; }
.light_maroon { color: #8F213E; }

	/* @end */

/*-------------------------------------------------------------*/

/* @group html, body, wrapper, clears */

html, body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 90%;
	color: #000;
	background: #98B3AC url("../images/body_bkgnd.jpg") top left repeat-x;
	line-height: 1.5em;
	}	

#wrapper {
	margin: 30px auto;
	padding: 0;
	width: 760px;
	color: #000;
	background: #F4EEDC url("../images/wrapper_bkgnd.jpg") top left repeat-x;
	border: 1px solid #E5D6AD;
	}
	
.left {
	float: left;
	margin: 0;
	padding: 0;
	}
	
.left img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #006384;
	background: #FFF;
	}
	
.right {
	float: right;
	margin: 0;
	padding: 0;
	}
	
.right img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #006384;
	background: #FFF;
	}
	
	/* @end */
	
/*-------------------------------------------------------------*/

/* @group left_col */

#left_col {
	float: left;
	position: relative;
	top: -20px;
	left: -20px;
	width: 220px;
	color: #000;
	border: 1px solid #E5D6AD;
	background: #E5D6AD url("../images/leftcol_bkgnd.jpg") top left repeat-x;
	margin: 0;
	padding: 5px 10px;
	}
	
#left_col h1 a img {
	border: none;
	}
	
#left_col h3 {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Trebuchet MS", "Verdana", sans-serif;
	letter-spacing: 3px;
	color: #8F213E;
	}
	
#left_col p img {
	float: left;
	margin: -5px 5px 10px 0;
	padding: 5px;
	background: #CEC3A3 url("../images/featured_bkgnd.jpg") top left no-repeat;
	border: 1px solid #EFE8CC;
	width: 75px;
	}
	
.button {
	display: block;
	clear: left;
	margin: 0;
	padding: 5px;
	background: #751A30 url("../images/button_bkgnd.jpg") top left repeat-x;
	color: #FCF8EC;
	border: 1px solid #751A30;
	}
	
.button a {
	color: #FCF8EC;
	text-decoration: none;
	border-bottom: 1px dotted #FCF8EC;
	}
	
.button a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	}
	
#left_col hr {
	border-bottom: 1px solid #CEC3A3;
	border-top: 1px solid #E5D6AD;
	border-right: none;
	border-left: none;
	}
	
.address {
	margin: 0 0 10px 0;
	padding: 5px;
	font-family: "Century Gothic", "Trebuchet MS", "Verdana", sans-serif;
	background: #EFE8CC url("../images/address_bkgnd.jpg") top left repeat-x;
	border: 1px solid #DACDA8;
	}
		
	/* @end */
	
/*-------------------------------------------------------------*/

/* @group nav */
	
#nav ul {
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
	list-style-type: none;
	font-family: "Century Gothic", "Trebuchet MS", "Verdana", sans-serif;
	background: #F2EBD1 url("../images/navigationbar.gif") top left repeat-x;
	z-index: -1;
	}
	
#nav li {
	display: inline;
	}
	
#nav li a {
	margin: 0;
	padding: 8px 3px;
	color: #1A755F;
	text-decoration: none;
	}
	
#nav li a:hover {
	color: #F2EBD1;
	background: #218F72;
	}
	
	/* @end */
	
/*-------------------------------------------------------------*/

/* @group large_image */

#large_image object {
	margin: 0 0 0 -20px;
	padding: 0;
	}
	
#large_image p {
	margin: 0;
	padding: 0;
	}
	
	/* @end */

/*-------------------------------------------------------------*/

/* @group call_to_action */

#call_to_action {
	position: relative;
	margin: -7px 0 0 222px;
	padding: 0;
	background: #218F72 url("../images/calltoaction_bkgnd.jpg") top left repeat-x;
	border-bottom: 1px solid #BFBFBF;
	z-index: 100;
	}
	
#call_to_action h1 {
	margin: 0;
	padding: 5px;
	color: #E3F1ED;
	text-align: center;
	font-weight: normal;
	font-family: "Century Gothic", "Trebuchet MS", "Verdana", sans-serif;
	}
	
	/* @end */

/*-------------------------------------------------------------*/

/* @group content */

#content {
	margin: 0 0 0 237px;
	padding: 5px;
	color: #000;
	}
	
#content a {
	margin: 0;
	padding: 0;
	color: #007087;
	text-decoration: none;
	border-bottom: 1px dotted #007087;
	}
	
#content a:hover {
	margin: 0;
	padding: 0;
	color: #68B8C7;
	border-bottom: 1px solid #68B8C7;
	}
	
#content p {
	color: #333;
	}
	
#content h1, #content h2, #content h3, #content h4, #content h5 {
	font-family: "Century Gothic", "Trebuchet MS", "Verdana", sans-serif;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 1.3em;
	}
	
#content h1 {
	color: #1A755F;
	}
	
#content h2 {
	color: #1A755F;
	}
	
#content h3 {
	color: #218F72;
	}
	
#content hr {
	border-bottom: 1px solid #CEC3A3;
	border-top: 1px solid #E5D6AD;
	border-right: none;
	border-left: none;
	}
	
	/* @end */
	
/*-------------------------------------------------------------*/
	
/* @group footer */

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	color: #555;
	text-align: center;
	background: #CEC3A3 url("../images/footer_bkgnd.jpg") top left repeat-x;
	border-top: 1px solid #CEC3A3;
	font-family: "Century Gothic", "Trebuchet MS", "Verdana", sans-serif;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}
	
#footer a {
	margin: 0;
	padding: 0;
	color: #555;
	}
	
#footer a:hover {
	margin: 0;
	padding: 0;
	color: #000;
	}
	
	/* @end */
	
/*-------------------------------------------------------------*/
