/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: "Gill Sans MT", "Trebuchet MS", Tahoma, sans-serif;
}


hr {
	background-color: #99CC00;
	color: #99CC00;
	border: none;
	height: 1px;
	width: 100%;
}

img {
	border: none;
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
}
li {
	list-style-image: url(images/link_bullet.gif);
}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {

}
a:link, a:visited {
	color: #99CC00;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #F2BC00;
}


/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #99CC00;
	text-align: left;
	font-size: 175%;
	font-weight: normal;
	font-family: "Gill Sans MT", "Trebuchet MS", Tahoma, sans-serif;
}

h2{
	color: #99CC00;
	text-align: left;
	font-family: "Gill Sans MT", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h3{
	color: #99CC00;
	text-align: left;
	font-family: "Gill Sans MT", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 130%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h4 {
	color: #F2BC00;
	text-align: left;
	font-family: "Gill Sans MT", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 120%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c2c2c2;
}

h5 {
	color: #99CC00;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-family: "Gill Sans MT", "Trebuchet MS", Tahoma, sans-serif;
}

h6 {
	color: #99CC3A;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0px;
	line-height: 1.5;
	font-family: "Gill Sans MT", "Trebuchet MS", Tahoma, sans-serif;
}
.green_bold {
	color: #99CC33;
	font-weight: bolder;
	font-size: 120%;
	line-height: 1em;
}

.yellow_bold {
	color: #F2BC00;
	font-weight: bolder;
	line-height: 1em;
	font-size: 120%;
}


.center {
	text-align: center;}	
.fltrt {
	float: right;
	margin-left: 25px;
	display: block;
	padding-bottom: 25px;
}
.fllft {
	float: left;
	margin-left: 25px;
	display: block;
	padding-bottom: 25px;
}



.clear {
	clear: both;}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	background-image: url("images/wrapper.jpg");
	width: 900px;
	text-align: left;
	margin: 0 auto;}

/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

#header {
	position: relative;
	width: 900px;
	height: 200px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header img {
	margin-left: 85px;
	margin-top: 10px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#global {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
	width: 890px;
	text-align: right;
	padding-right: 10px;
	color: #656565;
	height: 30px;
	font-size: 85%;
}

#topnav {
	position: absolute;
	left: 60px;
	top: 138px;
	z-index: 1;
	width: 780px;
	text-align: center;
	color: #ffffff;
	height: 30px;
	font-size: 100%;
	font-weight: normal;
}
#topnav ul {
	display: block;
	margin-left: 75px;
	list-style-image: none;
	list-style-type: none;
}
#topnav li {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	list-style-image: none;
	list-style-type: none;
}


#topnav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topnav a:hover {
	text-decoration: none;
	color: #FFFF00;
}

/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	font-size: 100%;
	float: left;
	width: 230px;
	padding-top: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E9E9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	margin-top: 20px;
	background-image: url(images/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar p {
	font-size: 90%;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#sidebar h4 {
	margin-right: 25px;
	margin-left: 25px;
}
#sidebar h6 {
	padding-right: 25px;
	padding-left: 25px;
}

#sidebar ul {
	list-style-image: url(images/arrow_bullet.gif);
	padding-right: 25px;
	padding-left: 25px;
}
#sidebar_bottom {
	background-image: url(images/pagecurl.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
#sidebar_search {
	margin-top: 0px;
	width: 190px;
	margin-right: 25px;
	margin-left: 25px;
}





#mainnav {
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 120%;}
#content_home {
	padding-right: 56px;
	padding-left: 56px;
}
#homebox {
	background-image: url(images/homebox.jpg);
	background-repeat: no-repeat;
	height: auto;
	padding: 10px;
	margin-bottom: 15px;
}
#homebox table {
	width: auto;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#homebox h6 {
	margin: 0px;
	font-size: 18px;
	display: block;
	width: auto;
	text-align: center;
	color: #F6BC00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 20px;
}
#homebox img {
	padding: 3px;
	border: 1px solid #E8E8E8;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#content {
	float: right;
	width: 500px;
	padding-top: 0;
	padding-right: 75px;
	padding-bottom: 0;
	padding-left: 20px;
}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	text-align: center;
	line-height: 1.7em;
	font-size: 80%;
	color: #999999;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(images/footer.jpg);
}

#footer a {
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.5;
}
	
#footer a:hover {
	font-weight: normal;}

#footer p {
	margin: 0;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#content hr {
	color: #F2BC00;
	margin-top: 10px;
	margin-bottom: 10px;
}
#testimonial_top {
	margin-bottom: 0px;
	background-image: url(images/quotes_open.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#testimonial_top p {
	font-style: italic;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	line-height: 1.3;
}
#testimonial_bottom {
	background-image: url(images/quotes_close.gif);
	background-position: right center;
	padding-top: 65px;
	background-repeat: no-repeat;
	margin-top: -40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#testimonial_bottom p {
	font-size: 12px;
	font-style: italic;
	text-align: right;
	line-height: normal;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*  The catalog is set into a simple two-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.button {
	text-align: center;
	border: none;
	clear: both;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(images/btn_green.gif);
	width: 103px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
#search_btn {
	background-image: url(images/searchbtn_green.gif);
	background-repeat: no-repeat;
	width: 103px;
	height: 25px;
}

#Services_table {
	width: 500px;
}

.catalog {
	text-align: center;
	vertical-align: top;
	width: 50%;
	font-size: 14px;
	line-height: normal;
	border: 1px solid #E9E9E9;
	padding: 5px;
}
.catalog_item {
	text-align: center;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-size: 13px;
	display: block;
	padding: 0px;
	background-color: #F8C800;
}
#contact_table {
}
#Services_table .catalog h6 {
	line-height: normal;
	color: #666666;
	background-color: #E9E9E9;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contact_info {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}



/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 3px double #c2c2c2;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	float: right;
	border: 3px double #c2c2c2;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 15px;
}
.policies_text {
	font-size: 80%;
	color: #666666;
	text-align: justify;
	line-height: 1.5;
}
.centered_heading {
	font-size: 120%;
	font-weight: bold;
	color: #F2BC00;
}
#content form {
}


/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #c2c2c2;
	width: auto;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


legend {
	background-color: #ffffff;
	color: #FFCC00;
	margin: 0;
	font-family: "Gill Sans MT", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

form {
	padding: 5px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

label {
	width: 100px;
	float: left;
	text-align: right;
	margin: 3px;
	clear: both;
}

input {
	background-color: #fff;
	color: #000;
	border: 1px solid #c2c2c2;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	font-size: 12px;
}

textarea {
	margin: 3px 5px 5px 5px;
	background-color: #fff;
	color: #000;
	border: 1px solid #c2c2c2;
	font-family: "Gill Sans MT", "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#search_btn {
	background-image: url(images/btn_green.gif);
	background-repeat: no-repeat;
	width: 103px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
