/*
	This starts the header and footer CSS
*/

html, BODY {
	font-family:Arial, Helvetica, sans-serif;
	   margin:0;
	   padding:0;
  	 height:100%;
	 background-color: white;
	 
	 background-repeat:repeat-x;
	 background-position: 0px 30px;
	 background-image: url(side_slice.png);
	 background-color: black;
	 

}

a:link{color:#FFFFFF;text-decoration:none;border=none;}
a:visited{color:#FFFFFF;text-decoration:none;border=none;}
a:hover{color:#808080;text-decoration:none;border=none;}
a{outline:none;}

#phone_number_bar {
	position: fixed;
	/*z-index: 10;*/
	top:0px;
	left:0px;
	width:100%;
	height:38px;

	background-image: url(phone_number_slice_2.png);

	font-family: Sans-Serif;
	font-size: 12px;
	color:white;

	padding-top:0px;
	margin-top:0px;
}

#top_bar
{
    position: fixed;
	z-index: 11;
	top:30px;
    text-align: center;
	width:800px;
	height:30px;
	
	background-color: #000000;

	font-family: Sans-Serif;
	color:orange;
}


#phone_number_container {
	position: fixed;
	top:-2px;
	width:850px;
	z-index:2;
}

#otherServices {
}

#phonenumber {
	padding-left:30px;
	color:white;
}

#container {
	width:830px;
	height: auto;
	padding-top:30px;
	margin:0px auto -5px;
	padding-bottom: 5px;
	background-color:black;
}


#flash_menu {
	height:360px;
	width:828px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	/*border:solid 1px red;*/
}

#content {
	width: 830px;
	height:323px;
	background-image: url(4_column_background.png);
	background-repeat: no-repeat;
	padding-top:0px;
	margin-top:0px;
	
	
}

#content2 {
	width: 830px;
	padding-top:0px;
	margin-left:20px;
	margin-top:0px;
	color:white;
	
}

#footer {
	width: 100%;
	text-align: center;
	color: white; 
	height: 20px;
	/*background-image:url('/images/slice_bottom.png');*/
}


/*
	This ends the header and footer CSS
*/

/*
	This starts the index/home page CSS (all tags must start with home_ )
*/

 .home_column {
    width:197px;
	height:312px;
	padding-top: 10px;
	padding-left: 10px;
	float:left;
	color: white;
	font-family: tahoma;
	font-size: 14px;
	/*background-image:url('/images/column_chunk.png');*/
 }
 

/*.home_column_border {
	width:2px;
	height:205px;
	
	float:left;
	
	background-image:url('/images/slice.png');
}*/

/*
	This ends the index/home page css
*/

/*
	This starts the secondary page css (all tags must start with sec_ )
*/

#sec_container
{
	height: auto;
	padding-top:27px;
	margin:0 auto;
	padding-bottom: 5px;
	/*background-color: #111111;*/
	background-color:white;
	width: 840px;
	color: black;
	padding-right: 10px;
	
}

#sec_top_nav
{
	position: relative;
	height: 90px;
	z-index: 2;
	
}

#sec_top_nav img
{
	float: left;
	border: 0;
}



#sec_left_nav
{
	position: absolute;
	top: 117px;
	margin-left: 30px;
	float: left;
	width: 160px;
	z-index: 3;
	border: 1px solid #7F7F7E;
}

#sec_content
{
	position: relative;
	top: -10px;
	left: 220px;
	width: 620px;
	min-height: 565px;
	height: auto;
	z-index: 3;
}

.sec_nav_item
{
    margin:0 auto;
	float: bottom;
	width: 160px;
	color: black;
	text-align: center;
	font-weight: bold;
	float: bottom;
	background-color: #E8E8E8;
}

div.sec_nav_item:hover
{
	background-image: url(arrow.png); background-repeat: no-repeat; background-position: left;
}

/*Used for both the bookmarks/anchors and for formatting */
a.sec_header
{
	font-weight: bold;
	font-size: 14pt;
}

/*
	END SECONDARY PAGE INFORMATION
*/

/* Link colors */
a.left_nav_link:link {color: #808080}
a.left_nav_link:visited { color: #808080}
a.left_nav_link:hover {color: black}
a.left_nav_link:active {}

a.sec_header:link {color: gray}
a.sec_header:visited { color: purple}
a.sec_header:hover {}
a.sec_header:active {}

a.sec_top_nav:link {text-decoration:none; color: white}
a.sec_top_nav:visited {text-decoration:none; color: white}
a.sec_top_nav:hover {}
a.sec_top_nav:active {}

