
/* General Content Styles
----------------------------------------------- */

h1, h2 {
	margin: 0 0 15px;
	padding: 0;
	
	font: 16px "Lucida", "Lucida Sans", arial, sans-serif;;
	color: #000;
	line-height: 16px;
	font-weight: bold;
}

h2 {
	margin: 25px 0 15px;
}

p {
	margin: 5px 0;
	/*border: 1px solid #00f;*/
}

p.small {
	font-size: 11px;
	line-height: 15px;
}

#content_home li {
	padding: 3px 0;
}

em {
	font-style: normal;
	
	background: #ff0;
}

.hidden {
	display: none;
}

span.small {
	font-size: 11px;
}



/* Link Styles
----------------------------------------------- */

a {
	color: #6C8604;
	text-decoration: underline;
}

a:hover {
	color: #245B9C;
	text-decoration: underline;
}

#footer a {
	color: #EEFCD9;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}



/* Message Styles
----------------------------------------------- */

#msg-error {
	margin: 0 0 15px;
	padding: 5px 10px;
	
	color: #fff;
	
	background: #B60C0C;
}

#msg-success {
	margin: 0 0 15px;
	padding: 5px 10px;
	
	color: #fff;
	
	background: #9CB60C;
}

#msg-alert {
	margin: 0 0 15px;
	padding: 5px 10px;
	
	color: #fff;
	
	background: #FF9C06;
}



/* Image Styles
----------------------------------------------- */

#content img {
	padding: 3px;
	border: 1px solid #e2e2e2;
}

#content img.none {
	padding: 0;
	border: 0;
}

img.r {
	float: right;
	margin: 2px 0px 5px 15px;
}

img.l {
	float: left;
	margin: 2px 15px 5px 0px;
}



/* Form Styles
----------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

div.form {
	position: relative;
	
	margin: 0;
	padding: 10px;
}

div.form td {
	padding: 4px 0;
	font-size: 12px;
}

div.form td.label {
	width: 130px;
}

div.form td.field {
	width: 250px;
}

div.form td.check, div.check {
	padding: 7px 0 8px;
}

div.alt {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	background: #f2f2f2;
}

input.widtha {
	width: 200px;
}

input.widthb {
	width: 100px;
}

input.widthc {
	width: 580px;
}

input.widthd {
	width: 50px;
}

select.widtha {
	width: 204px !important; /* ie and ff both render select box widths wrong? */
	width: 206px;
}

select.widthb {
	width: 104px !important; /* ie and ff both render select box widths wrong? */
	width: 106px;
}

textarea.widtha {
	width: 330px;
	height: 100px;
}

input.check {
	margin: 0;
	padding: 0;
}



/* Quote Styles
----------------------------------------------- */


