/* @override http://mmpublicrelations.com/stylesheets/screen.css */

/* @override http://www.mmpublicrelations.com/stylesheets/screen.css */

/* @override http://mmpublicrelations.com/stylesheets/screen.css */

/* @override http://mmpublicrelations.com/stylesheets/screen.css */

/* @override http://mmpublicrelations.com/stylesheets/screen.css */

/* @override http://www.mmpublicrelations.com/stylesheets/screen.css */

/* @override http://mmpr.dev.vervec.com/stylesheets/screen.css */

/* @override http://mmpr.dev.vervec.com/stylesheets/screen.css */

/* Screen styles for McClure/Muntsinger */

html#home {
	margin: 0;
	padding: 0;
	background: url(../images/structure/repeating_background.jpg) repeat-x;
	background-color: #69a3b4;
}

html#subpage {
	background: url(../images/structure/sub_repeating_background.jpg) repeat-x;
	background-color: #69a3b4;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

body#home {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* enables you to easily size text with ems */
	font-family: Verdana, Arial, sans-serif;
	background: url(../images/structure/home_circles.jpg) no-repeat;
	background-position: top center;
	min-height: 570px;
	color: #67675d;
}

body#sub {
	padding-top: 23px;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* enables you to easily size text with ems */
	font-family: Verdana, Arial, sans-serif;
	background: url(../images/structure/sub_circles.jpg) no-repeat;
	background-position: top center;
	min-height: 570px;
	color: #67675d;
	-webkit-text-size-adjust:none;
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

a:link {color: #902222; text-decoration: underline;
}
a:visited {color: #902222; text-decoration: underline;}
a:hover {color: #902222; text-decoration: none;}
a:active {color: #902222; text-decoration: underline;}

body#home #container {
	width: 777px;
	margin: 0 auto;
}

/* footer */

#footer {
	width: 777px;
	margin: 20px auto 0 auto;
	padding: 0 0 50px 0;
	text-align: center;
}

#home_noflash #footer {
	position: absolute;
	top: 540px;
	width: 100%;
	margin: auto;
	padding-top: 30px;
	color: #48707c;
}

#footer li {
	display: inline;
	margin: 0 3px 0 0;
	border-right: 1px solid #2e3d49;
	padding: 0 7px 0 0;
}

#footer li.last-one {
	display: inline;
	margin: 0;
	border-right: none;
	padding: 0 0 0 0;
}

#footer p {
	margin: 4px 0 0 0;
	color: #2e3d49;
}

#footer a:link {color: #2e3d49; text-decoration: none;}
#footer a:visited {color: #2e3d49; text-decoration: none;}
#footer a:hover {color: #2e3d49; text-decoration: underline;}
#footer a:active {color: #2e3d49; text-decoration: none;}


/* header */

#header {
	background: url(../images/structure/mmpr_nav_bg.png) no-repeat 5px;
	width: 975px;
	height: 33px;
	padding-top: 42px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: left;
}

.navigation {
	list-style: none;
	margin: 0px 0px 0px 147px;
	padding: 0px;
}


.navigation li {display: inline-block;}

.navigation a {
	padding: 8px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration: none;
	color: #202020;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.navigation a:hover {
	background-color: #fffeff;
}

.sub-selected a {
	background-color: #fffeff;
	color: #a22519;
}

/* subpages */

#sub #content {
	width: 975px;
	margin: 0 auto;
}

#home_noflash #content {
	width: 975px;
	margin: 0 auto;
	padding-top: 23px;
}

#sub-nav {
	width: 183px;
	float: left;
	margin: 0 14px 0 7px;
}

#right-content {
	width: 771px;
	float: left;
}

#recent_projects ul{
	list-style: none;
	margin: 32px 0px 0px;
	width: 748px;
	height: 277px;
	padding: 13px;
	background: url(../images/structure/home_recent_bg.png) no-repeat center center;
}

#recent_projects h1 {
	color: white;
	font-weight: normal;
	font-style: normal;
	font-size: 34px;
	position: absolute;
	width: 746px;
	top: 273px;
	margin: 0;
}

#recent_projects li {
	float: left;
}

#recent_projects a {
	width: 187px;
	height: 277px;
	display: inline-block;
}

#recent_projects a:hover {
	opacity: .8;
}

/*Tips*/

#tips {
	text-align: center;
}

#tips ul{
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#tips ul a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
	font-size: 15px;
	background-color: #fffeff;
	padding: 10px 70px 10px 60px;
	width: 642px;
	display: block;
	margin-top: 6px;
	margin-left: 101px;
}

#tips li {
	position: absolute;
}

#tips_next{
	float: right;
	background-color: #909090;
	color: #fffeff;
	font-size: 12px;
	padding: 8px 10px;
	width: 31px;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	top: 495px;
	margin-left: 818px;
	z-index: 999;
}

#tips_next:hover {
	background-color: #767676;
	cursor: pointer;
}

/* Sub Navigation Styles */

#sub-nav ul {
	margin: 34px 0 0 0;
}

#sub-nav li {
	font-size: 1.2em;
	font-family: Verdana, Arial, Sans Serif;
	width: 183px;
	margin: 0 0 6px 0;
	text-transform: lowercase;
	color: #000;
	list-style-type: none;
}

li.faq-question{
	padding: 7px;

	
}

span.faqQuestion{
	font-weight: bold;
}

#sub-nav li a:link {display: block; width: 172px; color: #000; text-decoration: none; font-weight: 300; padding: 7px 0 7px 11px;}
#sub-nav li a:visited {display: block; width: 172px; color: #000; text-decoration: none; font-weight: 300; padding: 7px 0 7px 11px;}
#sub-nav li a:hover {display: block; width: 172px; color: #000; text-decoration: none; font-weight: 300; padding: 7px 0 7px 11px; background-color: #b4cbdf;}
#sub-nav li a:active {display: block; width: 172px; color: #000; text-decoration: none; font-weight: 300; padding: 7px 0 7px 11px;}

#sub-nav li.sub-selected a:link {display: block; width: 172px; color: #000; text-decoration: none; font-weight: 300; background-color: #f2f7fb; padding: 7px 0 7px 11px;}
#sub-nav li.sub-selected a:visited {display: block; width: 172px; color: #000; text-decoration: none; font-weight: 300; background-color: #f2f7fb; padding: 7px 0 7px 11px;}
#sub-nav li.sub-selected a:hover {display: block; width: 172px; color: #000; text-decoration: none; font-weight: 300; background-color: #f2f7fb; padding: 7px 0 7px 11px;}
#sub-nav li.sub-selected a:active {display: block; width: 172px; color: #000; text-decoration: none; font-weight: 300; background-color: #f2f7fb; padding: 7px 0 7px 11px;}

#sub-nav .feature {
	background-color: #d2e3e8;
	margin: 22px 0 0 0;
	padding: 17px 0px 7px 0px;
}

.feature h3 {
	font-size: 1.4em;
	line-height: 130%;
	padding: 0px 13px 0px 13px;
	color: #5a5a5a;
	text-transform:lowercase;
	font-weight: 300;
}

#sub-nav .feature a:link {font-size: 1.2em; display: block; background-color: #88b5c6; color: #fff; text-transform: lowercase; text-decoration: none; padding: 4px 0 4px 9px; margin: 16px 7px 0 7px;}
#sub-nav .feature a:visited {font-size: 1.2em; display: block; background-color: #88b5c6; color: #fff; text-transform: lowercase; text-decoration: none; padding: 4px 0 4px 9px; margin: 16px 7px 0 7px;}
#sub-nav .feature a:hover {font-size: 1.2em; display: block; background-color: #88b5c6; color: #fff; text-transform: lowercase; text-decoration: none; padding: 4px 0 4px 9px; margin: 16px 7px 0 7px;}
#sub-nav .feature a:active {font-size: 1.2em; display: block; background-color: #88b5c6; color: #fff; text-transform: lowercase; text-decoration: none; padding: 4px 0 4px 9px; margin: 16px 7px 0 7px;}

/* Who We Are */

h1.big-header {
	width: 535px;
	height: 126px;
	color: #fff;
	font-size: 4.6em;
	font-weight: 700;
	text-transform: lowercase;
	padding: 145px 200px 0 36px;
	margin: 0;
}

#body-text {
	width: 725px;
	background-color: #fff;
	padding: 23px;
	margin: 5px 0 0 0;
}

#body-text p {
	color: #000;
	font-size: 1.2em;
	line-height: 130%;
	margin: 0 0 16px 0;
}

#body-text h1 {
	color: #a22519;
	margin: 0 0 16px 0;
	font-weight: 100;
	font-size: 2.0em;
}

#body-text h3 {
	color: #000;
	font-size: 1.3em;
	margin: 0 0 16px 0;
}

#body-text img.bio-image {
	float: left;
	margin: 0 14px 10px 0;
}

#body-text #left-column {
	width: 351px;
	float: left;
	margin: 0 23px 0 0;
}

#body-text #left-column {
	width: 351px;
	float: left;
}

/* what we do projects */

select.jump-menu {
	width: 300px;
	float: right;
	border: 1px solid #999999;
	margin: 2px 0 0 0;
}

#project-nav {
	border-bottom: 1px solid #999999;
	padding: 0 0 26px 0;
	margin: 0 0 13px 0;
}

/* project nav on what we do */

#project-nav li {
	list-style-type: none;
	display: inline;
}

#project-nav li a:link {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0;}
#project-nav li a:visited {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0;}
#project-nav li a:hover {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0;}
#project-nav li a:active {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0;}

#project-nav li.gray a:link {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0; color: #999999;}
#project-nav li.gray a:visited {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0; color: #999999;}
#project-nav li.gray a:hover {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0; color: #999999;}
#project-nav li.gray a:active {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0; color: #999999;}

#project-left {
	width: 452px;
	float: left;
	margin: 0 20px 0 0;
}

#body-text #project-left h2 {
	font-size: 2.4em;
	font-weight: 300;
	color: #902222;
	margin: 0 0 12px 0;
}

#body-text #project-left h3 {
	font-size: 1.5em;
	color: #902222;
	margin: 0 0 12px 0;
}

#project-right {
	padding: 21px 0 0 0;
	width: 253px;
	float: left;
	background: url(../images/structure/project_right_background.jpg) no-repeat;
}

#project-right ul li {
	color: #4e8496;
	list-style-type: none;
	margin: 0 21px 10px 21px;
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
}

#project-right ul li a {
	color: #4e8496;
	text-decoration: none;
}

#project-right ul.sub-list li {
	color: #4e8496;
	list-style-type: disc;
	margin: 0 21px 10px 45px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.2em;
}


.project-ExtraInfo {
	font-style:italic;
	font-weight:normal;
	text-transform:none;
}
/* what we do */

#product-project-nav {
	padding: 0 0 16px 0;
	margin: 0 0 13px 0;
}

#product-project-nav li {
	list-style-type: none;
	display: inline;
}

#product-project-nav li a:link {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0;}
#product-project-nav li a:visited {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0;}
#product-project-nav li a:hover {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0;}
#product-project-nav li a:active {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0;}

#product-project-nav li.gray a:link {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0; color: #999999;}
#product-project-nav li.gray a:visited {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0; color: #999999;}
#product-project-nav li.gray a:hover {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0; color: #999999;}
#product-project-nav li.gray a:active {text-decoration: none; text-transform: lowercase; font-size: 1.8em; font-weight: 700; padding: 0 20px 0 0; color: #999999;}


ul#product-images li {
	list-style-type: none;
	float: left;
	margin: 0 2px 1px 0;
	height: 290px;
}

ul#product-images li.last-one {
	list-style-type: none;
	float: left;
	margin: 0 0 1px 0;
}

.award-bucket{
	text-align: center;
	width: 156px;
	height: 30px;
	background-color: #a22519;
	color: #fff;
	font-size: 10px;
	padding:5px;
	margin-left: 11px;
}

#body-text-products {
	background-color: #fff;
	padding: 23px 12px 23px 23px;
	margin: 5px 0 0 0;
}

