/*
	Nimbler Creative Template Layout CSS 0.1
	Design by Nimbler Creative
	CSS/Template by Nicholas Stabler
*/

/* GLOBAL 
----------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Arial, Verdana, sans-serif; 
}

html {
	background: #145074 url(../images/main-bg.jpg) fixed center top no-repeat;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear: both;
}
.FloatLeft {
	float: left !important;
}

/* HEADER
----------------------------------------- */
#Header { 
	width: 100%; 
	height: 90px;
 	position: fixed;
	top: 0;
 	background: transparent url(../images/header-bg.png) repeat-x top;
 	z-index: 999;
}
	#HeaderContent {
		width: 960px;
		height: 80px;
		margin: 0 auto;
	}
		a:hover #Logo, a:active #Logo {
			text-decoration: none;
			border: none;
		}
		#Logo {
			float: left;
			width: 360px;
			height: 60px;
			margin: 12px 0 0 -10px;
			background: transparent url(../images/nimbler-creative-logo.png) no-repeat; 
		}
#HeaderFill {
	width: 100%;
	height: 90px;
}


/* NAVIGATION
----------------------------------------- */
#Navigation {
	width: 520px;
	float: right;
}
	#Navigation ul { 
 		float: right; 
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 25px; 
			float: left;
			line-height: 9em;
			display: block;
		}
  			#Navigation ul li a, #Navigation ul li a:visited { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 2.3em;
				font-size: 1.5em; 
				font-weight: bold;
				color: #fff;
			}
				#Navigation ul li a:hover { 
					color: #7AB7CF;
					cursor: pointer;
				}

				
/* CONTENT
-------------------------------------------- */
#Layout {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin: 50px auto;
}
#Content {
	width: 450px;
	float: left; 	
	margin: 0;
	text-align: left;
}
	#Content h1 {
		
	}
	#Content .Intro {
		margin-bottom: 30px;
	}
	#Content .Intro p {
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.3em;
	}
	
#Headline {
		position: relative;
	}
	#HeadlineOver {
		margin: 0;
		z-index: -8;
	}
	#HeadlineUnder {
		position: absolute;
		top: 2px;
		left: 2px;
		z-index: -10;
	}
		#HeadlineUnder h1 {
			color: #000;
		}
	
	
/* IMAGE CONTAINER
-------------------------------------------- */	
#ImageContainer {
	width: 460px;
	height: 300px;
	float: right;
	margin-bottom: 20px;
	position: relative;
}
	#ImageTop {
		width: 460px;
		height: 9px;
		background: transparent url(../images/image-bg-top.png) no-repeat center top;
	}
	#Image {
		width: 460px;
		height: 280px;
		background: transparent url(../images/black-bg-70.png);
	}
		#Image img, #Image iframe {
			border: 0;
			margin: 0 10px;
		}
	#ImageBase {
		width: 460px;
		height: 9px;
		background: transparent url(../images/image-bg-base.png) no-repeat center top;
	}
	.ImageOver {
		position: absolute;
		width: 440px;
		height: 50px;
		background: transparent url(../images/black-bg-70.png);
		bottom: 10px;
		left: 10px;
	}
		.ImageOver h5 {
			font-size: 1em;
			line-height: 1em;
			padding-left: 10px;
			margin-top: 7px !important;
		}
		.ImageOver p {
			font-size: 1em;
			line-height: 1em;
			margin: 0;
			padding-left: 10px;
		}
	
/* BUTTONS
-------------------------------------------- */
a .Button {
	width: 200px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:hover .Button {
	text-decoration: none;
	cursor: pointer;
}
.BlueButton {
	margin-right: 40px;
	background: transparent url(../images/button-blue.png) no-repeat;
}
.GreenButton {
	background: transparent url(../images/button-green.png) no-repeat;
}


/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}



/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}



/* FOOTER
----------------------------------------------- */
#Footer { 
 	clear: both;  
	width: 100%; 
	height: 50px; 
	background: transparent url(../images/footer-bg.png) repeat-x top; 
	color: #ddd;
	font-size: 1.05em;
	line-height: 50px;
	position: fixed;
	bottom: 0;
}
	#Footer .Left {
		float: left;
		margin-left: 15px;
	}
	#Footer .Right {
		float: right;
		margin-right: 15px;
	}
	#Footer a {
		color: #ddd;
		text-decoration: none;
	}
		#Footer a:hover {
			text-decoration: underline;
			color: #fff;
		}
#FooterFill {
	width: 100%;
	height: 50px;
}