@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bckgrnd.jpg);
	margin-top: 14px;
}
.bckgrnd {
	background-image:url(images/bckgrnd.gif);
	background-repeat:repeat;
}
.content{
	float: right;
	width: 540px;
	margin-right: 15px;
	font-size: 1em;
	font-family:"Times New Roman", Times, serif;
	display:inline;
}
.large_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
	}
.med_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	line-height: 15pt;
	}
.sml_text {
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #666666;
	}
.smlr_text {
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #666666;
	}
.callout_txt {
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	}
.callout_txt2 {
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #945501;
	font-weight: bold;
	}
.business_txt {
	font-weight: bold;
	font-size: 12pt;
	font-family: arial,helvetica,sans-serif;
	text-align: center;	
	}
.business_txt-lrg {
	font-weight: bold;
	font-size: 12pt;
	font-family: arial,helvetica,sans-serif;
	text-align: left;	
	}
.sml-business_txt {
	font-weight: normal; 
	font-size: 8pt; 
	padding-bottom: 10px; 
	color: rgb(0, 0, 0); 
	font-family: verdana,arial,helvetica,sans-serif; 
	text-decoration: none;
	text-align: justify;
}
.med-business_txt {
	font-weight: normal; 
	font-size: 9pt; 
	padding-bottom: 10px; 
	color: rgb(0, 0, 0); 
	font-family: verdana,arial,helvetica,sans-serif; 
	text-decoration: none;
	text-align: left;
}
.micro-business_txt {
	font-weight: normal; 
	font-size: 6pt; 
	color: rgb(0, 0, 0); 
	font-family: verdana,arial,helvetica,sans-serif; 
	text-decoration: none;
	text-align: justify;
}
.td {
	background-color: #f2eadb;
	bgcolor: #f2eadb;
	color: #f2eadb;
}
.title-box_main {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	font-weight: bold;
	color: #FFFFFF;
	font-stretch: wider;
}
.title-box_main2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #945501;
}
.title-box_main3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #945501;
}
.title-box_main4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
}
.title-box_main5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	line-height: 16pt;
}
.title-box_tag {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #631522;
	font-style: italic;
}
.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	font-style: normal;
}
#apDiv1 {
	position:inherit;
	width:190px;
	height:260px;
	z-index:1;
	left: 112px;
	top: 540px;
	overflow: visible;
	border-width: 1;
	border-color: #996600;
	border: 1;
	padding-left: 15px;
}

/*------------------------------------
	Navigation
------------------------------------*/

a:link {
	color: #CC6666;
}
a:visited {
	color: #CC9900;
}
a:hover {
	color: #CC6600;
}
.navigation ul li a {
	color: #644300;
	border-bottom: dotted 1px #5B8A95;
}
.navigation ul li a:visited {
	color: #AD5505;
}
.navigation ul li a:hover {
	color: #8A5E00;
	border-bottom: dotted 1px #004B5D;
	background-image:url(images/nav_pointer.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
.navigation {
	width: 230px;
	margin-left: 10px;
	margin-top:10px;
	float: left;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
}
.navigation:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
}
.navigation ul {
	list-style-type: none;
	background-image:url(images/nav_menu.jpg);
	background-repeat:repeat-y;
	padding: 0px;
	float:left;
	margin: 0px;
}
.first_nav_item {
	width: 200px;
	padding-top:20px;
	background-image:url(images/nav_top.jpg);
	background-repeat:no-repeat;
}
.last_nav_item {
	width: 200px;
	padding-bottom:35px;
	background-image:url(images/nav_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.navigation ul li a {
	width: 150px;
	margin:0px;
	margin-left: 15px;
	display: block;
	text-decoration:none;
	padding:3px 0px 4px;
}
.navigation ul li a:hover {
	width: 130px;
	padding-left: 15px;
	list-style-type: none;
}
