/****************HTML tag styles ***************/

body{
	background-color: #f2f2f2;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	behavior: url('csshover.htc');
}

img{
   behavior: url("pngbehavior.htc");
}

/******* hyperlink and anchor tag styles *******/

A.link:link    {color : #0000CC; text-decoration : none; font-weight: bold;}
A.link:visited {color : #0000CC; text-decoration : none; font-weight: bold;}
A.link:active  {color : #0000CC; text-decoration : none; font-weight: bold;}
A.link:hover   {color : #EC8E0D; text-decoration : underline; font-weight: bold;}

/******* MAIN DIVISONS *******/

#site_container{
	position: relative;
	width: 950px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#nav{
	position: relative;
	width: 950px;
	height: 338px;
	padding: 0px;
	margin: 0px;
	z-index: 99;
}

#main{
	position: relative;
	width: 950px;
	padding: 0px;
	margin: 0px;
}

#page_content{
	position: relative;
	padding: 10px 0px 30px 45px;
	margin: 0px;
	min-height: 265px;
	text-align: left;
	width: 586px;
}

#footer{
	position: relative;
	width: 950px;
	padding: 0px; 
	margin: 0px;
}

#side_boxes{
	position: relative;
	float: right;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	width: 274px;	
}

/******* SIDE DIVISIONS *********/

#side_box{
	position: relative;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#side_box_header{
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 274px;
	height: 58px;
}

#side_box_content{
	position: relative;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 253px;
	min-height: 140px;
	background-image: url(images/sb_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/******* DROPDOWN NAVIGATION *********/

#nav img{
	display: block;
}

#nav table{
	width: 950px;
	height: 29px;
	background-image: url(images/nav_bg.gif);
}

#nav table td div{
	position: absolute;
	visibility: hidden;
	margin-top: -1px;
	margin-left: -6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 27px;
	z-index: 100;
	background-color: #e5e5e5;
	width: 202px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

#nav table td div a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: solid 1px #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

#nav table td div a:link{
	color : #4f4f4f; 
	font-weight:bold;
}

#nav table td div a:visited{
	color : #4f4f4f; 
	font-weight:bold;
}

#nav table td div a:hover{
	color : #ffffff; 
	font-weight: bold;
	background-color: #6c727b;
}

#nav table td:hover div{
	visibility: visible;
}

/******* ROLLOVER NAVIGATION *********/

.cssnav{
	position: relative;
	white-space: nowrap;
	display: block;	
	margin: 0;
	padding: 0;
}

.cssnav a{
	display: block;
	float: left;
}

.cssnav a:hover img{
	visibility:hidden;
}

/******* OTHER STYLES *********/

#testimonials{
	position: relative;
	padding: 20px 20px 10px 20px;
	margin: 20px auto 28px;
	width: 500px;
	background-image: url(images/sb_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #000000;
}

#contact_details{
	position: relative;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	line-height: 2;
}

#side_image{
margin-left: 30px;
margin-bottom: 30px;
border: 1px solid #000000;
}

#side_image_left{
margin-right: 30px;
margin-bottom: 30px;
border: 1px solid #000000;
}

#image_border{
border: 1px solid #000000;
}

#image_border_lr{
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

#nav_image{
margin-left: 17px;
margin-right: 17px;
}

/**********FONT STYLES**********/

.style_sidebox{
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5;
}

.style_sidebox_large{
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	line-height: 1.5;
}

.style_content{
	font-size: 11px;
	line-height: 2;
}

.style_content_orange{
	font-size: 11px;
	color: #EC8E0D;
	line-height: 2;
}

.style_content_large{
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
}

.style_content_large_orange{
	font-size: 12px;
	font-weight: bold;
	color: #EC8E0D;
	line-height: 2;
}

.style_testimonials{
	font-size: 10px;
	line-height: 1.8;
}

.style_testimonials_italic{
	font-size: 10px;
	line-height: 1.8;
	font-style: italic;
}

/**********TABLE STYLES**********/

.style_table_headerR{
	font-size: 10px;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	line-height: 1.5;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.style_table_headerL{
	font-size: 10px;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	line-height: 1.5;
	border: solid 1px #000000;
}

.style_table_oddR{
	font-size: 10px;
	padding: 3px 8px 3px 8px;
	line-height: 1.5;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.style_table_oddL{
	font-size: 10px;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	line-height: 1.5;
	border: solid 1px #000000;
}
