/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Title:			Seneca Insurance Agency CSS Document
	Author:			PMT Advertising (LS)
					http://www.pmtadvertising.com
	Contact Info:	info@pmtads.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.6em;
	color: #000;
	text-align: center;
	margin: 0; 
	background-image: url('../images/bodyBackground.jpg');
	background-repeat: repeat-x;
	background-color: #703821;
}

/*.diagonal {
	padding: 15px 0 0 0;
	background-image: url('../images/diagonal.gif');
	background-repeat: repeat;
}*/

div.clearer {
	line-height: 0px;
	clear: both;
	overflow: hidden;
}

img {
	border: 0;
}

/***************************************************
+Text Elements
***************************************************/

h1 {
	font-size: 160%;
	font-weight: normal;
	margin: 8px 0 8px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 8px -5px;
	padding: 2px 0 2px 5px;
	color: #fff;
	background-color: #324862;
	
	background-color: #38361f;
	background-color: #660000;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 15px 0;
}
h4 {
	font-size: 20px;
	color: #333;
	margin: 20px 0 30px 75px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333;
	text-align: left;
}

a {
  color: #A93F3D;
  color: #000099;
  text-decoration: none;
}
a:hover {
  color: #990000;
}

/***************************************************
+Page Element Styles
 ***************************************************/

#navigation {
	text-align: right;
}

.constraint {
	position: relative;
	width: 798px;
	text-align: left;
	margin: 15px auto 0 auto;
	border: 2px solid #887f5e;
	/*background-image: url('../images/constraintBackground.jpg');
	background-repeat: repeat-x;*/
	background-color: #efe7da;
	background-color: #f5f5f5;
	background-color: #e1e1d6;
}

#header {
	height: 93px;
	background-image: url('../images/headerBackground.jpg');
	background-repeat: no-repeat;
}

.headerLogo {
	width: 215px;
	height: 71px;
	padding: 5px 0 0 0;
	float: left;
}

.headerInfo {
	text-align: right;
	padding: 10px 10px 0 0;
}

.twoColForeground {
	/*background-image: url('../images/twoColCompanion-background.jpg');
	background-repeat: no-repeat;*/
}

.twoColCompanion {
	width: 294px;
	float: left;
	border-top: 1px solid #cdc4a3;
}
.twoColMain {
	width: 500px;
	float: left;
}
.content {
	padding: 15px;
}
body#home .content img {
	float: right;
}
.contactSection {
	padding: 0 0 13px 0;
	border-bottom: 1px solid #999;
}
ul {
	padding-left: inherit;
}

.twoColMain .content {
	background-image: url('../images/pageCurl.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

body#quote .content {
	padding-top: 0;
}

body#home .contentArea, body#about .contentArea, body#contact .contentArea {
	width: 100%;
	background-image: url('../images/contentAreaBackground.gif');
	background-repeat: repeat-y;
}

/***************************************************
+Footer
 ***************************************************/
 
.footer {
	width: 100%;
	color: #b8b8b8;
	font-size: 10px;
	text-align: right;
	background-image: url('../images/footerBackground.jpg');
	background-repeat: repeat-x;
	background-color: #3c0000;
	/*border-top: 2px solid #887f5e;*/
	border-top: 1px solid #480000;
}

.footer p{
	float: right;
	display: block;
	clear: both;
}
div.bbb{
	float: right;
	padding: 5px 5px 0 5px;
	display: block;
}

.textNav {
	padding: 10px 10px 2px 0;
	text-align: left;
	float: left;
}
.textNav a {
	padding-left: 10px;
	padding-right: 11px;
	border-right: 1px solid #666666;
}

.footer a {
	color: #b8b8b8;
	text-decoration: none;
}
.footer a:hover {
	color: #efe7da;
}

body#home #t-home, body#about #t-about, body#quote #t-quote, body#contact #t-contact {
	color: #efe7da;
}

.footer ul li {
	display: inline;
	padding: 0 15px 0 0;
}

.credit {
	color: #999;
	font-size: 10px;
	text-align: center;
	padding: 2px 0 15px 0;
}
.credit a {
	color: #ccc;
}
.credit a:hover {
	color: #999;
}

/***************************************************
+Form Styles
 ***************************************************/

form {
	
}
.formDescription {
	/*background-color: #d8caca;*/
	padding: 15px 15px 0 15px;
}

.formBlock {
	width: 245px;
	float: left;
}

.tickets {
	display: inline;
	padding-right: 50px;
}

.formRow {
	padding-bottom: 2px;
}

label, .field {
	color: #333333;
	padding-right: 5px;
}

.field {
	display: block;
	width: 100%;
}

.required {
	color: #990000;
	font-weight: bold;
}

div.submitBlock {
	clear: both;
	text-align: right;
}
body#contact div.submitBlock {
	margin: 0 0 40px 0;
}

/***************************************************
+OVERWRITING
 ***************************************************/