/*
 ****************************
 *  Simon W Desmond Styles  *
 ****************************
 */

/*
 * Reset + Boilerplate
 */

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;
}

/* 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;
}

img {
	-ms-interpolation-mode:bicubic;
}

.your-rounded-corner-element-class {
	-webkit-background-clip: padding-box;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
	cursor: pointer;
}

sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub { top: 0.4em; }

/*
 * Layout (and everything else)
 */

html,body {
	width: 100%;
}

html {
	background-color: #fff;
}

body {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'MuseoSans500', Helvetica, Arial, sans-serif;
	font-size-adjust: 0.51;
	
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

p {
	margin-bottom: 20px;
}

#banner {
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 0px;
	height: 65px;
	
	border-top: #e7ffc4 solid 10px;
	border-bottom: #d6ff9f solid 10px;
}

#banner h1 {
	width: 100%;
	height: 65px;
	display: block;
	text-indent: -99999px;
	background-image: url('img/logo.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

#menu {
	width: 100%;
	height: 35px;
	border-bottom: #e7ffc4 solid 5px;
	margin-bottom: 30px;
	
	-webkit-font-smoothing: antialiased;
}

#main {
	width: 375px;
	margin: 0 auto 0 auto;
}

#main p {
	text-align: justify;
}

#throughlink {
	font-size: 16px;
	line-height: 16px;
	text-align: center !important;
}

#throughlink a {
	color: #666666;
	text-decoration: underline;
}

.heading {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 20px;
	line-height: 22px;
}

#slides {
	width: 375px;
	height: 375px;
	border: 1px solid #b8b8b8;
	padding: 0;
	margin: 25px auto 20px auto;
}

#footer {
	margin-top: 30px;
	height: 25px;
	width: 100%;
	border-bottom: #e7ffc4 solid 5px;
	
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	
	-webkit-font-smoothing: antialiased;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#subfooter a {
	color: #969696;
	text-decoration: none;
}

#subfooter {
	height: 35px;
	width: 100%;
	
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	
	-webkit-font-smoothing: antialiased;
	
	color: #969696;
}
