/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link {
	color:#dd8300;
	}
	
a:visited {
	color:#5881a0;
	}

a:hover {
	color:#efc806;
	}

a:active {
	color:grey;
	}

sup { 
    vertical-align: super;
    font-size: smaller;
}

#container{
	text-align:center;
	min-width:819px;
	}

#top {
	background-color:#eeddbd;
	height:64px;
	}
	

#header img{
	margin:17px 0;
	}

#header h1{
	margin-top:51px;
	font-family: 'Didact Gothic', sans-serif;
	color:#88b6e0;
	font-size:35pt;
	}

#header h2{
	font-family: 'Sanchez', serif;
	color:#88b6e0;
	font-size:48pt;
	}
	
nav {
	margin-top:70px;
	min-width:667px;
	background-color:#efdcc0;
	height:72px;
	padding-top:31px;
	padding-bottom:}

nav #button{
	position:relative;
	display:inline-block;
	height:68px;
	width:163px;
	background:url("pictures/buttonshadow.png") no-repeat bottom;
	padding-bottom:3px;
	top:-3px;
	}
	
nav #button:hover{
	top:-7px;
	padding-bottom:7px;
	}
	
nav #button:active{
	top:0;
	padding-bottom:0px;
	}
	
#shmoosh
	{
	height: 191px;
	color:#FFFFFF;
	font-family: 'Sanchez', serif;
	font-size:62px;
	background: #85b7dc url("pictures/t2b.gif") repeat-x top;
	}

#shmoosh h3{
	padding-top:98px;
	}
	
#shmush
	{
	height: 191px;
	color:#FFFFFF;
	font-family: 'Sanchez', serif;
	font-size:62px;
	background: #85b7dc url("pictures/w2b.gif") repeat-x top;
	}

#shmush h3{
	padding-top:98px;
	}
	
#content{
	padding:46px 0 142px 0;
	color:#416889;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 26px;
	line-height: 31px;
	}

#content iframe {margin-top:36px;}


#columncontainer {
	width:819px;
	margin:0 auto;
	min-height:250px;
	}

#column {
	width:253px;
	margin:0 10px;
	float:left;
	}
	
#columncontainer #column p {
	text-align:left;
	font-size:12pt;
	text-indent:12px;
	margin:20px;
	}

#content p{
	font-size:12pt;
	max-width:819px;
	margin: 0 auto;
	}
	
#content ul{
	font-size:12pt;
	text-align:left;
	width:350px;
	margin:40px auto;
	list-style-type: circle;
	}