/* CSS Document */

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

#wrapper {
	position: relative;
	width: 760px;
	text-align:left;
	margin: 0px auto;
	right: 0;
	background:#FFFFFF url(../_images/bg.gif) no-repeat;
}

#top {
	background-color: #000000;
	width: 760px;
	text-align:right;
	height:31px;
}

#menuTop {
	float:right;
	text-align:right;
	width:300px;
	padding-top:16px;
}

#menu {
	padding-top:0px;
	text-align: center;
	/*padding-bottom: 5px;*/
	padding-left:24px;
	border-bottom: 1px solid #BE0F34;
}

#leftSectionName {
	width:47px;
	float: left;
}

#heading {
	width:500px;
	float: left;
	padding-top: 10px;
	padding-left:21px;	
	border-bottom:#cccccc 1px solid;
	margin-bottom:3px;
}

#content {
	width:495px;
	float: left;
	padding-top: 0px;
	padding-left:21px;
	padding-right: 5px;
}

#contentWide {
	width:650px;
	float: left;
	padding-top: 0px;
	padding-left:21px;
}

#contentWider {
	width:700px;
	float: left;
	padding-top: 0px;
	padding-left:5px;
}

#imageRight {
	width:134px;
	float: right;
}

#imageRight .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-align:left;
	width:210px;
	line-height: normal;
}

.clearFloat {
	padding:0px;
	margin:0px;
	height: 0px;
	/*border:#cccccc 1px solid;*/
	clear:left;
	font-size:0px;
}

/*******STYLES THE ABOUT MANAGEMENT PAGE********/
.teamBio {
	float: left;
	width: 300px;
}
.teamphoto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 120px;
}
#changeImage {
	float: left;
	width: 300px;
}
#changeImageText {
	float: left;
	width: 350px;
}
.swapImage {
	width: 145px;
	position: absolute;
	left: 505px;
	top: 180px;
	z-index: 10;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BE0F34;
}

.jobListing {
	visibility:visible;
}
#footerNews {
	background: url(../_images/footer_bg.jpg) no-repeat;
	padding-left: 80px;
	height: 45px;
	border-top:#BE0F34 solid 1px;
	border-bottom:#000 solid 35px;
}

#column1 {
	float:left;
	width:250px;
}

#column2 {
	float:left;
	width:240px;
}

/**************FORM STYLE****************************/
form label {
	font-size:11px;
	width:125px;
	display: block;
	float: left;
}
form input {
	width:225px;
	border:#999999 solid 1px;
}

form textarea {
	border:#999999 solid 1px;
}

form input.submitButton {
	width:64px;
	border:#fff solid 0px;
}

form div {
	width:100%;
	margin-bottom: 3px;
	padding:2px;
	border-bottom:#990000 solid 1px;
}

.twoColumns {	
	padding: 0px;
	float: left;
	width: 150px;
	text-align: center;
	font-size:11px;
}

.threeColumns {
	padding: 0px;
	float: left;
	width: 215px;
	text-align: center;
	font-size:11px;
	/*border:#000000 solid 1px;*/
}

#portfolioBox {
	width:330px;
}
.portfolioThumb {
	padding: 5px;
	float: left;
	width: 61px;
}
.portfolioEnlargement {
	width:264px;
	position:absolute;
	z-index:1;
	left:423px;
	top:217px;
	visibility:hidden;
	font-size:11px;
	font-weight:bold;
	color:#BE0F34;
}

.locationsAddress {
	/*display:none;*/
}

#map {
	float:left;
	width: 450px;
}

#locations {
	float:left;
	width:200px;
	border: thin solid #990000;
	padding: 5px;
}

#locationsList div {
	border-bottom:#990000 solid 1px;
	width:350px;
	margin-bottom:10px;
	padding:5px;
}
#locationsList h3 {
	padding:0px;
	margin:0px;
	font-size:13px;
}

#locationsList p {
	margin-top:0px;
}

.wide200pxColumn {
	float:left; 
	width:200px;
}

