body
{
    font-family: Arial;
    font-size: 11pt;
	margin-top: 0px;
	margin: auto;
	background-image:  url(../images/bg.jpg);
    background-repeat: repeat-y;
	background-attachment:fixed;
	background-position:right;
	text-align: center;
}

h1
{
    font-family: Arial;
    font-size: 14pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

h2
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

h3
{
	font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

ul 
{
	padding: 2px 0px 2px 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

li 
{
	padding: 2px 0px 2px 0px;
	margin-left: 26px;
}

p 
{
	line-height: 13pt;
	padding: 5px 15px 10px 0px;
	margin: 0px;
}

a:link
{
    text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}

a:visited
{
    text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}

a:active
{
    text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}

a:hover
{
    text-decoration: underline;
	font-weight: bold;
	font-size: 12pt;
}

/* Container */
.container
{
    width: 900px;
    margin: auto;
	text-align: center;
}

.container_inner 
{
	width: 800px;
	margin: auto;
}

/* Header */
.header_box
{
	width: 900px;
	height: 187px;
}

.header_img
{
	width: 258px;
	height: 187px;
	float: left;
}

.header_txt
{
	width: 642px;
	height: 187px;
	text-align: center;
	float: left;
}

.phone
{
	text-align: center;
	font-size: 14pt;
}

.gap
{
	height: 20px;
}

.gap_small
{
	height: 10px;
}

.gap_smaller
{
	height: 6px;
}

.header_title 
{
	font-family: Arial;
	font-size: 32pt;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-align: center;
	margin: 0xp;
	padding: 0px;
}

.header_title_small 
{
	font-family: Arial;
	font-size: 18pt;
	font-style: italic;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.nav
{
	width: 642px;
	padding: 0px;
	margin: 0px;
}

.nav p
{
	text-align: center;
}

/* Footer */
.footer
{
	width: 800px;
	height: 28px;
	padding: 6px 0px 6px 0px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.footer_locally
{
	color: #444;
	font-size: 8pt;
	width: 800px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background-color: #fff;
}

.footer_locally p
{
	color: #444;
	padding: 0px;
}

.footer_locally a
{
	text-decoration: underline;
	color: #444;
	font-size: 8pt;
	font-weight: bold;
}

.footer_locally a:link
{
	text-decoration: underline;
	color: #444;
	font-size: 8pt;
	font-weight: bold;
}

.footer_locally a:visited
{
	text-decoration: underline;
	color: #444;
	font-size: 8pt;
	font-weight: bold;
}

.footer_locally a:active
{
	text-decoration: underline;
	color: #444;
	font-size: 8pt;
	font-weight: bold;
}

.footer_locally a:hover
{
	text-decoration: underline;
	color: #000;
	font-size: 8pt;
	font-weight: bold;
}

.locally
{
	position: relative;
	top: 0px;
	left: 216px;
	float: left;
}

/* Content */
.row_box
{
	width: 796px;
    height: auto;
	margin: 0px;
	padding: 0px;
	border-width: 2px;
	border-style: solid;
	background-image:  url(../images/box.jpg);
    background-repeat: repeat-y; 
}

.left_col
{
    width: 260px;
	margin: 0px;
	padding: 0px 18px 0px 18px;
	float: left;
}


.right_col
{
    width: 460px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	float: left;
	text-align: left;
}

.img_col
{
	width: 260px;
	height: auto;
	padding: 7px 0px 7px 0px;
}

.contact_row
{
	width: 440px;
	margin: 0px;
	padding: 0px;
}

.contact
{
	width: 220px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

.contact p
{
	text-align: left;
}

.contact_right
{
	width: 220px;
	height: auto;
	padding: 0px;
	margin:0px;
	float: left;
}

.contact_right p b
{
	font-size: 14pt;
	font-weight: bold;
}

.logos
{
	width: 307px;
	height: auto;
	margin: auto;
}

/* Title */
.title_h1
{
	width: 800px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.title_h2
{
	padding: 0px;
	margin: 0px;
}

/* Utilities */
.clear 
{
	clear: both;
}

.bold 
{
	font-size: 11pt;
}