@charset "utf-8";
/* Paul Wilson 
Updated: 16 May 2009
Author: Chris King
Updates: 
––––––––––––––––––––––––––––––––––––––––––––––––*/ 


/* =GENERAL RULES AND CLASSES
––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
margin: 0;
padding: 0;
font-family : "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
font-size : 0.90em; 
color : #474a51;
text-align: center;
background-color: #EEEEEE;
background-image: url("../gfx/body_background_blue.jpg");
background-repeat: repeat-x;
}

h1 {
	font-size:1.4em;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.2em;
}

p {
font-family : "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
font-size : 0.90em; 
color : #474a51;
line-height: 1.4em;
}

A:link {text-decoration: underline; color:#0000FF;}
A:visited {text-decoration: underline color:#800080;}
A:active {text-decoration: underline; color:#0000FF;}
A:hover {text-decoration: underline; color: #006;}

img {border: 0;
}

.fl
{
float: left;
}
.fr
{
float: right;
}

hr { 
border: 0px;
background-color : #E2E2D6; 
color : #E2E2D6;
height: 1px; 
width : 100%; 
float : left; 
clear : left; 
margin : 15px 0 15px 0; 
}

.skipnav { 
display : none; 
}

/* Table Properties */
table{
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
font-size : 0.90em;
}

table.prices{
	width: 300px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
	font-size : 0.90em;
	color : #474a51;
	text-align: left;
	border: 0px;
	}

table.prices tr {
	background-color: rgb(255,255,255);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
	font-size : 0.90em;
	color : #474a51;
	border-width: 1px 1px 1px 1px; 
	border: #E2E2D6 solid;
	}
	
table.prices th {
	background-color: #e3e0d1;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
	font-size : 0.90em;
	color : #474a51;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	}
	
table.prices td{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
	font-size : 0.90em;
	color : #474a51;
	border-width: 1px 1px 1px 1px;
	border: #e3e0d1 solid;
	padding: 4px;
	}


/* =OUTER WRAPPER
––––––––––––––––––––––––––––––––––––––––––––––––*/

#wrapper {
position: relative;
text-align: left;
width: 965px;
margin-right: auto;
margin-left: auto;
background-color:#FFF;
}

/* =HEADER
––––––––––––––––––––––––––––––––––––––––––––––––*/

#header {
border-top: 1px solid #778899;
border-bottom: 1px dotted #B2BCC6;
height:6.5em;
}

#header .logo {
float: left;
width: 400px;
margin-left: 1.5em;
margin-top: 0.5em;
}

#header .slogan {
font: 1.2em Georgia, "Times New Roman", Times, serif;
color: #778899;
background-color: transparent;
float: right;
width: 350px;
text-align:right;
margin-right: 2em;
margin-top: 0.5em;
}

#header .address {
font: 1em Georgia, "Times New Roman", Times, serif;
color: #778899;
background-color: transparent;
float: right;
width: 350px;
text-align:right;
margin-right: 2em;
margin-top: 0.5em;
}

/* =MAIN CONTENT
––––––––––––––––––––––––––––––––––––––––––––––––*/
#content {
float: right;
width: 700px;
padding: 10px 40px 20px 0;
background-image: url("../gfx/background1.gif");
background-position: bottom right;
background-repeat:no-repeat;
}
#content p {
font-family : "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
font-size : 0.90em; 
color : #474a51;
line-height: 1.4em;
}

#content ol { 
font : 0.90em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
} 

#content ul { 
list-style : square;
font : 0.90em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
} 

#content ul clear { 
list-style : none;
font : 0.90em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
} 

#content li { 
line-height: 2.0em;
} 

/* =LEFT NAVIGATION
––––––––––––––––––––––––––––––––––––––––––––––––*/
#navigation { width: 200px; } 

#navigation ul { list-style: none; margin: 0; padding: 0; } 

#navigation li { 
font-size: 0.9em; 
display: block; 
padding: 0em 0 0em 0.5em; 
background-color: #e3e0d1; 
color: #000; 
border-bottom: 1px solid #f3f3e6; } 

#navigation li.text { 
font-size: 1em; 
display: block; 
padding: 0.5em 0 0.5em 0.5em; 
background-color: #e3e0d1; 
color: #000; 
border-bottom: 1px solid #f3f3e6; }

#navigation li a:link, #navigation li a:visited { 
font-size: 0.9em; 
display: block; 
padding: 0.8em 0 0.7em 0.8em; 
border-left: 12px solid #009; 
background-color: #e3e0d1; 
color: #000; 
text-decoration: none; 
}

#navigation li a:hover { 
background-color: #009; 
color: #FFFFFF; }

#navigation ul ul {
margin-left: 12px;
}

#navigation ul ul li {
border-bottom: 1px solid #e3e0d1;
margin: 0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
background-color: #f3f3e6;
color: #000;
}
#navigation ul ul a:hover {
background-color: #009;
color: #FFFFFF;
}

img.LogosRight { float:right}


/* =FOOTER
––––––––––––––––––––––––––––––––––––––––––––––––*/
#footer {
clear: both;
height:80px;
font-size: 0.90em;
padding: 1em;
text-align: left;
color: #999;
background-color: transparent;
border-top: 1px dotted #B2BCC6;
}

#footer .links {
float: left;
width: 515px;
margin-left:0.4em;
margin-top: 0.1em;
}

#footer .logos {
float: right;
width: 400px;
margin-right: 0.2em;
margin-top: 0.1em;
text-align:right;
}

#footer ul { 
list-style: none; 
margin: 0; 
padding: 0; 
} 

#footer li {
display : inline; 
margin : 0; 
padding : 0; 
}

#footer li a:link {
font-size: 0.84em; 
color: #0000FF; 
text-decoration: underline; 
}

#footer li a:hover {
font-size: 0.84em; 
color: #0000FF; 
text-decoration: underline; 
}

#footer li a:active {
font-size: 0.84em; 
color: #0000FF; 
text-decoration: underline; 
}

#footer li a:visited {
font-size: 0.84em;
color: #800080; 
text-decoration: underline; 
}

/* Defines the form layout and location for Contact Form */

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 250px;
  text-align: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
	font-size : 0.90em;
	color : #474a51;
  }

div.row span.formw {
  float: right;
  width: 220px;
  text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
	font-size : 0.90em;
	color : #474a51;
  } 

div.row span.text {
  float: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
	font-size : 0.90em;
	color : #474a51;
  }

.submit-button {
  float: right;
  clear: both;
  color: #000;
  background: #fb0;
  border: 2px #9cf outset
  }

div.spacer {
  clear: both;
  }