/*-----------------------------------------------------------------------------
default Style Sheet (empty commented stylesheet)

version:   1.0
author:    Jeff Boulay
email:     jboulay@omegacomminc.com
website:   http://www.omegacomminc.com/

/* Typography
===================================================*/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	background: url(images/homeh1.jpg) top left no-repeat;
	line-height:40px;
	font-weight:normal;
	padding:  0 0 0 10px;
	margin:0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(images/h2bg.jpg) top left repeat-x;
	line-height:28px;
	font-weight:normal;
	color:#0072B4;
}

h3{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #568CFE;
	margin:0;
	padding:0;
}
body {
 font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	}
.center {
	text-align:center;
	}

/* Positioning
===================================================*/

body {
  padding: 5px 0;
  margin: 0;
}

#wrapper {
	margin:0 auto 0 auto;
	width:775px;
	background:  url(images/homeleftcolumn.jpg) top left repeat-y;
	}

#primarycontent {
	width: 300px;
	float:left;
	
}

#primarycontent p {
	padding:0 5px 0 10px;

}

#secondarycontent {
	width: 467px;
	float:right;
}
#header{
	width:775px;
	}
#logo {
	float:left;
	
	}

#flash {
	float:right;

	}
#footer {
	clear:both;
	height:40px;
	background: #FFFFFF url(images/footerbg.jpg) repeat-x left top;
	line-height:40px;
	}
#copyright {
	float:left;
	line-height:35px;
	text-decoration:none;
	color:#0070B4;
	}
.adr, .email, .tel {
padding: 10px 30px 10px 15px;

float:left;

}

/* Navigation
===================================================*/
#mainnav{
		clear:both;
		background: url(images/mainnav.jpg) center center no-repeat;
		}
	
#mainnav ul{
	margin:0;
	padding:0;
	list-style:none;
	width: 775px;
	height:48px;
	background: #FFFFFF url(images/mainnav.jpg) repeat-x left top;
}
#mainnav ul li{
float:left;
	}
#mainnav ul a{
	display:block;
	padding:0 16px;
	line-height:30px;
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
#mainnav ul a:hover{
	background: url(images/mainnavhl.gif) repeat-x top center;
	color:#0070B4;
}



#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	width: 570px;
	float:right;
	height:48px;

}
#footer ul li{
float:left;
	}
#footer ul a{
	display:block;
	padding:0 5px;
	line-height:35px;
	text-decoration:none;
	color:#0070B4;
	
}
#footer ul a:hover{
	background:  url(images/mainnavon.jpg) repeat-x left top;
}
