* { margin: 0; padding: 0; outline: 0 }



html {
	height: 100%;
}

body {
	color: #ECECEC;
	text-align: center;
	background-repeat: repeat-x;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/background.jpg);
	background-color: #2480c9;
	background-attachment: scroll;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}
h2 {
	font-size: 2.5em;
	color: #88AC0B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h3 {
	font-size: 0.5em;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Paragraph */
p {
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	font-weight: normal;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
#main ol {
	list-style-type: none;
}
#main .wide_list li ol li {
	list-style-type: none;
	font-size: 1em;
}

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	border: medium solid #5A9136;
	margin: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(../quote.gif) no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */

/* form elements */
form {
	border: 1px solid #EEE8E1;
	background-color: #FFFFFF;
	width: 350px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	transparent;:;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;
	margin: 0;
	color: #333333;
}
label {
	font-weight: bold;
	color: #A7743B;
	font-size: 0.5em;
}
input, select, textarea {
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
option { padding-right: 0.5em; } 

#name, #email, #message, #website{
	width: 100%;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #A6CD56;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}
#outerwrap {
	background-image: url(../images/grass.jpg);
	background-repeat: repeat-x;
	background-position: 100% 342px;
	background-attachment: fixed;
	z-index: -2;
	height: 100%;
}
#innerwrap {
	overflow: visible;
	background-image: url(../images/double_content_bg3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 145px;
	padding-bottom: 130px;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 952px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	
}
#content {
	clear: both;
	float: left;
	width: 952px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: 45% 160px;
	background-attachment: fixed;
	position: relative;
	height: 100%;
	padding-bottom: 30px;
	overflow: visible;
}
#header {
	position: relative;
	width: 952px;
	height: 100px;
	color: #fff;
	background-repeat: no-repeat;
	z-index: 2;
	margin-top: 10px;
	background-image: url(../images/audio-visual.jpg);
	background-position: 210px 0px;
	background-color: #2480C8;
}
#header h1#logo-text a {
	position: absolute;
	padding: 0;
	text-decoration: none;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 100px;
	font-weight: bold;
	line-height: 80px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#header  h1#logo-text  a:hover {
	position: absolute;
	padding: 0;
	text-decoration: none;
	color: #333333;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 100px;
	font-weight: bold;
	line-height: 80px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px; left: 150px;		
}

/* top-menu */
 #top-menu {
	position: absolute;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	top: 0;
	right: 0px;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	text-align: right;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 30px;
	height: 89px;
 }
 #top-menu p {
	margin: 0;
	padding: 0;
	font-size: 3.4em;
	line-height: 1em;
	color: #333333;
 }
 #top-menu a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 5em;
 }
#top-menu  a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
 }
#top-menu h3 {
	border-bottom-style: none;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 70px;
	background-image: url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: right;
}



/* Main Column */
#main {
	float: left;
	width: 540px;
	padding: 0;
	display: inline;
	margin-top: 10px;
}
#main a {
	color: #FFFFFF;
	text-decoration: none;
}
#main h2 {
	color: #333333;
	margin-left: 5px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 5px;
}
#main h3 {
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 1.8em;
}
#main .wide_list {
	width: auto;
}
#main h1 {
	color: #333333;
	font-weight: bold;
}
#subh1 {
	font-size: 1.4em;
	color: #333333;
	font-weight: bold;
}
#main p {
	padding-top: 0px;
}
#callback {
	font-size: 1px;
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	list-style-type: disc;
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 5px;
}
#main ul {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 245px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar {
	float: left;
	width: 375px;
	height: 0px;
	z-index: 0;
}
#sidebar img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: fixed;
	z-index: 0;
}
#sidebar h3 {
	color: #51432F; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #E4F2C8;	
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
* html body #sidebar .sidemenu li {
	height: 1%;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #333333;
	text-align: center;
	letter-spacing: .2px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
	z-index: 5;
	height: 200px;
}
#footer p {
	padding:10px 0;
	z-index: 5;
}
#footer a {
	color: #FFFFFF;
	z-index: 5;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	border-bottom: 1px dotted #555;
	text-decoration: none;
	z-index: 5;
}


/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
	background: #FAF7F5 url(../clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
	background: #FAF7F5 url(../edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
#menu {
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
#screen {
	position: fixed;
	z-index: -1;
	top: 10%;
	right: 10%;
	left: 50%;
	bottom: 20%;
}



/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9.5em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	background-color: #FFFFFF;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
.MenuBarItemSubmenu {
	color: #FFFFFF;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	background-color: #FFFFFF;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #5C9127;
	width: 150px;
}
ul.MenuBarHorizontal /*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
 ul li
{
	border: 1px solid #5C9127;
	width: 150px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	padding-top: 0.7em;
	padding-right: 0.2em;
	padding-bottom: 0.9em;
	padding-left: 0.2em;
	text-align: center;
	font-size: 1em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFFFFF;
	color: #000000;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #5A8F2B;
	color: #FFFFFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #000000;
	font-weight: bold;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #fff;
	color: #000000;
	font-weight: normal;
	width: 145px;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #5B922C;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
#main .address li {
	list-style-type: none;
}
#pdf {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#left {
	clear: right;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#pdf2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main a {
	color: #FFFFFF;
}
#form1 {
	font-size: 0.5em;
}
.FormTab  {
	font-size: 1em;
}
FormTab2  {
}
.FormTab3 {
	font-size: 14px;
	font-family: "Trebuchet MS";
}
#form1 #company {
	width: 100%;
}
#form1 #phone {
	width: 100%;
}

