header
{
  width: 1000px;
  height: 100px;
  margin-top: 30px;
  padding-bottom: 8px;
}

body
{
	background-image: url(assets/images/solareclipse.png), url(assets/images/bckgrnd.jpg);
	background-repeat:no-repeat, repeat-x;
	background-attachment:fixed, scroll;
	background-position:center 125px, left top;
	background-color: #ed543b;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	overflow-y: scroll; 
}

h1
{
	margin-top: 7px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

h2
{
	margin-top: 7px;
	font-size: 19px;
	font-weight: bold;
}

h3
{
	margin: 0px;
	font-size: 16px;
	font-style: italic;
}

p
{
	font-size: 12px;
	color: black;
	margin-top: 8px;
}

li
{
	font-size: 12px;
	line-height: 200%;
}

hr
{
	width: 80%;
	color: #f7921f;
	background-color: #f7921f;
	clear: both;
}

nav
{
	font-size: 20px;
	color: #000000;
	text-align: right;
	margin-bottom: 5px;
}

nav a:link, nav a:visited
{
  color: #000000;
  text-decoration:none;  
}

nav a:hover
{
  color: #f7921f;
  text-decoration: underline;
}

footer
{
	width: 1000px;
	text-align: center;
	margin-top: 5px;
	font-size: 18px;
	color: #000000;
	clear: both;
}

footer a:hover
{
  text-decoration: underline;
}

footer a:link, footer a:visited
{
	color: #000000;
}

a:link, a:visited
{
	color: #f7921f;
	text-decoration: none;	
}

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


a[href^="mailto"]
{
	color: #000000;
}

.wrapper
{
	width: 1000px;
	margin: 0 auto;
}

.content
{
	padding: 10px 30px;
}
 
div.transbox
{
	width: 1000px;
	background-color: #ffffff;
	border: 3px solid #f7921f;
	margin: 0 auto;
  	opacity:0.95;
  	filter:alpha(opacity=95); /* For IE8 and earlier */
  	-moz-border-radius: 20px;
	border-radius: 20px;
}

img.picFloatLeft
{ 
    float: left; 
    margin: 5px 5px 5px 0px;
    border: 2px solid #000000;
    -moz-border-radius: 7px;
	border-radius: 7px; 
}

img.picFloatRight
{ 
    float: right; 
    margin: 5px 0px 5px 5px;
    border: 2px solid #000000;
    -moz-border-radius: 7px;
	border-radius: 7px;
}

.comparisontbl 
{
	width: 70%;
	height: 277px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 14px;
	float: right;
}

table
{
	border-collapse:collapse;
}

table, td, th
{
	border: 1px solid #000000
}

th
{
	background-color: #f7921f;
	color: #FFFFFF;
	font-size: 18px;
	height: 50px;
}

.call
{
	text-align: center;
	font-size: 20px;
	clear: both;
}

.bigger
{
	font-size: 28px;
	font-weight: bold;
}

.gallerydiv
{
	margin: 0 auto;	
}

.gallerytitle
{
	text-align: center;
	color: #f7921f;
	font-size: 24px;
	margin-top: 7px;
	font-weight: bold;
}

.gallerynav
{
	text-align: right;
	margin-right: 10px;
}

.top
{
	text-align: right;
	margin-right: 10px;
	font-size: 10px;
}

.contactinfo
{
	font-size: 18px;
	margin: 0 auto;
}

