@charset "iso-8859-1";
/*Square Deal Web Design 2007*/
/*http://www.squaredealuk.com*/

/*Styles stylesheet*/

/*global resets - eliminates cross browser inconsistancies*/
* { margin:0; padding:0; }

/*SITEWIDE BASICS*/
body {
	background-color : White;
	color : #333366;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
}

p {
	margin: 10px 20px 20px 10px;
}

ul{
	margin: 10px 10px 20px 30px;
	list-style-image : url(../images/sights3_bullet.gif);	
}

li{
	padding: 0 0 10px 5px;
}

h1, h2, h3, h4, h5{
	margin: 0 0 5px 0;
}

h1
{
font-size: 20px;
}

h2
{
font-size: 18px:
}

h3
{
font-size: 16px;
}

h4
{
font-size: 14px;
}

h5
{
font-size: 12px;
}

/*EXTRA FORMATTING*/
.strong1{
	font-style: italic;
}

.strong2{
	font-weight: bold;
}

.strong3{
	font-weight: bold;
	font-style: italic;
}

.strong4{
	color: #990033;
}

.strong5{
	font-weight: bold;
	font-style: italic;
	color: #990033;
}

.strong6{
	font-weight: bold;
	font-size: larger;
	font-style: italic;
}

.strong7{
	font-size: 20px; 
	margin: 0 0 5px 0; 
	font-weight: bold;
}

/*STRUCTURAL ELEMENT APPEARANCE*/

#overall_wrapper {
	background: White;
	color : #333366;
}

#header_top{
	background : url(../images/header_logo.jpg) no-repeat scroll;
}

#header_bottom{
	background : url(../images/bg_navbar.jpg) repeat-x;
}

#main_menu{
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background: transparent;
}

#main_menu a:link {color: white; background: transparent; text-decoration: none; font-size: 16px; font-weight: bold;}
#main_menu a:visited {color: white; background: transparent; text-decoration: none; font-size: 16px; font-weight: bold;}
#main_menu a:active {color: red; background: transparent; text-decoration: none; font-size: 16px; font-weight: bold;}
#main_menu a:hover {color: Chartreuse; background: transparent; text-decoration: none; font-size: 16px; font-weight: bold;}

#main_content{
	text-align: left;
}

#block1{
	text-align: left;
	
}

#block2{
	text-align: left;
	background-color : White;
}

#logo_strip{
text-align: center;
}

#inner_footer{
	text-align: center;
	vertical-align: middle;
	font-size: x-small;
	color: #ffffff;
	background-image: url(../images/bg_navbar.jpg);
	background-repeat: repeat-x;
}

a.inner_footer:link{color: white;}

#footer{
	text-align: center;
	font-size: x-small;
}

#footer a:link {color: gray; background: transparent; text-decoration: none;}
#footer a:visited {color: gray; background: transparent; text-decoration: none;}
#footer a:active {color: gray; background: transparent; text-decoration: none;}
#footer a:hover {color: gray; background: transparent; text-decoration: none;}

/*NASTY LAYOUT TABLE*/
table.tbl_content
{
	width: 100%;
	border-collapse : collapse;
}

td.tbl_block1{
	vertical-align: top;
}

td.tbl_block2{
	vertical-align: top;
}

td. tbl_main_content{	
	vertical-align: top;
}
