@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 : #383838;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
}

p {
	margin: 10px 20px 20px 10px;
	text-align: left;
}

p.linktext
{ 
text-align: center;
padding-top: 300px;
font-size: larger;
font-weight: bold;


}

ul{
	margin: 10px 10px 20px 30px;
	list-style-image : url(../images/bullet_13x13.png);	
}

ul.sublist{
	list-style: none;
	list-style-image: none;
	margin: 0px 0px 0px 30px;
}

li{
	padding: 0 0 10px 5px;
}

li.hidebullet
{
	list-style: none;
	list-style-image: none;
}

h1, h2, h3, h4, h5{
	margin: 0 0 5px 0;
	text-align: left;
}

h1 {font-size: 18px; color: SlateGray;}

h2 {font-size: 16px; color: darkred;}

h3 {font-size: 14px; color: SlateGray}

a {
	text-decoration: none;
	color: DarkRed;
	background: transparent;
}

a:hover {
	text-decoration: underline;
	color: SlateGray;
	background: transparent;
}

a:visited  {
	text-decoration: none;
	color: DarkRed;
	background: transparent;
	}
	
a:visited:hover {
	text-decoration: underline;
	color: SlateGray;
	background: transparent;
	}
	
a.logo
{
height: 177px;
width: 681px;
text-decoration: none;
background: transparent;
}


/*STRUCTURAL ELEMENT APPEARANCE*/

#logo {
height: 177px;
width: 681px;

}

#overall_wrapper {
	background: transparent;
}

#main_menu{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}

#main_menu a {
	text-decoration: none;
	color: SlateGray;
}

#main_menu a:hover {
	text-decoration: underline;
	color: DarkRed;
}

#main_content{
	text-align: left;
}

#inner_footer{
	text-align: center;
	
}

#footer{
	text-align: center;
	font-size: x-small;
}

/*NASTY LAYOUT TABLE*/
table.tbl_content
{
	width: 100%;
	/* border-collapse : collapse; */
}

td.tbl_block1{
	vertical-align: top;
	text-align: left;
}

td.tbl_block2{
	vertical-align: top;
	text-align: left;
}

/*MAIN LAYOUT ELEMENTS*/
body {
min-width: 681px;
text-align: center;
}

#overall_wrapper {
	position: relative;
	width: 681px;
	margin: 0;
	padding: 0;
	margin: 0 auto;	
	text-align:center;
}

#block1{
width: 100%;
height: 177px;
text-align: left;
background-image: url(../images/core_logo_420x177.png);
background-repeat: no-repeat;
}

#block2{
	width: 100%;
	height: 999px;
	text-align: left;
	background-image: url(../images/clock_trans.jpg);
	background-repeat: no-repeat;
}


#main_content{
	padding: 0 0 0 30px;
}

#inner_footer{
	width: 100%;
	clear: both;	
}

#footer_wrapper{
	width: 780px;
	margin: 0;
	padding: 5px 0 5px 0;
	margin: 0 auto;	
	text-align: center;
	clear: both;	
}

/*COLUMN TABLE*/
table.tbl_content
{
	width: 100%;
	border-collapse : collapse;
}

td.tbl_block1{
	padding:5px;
}

td.tbl_block2{
	padding: 5px;
}

td.tbl_main_content{	
	padding: 5px;
}
