/* CSS Document */
/* Print */
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	margin:2px;
	
	
}

h1,h2,h3,h4,h5,h6 {
	color: #002200;
}

h1 {font-size:1.5em; padding-bottom: 1em;}

p {padding:1em;}

img {border:none;}

/* BODY 
----------------------------------------------------------------*/
body {behavior: url(../csshover.htc); 	} /* WinIE behavior call */

/* WRAPPER
----------------------------------------------------------------*/
#wrapper {background-color:#FFF;
			}


/* HEADER
----------------------------------------------------------------*/
div#header {width:1200px;
			height:120px;

  			}

/* MENU
----------------------------------------------------------------*/
div#menu { background-image:url(../images/menubar.png);
			
			}


/* CONTENT
----------------------------------------------------------------*/
div#content
		{ 	float:left;
			width:100%;
			background:#FFF;
			}
		


/* Slideshow
----------------------------------------------------------------*/


/* COPY
----------------------------------------------------------------*/
div#sidecopy33
		{ 	width:400px;
			height:200px;
			float:left;
			}

div#copy33
		{ 	width:400px;
			float:left;
			}

/* Social Media
----------------------------------------------------------------*/
div#socialMedia
		{ 	float:left;
			width:100%;
			
			}


/* FOOTER
----------------------------------------------------------------*/
div#footer {
		  clear: both;  width:1200px;
		  display:block;
		  margin-left:auto;
		  margin-right:auto;
		  height:auto;
		  }

/* SITE-WIDE CUSTOM STYLES (Your own id's and classes)
----------------------------------------------------------------*/
p.error {color: red;}

.right {float:right;}

.left {float:left;}


