/* CSS Document */


body {
	margin: 0; padding: 0;	
}

a {
 color:#637b9d;
 text-decoration:none;	
}

a:hover {
 text-decoration:underline;	
}

#pageHeaderDiv {
	height:58px;
	background-image:url(../images/hdrBackground.png);
	background-repeat:repeat-x;
}

#homePageTextDiv {
	text-align:center;
	width:100%;
}

#homePageTextContainderDiv {  
	width:780px;
	margin:auto;
	margin-top:50px;	
} 

.homePageTextDiv { position:relative; width:780px; height:680px; }
.homePageTextDiv img { position:absolute; left:0; top:0; }

.homePageImage {
	cursor:pointer;
}

#menuDiv {
	width:780px;
	margin:auto;
}

#menuPartsDiv {
	padding-top:20px;
	float:left;
	width:220px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
}

#menuPartsDiv a {
	color:#CCC;
	text-decoration:none;
}

#menuPartsDiv a:hover {
	color:#F4F4F4;
	text-decoration:none;
}

.clear {
	clear:both;
}


/* Page Styles */

#pageContainerDiv {
	width:1100px;
	margin:auto;
	margin-bottom:100px;	
}

#pageHeadingDiv {
	margin-top:105px;	
	margin-bottom:80px;
	text-align:center;
}

#pageLeftColumn {
	float:left;
	width:250px;
	text-align:right;
}

#pageCenterColumn {
	float:left;
	width:600px;	
}

#leftTwoColumns {
	float:left;
	width:860px;
}

#pageCenterColumnTextDiv {
	padding:0px 20px 0px 0px;
	font-family: Gotham, Calibri, Arial, Helvetica, sans-serif;
	font-size:15pt;
}

.textHeading {
	color:#8bb836;
}

#pageRightColumn {
	float:left;
	width:150px;	
}

#pageFullColumn {

	font-family: Gotham, Calibri, Arial, Helvetica, sans-serif;
	font-size:13pt;
	margin-left:76px;

}


.lsmPageRightQuote {
	font-family: Gotham, Calibri, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#8a8c8e;

}

.lsmPageRightReference {
	font-family: Gotham, Calibri, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#bcbec0;
}

.aboutPageLeftQuote {
	font-family: Gotham, Calibri, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#8a8c8e;

}

.aboutPageLeftReference {
	font-family: Gotham, Calibri, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#bcbec0;
}

#formContainerDiv {
	margin-left:76px;
	margin-right:95px;
}

.fieldContainer {
	padding:10px 0px 10px 0px;
}

.textField {
	background-color:#e8e9ea;	
	font-family: Gotham, Calibri, Arial, Helvetica, sans-serif;
	font-size:14pt;
	padding:10px;
	border:none;
	width:100%;
	color:#8a8c8e;
}

.submitButton {
	background-color:#a8c732;
	border:none;
	font-family: Gotham, Calibri, Arial, Helvetica, sans-serif;
	font-size:14pt;
	padding:10px 20px 10px 20px;
	cursor:pointer;
}

.advertisingImage {
	margin:11px;
}


/* ---- Popup support for portfolio */

#black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#holder{        
    width:100%;
    display:none;
}
#content{
	/* */
}
#popup {
    border-radius: 7px;
	background-position:center center;
	background-repeat:no-repeat;
    margin:30px auto 0;
    padding:6px;  
    position:absolute;
    width:797px;
    height:800px;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -400px;
    z-index:1002;
	
}

#previousDiv {
	position:relative;
	top:350px;
	width:60px;
	height:100px;
	cursor:pointer;
}

#nextDiv {
	position:relative;
	top:250px;
	left:736px;
	width:60px;
	height:100px;
	cursor:pointer;
}

#imageDotsContainerDiv {
	position:absolute;
	left:100px;
	top:100px;
	width:80px;
	height:20px;		
}

.homePageDots {
	cursor:pointer;
}