@charset "utf-8";
/* CSS Document */

/*  CSS Reset  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

/* Basic CSS */

body {
	 background: #fff url(../images/page_bg.gif) center repeat-y;
	 font: 100% Verdana, Arial, Helvetica, sans-serif;
	 color: #001b3f; 
}

h1 {
	color: #fff;
	background: #012D6B;
	font-size: 1.4em;
	font-style: italic;
	padding: 0.2em 0.5em;
	margin: 0 10px 10px 10px;
	display: block;
	font-weight: bold;
}

h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 1em;
	color: #ED1C24;
	padding: 0.5em 0.8em;
}

p {
	font-size: 0.7em;
	padding: 0.5em 1em;
	line-height: 1.8em;
}

a {
	text-decoration: none;
	color: #ED1C24;
}

a:hover {
	text-decoration: underline;
}

ul{ 
	font-size: 0.75em;
	padding: 0.2em 3em;
}

 ul li img {
 	vertical-align: middle;
 }


ul.pdfList li {
	padding: 0.5em 0em;
}

b, strong {
	font-weight:bold;
}

em, i {
	font-style: italic;
}

p.phrase {
	text-align: center;
	font-size: 0.9em;
	color: #00AEEF;
}

img.left  {
	padding: 0.3em;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0.5em 0.5em 0;
}

p.projImage {text-align: center;}
p.projImage img {
	padding: 0.3em;
	background: #fff;
	border: 1px solid #ccc;
}

/* Layout Divs */

#bannerHead {
	background: url(../images/banner_top.gif);
	height: 12px;
	width: 100%;
}

#container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
	
	#colLeft {
		width: 229px;
		float: left;
		padding-top: 129px;
		background: url(../images/column_top_bg.gif) no-repeat;
	}
	
		#colLeft h2 {
			background: #00AEEF;
			color: #fff;
			font-size: 0.6em;
			text-transform: uppercase;
			font-style: italic;
			margin: 0 10px;
			padding: 0.5em 0.5em;
			font-weight: bold;
		}
		
		.columnBox {
			background: #012D6B url(../images/column_top.gif) top no-repeat;
			padding: 22px 0 5px 0;
		}
		
		#projectList {
			padding: 5px 10px;
			font-size: 0.6em;
			list-style: none;
		}
		
			#projectList li {
				border-bottom: 1px solid #888;
				padding: 5px 0;
			}
		
			#projectList li a{
				display: block;
				width: 100%;
				overflow: hidden;
				color: #fff;
			}
			
			#projectList li a:hover {
				color: #FFF600;
				text-decoration: none;
			}
			
				#projectList li a img{
					border: 1px solid: #fff;
					float:left;
					margin: 0 10px 0 0;
				}
				
				#projectList li a span{
					font-weight: bold;
					padding-bottom: 10px;
					display: block;
				}
				
		#colLeft a.button {
			display: block;
			font-size: 0.75em;
			margin: 5px 10px;
			padding: 0 10px;
			height: 25px;
			line-height: 25px;
			border: 1px solid #888;
			color: #fff;
		}
		
		#colLeft a.button:hover {
			background: #ED1C24;
			color: #FFF600;
			border: 1px solid #FFF600;
			text-decoration: none;
		}

	
	#content {
		float: right;
		width: 730px;
	}
	
/*  Project Page  */

	ul#projects_main {
		padding: 0 1em;
		list-style: none;
		width: 97%;
		overflow: hidden;
		font-size: 0.7em;
	}

		ul#projects_main li {
			clear: left;
			padding: 0.5em 0;
			border-bottom: 1px solid #ccc;
			
		}
		
			ul#projects_main li a{
			display: block;
			margin: 0.2em;			
			padding: 0.5em;
			padding-bottom: 2em;
			color: #001b3f;
			}
		
			ul#projects_main li a:hover {
				text-decoration: none;
				background: url(../images/view_proj.gif) 7em 5.5em no-repeat;
			}
			
			ul#projects_main img {
				float: left;
				margin: 0 0.5em 0.5em 0;
				padding: 0.3em;
				border: 1px solid #ccc;
			}
			
			ul#projects_main span.heading {
				font-size: 1.2em;
				font-weight: bold;
				color: #00AEEF;
			}
			
			ul#projects_main span.subheading {
				font-weight: bold;
			}
	
			#content a.button {
				display: block;
				font-size: 0.75em;
				height: 25px;
				line-height: 25px;
				border: 1px solid #888;
				color: #ED1C24;
				width: 10em;
				text-align: center;
				font-size: 1.2em;
			}
			
			#content a.button:hover {
				background: #ED1C24;
				color: #FFF600;
				border: 1px solid #FFF600;
				text-decoration: none;
			}
				
/*  Contact Form */
	#contact_form {
		width: 100%;
		overflow: hidden;
		clear: right;
	}
	
		#contact_form fieldset {
			border: 2px solid #ccc;
			margin: 10px;
			padding: 10px;
		} 
		
		#contact_form legend {
			font-size: 0.8em;
			color: #666;
			padding: 5px 10px;
			display: block;
			border: 1px solid #ccc;
			background: #e8e8e8;
			font-style: italic;
			font-weight: bold;
		}
		
			#contact_form label {
				display: block;
				float: left;
				width: 8em;
				font-size:0.75em;
				clear: left;
				padding: 5px 0;
				text-align: right;
			}
			
			#contact_form fieldset input {
				float: left;
				font: 0.75em Verdana, Arial, Helvetica, sans-serif;
				margin: 5px 0 5px 10px;
				width: 500px;
				background: #ccc;
			}
			
			#contact_form textarea {
				float: left;
				font: 0.75em Verdana, Arial, Helvetica, sans-serif;
				margin: 5px 0 5px 10px;
				width: 500px;
				background: #ccc;
			}
			
			#contact_form #submit_btn {
				padding: 10px;
				margin: 5px 0 5px 10px;
			}
	
/*  Footer  */

#footer {
	width: 960px;
	margin: 0 auto;
	clear: both;
	text-align: right;
	color: #888;
}

	#footer a{
		color: #666;
	}


