@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}
body {
        line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
        display:block;
}

nav ul {
        list-style:none;
}

blockquote, q {
        quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
        content:'';
        content:none;
}

a {
        margin:0;
        padding:0;
        border:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}

ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
}

mark {
        background-color:#ff9;
        color:#000;
        font-style:italic;
        font-weight:bold;
}

del {
        text-decoration: line-through;
}

abbr[title], dfn[title] {
        border-bottom:1px dotted #000;
        cursor:help;
}

table {
        border-collapse:collapse;
        border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
        vertical-align:middle;
}

H2 {text-decoration:none; font-weight:normal; display:inline;
font-family: verdana, arial, helvetica, sans serif; font-size: 20pt; color:#b3d335; }
H3 {text-decoration:none; font-weight:normal; display:inline;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif; font-size: 14pt;  }
H4 {text-decoration:none; font-weight:normal; display:inline;
font-family: verdana, arial, helvetica, sans serif; font-size: 12pt; color:#b3d335; }
H6 { font-size: 9pt; color:#ffffff; }
H5 { font-size: 10pt;color:#b3d335; font-weight:normal; display:inline  }
a:link {
  color: #ffffff ;
  background-color: transparent ;
  text-decoration: none ;
}
a:hover {
  color: #b3d335 ;
  background-color: none ;
}
A:visited { Color:#FFF;
	text-decoration: none;}
	A:visited:hover {color: #b3d335; background-color: none;} /* specificity = 2,1 */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bgnew1.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	border: none;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
#header {
	background-image:url(images/header.png);
	height: 183px;
	width: 775px;
	margin-bottom:15px;
	margin-top:15px;
	
	

padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#twitter{
	overflow:hidden;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	border:none;
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(images/bg.png);
	background-repeat:repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#contenttop {
	width:560px;
	height:36px;
	float:right;
background:url(images/contenttop.png);	
}
#contactform{width:225px;
float:left;}
#contactformleft{
	float:left;
}
contactformright{
	float:right}


#contactpics{float:right;
width:190px;
height:auto;
padding-left: 10px;
margin-left:10px;
}
#contactright{float: right;
margin-left:5px;
margin-right:40px;
height: auto;
width:180px;
}
#mainContent { 
width:540px;
	border:none;
	background:url(images/bg.png);
	background-repeat:repeat;
	margin: 0 0 0 220px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20 px;/* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#slidshow {
	padding-left:20px;
	margin-left:20px;}
#contentbottom {
	margin-top:0px;
	width:560px;
	height:80px;
	float:right;
background:url(images/bottom.png);	
margin-bottom:20px;
	
}
#contactinfo {
	margin-top:40px;
	float:left;
	width: 180px;
	
}
#footer { 

margin-top:20px;
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/bg.jpg);
	margin-bottom:10px;
	text-align:center;
	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}