/*
| Date: May 23, 2007
| Employed By: Pendergraphics
| Author: Erik Smith, erik@pendergraphics.com
*/


/* Global Elements */
/* -------------------------------------------------- */

* { 
	margin:0px;
	padding:0px;
}

body,html {
	width: 100%;
	/*overflow-x: hidden;*/
}

body {
	background:#000 url(../../images/home/background.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	behavior: url('assets/css/csshover.htc');
	
}

img{
    behavior: url('assets/css/pngbehavior.htc');
	border:none;
}

.clear {
	clear:both;
}

.require {
	color:#cc0000;
}

p.lineheight {
	line-height:18px;
}

p.note {
	font-style:italic;
	font-size:13px;
	border-bottom:1px solid #222;
	margin:8px 0 0 0;
}

h2 {
	font-size:35px;
	border-bottom:1px solid #777;
	font-weight:normal;
	text-transform:lowercase;
	font-style:italic;
	line-height:32px;
}

h3, h3 a {
	font-size:20px;
	text-transform:uppercase;
	line-height:18px;
	color:#25669C;
	font-style:italic;
	text-decoration:none;
}

/* Structure Elements */
/* -------------------------------------------------- */

#contain {
	background-image: url(../../images/home/header.jpg);
	background-repeat:no-repeat;
	background-position: center 62px;
	width: 100%;
	padding-top:2px;
	top:0 !important;
}

#wrapper {
	width:927px;
	margin:0 auto;
	position:relative;
	padding-top:2px;
	top:0 !important;
}

#header {
	height:242px;
	position:relative;
}

	#header h1 {
		position:absolute;
		top:1px;
	}
	
	#header h1 a {
		position:absolute;
		top:0px;
		left:20px;
		z-index:99;
		display:block;
		width:240px;
		height:60px;
	}
	
/* Utility Elements */
/* -------------------------------------------------- */

	#util {
		float:right;
		margin: 25px 25px 0 0;
		display:inline;
		z-index:99;
		position:relative;
	}
	
		#util ul li {
			list-style-type:none;
			float:left;
		}
		
			#util ul li a {	
				color:#fff;
				padding:4px 10px;
				text-transform:lowercase;
				font-size:14px;
				font-variant:small-caps;
				text-decoration:none;
				font-style:italic;
			}
			
			
/* Main Navigational Elements */
/* -------------------------------------------------- */

#mainNav ul {
	position:absolute;
	bottom:0px;
	left:10px;
	z-index:99;
}

#mainNav ul li {
	list-style-type:none;
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
}

	#mainNav ul li.left {
		background-image: url(../../images/home/nav-left.png);
		height:31px;
		width:16px;
	}
	
	#mainNav ul li.right {
		background-image: url(../../images/home/nav-right.png);
		height:31px;
		width:16px;
	}
		

	#mainNav ul li a {
		background:#000 url(../../images/home/nav-mid.jpg);
		background-repeat:repeat-x;
		display:block;
		float:left;
		height:21px;
		padding:10px 7px 0 7px;
		color:#fff;
		font-size:12px;
		text-decoration:none;
	}
		
		#mainNav ul li ul {
			display:none;
		}
		
			#mainNav ul li:hover ul {
				display:block;
				position:absolute;
				bottom:30px;
				background:#fff;
				width:160px;
				background:#478FBF;
				opacity: .85;
				filter: alpha(opacity=85); /* IE */	
				left:0px;		
			}
			
				#mainNav ul li ul li {
					display:block;
					clear:both;
				}
				
					#mainNav ul li ul li a {
						width:145px;
						background:none;
						color:#fff;
						padding:3px 7px 0px 7px;
						height:17px;
					}
					
						#mainNav ul li ul li a:hover {
							background:#2B7AAF;
							width:145px;
							color:#fff;
						}
	

/* Content Elements */
/* -------------------------------------------------- */	

#bottomContainer{
	padding:20px 0 20px 0;
	background-image:url(../../images/content-bg.png);
	background-position:top;
}

#main {
	padding:20px 0 20px 0;
	position:relative;
}

	#center h2, #right h2 {
		margin: 1px 0 0 5px;
		padding: 0;
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
		font-size: 24px;
		font-style: normal;
		letter-spacing: .25px;
		text-transform: lowercase;
		border: none;
	}

	#left {
		width:240px;
		height:256px;
		float:left;
		margin: -1px 5px 0 4px;
		background-image: url(../../images/home/welcome.jpg);
		background-repeat:no-repeat;
		background-position:10px 0px;
	}
	
		#left div.liner {
			width: 180px;
			float:right;
			display:inline;
			margin:0 10px 0 0;
			color:#fff;
			font-size:12px;
			line-height:13px;
		}
	
	#center {
		width:300px;
		height:256px;
		background:#000 url(../../images/home/services.jpg);
		float:left;
		margin: 0 10px 0 10px;
		position:relative;

	}

	#right {
		width:300px;
		height:256px;
		background:#000 url(../../images/home/sales.jpg);
		float:left;
		margin: 0 10px 0 10px;
		position:relative;
	}
	
			#centerBlock, #rightBlock {
				margin: 0;
				padding: 0;
				background:#000;
				opacity: .80;
				filter: alpha(opacity=80); /* IE */	
				width:300px;
				height:260px;
				position:absolute;
			}
			
			
				#centerBlock ul, #rightBlock ul {
					right:20px;
					top: 5px;
					width: 130px;
					position:absolute;
				}
				
				#centerBlock p, #rightBlock p {
					position:absolute;
					left:20px;
					width:160px;
					top: 5px;
					font-size:11px;
				}
				
					#centerBlock ul li, #rightBlock ul li {
						list-style-type:none;
						margin:3px 0 3px 0;
						text-align:right;
					}
					
						#centerBlock ul li a, #rightBlock ul li a {
							color:#fff;
							
						}


#callouts {
	clear:both;
	position:relative;
	top:40px;
}

#rightCalls {
	float:right;
	position:relative;
}


  
/* News Callout */
/* ------------------------------------------- */

	#news {
		width:549px;
		height:197px;
		background-image: url(../../images/home/news.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		float:left;
		position:relative;
		z-index:1;
	}
	
		#news a.more {
			position:absolute;
			top:20px;
			right:30px;
			color:#fff;
		}
		
		#news a.rss {
			position:absolute;
			top: 20px;
			right:100px;
			color:#fff;
		}
	
		#news ul {
			position:relative;
			left:60px;
			top:50px;
			width:449px;
			list-style:none;
		}
		
			#news li {
				display:block;
				clear:both;
				margin:3px 0 3px 0;
			}
			
			
			#news li p.date {
				float:left;
				width:30px;
				font-size:11px;
				padding: 0 0 5px 0;
			}
			
				#news li p.date span {
					font-size:18px;
					font-weight:bold;
				}
			
			#news li a {
				float:left;
				width:300px;
				color:#2E81C2;
				padding:8px 0 8px 15px;
			}
			
			
			#news li a:hover {
				background:#050505;
			}
			

/* Homepage Only: Contact Callout */
/* ------------------------------------------- */
	
	#contact {
		width:308px;
		height:197px;
		background-image: url(../../images/home/callme.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		position:relative;
		display:none;
	}
	
		#contact p {
			position:absolute;
			left:15px;
			bottom:25px;
			width:170px;
			font-size:11px;
			font-style:italic;
		}
	
	#contact table {
		position:relative;
		top:40px;
		left:50px;
	}
	
		#contact table tr td {
			margin:3px;
			text-align:right;
			color:#2E81C2;
		}
	
			#contact input {
				width:150px;
				border:none;
				margin:3px;
			}
			
				#contact input.small, #newsletter input.small {
					width:40px;
				}
				
				#contact input.med {
					width:104px;
				}
				
				#contact input.submit, #newsletter input.submit {
					padding:2px 5px 2px 5px;
					background:#2971AB;
					border:1px solid #fff;
					color:#fff;
					width:75px;
				}
				
			#contact textarea {
				width:150px;
				border:none;
				margin:3px;
			}
			
/* Homepage Only: Newsletter */
/* ------------------------------------------- */			

		#newsletter {
				width:308px;
				height:137px;
				background-image: url(../../images/home/newsletter.jpg);
				background-position:top left;
				background-repeat:no-repeat;
				position:relative;

		}
		
		#newsletter p {
			position:absolute;
			left:15px;
			top:45px;
			width:270px;
			font-size:11px;
			font-style:italic;
		}
		
		#newsletter input {
			padding:3px 5px;
			width:220px;
		}

			
			
/* Homepage Only: Table Form Styles */
/* ------------------------------------------- */

table.form {
	position:relative;
	top:10px;
}

	table.form tr td {
		padding:6px 0 6px 15px;
		margin:7px;
		text-align:right;
	}
	
		table.form tr td input, table.form tr td textarea {
			border:1px solid #222;
			padding:3px 5px 3px 5px;
			background:#fff;
			width:200px;
		}
		
			table.form tr td input.submit, #newsletter p input.submit {
				width:108px;
				background:#111;
				color:#fff;
			}
