/* 
==================================================================== 

                            							
    ::  
	
	squarehead design studio 				

    845.331.1953   
    www.squarehead.com 
    sbliss@squarehead.com  
			 
			                                                      	  
--------------------------------------------------------------------
                                                     
    EPCO | base styles

	for DM Strategies

==================================================================== 
*/


/*
==================================================================== 

      Import the styles for NAVBAR
	  I'm doing it here so all the pages won't need updating

==================================================================== 
*/

@import url("navbar.css");

/*
==================================================================== 

      reset

==================================================================== 
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: small Helvetica, Arial, sans-serif;
	color: #000000;
	background: #C1CDC1 url(../images/schematic.jpg) no-repeat fixed left top;
}

/*
==================================================================== 

      containers

==================================================================== 
*/

#frame {
	position: absolute;
	width:749px;
	left: 50%;
	margin: 20px 0 0 -375px;
}
#header {
	background: url(../images/header.jpg);
	float: left;
	width: 749px;
	height: 95px;
}
#content {
	padding: 0 9px;
	width: 731px;
	background: url(../images/background.jpg) repeat-y left top;
	float: left;
}
#left-col {
	margin: 10px 0 0 20px;
	display: inline;
	width: 200px;
	float: left;
	font-size: .8em;
	line-height: 1.4em;
	text-align: center;
}
#right-col {
	margin: 10px 20px 0 0;
	display: inline;
	width: 475px;	
	float: right;
}
#pageBottom {
	clear: both;
}

/*
==================================================================== 

      info box - contains address

==================================================================== 
*/

#info {
	margin-top: 30px;
	font-size: .8em;
	line-height: 1.4em;

}

/*
==================================================================== 

      header navigation

==================================================================== 
*/

#header ul {
	float: right;
	margin: 70px 20px 0 0;
	list-style: none;
}
#header li {
	float: left;
}
#header a {
	float: left;
	display: block;
	padding: 2px 6px;
	color: #919191;
	font-size: .7em;
	text-decoration: none;
	font-weight: normal;
	border-right: 1px solid #919191;	
}
#header a:hover {
	color: #FFFFFF;
}

/*
==================================================================== 

      put images and captions in a definition list

==================================================================== 
*/


#right-col dl {
	margin: 0 0 20px 0;
	width: 460px;
}
#right-col dd {
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: bold;
	color: #666666;
}

/*
==================================================================== 

      tables

==================================================================== 
*/

#right-col table {
	width: 475px;
	font-size: .8em;
}
#right-col td {
	padding: 2px;
	border-bottom: 1px solid #96A296;
}
#right-col th {
	padding: 2px;
	text-align: left;
	background: #C1CDC1;
}


/*
==================================================================== 

      typography

==================================================================== 
*/

#content p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 1.2em 0;
}
h1 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 1.2em 0;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	margin: 1.2em 0 1.2em 0;
	font-weight: bold;
}

#left-col h1 {
	font-size: 1.6em;
}
#left-col h2 {
	font-size: 1.3em;
	margin: 15px 0 5px 0;
}


/*
==================================================================== 

      links

==================================================================== 
*/

a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*
==================================================================== 

      forms

==================================================================== 
*/

form {
	font-size: .85em;
	line-height: 1.8em;
}
fieldset {
	border: none;
	padding-top: 8px;
}
.rtcolumnForm div {
	width: 465px;
	margin: 5px 0;
	padding: 5px;
	background: #E9F3E2;
}
.rtcolumnForm label {
	width: 155px;
	display: block;
	float: left;
}
.error {
	color: #FF3300;
	font-weight: bold;
}
.rtcolumnForm .req {
	font-weight: bold;
}
.rtcolumnForm .footnote {
	font-weight: bold;
	font-size: .85em;
	background: none;
	padding: 0 5px;	
}
.rtcolumnForm .buttons {
	margin-top: 10px;
	background: none;
}
