/* ==================================================================

 *  http://www.ramengineering.com

 *  owner: Planeteria Web Design

 *  author: Leigh Nouveaux lcockrell@planeteria.com

 *  created: December 2007

 * ================================================================== */
 
 /* ==================================================================
	Layout Template Classes
		The following classes are inserted into the body tag to
		select appropriate layout.
	
 	 template1 - Unique for the home page
	template2 - 3 columns (left nav, content, sidebar)
	template3 - 2 columns (left nav, content)
	
	
	All navigation styles are contained in the file 'navigation.css'.
	If a particular element falls within a nav container, such as an h2,
	it's attributes might be defined there.
		
 * ================================================================== */


html { font-size:100.01%; }

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 10px 0 0px 0;
	color: #333333;
	}

p {
	margin:0 0 1.2em 0;
	line-height:2em;
	text-align: left;
	}
	
strong {
	color:#1c6f79;
	}

/* ==================================================================
 * Headings
 * ================================================================== */

h1{
	color: #FFFFFF;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight:normal;
	text-transform:lowercase;
	letter-spacing:.1em;
	position: absolute;
	left: 505px;
	top: 155px;
	line-height: 1.1em;
	width: 448px;
	}

h2 {
	color: #037cb4;
	font-weight:900;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
	text-transform:uppercase;
	margin:0 0 .4em 0;
	}

h3 {
	font-size: 100%;
	color:#687700;
	padding:.4em 0 .1em 0;	
	}

.portfolio h3 {
	color: #FFFFFF;
	background-color: transparent;
	}

h4 { font-size:100%;  margin:0; color: #ce1337;}

/* ==================================================================
 * Lists
 * ================================================================== */

dl
{
	padding: 0;
	margin-left: -3px;
}

dt
{
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	color: #687700;
	background-color: transparent;
	font-style: italic;
}

dt a:link, dt a:visited {
	color: #b2cb00;
	text-decoration: underline;
	background-color: transparent;
}

dd
{
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height:2em;
}

ul {
	padding:1em 0 .5em 0;
	}
	
	

ul li {
	background:url("images/img_list-bullet-green.gif") no-repeat 0 .4em;
	margin:0 0 2px;
	padding:0 5px 10px 15px;
	list-style:none;
	line-height: 2em;
}

	.projects #main-content ul li, .services #main-content ul li {
		background:url("images/img_list-bullet-green.gif") no-repeat 0 .4em;
		padding:0 5px 5px 15px;
		list-style:none;
		line-height: 1.2em;
		}

	.services #main-content ul li ul {
		padding:1em 0 .2em 15px;
		}
		
		.services #main-content ul li ul li {
			background:url("images/img_list-bullet-blue.gif") no-repeat 0 .3em;
			list-style:none;
			padding:0 1px 3px 15px;
			line-height: 1.2em;
			}
		
	.services #main-content ul li ul li ul {
		padding:.4em 0 .3em 1em;
		}	
		
		.services #main-content ul li ul li ul li {
			background:none;
			padding:0 5px 2px 0px;
			margin-left:-10px;
			list-style:none;
			line-height: 1.2em;
			}



/* ==================================================================
 * Links
 * ================================================================== */

a:link {
	color: #11646d;
	text-decoration:underline;
}

a:visited {
	color: #11646d;
	text-decoration:underline;
}

a:hover {
	color: #11646d;
	text-decoration: none;
}

a:active {
	color: #11646d;
	text-decoration: none;
}


		.home #main-content a:link {
		color: #fff;
		text-decoration:underline;
		}
		
		.home #main-content a:visited {
		color: #fff;
		text-decoration: underline;
		}
		
		
		.home #main-content a:hover {
		color: #b0cb01;
		text-decoration: none;
		}
		
		.home #main-content a:active {
		color: #b0cb01;
		text-decoration: none;
		}
		
		. home #main-content#footer a:link {
		font-weight:normal;
		}



/* ==================================================================
 * Misc
 * ================================================================== */

.img_right {
	float: right;
	margin: 0 0 20px 0px;
	border:1px solid #196771;
	}

.img_left {
	float: left;
	margin: 0 15px 20px 0;
	}

img.inline {
	display:inline;
	margin-bottom:-4px;
	margin-left:5px;
	}
	
.rule {
	border-bottom:1px dotted #687700;
	margin:10px 0;
	}

.clear {
	clear: both;
	}

/* ======================= * Pullquotes * =========================== */

/*#pullquote {
	width:200px;
	margin-left:25px;
	padding-left:25px;
	padding-top: 20px;
	font-size:1em;
	margin-bottom:30px;
}

#pullquote p {
	line-height:1.6em;
}

#pullquote .symbolQuoteOpen {
	color: #9e1b07;
	display:block;
	background-color:transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 72px;
	margin-left:-12px;
	padding-top:20px;
	margin-bottom: -15px;
}

#pullquote .symbolQuoteClose {
	display:block;
	float:left;
	margin-top: -15px;
	margin-left: 10px;
	color:#9e1b07;
	background-color:transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 72px;
	line-height:1em;
	text-align:right;
	width:100%;
}

#pullquote .quote_credit {
	margin-top: -50px;
	float: left;
	text-align: left;
	width:100%;
	font-style:italic;
	font-size: .8em;
}*/



/* ==================================================================
 * Layout
 * ================================================================== */


#page-wrapper {
	font-size: 1em;
	line-height: 1.4em;
	width: 980px;
	margin: 4px auto 0;
	text-align: left;
	position: relative;
}


/*--------------Masthead is the top area containing primenav--------------*/

#masthead {
	background: url(images/img-subpages-masthead.jpg) left top no-repeat;
	width: 980px;
	position: relative;
	height: 133px;
	text-align: right;
	}

	#masthead h1 {display: none}


#below-masthead-container {
	float: left;
   width: 980px;
	background-color: #fff;
	display: block;
	position: relative;
	height: auto;
	}

#left-banner {
	background-image: url(images/img-left-banner.jpg);
	float: left;
	height: 542px;
	width: 160px;
	}

#center-banner {
	float: left;
	width: 820px;
	}

	.home #center-banner {
	background-image: url(images/img-home-center-banner.jpg);
	background-repeat: no-repeat;
	height: 362px;
	}
	
	.subpage #center-banner {
	background-image: url(images/img-subpages-banner.jpg);
	background-repeat: no-repeat;
	height: 190px;
	}


#below-center-banner-content-container{
	display: block;
	float: left;
	width: 820px;
	}

		.home #below-center-banner-content-container{
			background-image: url(images/img-home-below-center-banner.jpg);
			background-repeat: no-repeat;
			padding-top:37px;
			width: 820px;
			float: left;
			}
	
		
#below-center-banner-bg-image-wrapper {
	float: left;
	width: 802px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #1c6f79;
	padding-bottom: 22px;
	padding-right: 18px;
	}

		.home #below-center-banner-bg-image-wrapper {
		background-image: url(images/img-home-image-along-bottom.jpg);
		}
		
		.subpage #below-center-banner-bg-image-wrapper {
		background-image: url(images/img-subpages-image-along-bottom.jpg);
		}


.home #main-content {
	background-color:transparent;
	color: white;
	padding: 0 26px 2px 26px;
	float:right;
	width: 300px;
	/*margin-top:-30px;*/
	/*padding-top:-30px;
	overflow:visible;
	display: block;
	z-index:100;*/
	}
	
	.home #main-content p {
		line-height:1.75em;
		}
	.home p strong {
		color:#fff;
		}
	
.subpage #main-content {
	background-image: url(images/img-subpages-textbox-gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	color: #333333;
	padding: 14px 26px 2px 26px;
	min-height:290px;
	}
	
	*html .subpage #main-content {
		height:290px;
		}

#footer {
	color: #00a0cb;
	background-color: #FFFFFF;
	text-align: right;
	padding-bottom: 20px;
	width: 960px;
	padding-right: 20px;
	line-height: 4em;
	font-weight:normal;
	}				

/*--------------Home Page Only--------------*/

#large-circular-image {
	float:left;
	z-index: 99;
	position: absolute;
	left: 174px;
	top: 47px;
	width: 389px;
	}

#small-circular-image {
	z-index: 100;
	position: absolute;
	left: 371px;
	top: 348px;
	float:left;
	}

/*--------------Sub Pages Only--------------*/

#subpage-circular-image {
	position: absolute;
	left: 201px;
	top: 18px;
	width: 252px;
	height: 273px;
	z-index: 100;
	border-bottom: solid #1c6f79 1px;
	}
#main-content-wrapper {
	background-image: url(images/img-subpages-textbox-top.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 481px;
	padding-top: 12px;
	float: right;
	display: block;
	}
	
#bottom-border {
	background-image: url(images/img-subpages-textbox-bottom.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	}
	
/*----------------- Photogallery pasge styles_________________________*/	
	

.table-row-spacer {
	height:9px;
	}

#photogallery-description {
	width: 224px;
	color: #fff;
	background-color: transparent;
	padding: 0 14px;
	margin-top:40px;
	}
