

html { 
	height: 100%; width: 100%; 
}



body { 
	height: 100%; 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	/*background: #5a5a5a;*/
	/*background-image: url('../img/bgDiag.gif');*/
	/*background-repeat:repeat-x;*/
  	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 12px;	
	background: #ffffff;
}

a {
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
}

.enterLink:hover{
	text-decoration: underline;
	font-size: 12px;
	color: #cccccc;
	cursor: pointer;
}

/*.enterLink:visited{
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
	cursor: pointer;*/
}

h1.mainHead{
	padding-top: 20px;
	position:relative; 
	left:25px;
	font-size: 20px;
}

h2.posLeft{
	padding-top: 20px;
	position:relative; 
	left:25px;
	font-size: 16px;
}

#orangeTitle{
	color: #ff9c08;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 15px;
	width: 650px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

#wrapperIndex {
	position: relative;
	margin: 0 auto;
	width: 579px;
}

#spacertop{
	height: 200px;
	width: 579px;
}

#spacerUnderLogo{
	height: 50px;
	width: 579px;
}

#indexText{
	width: 579px;
}

#banner {
	position: absolute;
	top: 20px;
	background: #000000;
	width: 740;
	height: 166;
	-border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	/*border: 1px solid #000000;*/
}

.squareBtn{
	position: absolute;
	top: 50px;
	left: 400px;
	background: #000000;
	border: 1px solid #ffffff;
	width: 64;
	height: 64;
}

#mainbody {
	position: absolute;
	top: 186;
	background: #ffffff;
	width: 740px;
	height: 600px;
}

#rightBox{
	position: absolute;
	left: 740px;
	top: 0px;
	background:#EFEFEF; 
	width: 200px;
	height:600px;
}

#titleBG1{
	left: 0px;
	position: absolute; 
	top: 22px;
	width: 740px;
	height: 30px;
	/*background-image: url('../img/titleBG.jpg');*/
	background: #ececec;
}

#titleBG2{
	left: 100px;
	position: absolute; 
	top: 202px;
	width: 640px;
	height: 30px;
	background-image: url('../img/titleBG.jpg');
}

.mainHead{
	left: 20px;
	position: absolute; 
	top: 25px;
	font-size: 20px;
}

.mainHead2{
	left: 20px;
	position: absolute; 
	top: 205px;
	font-size: 20px;
}

#img1{
	position: absolute;
	top: 60px;
	left: 20px;
	/*border-bottom: 1px solid #CCCCCC;*/
}

#img2{
	position: absolute;
	top: 240px;
	left: 620px;
	/*border-bottom: 1px solid #CCCCCC;*/
}

.para{
	position: absolute;
	top: 60px;
	color: #929292;
	left: 320px;
	width: 385px;
	font-size: 14px;
	/*border-bottom: 1px solid #CCCCCC;*/
}

.para2{
	position: absolute;
	top: 240px;
	color: #929292;
	left: 20px;
	width: 580px;
	font-size: 14px;
}

.divLine{
	/*border-bottom: 1px solid #CCCCCC;*/
	position: absolute; 
	top: 180px;
	height: 1px;
	width: 740px;
	background: #cccccc;	
}

.divLine2{
	/*border-bottom: 1px solid #CCCCCC;*/
	position: absolute; 
	top: 360px;
	height: 1px;
	width: 740px;
	background: #cccccc;	
}

#contactInfo{
	position: absolute; 
	top: 410px;
	left: 20px;
	font-size: 14px;
	color: #929292;
}

#socialBG{
	position: absolute; 
	top: 510px;
	width: 740px;
	height: 89px;
	background-image: url('../img/socialBG.gif');
}

#social1{
	position: absolute; 
	top: 530px;
	left: 100px;
	height: 48px;
}

#social2{
	position: absolute; 
	top: 530px;
	left: 260px;
	height: 48px;
}

#social3{
	position: absolute; 
	top: 530px;
	left: 400px;
	height: 48px;
}

#social4{
	position: absolute; 
	top: 530px;
	left: 520px;
	height: 48px;
}



#mainImg {
	margin-top: 40px;
	margin-left: 60px;
	border: 10px solid #cccccc;
}

.imgCircle{
	background:#EFEFEF;
	border: 3px solid #cccccc;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-webkitborder-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}



#googleMap{
	margin-left: 25px;
	padding: 5px;
	border: 1px solid #707070;
	width: 625;
}

#footer{
	position: absolute;
	top: 787px;
	background:#EFEFEF; 
	width: 740;
	height: 25px;
	-border-bottom-right-radius: 10px;
	-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}