/* Eric Meyer Reset CSS (remove this when integrating into a built site) */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: normal;
}


/* margin: top right bottom left; */

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	padding: 1px 3px 1px 3px;
}
th {
	font-weight: bold;
	padding: 1px 3px 1px 3px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset ends here */

body {
	line-height: 1.5;
	color: black;
	background: white;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

p, h1, h2, h3, ul, ol, table {
	padding-top: 2px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 15px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000070;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

hr {
	border: 1px solid #ddd; 
	width: 95%;
	height: 1px;	
}

a:link, a:visited  {
	color: #0055a5;
	text-decoration: none;
}
a:hover {
	color: #00aeef;
	text-decoration: underline;
}


ul {
	list-style: square outside;
}

ol {
	list-style: decimal inside;
}

strong {
	font-weight: bold;
}



/* Class Definitions */
/* Class Definitions */
/* Class Definitions */
/* Class Definitions */
/* Class Definitions */


.shhh {
	color: #004B97;
	font-size: 18px;
	font-weight: bold;
}


.icon {
	margin: 5px;
	border: none;
	float: right;
	margin-left: 20px;
}

.photo {
	border-top: 3px double #ddd; 
	border-left: 3px double #ddd; 
	border-bottom: 3px double #999; 
	border-right: 3px double #999;
}

.quote {
	font-style: italic;
	font-size: 18px;
	padding: 20px 40px 20px 40px;
}

.quote-by {
	text-align: right;
	font-style: italic;
	font-size: 10px;
}


.field {
	background-color: #eeeeee;
	color: #62433a;
	font-weight: bold;
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-bottom: 1px solid #ddd; 
	border-right: 1px solid #ddd;
}

.button {
	background-color: #eeeeee;
	color: #62433a;
	padding: 1px 5px 1px 5px;
	border-top: 1px solid #ddd; 
	border-left: 1px solid #ddd; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999;
}

.strapline {
	text-align: center;
	margin-top: 20px;
	letter-spacing: 8px;
	font-size: 28px;
	font-weight: bold;
}




/* Layout Definitions*/
/* Layout Definitions*/
/* Layout Definitions*/
/* Layout Definitions*/
/* Layout Definitions*/

#banner {
	width: 860px;
	margin-left: 10px;
	float: left;
	/* background-color: #683f34; */
	height: 240px;
	text-align: center;
}

#container {
	width: 900px;
	margin: 10px auto 10px auto;/* Center the container in the page */
	position: relative;/* Very Important */
	padding: 10px 0 10px 0;
	border-top: 5px solid #0055a5;
	border-bottom: 5px solid #00aeef;
	background-image: url(images/bar.gif);
	background-repeat: repeat-y;
}
	
#left {
	width: 150px;
	margin-left: 40px;
	background: #f0f0f0; 
	border: 1px solid #bfbfbf;
/*	border-right: 0px; 
	border: none; */
	height: auto;
	float: left;
	padding: 5px 5px 5px 5px;
}

* html #left {
	width: 150px;
}
	
#center {
	width: 480px;
	background: white;
	border: 1px solid #bfbfbf;
	/*border: 0px;*/
	height: auto;
	min-height: 400px;
	float: left;
	padding: 5px 5px 5px 5px;
}
	
#right {
	width: 155px;
	margin-right: 20px;
	background: #afd9e7;
	height: auto;
	min-height: 400px;
	float: left;
	border: 1px solid #bfbfbf;
	padding: 5px 5px 5px 2px;
}

	
/* Nasty extra div, Expands the #container to hold the floats. Needed since setting 
overflow: hidden on the container will hide the logo when pulled outwards. */
.clear {
	clear: both;
}