@charset "utf-8";
/* CSS Document */

/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

body
{
	font-family:tahoma;
	font-size:11px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:12px;
	text-align:left;
}

label
{
	display:block;
	width:140px;
	float:left;
}

input[type="submit"], input[type="reset"]
{
	margin-left:5px;
	margin-top:10px;
	width:auto;
}

a.menu_link
{
	color:black;
	text-decoration:none;
}

a.menu_link:hover
{
	color:black;
	text-decoration:none;
}

li
{
	margin-top:4px;
	margin-bottom:4px;
	margin-left:20px;
}

form
{
	overflow:hidden;
	margin-left:200px;
}

img
{
	border:0px;
}

h1
{
	font:20px Tahoma;
	margin:0px 15px 15px 10px;
	padding-bottom:5px;
	border-bottom: solid thin #cccccc;
}

/* left margin decreased by 5px; */
h2
{
	margin:5px 10px 10px 10px;
	font-size:13px;
	font-weight:bold;
}


/* container */

#container
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;	
	width:910px;
	padding:0px 0px 0px 0px;
}

#frame_top
{
	height:62px;
}

#frame_bottom
{
	height:59px;
	clear:left;
}

.logo
{
	margin-left:2px;
	margin-right:25px;
	padding:0px;
	display:inline;
}

#phone_number
{
	float:right;
	margin-right:35px;
	width:181px;
	height:40px;
	display:inline;
}

#title
{
	width:200px;
	float:left;
	font:26px Tahoma;
	margin-left:250px;
	height:auto;
}

/* menu */
.menu
{
	height:40px;
	margin-left:23px;	
}

.menu_item
{
	text-align:center; 
	position:relative;
	top:15px;
}

.up_tab
{
	margin-right:4px;
}

.down_tab
{
	margin-right:4px;
}

.down_tab:hover
{
	margin-right:4px;
}


/* left menu */

a.left_menu_tab
{
	color:black;
	text-decoration:none;
	margin-bottom:5px;
}

div.left_menu_text
{
	margin-left:4px;
	margin-top:2px;
}


/* content */

#content
{
	margin-left:25px;
	width:850px;
	background-color:#ffffff;
	_margin-bottom:-7px
}

#content_top
{
	height: 8px;
}

#content_bottom
{
	clear:both;
	height:7px;
}

#content_left
{
	float:left;
	margin-left:0px;
	width:143px;
}

/* left margin decreased by 105px; */

#content_middle
{
	margin-left:150px;
	margin-right:150px;
}

#content_middle_full
{
	margin-left:10px;
	margin-right:150px;
}

#content_right
{
	float:right;
	vertical-align:middle;
	margin-right:5px;
	margin-left:15px;
	margin-top:20px;
	font-weight:bold;
	width:130px;
}

#content_right img
{
	margin-right:5px;
	float:left
}

#content_right p
{
	clear:both;
}


/* section and separators */

.section
{
	margin:5px 10px 10px 10px;
	text-align:justify;
}

.section img
{
	margin:0px 10px 0px 0px;
}


.separator
{
/*	clear:both;*/
	border-bottom: solid thin #cccccc;
	margin:5px 5px 10px 5px;	
}

/* others */

.testimonial
{
	font:tahoma 10px;
	font-weight:normal;
	font-style:italic;
	color:blue;
}

.testimonial a
{
	text-decoration:none;
	color:blue;
}

a.testimonial_link:visited
{
	text-decoration:none;
}

.clear{clear:both;}

.clear_left{clear:left;}
