@charset "utf-8";
/* CSS Document */

/*Start Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:url(/images/background.jpg) #FFF top repeat-x;
	}

h1 {
	font-size:28px;
	margin-bottom:10px;
	}

h2 {
	font-size:16px;
	}

h3 {
	font-size:14px;
	}
	
a {
	color:#000;
	}

.clear {
	clear:both;
	}
	
#container {
	margin: 0 auto;
	width:960px;
	background:url(/images/containerbg.jpg) top repeat-x;
	}
	
#nav {
	color:#FFFFFF;
	background-color:#62A3DD;
	padding:12px 2px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

#nav a {
	color:#FFF;
	text-decoration:none;
	}
	
#nav a:hover {
	color:#FFF;
	text-decoration:underline;
	}

#nav li {
	float:left;
	border-right:#FFFFFF 1px solid;
	margin-left:5px;
	padding-right:5px;
	}

#logo {
    width: 100%;
    float: left;
    text-align: center;
}
#logo img {
    width: 100%;
    height: auto;
    max-width: 200px;
}
#dates {
	float:left;
	width:269px;
	}
	
#logocolumn {
	float:left;
	width:269px;
	}

#headerimg {
	width:656px;
	float:left;
	border:10px solid #FFF;

}


#calltoactions {
margin:20px 0;

}

#content {
padding:10px;
}

#content p {
	margin-bottom:10px;
	line-height:17px;
	}

#footer {
text-align:center;
line-height:18px;
border-top:#E16317 30px solid;
padding:10px;
margin-top:15px;
}

#footer a {
	color:#000000;
	text-decoration:underline;
	}
	
	#footer li {
		float:left;
		border-right:1px solid #000;
		margin-right:5px;
		padding-right:5px;
	}

#footer img {
	margin:10px 15px 0 0;
	vertical-align:middle;
	}
	
	#footer p {
		margin-bottom:10px;
		}
		
.mannix {
color:#CCC;
}

.imgleft {
	float:left;
	margin-right:10px;
	}
	
.imgright {
	float:right;
	margin-left:10px;
	}	
	

	#contactform p {
		text-align:left;
		}