/* GLOBAL PRESETS */

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, table, pre, form, fieldset, legend, label, input, select, textarea { margin: 0; padding: 0; }
p, li, dt, dd, legend, label, input, options, textarea { font-size: 1em; line-height: 1em; }
ul { margin: 0 }
h1, h2, h3, h4, h5, h6 { line-height: 1em; }
div { position: relative; }
a { text-decoration: none; }
a img { border: none; }
* a, * b, * i, * strong, * em, * span { font-family: inherit; font-size: inherit; }
* sup, * sub { font-size: smaller; vertical-align: baseline; position: relative; }
* sup { bottom: 0.33em; }
* sub { bottom: -0.25em; }



/* GENERAL VISUAL STYLING */
body {
	background: #e6e0c0 url(/Images/bg/browser.jpg) center 0 no-repeat;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #333;
	font-size: 75%;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.75em;
	text-transform: uppercase;
	color: #647c77;
	color: #635580;
	letter-spacing: 0.02em;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 150%;
}
h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: #960;
}
.primary, p {
	line-height: 1.75em;
	margin-bottom: 0.5em;
}

a[href] {
	color: #005246;
	font-weight: bold;
	text-decoration: none;
}
a[href]:hover {
	color: #00ab91;
	text-decoration: underline;
}
a.more {
	display: block;
	padding-left: 8px;
	background: url(/Images/aro/med_dkgreen.gif) 0 3px no-repeat;
}
div.more {
	position: absolute;
	bottom: 0;
	margin: 5px 0;
}

ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
ul { display: inline-block; }
li {
	line-height: 1.25em;
	margin-bottom: 1em;
}
li.separator {
	list-style-type: none;
	line-height: 0;
	height: 0;
}

ul.links {
	padding-left: 0;
}
ul.links ul {
	display: block;
	padding-top: 1em;
	padding-left: 0.5em;
}
ul.links li {
	list-style-type: none;
	padding-left: 8px;
	background: url(/Images/aro/sm_dkgreen.gif) 0 1px no-repeat;
	position: relative;
}
ul.links li.separator {
	background: none;
}
ul.links li a {
	position: relative;
	top: -2px;
}
ul.links li a:hover {
	text-decoration: none;
}
ul.links li.sel {
	background: url(/Images/aro/med_purple.gif) 0 0 no-repeat; padding-bottom: 1px;
}
ul.links li.sel a, ul.links li.sel li.sel a {
	color: #472a80;
}
ul.links li.sel li a {
	color: #005246;
}

ul.purple li {
	list-style-type: none;
	padding-left: 10px;
	background: url(/Images/aro/med_purple.gif) 0 2px no-repeat;
	position: relative;
}

ul.services, ul.services ul {
	list-style-type: square;
	color: #005246;
	padding-left: 1.5em;
}
ul.services ul {
	display: block;
	margin: 1em 0 0;
}
ul.services li {
	font-weight: bold;
	font-size: 9px;
	line-height: 1em;
}
ul.services ul li {
	font-weight: normal;
}

.primary ul {
	margin-bottom: 20px;
}

hr {
	margin: 30px 0;
	color: green;
	background-color: green;
}

blockquote {
	font-size: 150%;
	line-height: 1.25em;
	margin: 1.25em auto 0.5em;
}
blockquote p {
	line-height: inherit;
	margin: 0.5em 0;
}
cite {
	display: block;
	font-style: normal;
	line-height: 1.25em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: right;
	margin: 0 1em 1.25em 0;
}



/* PAGE STRUCTURE */
body { min-width: 760px; }
#page { width: 760px; }

body { text-align: center; }
#page { text-align: left; margin: 0 auto; }
#pageHeader { width: 780px; height: 173px; left: -20px; }
#pageBody { min-height: 750px; padding-top: 30px; }
#nav { position: absolute; left: 0; top: 0; }
#pageFooter { clear: both; top: -5px; padding: 60px 0 20px; text-align: center; }

#pageHeader img.logo { position: absolute; left: 45px; top: 9px; }
#pageHeader .tagline { position: absolute; right: 8px; top: 65px; }
#pageHeader ul li { float: left; }
#pageHeader ul.globalMenu { position: absolute; right: 0; top: 10px; }
#pageHeader ul.globalMenu li { list-style-type: none; padding: 0 1em; }
#pageHeader ul.locations { position: absolute; right: 8px; }
#pageHeader ul.locations-1 { top: 95px; }
#pageHeader ul.locations-2 { position: absolute; right: 8px; top: 110px; }

#nav h2, #nav h3, #nav ul.breadcrumb { display: none; }



/* PAGE HEADER / FOOTER STYLES */
#pageHeader {
	background: url(/Images/bg/pageheader.gif) no-repeat;
}
#pageHeader .tagline {
	font-size: 16px;
	text-transform: uppercase;
	color: #960;
}
#pageHeader ul li {
	text-transform: uppercase;
}
#pageHeader ul.globalMenu li {
	font-size: 8px;
	border-left: 1px solid #960;
}
#pageHeader ul.globalMenu li:first-child { border-left: none; }
#pageHeader ul.locations {
	color: #960;
}
#pageHeader ul.locations li {
	list-style-type: none;
	font-size: 11px;
	padding-left: 8px;
	background: url(/Images/dot/sm_dkgold.gif) 0px 3px no-repeat;
}
#pageHeader ul.locations li:first-child {

	background: none;
}
#pageHeader ul.locations li a {
	font-weight: normal;
	padding: 2px 0;
}
#pageFooter {
	color: #960;
}





/* BOX, SUBNAV STYLING */

.box {
	border: 1px solid #c2cfa0;
	background: #bbbfa5 url(/Images/bg/box/khaki.jpg) right 0 no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box:hover {
	background: #dcd5ea url(/Images/bg/box/lavender.jpg) right 0 no-repeat;
}
.secondary .box {
	background: #ced8a7 url(/Images/bg/box/mint.jpg) repeat-x;
}

.box h3 {
	font-size: 110%;
	color: #727760;
}

ul.boxes {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul.boxes:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
ul.boxes { display: inline-block; }
ul.boxes li {
	float: left;
}
ul.boxes ul.links li {
	float: none;
}
ul.boxes li .box {
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.boxes li a:hover {
	text-decoration: none;
}

.secondary ul.links li,
.subnav ul.links li {
	font-size: 85%;
	line-height: 1em;
	background-position: 0 -1px;
}
.subnav ul.links ul li {
	font-size: 100%;
}

.subnav ul.links {
	margin-bottom: 12px;
}



/* MULTI-COLUMN LISTS */

.multicolumn > ul,
.multicolumn > dl {
	float: left;
	width: 130px;
	margin-bottom: 20px;
}
.multicolumn > ul li,
.multicolumn > dl dt,
.multicolumn > dl dd {
	margin-right: 15px;
}
.multicolumn:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.multicolumn {display: inline-block;}



/* MODAL WINDOWS */

#modalOverlay {
	background-color: #333;
	cursor: wait;
}
.modalContainer {
	width: 600px;
	height: 375px;
}
iframe {
}
.modalContainer {
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -100px;
	background-color: #333;
	border: 3px solid #999;
	cursor: default;
}
#modalContainer_proj {
}
.modalContainer a.modalCloseImg {
	width: 16px;
	height: 16px;
	background-image: url(http://www.metrothinbrick.com/newsite/metrobrick/blendgenerator/_img/_ui/btn/del.gif);
	position: absolute;
	top: 5px;
	right: 8px;
	z-index: 3200;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.modalContainer a.modalCloseImg:hover {
	background-position: 0 -50px;
}



ul.validation-summary-errors {
	margin: 15px;
	padding: 15px 15px 15px 30px;
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
	font-weight: bold;
	font-size: 1.05em;
	list-style-type: disc;
	width: 50%;
}

.validation-summary-errors li {
	list-style-type: disc;
}

