@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/backgrounds/homeBck.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #4E4B44;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #CBFE33;
}

a.bold:link, a.bold:visited {
	text-transform: uppercase;
	font-weight:bold;
}
a.bold:hover, a.bold:active {
	color: #FFFFFF;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 950px;
	float: left;
	height: 69px;
	background-image: none;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	padding: 0px 38px;
	margin-top: 27px;
	border-right: 1px solid #999999;
	float: left;
}
#menu a:hover, #menu a:active {
	color: #C9EB32;
}

#menu a.last:link, #menu a.last:visited {
	border-right: none;
	padding-right: 0px;

}
#menu a.last:hover, #menu a.last:active {
	border-right: none;
}

#menu a.first:link, #menu a.first:visited {
	padding-left: 28px;
}
#menu a.first:hover, #menu a.first:active {

}

h1 {
	font-size: 36px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	line-height: 48px;
	font-weight: normal;
	text-transform: lowercase;
}



h2 {
	font-size: 36px;
	color: #999999;
	margin: 0px;
	padding: 0px;
	line-height: 36px;
	font-weight: normal;
	text-transform: lowercase;
}

h3 {
	font-size: 18px;
	color: #CCCCCC;
	margin: 0px;
	padding: 15px 0px 0px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	color: #BEB068;
	margin: 15px 0px 10px;
	padding: 0px;
	line-height: 35px;
	text-transform: uppercase;
}

h5 {
	font-size: 36px;
	color: #BEB068;
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 32px;
}
img {
	border: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}

td {
vertical-align:top;
}

strong {
	color: #FFFFFF;
	font-weight: bold;
}
#container {
	width: 951px;
	margin: 0 auto;
	text-align: left;
	z-index: 100;
	position: relative;
}
#banner {
	margin: 0 auto;
	height: 166px;
	width: 951px;
}

#bannerHome{
	height: 320px;
	width: 951px;
	background-image: url(../images/backgrounds/homeBck.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


#mainContent {
	padding: 10px 26px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #4E4B44;
	background-image: url(../images/backgrounds/contenBck.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	color: #AEAEAE;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	float: left;
}

#homeContent {
	padding-left: 30px;
	width: 370px;
	float: left;
	position: relative;
}
#Content {
	float: left;
	position: relative;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 900px;
}
.contentLeft {
	width: 400px;
	float: left;
	margin: 30px 0 0;
	padding-right: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.contentRight {
	width: 420px;
	float: left;
	padding-left: 35px;
	margin: 30px 0 0;
}

.hrBlack {
	background-image: url(../images/hr-black.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 40px;
	clear: left;
}
.hrBlank {
	height: 40px;
	clear: left;
}

.img_style {
	border: 8px solid #FFFFFF;
	color: #BEB068;
}
.img_left {
	float: left;
	margin-right: 20px;
}

.img_right {
	float: right;
	margin-left: 20px;
}

.p_bottom {
	margin-bottom: 10px;
}

.callOut {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
.text-11 {
	font-size: 11px;
}
.backTop {
	width: 150px;
	text-align: center;
	margin-left: 400px;
	clear: both;
}
#bottom_bar {
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: left top;
	height: 150px;
	float: left;
	width: 100%;
	bottom: 0px;
	position: relative;
	left: 0px;
	margin-top: -85px;
}

.mRight-40 {
	margin-right:35px;
}

.newsBox {
	float: left;
}
#footer {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	height: 85px;
	float: left;
	width: 951px;
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 24px;
}
#footerLeft {
	float: left;
	margin-top: 18px;
	margin-left: 26px;
}
#footerRight {
	float: right;
	margin-top: 10px;
	margin-right: 26px;
	text-align: right;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover, #footer a:active {
	color: #CBFE33;
}

.padRight_10 {
	padding-right: 10px;
}
.padRight_20 {
	padding-right: 20px;
}
.padRight_30 {
	padding-right: 30px;
}
.padRight_40 {
	padding-right: 40px;
}
.padRight_50 {
	padding-right: 50px;
}
.padRight_60 {
	padding-right: 60px;
}

.padLeft_10 {
	padding-left: 10px;
}
.padLeft_20 {
	padding-left: 20px;
}
.padLeft_30 {
	padding-left: 30px;
}
.padLeft_40 {
	padding-left: 40px;
}
.padLeft_50 {
	padding-left: 50px;
}
.padLeft_60 {
	padding-left: 60px;
}


.padTop_10 {
	padding-top: 10px;
}
.padTop_20 {
	padding-top: 20px;
}
.padTop_30 {
	padding-top: 30px;
}
.padTop_40 {
	padding-top: 40px;
}
.padTop_50 {
	padding-top: 50px;
}
.padTop_60 {
	padding-top: 60px;
}

.padBottom_10 {
	padding-bottom: 10px;
}
.padBottom_20 {
	padding-bottom: 20px;
}
.padBottom_30 {
	padding-bottom: 30px;
}
.padBottom_40 {
	padding-bottom: 40px;
}
.padBottom_50 {
	padding-bottom: 50px;
}
.padBottom_60 {
	padding-bottom: 60px;
}

em {
	color: #FFFFFF;
}
.date {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.galleryContainer {
	display: block;
	float: left;
	padding-bottom: 0px;
}
.galleryContainer ul {
	list-style-type: none;
	float: left;
	width: 899px;
}

.galleryContainer ul li {
	float: left;
	width: 171px;
	text-align: center;
	margin-left: 40px;
	position: relative;
}

.galleryContainer ul li.first {

}

.galleryContainer ul li.end {

}
.galleryContainer  img   {
	border: 1px solid #6A6A68;
	padding: 2px;
	background-color: #42413A;
}

.galleryName {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}

.galleryTitle {
	float: left;
	margin-top: 5px;
	font-size: 11px;
	margin-left: 2px;
}
a.galleryView:link,  a.galleryView:visited{
	float: right;
	margin-top: 5px;
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 2px;
	text-decoration: none;
}
a.galleryView:active,  a.galleryView:hover{
	background-color: #666666;
}
.topRight {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
}
#rightColumn {
	float: right;
	width: 210px;
	padding-bottom: 30px;
	margin-left: 45px;
}
#pageTitle {
	color: #11A2A9;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
}
.alignLeft {
	float: left;
}
input {
	background-color: #666666;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
textarea {
	background-color: #666666;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	scrollbar-base-color:#666666;
	scrollbar-arrow-color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow: auto;
}
form {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


#ContactBox {
	background-image: url(../images/rightColumn/contactBox-bck.jpg);
	height: 215px;
	width: 180px;
	padding: 70px 15px 15px;
	margin-bottom: 20px;
}

#ContactBox p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#ContactBox input {
	width: 170px;
	padding-left: 5px;
	margin-bottom: 0px;
}

#ContactBox textarea{
overflow: auto;
	width: 170px;
		padding-left: 5px;
}

#ContactBox .smallButton {
	margin: 5px 0px 0px;
	padding: 0px;
	height: auto;
	width: 50px;
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;

}

.emailBox {
	padding-bottom: 5px;
}


#featuredWorks{
	background-image: url(../images/rightColumn/featuredWorks-bck.jpg);
	height: 147px;
	width: 180px;
	padding-top: 75px;
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 11px;
	position: relative;
}

#featuredWorks img {
	border: 1px solid #6A6A68;
	padding: 2px;
	background-color: #42413A;
	margin-left: 3px;
}
.featuredWorks-TN {
	margin-left: 5px;
}
.displayNone {
	display: none;
}
.exRow_1 {
	width: 75px;
}
.exRow_2 {
	width: 500px;
}
.comRow_1 {
	width: 165px;
}

.matrix {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 10px;

}

.matrix td{
	line-height: 18px;
	padding-top: 10px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;

}
td.titleBox   {
	background-color: #0A0A08;
	color: #666666;
	padding-left: 15px;
}
.imgBio {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
	border: 1px solid #6A6A68;
	padding: 2px;
	background-color: #42413A;
}
.small-text {
	font-size: 11px;
	color: #4D92A2;
}
.multipleViews {
	border: 1px solid #CCCCCC;
	display: block;
	float: left;
}
.mult {
	height: 40px;
	width: 40px;
	position: relative;
	z-index: 200;
	margin-top: 10px;
	left: 16px;
}
.mult2 {
	height: 40px;
	width: 40px;
	position: relative;
	z-index: 200;
	margin-top: 65px;
	left: 16px;
}

#featuredWorks .mult {
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 200;
	margin-top: 10px;
	left: 5px;
}
#featuredWorks .mult2 {
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 200;
	margin-top: 65px;
	left: 5px;
}


.multCom {
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 200;
	margin-top: 10px;
	left: -15px;
}
.multCom2 {
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 200;
	margin-top: 65px;
	left: -15px;
}
