
/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	/*background-color: #D4D0C8; */
	text-align: center;
	margin-top: 5em;
	background-image:url(../images/trans5.gif);
	background-repeat:repeat;
}

.page {
	/* Page width: */
	width: 75%;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
	display: none;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}
#logo_small {
	/* logo color 2: */
	color: #000000;
	font-size: 0.4em;
}
#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	text-align: center;
	color: #99846E;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#menu a:link, #menu a:visited {
	color: #99846E;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #C43917;
	text-decoration: none;
}

#padding {
	padding: 1em;
	padding-bottom:0;

}

#innerpage {
	/* Background image: */
	background-image: url("../images/background4.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	padding-bottom:2.3em;
	height: 20em;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	float: right; 
	width: 35%; 
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	background-image:url(../images/trans5.gif);
	background-repeat:repeat;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}
#content h2 {
	font-size: 1.0em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #FF0099;
}
#content h3 {
	font-size:0.6em;
}

/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}
#content_title {
	font-family: Trebuchet MS;
}

#services_menu {
	/*height: 2em;*/
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	float:left;
	padding:0.2em;
 }   
	#services_menu li{
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #99C;
}

#services_menu a {
	background-image:url(../images/trans5.gif);
	background-repeat:repeat;
	font-size: 1.0em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
	text-align:center;
	text-decoration:none;
	
}
#services_menu a:hover, #services_menu a:active {
	background-image:url(../images/trans6.gif);
}

#service_description {
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	background-image:url(../images/trans5.gif);
	background-repeat:repeat;
	float:left;
}
#service_description h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}
#service_description p {
	font-size:0.75em;
}
#form {
	float: right; 
	width: 55%; 
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	background-image:url(../images/trans5.gif);
	background-repeat:repeat;
}
#contact_info {
	float: left; 
	width: 35%; 
	height: 23.8em;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	overflow: auto;
	background-image:url(../images/trans5.gif);
	background-repeat:repeat;
}

#contact_info p, #form p{
	font-size: 0.9em;
}


#contact_info h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #BF2016;
}
#contact_info h2, #form h2 {
	font-size: 1.0em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #FF0099;
}
#contact_info h3 {
	font-size:0.6em;
}

/* link colors */
#contact_info a:link {
	color: #C2361D;
}

#contact_info a:hover, #content a:active {
	color: #33201D;
}

#contact_info a:visited {
	color: #892614;

	