﻿*
{
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-align: center;
	background-color: #ffffff;
	color: #383838;
}

#site_wrapper
{
	width: 1000px;
	text-align: left;
	margin: 0px auto;
}

#site_header
{
	height: 100px;
}

#site_header img
{
	border: none;
	margin-top: 20px;
}


#site_menu
{
	text-align: left;
	height: 24px;
	/**float: left;
	width: 700px;**/
}
#site_menu ul
{
	list-style-type: none;
}
#site_menu ul li
{
	display: inline;
	text-align: center;
}
#site_menu ul li a
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	color: #383838;
	background-image: url(../images/menuitem.gif);
	width: 98px;
	height: 20px;
	display: inline-block;
	text-align: center;
}
#site_menu ul li a:hover
{
	cursor: pointer;
	color: #ffffff;
	width: 100px;
	background-image: url(../images/menuitem_current.gif);
}
#site_menu ul li a.current, #site_menu ul li a.current:hover
{
	font-weight: bold;
	color: #ffffff;
	width: 100px;
	background-image: url(../images/menuitem_current.gif);
}

#site_body
{
	overflow: hidden;
}
#site_body #left_column
{
	float: left;
	width: 750px;
	background-color: #eef2f4;
	min-height: 400px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
#site_body #right_column
{
	float: left;
	width: 250px;
	background-color: #c7d936;
	min-height: 400px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
#site_body #left_column .home_banner
{
	height: 176px;
	background-image: url(../images/banner_homepage.jpg);
}

/*** SUB MENU **/
#site_body #left_column .sub_menu
{
	height: 32px;
	background-image: url(../images/submenu_bg.jpg);
	color: #ffffff;
}


#site_body #left_column .sub_menu ul
{
	list-style-type: none;
	padding-top: 6px;
	margin-left: 8px;
}
#site_body #left_column .sub_menu ul li
{
	display: inline;
	text-align: center;
}
#site_body #left_column .sub_menu ul li a
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: inline;
	text-align: center;
}
#site_body #left_column .sub_menu ul li a:hover
{
	cursor: pointer;
	text-decoration: underline;
}
#site_body #left_column .sub_menu ul li a.current, #site_body #left_column .sub_menu ul li a.current:hover
{
	font-weight: bold;
	text-decoration: underline;
}

/*********************/
#site_body #right_column #client_login
{
	height: 196px;
	background-image: url(../images/clientlogin_bg.jpg);
	font-size: 8pt;
	color: #c7d936;
	padding: 0px 28px 0px 22px;
}
#site_body #right_column #login_options
{
	padding-top: 8px;
	border-bottom: 1px solid #c7d936;
	margin-bottom: 6px;
}

#site_body #right_column #icons
{
	text-align: center;
}

#site_body #right_column #icons h2
{
	font-size: 10pt;
	margin-bottom: 10px;
}
#site_body #right_column #icons img
{
	margin-bottom: 10px;
}
#site_content
{
	padding: 10px;
	font-size: 11px;
	font-family: Atlanta,Arial,Verdana,Tahoma;
	clear: both;
}

#site_content .column
{
	float: left;
	width: 355px;
}

#site_content h1
{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
}
#site_content h2
{
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}
#site_content p
{
	margin-bottom: 6px;
}
#site_content a
{
	text-decoration: underline;
	color: #ea5827;
}
#site_content a:hover
{
	font-weight: bold;
}


#site_body_footer
{
	height: 39px;
	background-image: url(../images/body_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#site_footer
{
	padding: 10px;
	color: #c0c0c0;
}
#site_footer a
{
	text-decoration: none;
	color: #c0c0c0;
}
#site_footer a:hover
{
	text-decoration: underline;
	color: #383838;
}

#EmailLink
{
	cursor: pointer;
	border: 0; 
	color: #99cc00;
	text-decoration: none;
}

.homedesign
{
	margin-bottom: 20px;
}

.homedesign img
{
	border: none;
	float: left;
	width: 200px;
}
.homedesign p
{
	margin-left: 220px;
}
.homedesign h2
{
	margin-left: 220px;
	padding-top: 10px;
}

.homedesign h2 a
{
	text-decoration: none !important;
	color: #99cc00 !important;
}
.homedesign h2 a:hover
{
	text-decoration: underline !important;
}

.phone 
{
	font-family: Atlanta, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	float: right;
	padding-right: 26px;
	height: 14px;
	text-align: right;
}

#home_icons img { border: none; }
#home_icons a, #home_icons a:visited { width: 240px; text-align: center; float: left; display: block; }
#home_icons a:hover img { border: 2px solid #c7d936; }

#gallery img { border: none; }
#gallery a, #gallery a:visited { width: 240px; text-align: center; vertical-align: middle; float: left; display: block; height: 140px; }
#gallery a:hover img { border: 2px solid #c7d936; }
