/****** STYLE RESET ******/

div, body, form, p, a, ul, li, img {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	color: #231f20;
	font-size: 1em;
	background: url(images/bg.jpg);
}

input, textarea {
	font: 11px arial;
}

/*********** TEXT ***********/


/*** GENERAL ***/
p { font-family: arial; font-size: 11px; }
.s {font-size: 9px;}
h2 { font-family: arial; font-size: 12px; font-weight: bold; margin-bottom: 15px }
h3 { font-family: arial; font-size: 12px; font-weight: bold; margin-bottom: 5px }
.cr { margin-bottom: 10px; }
.cr20 { margin-bottom: 20px; }

/*** COLORS ***/
.gray {color: #9d9d9d;}

/*** SPECIFIC ***/
.left_addr {
	margin-left: 30px;
	margin-bottom: 30px;
}

.foot {
padding-top: 30px;
margin-left: 50px;
font-weight: bold;
}

.foot_right {
padding-top: 30px;
text-align: right;
font-weight: bold;
}

.int {
	font-style: italic;
	text-align: justify;
}

.ef {
	color: white;
}

.ef a {
	text-decoration: underline;
	color: white;
}

.ef a:hover {
	text-decoration: none;
}

/*** LINKS ****/
a {color: #0179bc; text-decoration: none;}
a:hover {text-decoration: underline;}

.contact_us {
	height: 20px;
	width: 100px;
	margin-right: 20px;
	margin-top: 20px;
	
	display: block;
	float: right;
}

.homelink {
	height: 100px;
	width: 200px;
	float: left;
	margin-left: 25px;
	margin-top: 20px;

}

/*********** DIVS *************/

#wrapper {
	width: 833px;
	height: auto;
	margin: 0px auto;
	margin-top: 10px;

}

#header {
	
	height: 129px;
	width: 833px;
}

#main {
	width: 833px;
	overflow: auto;
	background: url(images/main_bg.jpg);

}

#l_column {
	
	width: 194px;
	min-height: 300px;
	float: left;
	margin-left: 25px;
	display: inline;

}
#center_column {
	width: 402px;
	
	float: left;
	background: #ffffff;

}

#content {

	margin: 10px 20px;
	overflow: hidden;
width: 362px;

}

#r_column {

	width: 190px;
	min-height: 300px;
	float: left;

	
}

#footer {
width: 833px;
background: url(images/footer_bg.jpg);
height: 77px;
}

#foot_l {
width: 300px;
display: block;
float: left;

}

#foot_r {
width: 200px;
display: block;
float: right;
margin-right: 40px;

}

#ext_footer {
	width: 833px;
	text-align: center;
	margin-bottom: 60px;
}

#side_contact {
	clear: both;
	margin-left: 15px;
}

/* Flash div */
#index-video {
	width: 320px;
	display: block;
	margin: 0px auto;
}

/********** LISTS *******************/

/** NAV LISTS ***/
#left-nav {
	list-style-type: none;
	padding-left: 30px;
	margin-top: 30px;
}

#right-nav {
	list-style-type: none;
	padding-left: 30px;
	margin-top: 30px;
}

/*** GENERAL ***/
li {
	font-family: arial;
	font-size: 11px;
}


/*** SPECIFIC ***/
.internal {
	list-style-type: none;
	margin-bottom: 20px;
	
}

.internal li {
	background-image: url(images/yellowdot.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 3px;
	margin-left: 15px;
	background-position: 2px 4px;
}


/********** IMAGES ************/
.divider {
	display: block;
	margin: 15px auto;
}

.right_image {
	display: block;
	margin: 5px;
	margin-left: 15px;
	float: right;
}

/********** TABLES ************/
table.contact {
	margin-bottom: 20px;
	padding: 0px;
	width: 100%;
}

table.contact td {
	margin: 0px;
	padding: 0px;
	width: 50%;
}

table.contact td p.cr20 {
	margin: 0px;
	padding: 0px;
}
