/* CSS Document */

body {
	background-color: #F2EDDD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #6A5961;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

hr {
 margin-top:40px;
margin-bottom:40px;

 padding:0px;
 color:#999999;
 height:1px;
 border:none;
 background-color:#999999;;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

blockquote {
	font-style: italic;
	margin: 5px;
}

a{
	color: #6A5961;
	text-decoration: underline;
}

a:hover{
	color: #6A5961;
	text-decoration: none;
}


p{
	margin-top: 0px;
	margin-bottom: 20px;

}

h1{
	font-size: 16px;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 3px;
}


#container {
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #8EAD87;
	background-image: url(../images/interface/default/mainbackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
}


#col1 {
	float: left;
	width: 210px;
	margin-left:10px;
}

#logo, #menu {
	background-color: #F2EDDD;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;	
	width: 202px;
	padding: 4px;
}
#logo {
	margin-top: 10px;
}
#menu {
	margin-top: 5px;	
}

#menu img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu a{	
	display:block;
	width:178px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 6px;
}

#menu a:hover{
	background-color: #FFF;
	display:block;
}

.menuInner{
	border: 1px solid #003300;
}



#col2 {
	float: left;
	width: 630px;
	margin-left:10px;
}

#contact {
	width:625px;
	height:60px;
	margin-top:15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	/*border: 1px solid #FF0000;*/
}

#contact a{
	color: #FFFFFF;
	text-decoration:none;	
}
#contact a:hover{
	color: #FFFFFF;
	text-decoration:underline;	
}

#contact span{
	float:right;
	clear:right;
	width:160px;
	padding:2px;
	line-height: 15px;
}
#contact label{
	width:35px;
	float:left;
	display:block;
}
#contact #tel {
	background-image: url(../images/interface/default/icon_tel.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 35px;
}
#contact #fax {
	background-image: url(../images/interface/default/icon_fax.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 35px;
}

#contact #mail {
	background-image: url(../images/interface/default/icon_mail.gif);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 35px;
}

#title {
	background-color: #8EAD87;
	height: 28px;
	width: 235px;
	clear:right;
	float:left;
	margin-top:15px;
	/*margin-top:35px;*/
	/*border: 1px solid #FF0000;*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top:8px;
	padding-left:10px;
}


#content {
	background-color: #F2EDDD;
	width: 605px;
	float:left;
	clear:both;
	padding-top: 25px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 13px;	/*border: 1px solid #FF0000;*/
}


.imageBox,.imageWideBox {
	padding: 5px;
	border: 1px solid #00381E;
	display: table-cell;
	min-width: 50px;
	margin: 10px;
	clear:both;
}

.imageWideBox {
	margin: 0px;
}

.imageBox img, .imageWideBox img{
	border: 1px solid #999999;
}

.imageLinkBox {
	float: left;
	width: 195px;
	margin-left: 3px;
	margin-right: 3px;
}

.imageLinkTitle {
 display:block;
 margin-bottom:5px;
}

.imageLink {

}

.imagelinkrowspacer{
	clear: both;
	height: 22px;
}

.imagelinkrowlinespacer{
	clear: both;
	height: 20px;
	border-top-color: #999999;
	border-top-width: 1px;	border-top-style: solid;
	margin-top:12px;
	
}

.contentwrapper {
	/*height:550px;*/
	  min-height:528px;
	  height:auto !important;
  	  height:528px;
}


#footer {
	background-color: #8EAD87;
	background-image: url(../images/interface/default/bgstencil.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 180px;
	padding-left:230px;
}

#footerpagebase {
	background-color: #F2EDDD;
	height: 30px;
	width: 630px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-image: url(../images/pages/footer_text.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


#footerlinks {
	width: 615px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	height:65px;
	background-image: url(../images/interface/default/acid_logo_white.gif);
	/*border: 1px solid #F00;*/
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footerlinks a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

#footerlinks a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footercopyright {
	display: inline;
	float: left;
	width: 375px;
}

#footeradnam {
	display: inline;
	float: right;
	width: 175px;
	text-align: right;
}

#pagetitle {

	width:500px;
	text-align:left;
	float:left;	margin-bottom:20px;
}

#back {
	width:70px;
	text-align:right;
	float:right;
	padding-top:8px;
}
