/*
	General information
	
	Dark blue: rgb(0,51,102)
	Light blue: rgb(48,89,131)
	Brown: rgb(116,66,50)
*/

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Global */

body {
	font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: rgb(48,89,131);
}

ol {
	list-style-type: decimal;
	margin-left: 25px;
}

ul {
	list-style-type: disc;
	margin-left: 20px;
}

p {
	margin: 10px 0;
}

a {
	text-decoration: none;
	color: rgb(255,255,255);
}

h1 {
	font-size: 1.1em;
	margin-bottom: 5px;
}

h2 {
	margin-bottom: 10px	;
	color: rgb(0,51,102);
}

img { 
	behavior: url(includes/iepngfix.htc); 
}

.blue {
	color: rgb(0,51,102);
	font-weight: bold;
}

.clear {
	clear: both;
}	

.small {
	font-size: 0.8em;
}

.remove {
	display: none;
}

.right {
	float: right;
}

.left {
	float: left;
	width: 265px;
}

.left-no-margin {
	float: left;
	margin-right: 0;
}

#main-nav div.lastItem, #sub-nav div.lastItem {
	float: right;
	margin-right: 0;
}

/* @end */

/* @group Wrapper */

#wrapper {
	width: 900px;
	margin: 10px auto;
	position: relative;
	border: 5px double rgb(0,51,102);
	background-color: rgb(255,255,255);
}

/* @end */



/* @group Header */

#header {
	background-image: url(../assets/mca_header_bg.png);
 	height:	153px;
	padding: 5px 10px 0 10px;
	position: relative;
}

#main-nav {
	font-size: 1.15em;
	width: 418px;
	position: relative;
	top: -18px;
	margin: 0 0 0 auto;
}

#main-nav div {
	float: left;
	width: 88px;
	height: 23px;
	margin-right: 10px;
	padding: 5px 4px 4px 5px;
	background: url(../assets/mca_mainNav_btn.png) no-repeat;
	text-align: center;
}

#main-nav a {
	display: block;
	height: 100%;
	width: 100%;
}

#main-nav a:hover {
	background-color: rgb(48,89,131);
}

#main-nav a.selected {
	background-color: rgb(48,89,131);
}
/* @end */

/* @group Content */

#contentHolder {
	width: 880px;
	padding: 0 10px 0 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

#info {
	width: 490px;
	padding: 10px 10px;
	border: 2px dashed rgb(0,51,102);
	margin: 15px 0 0 0;
	float: left;
}

#info a {
	color: rgb(116,66,50);
}

#info a:hover {
	text-decoration: underline;
}

#info ul {
	margin-bottom: 10px;
}

#info li ul {
	margin-bottom: 0;
}

#info ul.lastItem {
	margin-bottom: 0;
}

#images {
	float: right;
	margin-top: 15px;
}

#images img {
	margin-bottom: 40px;
	padding: 5px;
	border: 2px dashed rgb(0,51,102);
}
/* @end */

/* @group Footer */

#footer {
	background-color: rgb(0,51,102);
	padding: 0 10px 0 10px;
	width: 880px;
	font-size: 0.8em;
	color: rgb(255,255,255);
	height: 15px;
}

#footer p {
	float: left;
	margin: 0;
	padding: 0;
}

#footer #footer-nav {
	float: right;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	display: inline;
	margin-left: 20px;
}

#footer .seperator {
	margin-left: 20px;
}
/* @end */

/* @group Sub Navigation */

#sub-nav {
	width: 732px;
	margin: 5px 0 0 auto;
	font-size: 0.89em;
}

#sub-nav div {
	float: left;
	width: 128px;
	height: 31px;
	margin: 1px 13px 0 0;
	padding: 5px 4px 4px 4px;
	background: url(../assets/mca_subNav_btn.png) no-repeat;
}

#sub-nav a {
	display: block;
	text-align: left;
	padding-left: 5px;
	margin: 0 auto;
	height: 100%;
	line-height: 1.2em;
}

#sub-nav a:hover {
	background-color: rgb(0,51,102);
}

#sub-nav a.selected {
	background-color: rgb(0,51,102);
}

/* @end */

/* @group Projects */

#thumbnails {
	margin: 10px auto;
	padding: 20px 5px;
	border: 2px dashed rgb(0,51,102);
	width: 860px;
	position: relative;
	text-align: center;
}

#thumbnails img {
	padding: 5px;
	border: 1px dashed rgb(0,51,102);
}

.project-holder {
	width: 827px;
	height: 365px;
	margin: 0 auto 20px auto;
	position: relative;
	color: rgb(255,255,255);
}

.project-holder-positioned {
	width: 827px;
	height: 380px;
	color: rgb(255,255,255);
	position: absolute;
	top: 286px;
	left: 36px;
}

.project-holder .background, .project-holder-positioned .background {
	width: 827px;
	height: 380px;
	background-color: rgb(116,66,50);
	position: absolute;
}

.project-holder-positioned .background {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.project {
	position: absolute;
	width: 841px;
}

.project h1 {
	font-size: 1.5em;
	margin: 10px 0 35px 10px;
	
}

.project .project-images {
	float: left;
	margin: 0 30px 0 10px;
	_margin-left: 5px;
}

.project .project-images img, .project .project-images img {
	vertical-align: top;
}

.project ul {
	margin-right: 5px;
}

.project ul li {
	margin-right: 5px;
}

.close_btn {
	border: 1px solid rgb(0,51,102);
	padding: 3px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	left: 790px;
	text-align: center;
	cursor: pointer;
}

.next_btn {
	border: 1px solid rgb(0,51,102);
	padding: 3px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 347px;
	left: 790px;
	text-align: center;	
	cursor: pointer;
}

.prev_btn {
	border: 1px solid rgb(0,51,102);
	padding: 3px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 347px;
	left: 760px;
	text-align: center;	
	cursor: pointer;
}

.close_btn:hover, .next_btn:hover, .prev_btn:hover {
	background-color: rgb(48,89,131);
}

/* @end */

/* @group Contact Us */

#address {
	margin: 0 auto;
	width: 196px;
	font-weight: bold;
}

#contact .left {
	margin: 0 0 10px 10px;
}

#map {
	margin: 28px 10px 0 10px;	
}

/* @end */



