@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #d5e14d url(/COS/images/bone.png) no-repeat fixed right top;*/
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #d5e14d;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
}

 #container {
	width: 80%;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #999;
	text-align: left;
} 
h1{
	margin-bottom:0;
	font-size:110%;
	font-style:italic;
}
.first{
	margin-bottom:18px;
}
p{
	margin-top:0px;

}
h3{
	color:#000;
}
h4 {
	margin: 0 0 -20px 0;
	padding: 0;
	font: italic 38px/47px Arial, Helvetica, sans-serif;
	color: #000;	/*font: 38px/47px Georgia, Times New Roman, Times, serif;*/
}
 #header {
	background: #FFF;
	padding: 10px 10px;
	border-bottom:#999 solid 1px;
	text-align:center;
} 
 #header h1 {
	margin: 0;
	padding: 10px 0;
font: 37px/46px Arial, Helvetica, sans-serif;
	/*font: 38px/47px Georgia, Times New Roman, Times, serif;*/
	color: #666;
	
}
#logowrap{
	width: 70%;
	text-align:center;
	margin:auto;
}
#logo{
	width:200px;
	margin: auto;
	top: 10px;
	height:77px;
	position: relative;
	text-align:center;
}
#show {
	width:130px;
	height:130px;
	float:left;
	margin: 10px 0 0 40px;
}

.phone{
	position:absolute;
	float:right;
	clear:both;
	font: 28px/37px Arial, Helvetica, sans-serif;
	/*font: 28px/37px Georgia, Times New Roman, Times, serif;*/
	color: #666;
	right: 12%;
	top: 20px;
}


 #sidebar1 {
	float: left; 
	width: 210px;
	padding: 0px 0; 
}
#loc{
	margin:40px 5px 0 5px;
	font-size:80%;
}
 #sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#new{
	text-align:center;
	/*padding-bottom:18px;
	border: 1px solid #823797;
	margin:18px 5px 0 5px;*/
		background-image: url(/images/new.png);
	background-repeat: no-repeat;
	background-position: center;
	height:162px;

}
#new p{
	font-size:14px;
	color:#777e27;
		padding-top:53px;
}
#new h1{
	margin:0;
	color:#CCC;
	font-size:14px;
	font-weight: bold;
	background-color:#823797;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;

}
 #mainContent {
	margin: 20px 20px 0 234px;
	line-height: 120%;
	color:#666;
} 

 #footer { 
	padding: 0 0px; 
	text-align:center;
} 
 #footer p {
	margin: 0;
	padding: 10px 0; 
}
#footer img{
	margin-left:12em;

}
#apDiv1 {
	position:absolute;
	width:130px;
	height:130px;
	z-index:1;
	top: 20px;
	left: 13%;
}
/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 15px;
}
.spcrbtm15{
	margin-bottom:15px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.tcntr{
	text-align:center;
}
.box450{
	width:450px;
	margin:auto;
}
.brdr p{
	width:500px;
	margin: 8px auto;
	border: 1px solid #371a48;
	padding:15px;
}
.spacer{
	margin-top:40px;
}
.spcrbtm40{
	margin-bottom:40px;
}
.spcrrt{
	margin-right:20px;
}
