@charset "UTF-8";

/* CSS Document */

/* universal
---------------------------------------------*/ 


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #4e0317;
	margin: 0px;
	padding: 0px;
}
#container {
	background-image:url(images/container_bkg.jpg);
	background-repeat:repeat-y;	
	margin:auto;
	width: 800px;
}
.clear {
	clear: both;
	height: 0px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:active {
	color: #333333;
}

h1 {
	font-size: 24px;
	font-weight: 100;
	color: #4e0317;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #4e0317;
	line-height: 5px;
	
}

h3 {
	font-size: 24px;
	font-weight: bold;
	color: #000F70;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}


/* menu
---------------------------------------------*/

#menu {
	background-color:#aeb3b4;
	width: 790px;
	height:30px;
	margin:auto;
}

#menu ul {
	list-style:none;
	margin: 0;
	padding: 0;
	float:right;
	width:575px;
}

#menu li {
	
	float:left;
}

#menu a {
	display: block;
	color:#363636;
	height:23px;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:0px;
	background-color: #AEB3B4;
	text-decoration: none;
}

#menu a:hover {
	background-color: #663f49;
	color: #FFF;
}

#menu li2 {
	height:30px;
	padding:0px;
	float:left;
}




/* header
---------------------------------------------*/

#header {
	width:790px;
	height:250px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;	
	padding:0px;
	margin:auto;
}

/* sub menu
---------------------------------------------*/

#sub_menu {
	width:790px;
	height:118px;
	background-image:url(images/submenu.jpg);
	background-repeat:no-repeat;	
	padding:0px;
	margin:auto;
	font-size:12px;
}

#sub_menu2 {
	width:790px;
	height:35px;
	background-image:url(images/submenu2.jpg);
	background-repeat:no-repeat;	
	padding:0px;
	margin:auto;
	font-size:12px;
}

.sub_text1 {
	width: 184px;
	height:auto;
	float:left;
	padding-left:10px;
}

.sub_text2 {
	width: 190px;
	height:auto;
	float:left;
	padding-left:10px;
}

.sub_text3 {
	width: 192px;
	height:auto;
	float:left;
	padding-left:10px;
}

.sub_text4 {
	width: 184px;
	height:auto;
	float:left;
	padding-left:10px;
}

#sub_menu a:link {
	color: #666666;
	text-decoration: none;
}
#sub_menu a:visited {
	text-decoration: none;
	color: #666666;
}
#sub_menu a:hover {
	text-decoration: none;
	color: #333333;
}

#sub_menu a:active {
	text-decoration: none;
	color: #333333;
	}

/* body (INDEX)
---------------------------------------------*/


#content {
	background-image:url(images/content_bkg.jpg);
	background-repeat:repeat-y;
	width: 790px;
	margin:auto;
	padding:0px;
}
.textparagraph {
	padding: 15px;
	color:#333333;
	float:left;
	width: 500px;
}

.index_image {
	float:left;
	width:245px;
	padding-top:15px;
}
.index_image2 {
	float:left;
	width:250px;
	padding-top:78px;
}

em {
	font-size:16px;
	line-height: 22pt;
}

.text {
	color:#000F70;
	width: 640px;
	float:left;
	padding:0;
	top: inherit;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
}

/* body2 (PAGES)
---------------------------------------------*/

.textparagraph2 {
	padding-top:0px;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:15px;
	color: #333333;
	float:left;
	width: 96%;
}

.textparagraph3 {
	padding-top:0px;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:15px;
	color: #333333;
	float:left;
	width: 760px;
}

.textparagraph4 {
	padding-top:0px;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:15px;
	color: #333333;
	float:left;
	width: 300px;
}

.profile_image1 {
	float:left;
	width:245px;
	padding-right: 24px;
	padding-bottom: 12px;
	vertical-align: top;
}

.profile_image2 {
	float:left;
	width:245px;
	padding-top:154px;

}

.profile_image3 {
	float:left;
	width:245px;
	padding-top:300px;

}

.contact_map {
	float:left;
	width:445px;
	padding-top:62px;

}

em2 {
	font-size:16px;
	line-height: 22pt;
}

.text2 {
	color:#000F70;
	width: 640px;
	float:left;
	padding:0;
	top: inherit;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
}

/* footer
---------------------------------------------*/

html {overflow-y: scroll;}

#footer {
	background-color:#8B8A8B;
	min-height:65px;
	color: #FFFFFF;
	font-size:12px;
	width: 800px;
	line-height:13pt;
}

.footer_left {
	width: 400px;
	float:left;
	text-align:left;
	padding-left:20px;
	padding-top:5px;
}

.footer_right {
	width: 350px;
	float:right;
	text-align:right;
	padding-right:20px;
	padding-top:5px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#columns {
	width: 330px;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#columns2 {
	width: 330px;
	text-align: center;
	float: right;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#columns3 {
	float: right;
	width: 330px;
	text-align: center;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#image_right {
	float: right;
}
#header_text {
	width: 500px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 180px;
	font-family: Futura, Arial, Helvetica;
	font-size: 18px;
	line-height: 21px;
}
.phonefax {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

