/*
Lighting Group NW/Marlcar NW
Description: Updated and combined CSS for existing site.
Version: 1.0
Author: Jon Krombein
Author URI: http://www.jonandkatephoto.com/blog
*/

body {	
	font-family: verdana;
	font-size: large;
	color: #000000;
	background-image: url(images/gradient.gif);
	background-attachment: fixed;
	background-repeat: repeat-x
}
h1 {
	font-family: papyrus;
	text-align: center;
	font-size: 280%;
	color: #000000
}
h2 {
	font-family: arial;
	text-align: center;
	font-size: 150%;
	color: #000000
}
table {
	font-family: sans-serif
	}
table.td {
	font-size: 12pt
	}
table.th {
	font-size: 14pt
	}
div{
	font-family: sans-serif;
	font-size: medium;
	color: #000000
}
div.header {
	vertical-align: middle;
	font-family: papyrus;
	text-align: center;
	font-size: 280%;
	color: #000000
	}
div.rounded {
	padding: .5em .5em .5em .5em;		
	font-family: sans-serif;
	font-size: medium;
	background: #65a4de;
	color: #000000
}
div.hr {
  height: 8px;
  background: #fff url(images/hr.jpg) repeat-x
}
div.hr hr {
  display: none
}
div.hero{
	font-family: sans-serif;
	color: #000000;
	font-size: 12pt;
}
div.sidebar {
	/*background: #666666 url(images/side-bar.png);*/
	overflow: auto;
	font-family: arial;
	font-size: 12pt;
	color: #000000;
	width: 246px
	}
div.sidebarElement {
	line-height: 220%;
	background-image: url('images/sidebarElement.gif');
	font-family: arial;
	font-size: 12pt;
	color: #000000;
	width: 245px;
	height: 40px
	}
a:link {
	color: #000000;
	font-size: 100%;
	text-decoration: none;
	font-family: sans-serif
}
a:visited {
	color: #000000;
	font-size: 100%;
	text-decoration: none;
	font-family: sans-serif
}
a:hover {
	color: #3975ac;
	font-size: 100%;
	text-decoration: none;
	font-family: sans-serif
}
#sidebar { 
	float:left;
	width:247px
	}
#heroSpace {
	float:right;
	width:70%
	}
#header_logo {
	float:left;
	width:247px;
	}
#header_title {
	float:left;
	width:75%;
	}
