body {
	margin: 0px;
	background: url(../images/bkgd.gif) top left repeat-x;
	background-color: #f1f1f1;
}

#container {
}

/*------------------------------------------*/
/*-----------------header-------------------*/
/*------------------------------------------*/

#header {
}

#address {
	position: absolute;
	width: 250px;
	height: 50px;
	top: 35px;
	left: 422px;
	font-size: 12px;
	color: #7d9fb3;
	text-align: right;
	font-weight: bold;
}

#headerFlash {
	display: none;
}

#contactBtn {
	display: none;

}


/*------------------------------------------*/
/*------------contentContainer--------------*/
/*------------------------------------------*/

#contentContainer {
	width: 650px;
	height: auto;
	position: absolute;
	top: 50px;
	left: 0px;
	margin: 0;
}

#contentTop {
	display: none;
}


/*------------------------------------------*/
/*-----------------sideNav------------------*/
/*------------------------------------------*/

#sideNav {
	display: none;
}


/*------------------------------------------*/
/*-----------------content------------------*/
/*------------------------------------------*/

#content {
	height: auto;
	width: 600px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b0b0b0;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 25px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#content h1 {
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-color: #AFADAD;
	background-position: left top;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 12px;
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	margin: 0px;
}

#content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #5c5c5c;

}

#content a:link, #content a:visited {
	color: #8eb5cc;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #3366CC;
}

#Contact {
	margin-top: 15px;
	text-align: center;
}

#Contact a:link, #Contact a:visited {
	font-size: 18px;
	color: #7d9fb3;
}

#Contact a:hover, #Contact a:active {
	color: #3366CC;
}

/*------------------------------------------*/
/*------------------footer------------------*/
/*------------------------------------------*/

/*---#footerTop {
	width: 772px;
	height: 8px;
	position: absolute;
	top: -1px;
	left: 3px;
}---*/


#footer {
	display: none;
}



/*------------------------------------------*/
/*-------this is for the design!!!----------*/
/*------------------------------------------*/

#shadowRight1 {
	display: none;
}

#shadowRight2 {
	display: none;
}


#shadowLeft1 {
	display: none;
}


#shadowLeft2 {
	display: none;
}

/*------------------------------------------*/
/*-------------main contact form------------*/
/*------------------------------------------*/

#mainContact {
	text-align: center;
	font-size: 12px;
}

#mainContact input {
	width: 150px;
	border: 1px solid #8EB5CC;
	margin: 5px;
}

#mainContact textarea {
	width: 150px;
	height: 100px;
	border: 1px solid #8EB5CC;
	margin: 5px;
}

#mainContactBtn input {
	text-align: center;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #8EB5CC;
	border: 1px solid #7EA1B6;
}
