/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #B2F26A url("../images/bg.jpg") 0 0;
}

body, tr,
td, input,
select, textarea 	{font:12px/1.5 verdana, helvetica, arial,sans-serif;color: #595959;}

a				{outline: none;}
a:link 			{color:#767676; text-decoration:underline;}
a:visited 		{color:#767676; text-decoration:underline;}
a:hover 		{color:#65AE28; text-decoration:none;}
a:active 		{color:#65AE28; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:18px; margin:0 0 16px;}
h2 					{font-size:15px; margin:8px 0;}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;clear: both}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {display: none;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Standard Layout */

#page-top {
	margin: 0 auto;
	margin-top: 10px;
	width: 784px;
	height: 166px;
	padding-top: 20px;
	background: url("../images/page-top.jpg") no-repeat 0 0;
}

#wrapper {
	position: relative;
	background:#fff url("../images/content-bg.gif") repeat-y 0 0;
	width: 766px;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}

#outer-wrapper {
	position: relative;
	background: url("../images/wrapper-bg.jpg") repeat-y 0 0;
	width: 784px;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}



#header {
	position: relative;
	background:#fff;
	padding: 0px;
	width: 766px;
	height: 167px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	margin-top: -10px;
}

body#home-page #header {background: url("../images/photos/photo.jpg") no-repeat 213px 0;}
body#firm-page #header {background: url("../images/photos/graph.jpg") no-repeat 213px 0;}
body#services-page #header {background: url("../images/photos/stocks.jpg") no-repeat 213px 0;}
body#links-page #header {background: url("../images/photos/keyboard.jpg") no-repeat 213px 0;}
body#contact-page #header {background: url("../images/photos/notes.jpg") no-repeat 213px 0;}

#header h1 a {
	display: block;
	width: 213px;
	height: 167px;
	margin-left: 0;left: 0;
	text-indent: -9000px;
	margin: 0;
	background: url("../images/logo.gif") no-repeat 0 0;
}

#header h2 {
	float: left;
	text-indent: -9000px;
}

#content {
	/*position: relative;*/
	margin: 0;
	height:auto;
}

#content-main {
	position: relative;
	width: 500px;
	height: 100%;
	padding: 0px;
	padding-bottom: 1px;
	padding-top: 10px;
	margin-left: 235px;
/*	background: #FFC;*/
}

.ca {
	float: right;
	display: block;
	width: 130px;
	height: 42px;
	margin-top: -10px;
	text-indent: -9000px;
	background: url("../images/ca.jpg") no-repeat 0 0;
}

#content-side {
	float:left;
	width: 213px;
	padding: 0px;
	height:100%;
}

#threeam {
	position: absolute;
	width: 213px;
	height: 28px;
	bottom: 5px;
	text-indent: -9000px;
	background: url("../images/3am.gif") no-repeat 0 0;
}

#threeam a {
	display: block;
	width: 213px;
	height: 28px;
}

#footer {
	clear: right;
	padding-top: 20px;
	background:#fff;
	text-align: center;
	font-size: 11px;
}

#footer-bottom {
	clear: both;
	margin: 0 auto;
	width: 784px;
	height: 40px;
	background: url("../images/footer-bg.jpg") no-repeat top;
}

#footer a {text-decoration: none;}

/* Navigation - Use this for very basic horizontal text based nav */

#nav {
	list-style: none;
}

#nav ul {

}

#nav li {
	display:inline;
	list-style: none;
}



/*-- FORM STYLING --*/

form {
	margin-top:20px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

/*fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}*/

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:200px;
	margin-bottom:6px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

form span {
  color: #FF0000;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	width:80px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
}

input{
	border: 1px solid #ccc;
}

input:hover, textarea:hover {
  	border: 1px solid #ACED60;
}

input.button {
	width:80px;
	height: 38px;
	margin-left: 93px;
	margin-right: 10px;
    margin-top: 0px;
	background: #fff;
}

input.button:hover {
  color: #222;
  background: #ACED60;
}

input.noborder {border: none;} 

textarea{
  border: 1px solid #ccc;
  width: 290px;
  height: 120px;
}

.fieldWithErrors input{
	background-color: #FCC;
}


/*-- TABLE STYLING --*/

table {
	margin-bottom: 10px;
}

table td {
	vertical-align: top;
	padding: 1px;
	border-bottom: 0px solid #B1460E;
}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}



