/* all the big huge HTML tags */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
}

body {
	background: #EAF7FF url(images/background.jpg) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	height: 100%;
}

p {
	padding: 4px 0;
	line-height: 17px;
}

img {
	border: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #119a48;
	margin-bottom: 5px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #119a48;
	margin-bottom: 5px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	color: #119a48;
	margin-bottom: 5px;
}

h4 {
	color: #119a48;
	font-size: 14px;
	letter-spacing: -0.05em;
	margin-top: 8px;
}

h5, small {
	font-size: 80%;
	line-height: 14px;
}

h6 {
	font-size: 75%;
}

a, a:visited {
	color: #bf1f5a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, ol, dl {
	margin: 5px;
	padding: 0 0 0 30px;
	line-height: 17px;
}

/* structure and such */

#container {
	background: #EAF7FF url(images/skybackground.jpg) no-repeat;
	background-position: top;
	width: 1024px;
	margin: auto;
}

#innercontainer {
	width: 855px;
	margin: 0px auto;
}

#logo {
	float: left;
	margin: 20px 0;
}

#nav {
	float: right;
	margin-top: 90px;
}

#imgmain {
	background: #FFF;
	padding: 10px;
	margin-bottom: 10px;
}

#imgmain img {
	border: none;
}

#contentsmall {
	background: #fff;
	float: left;
	width: 380px;
	padding: 20px;
}

#smallcolumnleft {
	float: right;
	width: 205px;
	margin-right: 15px;
}

#locationbox {
	padding: 10px 15px;
	color: #FFF;
	background-color: #bf1f5a;
	margin-top: 10px;
}

#smallcolumnright {
	float: right;
	width: 205px;
}

#smallcolumnright-2 {
	float: right;
	width: 205px;
	margin-top: 10px;
}

#footer {
	background: #EAF7FF;
	padding: 25px 0 10px 85px;
}

#grass {
	background: #EAF7FF url(images/footergrass.jpg) repeat-x;
	background-position: bottom;
	height: 40px;
}

#contentmedium {
	background: #FFF;
	padding: 20px;
	width: 585px;
	float: left;
}

#contentlarge {
	background: #FFF;
	padding: 20px;
}

#smallcolumn {
	float: right;
	width: 180px;
	padding: 20px;
	background: #FFF;
}

/* other structural classes */

.clear {
	clear: both;
}

 .wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -40px;
 }
 
 .footer, .push {
     height: 40px;
 }.wrapper #container #innercontainer #smallcolumnleft #locationbox p strong a {
	color: #FFF;
}
