@charset "utf-8";

/* GENERAL */
body {
	background-color: #d7c8a7;
	background-image:url(../images/bg_adobetexture.jpg); 
	background-position: top center; 
	background-repeat: repeat;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 ,h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #005696;
	background-image: url(../images/logo_be.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	padding: 10px 0 0 60px; 
	height: 45px;
}
h2 {
	color: #005696;
	font-size: 18px;
	padding: 0 0 0 10px;
}
h2 a {
	color: #005696;
	text-decoration: none;
}
h2 a:hover {
	color: #CC0000;
	text-decoration: underline;
}
h4 {
	text-align: center; 
	padding-bottom: 20px;
	font-size: 12px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
}
p {
	padding: 0 0 0 10px;
}
a {
	color: #005696;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#bodyContainer {
	background-image: url(../images/bg_header.jpg); 
	background-position: top center; 
	background-repeat: repeat-x; 
	height: 500px;
}
#bodyBackground {
	background-image: url(../images/bg_footer.jpg); 
	background-position: bottom; 
	background-repeat: repeat-x;
}
#mainContainer {
	width: 810px; 
	margin: 0 auto;
}

/* HEADER CONTAINER */
#headerContainer {
	width: 810px;
	position: relative;
}
#logoContainer {
	background-image: url(../images/logo_behlers.png); 
	background-position: top center; 
	background-repeat: no-repeat; 
	width: 228px; 
	height: 110px; 
	position: absolute;
	top: 40px;
	left: 0;
}
#buildingContainer {
	background-image: url(../images/bg_webstercollege.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 609px;
	height: 185px;
	position: absolute;
	left: 230px;
	top: 0px;
}
#htagContainer {
	position: absolute; 
	left: 237px; 
	top: 135px; 
	width: 600px;
}


/* NAVIGATION CONTAINER */
#mainMenuBG {
	background-image: url(../images/bg_nav.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 228px; 
}
.mainMenu {
	margin: 0; 
	padding: 6px 0 0 0; 
	list-style: none;
	width: 228px;
}
.mainMenu ul {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 228px;
}
.mainMenu ul li {
	width: 228px; 
	height: 27px; 
	background-image: url(../images/bg_divider_nav.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.mainMenu li a {
	color: #fceedb;
	text-decoration: none;
	display: block;
	width: 204px;
	height: 22px;
	padding: 5px 10px 0 15px;
}
.mainMenu li a:hover {
	color: #005696;
	text-decoration: none;
	background-color: #a4c3d5;
}

/* TALK BUBBLE CONTAINER */
/*
#talkBubbleContainer {
	padding: 10px 13px 300px 13px; 
	width: 202px; 
	position: relative;
}
#talkBubbleTop {
	background-image: url(../images/top_talkbubble.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 202px; 
	height: 7px;
}
#talkBubbleMiddle {
	background-image: url(../images/middle_talkbubble.gif); 
	background-position: top left; 
	background-repeat: repeat-y;
}
#talkBubbleBottom {
	background-image: url(../images/bottom_talkbubble.gif); 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	width: 172px; 
	height: 258px; 
	padding: 0 15px 10px 15px; 
	color: #666666;
}
#talkBubbleAngle {
	background-image: url(../images/bottom_talkbubble_angle.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 202px; 
	height: 27px;
}
*/

/* TALK BUBBLE 2 */
#talkBubble2Container {
	padding: 10px 13px 300px 13px; 
	width: 202px; 
	position: relative;
}
#talkBubble2Top {
	background-image: url(../images/top_talkbubble.png); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 202px; 
	height: 7px;
}
#talkBubble2Lt {
	background-image: url(../images/lt_talkbubble.png); 
	background-position: top left; 
	background-repeat: repeat-y;
	width: 7px;
}
#talkBubble2Rt {
	background-image: url(../images/rt_talkbubble.png); 
	background-position: top left; 
	background-repeat: repeat-y;
	width: 7px;
}
#talkBubble2Rpt {
	background-image: url(../images/bg_talkbubble.gif); 
	background-position: top left; 
	background-repeat: repeat-y;
	width: 188px;
}
#talkBubble2Middle {
	background-image: url(../images/bg_talkbubble.jpg); 
	background-position: bottom left; 
	background-repeat: no-repeat; 
	width: 168px;
	padding: 0 10px;
}
#talkBubble2Angle {
	background-image: url(../images/bottom_talkbubble_angle.png); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 202px; 
	height: 27px;
}
#tSquare {
	background:url(../images/tsquare.png) no-repeat;
	width: 305px; 
	height: 410px; 
	position: absolute; 
	left: -143px; 
	top: 111px;
}

.fixPNG a {
position:relative;
z-index:50;
}

/*NEWS CONTAINER */
.newsContainer  {
	padding: 10px 0 35px 0;
	height: 90px;
}
.newsPartition {
	background-image: url(../images/partition_news.gif); 
	background-position: bottom center; 
	background-repeat: no-repeat;
}
.newsContainer h3 {
	font-family: 'Times New Roman', Times, serif; 
	font-size: 13px;
	text-transform: uppercase;
	color: #005696;
}
.newsContainer h3 a {
	color: #005696;
	text-decoration: none;
}
.newsContainer h3 a:hover {
	color: #005696;
	text-decoration: underline;
}
.newsLinkContainer {
	padding-top: 5px;
}
.newsLink {
	float: right; 
	padding: 0 0 0 3px;
}
.newsLink a {
	color: #005696;
	text-decoration: underline;
}
.newsLink a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.newsArrow {
	float: right; 
	background-image: url(../images/arrow_news.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 16px; 
	height: 16px;
}

/* CONTENT CONTAINER */
.contentContainer {
	padding: 10px 0 10px 9px;
}
#protractor {
	background-image: url(../images/protractor.png); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 122px; 
	height: 148px; 
	position: absolute; 
	left: 152px; 
	top: 365px;
}
#designBuild {
	background-image: url(../images/but_designbuild.png); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 190px; 
	height: 88px; 
	float: left;
}
#portfolio {
	background-image: url(../images/but_portfolio.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 189px; 
	height: 101px; 
	float: left;
}
#projects {
	background-image: url(../images/but_latestprojects.png); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 190px; 
	height: 88px; 
	float: left;
}
#dcManagement {
	background-image: url(../images/but_dcmanagement.png); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 190px; 
	height: 88px; 
	float: left;
}
.projectsLinkContainer {
	width: 250px;
	margin-left: 140px;
}
.projectsLinkLt {
	background-image: url(../images/but_link_lt.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px; 
	height: 37px; 
	float: left; 
}
.projectsLinkRt {
	background-image: url(../images/but_link_rt.gif); 
	height: 27px; 
	background-position: top right; 
	background-repeat: no-repeat; 
	padding: 10px 0 0 5px;
	float: left;
}
.projectsLinkArrow {
	background-image: url(../images/arrow_news.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	padding-left: 20px;
	padding-right: 20px;
}

/* SERVICES */

.servicesLinkContainer {
	width: 320px; 
	float: right;
}
.servicesLinkLt {
	background-image: url(../images/but_link_lt.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px; 
	height: 37px; 
	float: left; 
}
.servicesLinkRt {
	background-image: url(../images/but_link_rt.gif); 
	height: 27px; 
	background-position: top right; 
	background-repeat: no-repeat; 
	padding: 10px 0 0 5px;
	float: left;
}
.servicesLinkArrow {
	background-image: url(../images/arrow_news.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	padding-left: 20px;
	padding-right: 20px;
}	
.horizLineSep {
	background-image: url(../images/sep_horiz.gif); 
	background-position: top; 
	background-repeat: no-repeat; 
	margin: 15px;
}



/* PROJECT CATEGORY */
.projectCategory {
	width: 560px;
}
.projectCategory h3 {
	float: right; 
	width: 450px; 
	padding: 30px 0 0 0;
	font-size: 12px;
}

/* PHOTO GALLERY */
.photoGalleryContainer {
	float: left; 
	padding-right: 10px;
}
.photoGalleryContainer h4 {
	margin-top: 30px;
}
.pgLink {
	text-align: center; 
	padding-bottom: 20px;
}
.instructionBox {
	padding: 10px; 
/*	background-color: #FFFFCC; 
	border: 1px solid #877444; */
	margin-bottom: 10px; 
	text-align: center; 
	width: 530px;
}
.pageLinkTop {
	text-align: right; 
	width: 550px; 
	background-image: url(../images/sep_horiz.gif); 
	background-position: bottom; 
	background-repeat: no-repeat; 
	padding-bottom: 7px; 
	margin-bottom: 15px;
}
.pageLinkBottom {
	text-align: right; 
	width: 550px; 
	background-image: url(../images/sep_horiz.gif); 
	background-position: top; 
	background-repeat: no-repeat; 
	padding-top: 7px; 
	margin-top: 5px; 
}
.pageSeparator {
	width: 550px; 
	background-image: url(../images/sep_horiz.gif); 
	background-position: top; 
	background-repeat: no-repeat; 
	margin-top: 5px;
	height: 5px;
}
.mainPhotoContainer {
	padding-bottom: 25px; 
	background-image: url(../images/sep_horiz.gif); 
	background-position: bottom; 
	background-repeat: no-repeat; 
	margin-bottom: 15px;
}
.mainTitleContainer {
	float: right; 
	width: 210px;
}
.mainTitleContainer h2 {
	margin: 0;
	padding: 0;
}
.mainContactContainer {
	background-image: url(../images/but_contactus.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 150px; 
	height: 46px; 
	padding: 10px 5px 7px 5px;
}
.mainContactButton {
	float: right; 
	width: 120px; 
	font-size: 12px; 
	width: 110px; 
	padding: 0 5px;
	letter-spacing: 1px;
}
.mainTitleContainer p {
	margin: 0;
	padding: 0;
}
.LinkFirstLine {
	font-size: 16px;
	letter-spacing: normal;
}
.mainArrow {
	background-image: url(../images/arrow_news.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 16px; 
	height: 16px; 
	float: right; 
	margin-top: 2px;
}

/* PROJECTS - CURRENT */
.projectInfoContainer {
	width: 375px; 
	float: right;
	padding-left: 10px;
}
.projectInfoContainer h3 {
	font-size: 12px;
	color: #333333;
	padding: 15px 0;
}
.projectInfoContainer ul {
	margin: 0;
	padding: 0;
}
.projectInfoContainer ul {
	padding-left: 0px;
}
.projectInfoContainer ul li {
/*	list-style-image: url(../images/arrow_projects.gif); */
	padding: 2px 0;
	list-style: none;
	
}
.projectInfoContainer ul li a {
	padding: 0 0 0 5px;
	
}
.projectImageContainer {
	width: 185px; 
	float: right;
	background-image: url(../images/1dot3pxvert.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
.projectCurrent {
	background-image: url(../images/projects_current.png); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 188px; 
	height: 88px;
}
.projectPrivate {
	background-image: url(../images/projects_private.png); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 188px; 
	height: 88px;
}
.projectFeatured {
	background-image: url(../images/projects_featured.png); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 188px; 
	height: 88px;
}
h3 ul li {
	margin: 0;
	padding: 0;
}
h3 ul li {
	padding-left: 40px;
}

/* NEWS */
.articleContainer {
	padding: 10px 0; 
}
.articleContainerBorder {
	background-image: url(../images/sep_horiz.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.articleContainer h2 {
	padding-bottom: 10px;
}
.articleContainer h2 a {
	color: #005696;
	text-decoration: none;
}
.articleContainer h2 a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.newsText {
	width: 350px; 
	float: right; 
	padding-left: 10px;
}
.newsTextNoImage {
	width: 563px;
	padding-left: 10px;
}
.newsTextContainer {
	padding: 5px 0 0 0;
	float: right;
}
.newsTextArrow {
	background-image: url(../images/arrow_news.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	width: 16px; 
	height: 16px; 
	float: left; 
	padding-right: 5px;
}
.newsImageContainer {
	padding: 0 0 10px 0; 
	width: 200px; 
	float: right;
}
.newsPDF {
	background-image: url(../images/but_pdf.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	text-align: center; 
	padding: 9px 0 6px 0; 
	width: 200px; 
	height: 27px; 
	margin: 0 0 2px 4px;
}
.viewImageText {
	text-align: center; 
	background-color: #FFFFCC; 
	padding: 7px 5px; 
	border: 1px solid #877444; 
	margin: 0 0 10px 12px; 
	width: 180px;
}
.imageTNContainer {
	width: 95px; 
	padding: 5px 3px 0 3px; 
	float: left;
}
.newsLinksContainer {
	margin-top: 10px;
	width: 210px; 
	float: right;
}
.newsLinksLt {
	background-image: url(../images/but_link_lt.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 11px; 
	height: 37px; 
	float: left; 
}
.newsLinksRt {
	background-image: url(../images/but_link_rt.gif); 
	height: 27px; 
	background-position: top right; 
	background-repeat: no-repeat; 
	padding: 10px 0 0 5px;
	float: left;
}
.newsLinksArrow {
	background-image: url(../images/arrow_news.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	padding-left: 20px;
	padding-right: 20px;
}

/* IMAGE CONTAINER */
.imageContainertl {
	background-image: url(../images/frame_topleft.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
}
.imageContainertm {
	background-image: url(../images/frame_top.gif); 
	background-position: top left; 
	background-repeat: repeat-x;
}
.imageContainertr {
	background-image: url(../images/frame_topright.gif); 
	background-position: top right; 
	background-repeat: no-repeat;
}
.imageContainerml {
	background-image: url(../images/frame_left.gif); 
	background-position: top left; 
	background-repeat: repeat-y;
}
.imageContainermm {
	background-color: #FFFFFF;
}
.imageContainermr {
	background-image: url(../images/frame_right.gif); 
	background-position: top right; 
	background-repeat: repeat-y;
}
.imageContainerbl {
	background-image: url(../images/frame_bottomleft.gif); 
	background-position: bottom left; 
	background-repeat: no-repeat;
}
.imageContainerbm {
	background-image: url(../images/frame_bottom.gif); 
	background-position: bottom left; 
	background-repeat: repeat-x;
}
.imageContainerbr {
	background-image: url(../images/frame_bottomright.gif); 
	background-position: bottom right; 
	background-repeat: no-repeat;
}

/* ADOBE CONTAINER */
.adobeContainer {
	padding: 10px 0 15px 0; 
	margin-top: 15px; 
	background-image: url(../images/sep_horiz.gif); 
	background-position: top; 
	background-repeat: no-repeat;
}
.adobeText {
	width: 405px; 
	float: right;
}

/* CONTACT */
.contactInfo {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	top: 0px;
	width: 335px;
}
.contactContainerRight {
	float: right;
	width: 250px;
}
.contactContainerColor {
	background-color: #f4eee5;
}
.contactCopy {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyAreaCode {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
	color: #005696;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005696;
	padding-bottom: 5px;
}
.fields {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border:1px solid #cccccc;
}
.requiredFields {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #8f2021;
	color : #ffffff;
	font-weight: bold;
} 
input.required, textarea.required {
	border: 1px solid #CC0000;
}

.formErrorMsg {
	margin-bottom: 20px;
	padding:10px;
	background-color: #8F2021;
	color: #ffffff;
	border: 1px solid #000000;
}


/* FOOTER CONTAINER */
#footer {
	width: 100%;
	text-align: center;
	height: 35px;
	padding: 10px 0 0 0;
	margin: -45px auto 0 auto;
	border: 0;
	background-color: #ccccc2;
}
#footerContainer {
	height: 55px; 
	font-size: 11px; 
	color: #FFFFFF; 
	padding: 25px 20px 0 20px; 
	position: relative;
}
#footerContainer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerContainer a:hover {
	color: #d7c8a7;
	text-decoration: underline;
}
#constructionHat {
	width: 167px; 
	height: 118px; 
	position: absolute; 
	left: 766px; 
	top: -78px; 
	padding: 0;
}
#constructionHat p {
	margin: 0;
	padding: 0 0 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#constructionHat p:first-line {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#constructionHat a {
	color: #035897;
	text-decoration: none;
}
#constructionHat a:hover {
	color: #035897;
	text-decoration: underline;
}
