/* -- GENERAL REDECLARATIONS -- */

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

body 				{
	text-align:center;
	background: #333;
	color: #999;
}

body, tr,
td, input,
select, textarea 	{font:normal small/1.4 Verdana, Arial, Helvetica, sans-serif;color: #666;}

a				{outline: none;}
a:link 			{color:#770000; text-decoration:none;}
a:visited 		{color:#770000; text-decoration:none;}
a:hover 		{color:#000; text-decoration:underline;}
a:active 		{color:#000; text-decoration:underline;}

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:large; margin:0 0 12px;}
h2 					{font-size:medium; 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;}
					/*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 */

#wrapper {
	position: relative;
	background:#fff;
	width: 100%;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}

#header-wrapper {
	width: 100%;
	background: url("../images/header-bg.jpg") repeat-x 0 0;
}

#header {
	position: relative;
	background: transparent;
	padding: 0px;
	width: 750px;
	height: 210px;margin: 0 0 0 0;
	margin: 0 auto;
}

#header h1,
#header h1 a {
	position: absolute;
	width: 312px;
	height: 64px;
	top: 70px;
	left: 0;
	text-indent: -9000px;
	background: url("../images/logo.jpg") no-repeat 0 0;
}


#header h1 a {
	top: 0px;
	background: transparent;
}

#header h2 {
	float: right;
	color: #fff;
	font-family: arial;
	font-size: 15px;margin: 0 0 0 0;
	margin-top: 15px;
}

#header h3 {
	position: absolute;
	right: 0;
	top: 84px;
	width: 272px;
	height: 37px;margin: 0 0 0 0;
	background: url("../images/phone-number.jpg") no-repeat 0 0;
	text-indent: -9000px;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height:auto;
	background: #fff;
}

#content-main {
	position: relative;
	width: 450px;
	height: 100%;
	padding: 15px;
	padding-left: 0px;
/*	background: #FFC;*/
}

#content-side {
	float:right;
	/*float:left;*/
	width: 200px;
	padding: 0px 0px 15px 35px;
	background: #fff;
	border-left: 1px dashed #ccc;
	height:100%;
	text-align: center;
}

#footer-wrapper {
	clear:both;
	width: 100%;
	background: url("../images/footer-bg.jpg") repeat-x 0 0;
}

#footer {
	position: relative;
	clear:both;
	width: 750px;
	margin: 0 auto;
	height: 196px;
	text-align: left;
}



#footer h1 {
	position: absolute;
	left: 0;
	top: 34px;
	width: 191px;
	height: 43px;
	background: url("../images/logo-footer.jpg") no-repeat 0 0;
	text-indent: -9000px;
}

#footer h2 {
	position: absolute;
	right: 0;
	top: 43px;
	width: 141px;
	height: 22px;
	background: url("../images/phone-number-footer.jpg") no-repeat 0 0;
	text-indent: -9000px;
}

#footer h3 a {
	position: absolute;
	width: 175px;
	height: 28px;
	top: 128px;
	right: 0;
	text-indent: -9000px;
	background: url("../images/3am-footer.jpg") no-repeat 0 0;
}

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

#nav {
	list-style: none;
	position: absolute;
	top: 161px;
	left: 0px;
	text-align: left;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

#nav ul {
	margin-left: 0;
	margin: 0px;
	padding: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
}

#nav li {
	display:inline;
	list-style: none;	
	margin: 0px;
	padding: 0px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	background: transparent;
	padding: 9px 15px 9px 15px;
}

#nav li a:hover {
	background: transparent url("../images/nav-hover.jpg") repeat-x 0 0;
}

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

ul#footer-nav {
	position: absolute;
	list-style: none;
	top: 128px;
	font-family: arial;
	font-size: 12px;
	
}

ul#footer-nav {
	margin-left: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

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

ul#footer-nav li a {
	color: #fff;
	text-decoration: none;
	background: transparent;
	padding: 6px 10px 7px 10px;
}

ul#footer-nav li a:hover {
	color: #999;
	background: transparent ;
}

/*-- 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, textarea {
	border: 1px solid #0F0F0F;
}

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

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

input.button:hover {
  color: #fff;
  background: #770000;
}

input.noborder {border: none;} 

textarea{
  width: 290px;
  height: 120px;
}

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


/*-- TABLE STYLING --*/

table {
	margin-bottom: 10px;
}

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

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

/*-- FLASH ALERT NOTICE --*/

#notice {
	background:#BBEECC none repeat scroll 0 0;
	border:3px solid #E3FFED;
	color:#333333;
	font-weight:bold;
	margin-bottom:10px;
	padding:10px;
}

#notice.error {
	background:#FF4E4E none repeat scroll 0 0;
	border:3px solid #FF0000;
}

#notice.warning {
	background:#FF7402 none repeat scroll 0 0;
	border:3px solid #FF7C7C;
}
#notice.success {
	background:#BBEECC none repeat scroll 0 0;
	border:3px solid #7AC593;
}


