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

/* END RESET */

body {
		background: #ccf9ed;
		font-family: helvetica, arial, san-serif;
		font-size: 15px;
		}

/* FONT STYLES*/

h2{
		font-size: 30px;
		font-weight: bold;
		line-height: 40px;
		
}
h3{
		font-size: 24px;
		font-weight: bold;
		line-height: 36px;
		padding-bottom: 5px;
}

.error {color: #ff0000}
p{
		font-size: 18px;
		line-height: 20px;
		padding-bottom: 5px;
}

a, a:link{
		/* text-decoration: none; */
		font-weight: bold;
}

a:hover{
		font-color: black;
		font-decoration: underline;
}

a:visited{
		font-color: red;
		font-decoration: none;
}
strong{
		font-weight: bold;
}		
/* End of FONT Styles*/		
		
ul {
		list-style-type: none;
}

ol{
		font-size: 18px;
		line-height: 20px;
		list-style: outside;	
		list-style-type: decimal;
}
ol li{
		padding-bottom: 5px;
}


/* Header  */
#header-wrap{
		border-top: 10px solid #000080;
		padding-top: 10px;
}

header{
		width: 960px;
		margin: 0 auto;
		padding: 0;
}
#tree{
		width: 155px;
		float: left;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
}
#mainlogo{
		Float: right;
		width: 610px;
		padding-right: 10%;
		padding-top: 10px;
		margin: 0 auto;
}
#mainlogo-medium{
		display: none;
}
#mainlogo-small{
		display: none;
}
#mainlogo-xsmall{
		display: none;
}
#hr-rule{
		clear: both;
		width: 100%;
		color: #336699;
}
#container{
		width: 960px;
		margin: 0 auto;
}
#side-nav{
		width: 155px;
		float: left;
		padding-top: 20px;
		padding-left: 10px;
}
#side-nav ul {
		list-style-type: none;
}

#side-nav ul li{
		font-size: 18px;
		text-decoration: none;
		padding-bottom: 10px;
}
#side-nav ul li a:link{
		text-decoration: none;
		font-weight: bold;
		color: #336699;
}
#top-nav{
		display: none;
}

#main-content{
		display: block;
		padding-left: 170px;
		padding-top: 20px;
		padding-bottom: 20px;
}
#media{
		width: 960px;
		margin: 0 auto;
		padding-left: 10px;
		padding-bottom: 20px;
}
#facebook{
		text-align: center;
}
.fb-like{
		width: 285px;
		height: 35px;
}
/* CLEAR FIX */
.group:after{
	content: "";
	display: table;
	clear: both;
}
/* END FIX */

#widget-wrap{
		width: 960px;
		margin: 0 auto;
		padding: 30px 0;
		background: #333333 url(gfx/widget-bg.jpg);
}
#widget{
		width: 960px;
		margin: 0 auto;
		height: 220px;
		padding-bottom: 20px;
}
#links{
		width: 285px;
		float: left;
		color: #fff;
}
#links p{
		font-size: 20px;
		text-decoration: bold;
		padding-bottom: 20px;
		margin-left: 30px;
}
#links ul{
		margin-left: 30px;
}
#links ul li a{
		color: #fff;
		font-size: 15px;
		text-decoration: none;
		padding: 10px 0 0 10px;
		display: block;
}
#home-arrow{
		float: right;
		width: 50%;
		
}
#home-arrow a:img{
		margin: 100px 0 0 0 ;
		top: 100px;
		left: 480px;
}
}
footer{
		width: 960px;
		margin: 0 auto 30px;
}
#footer-content p{
		text-align: center;
		font-size: 10px;
		margin: 10px auto;
		color: #336699;

}


/* VIEWPORT < 960px */
@media only screen and (max-width: 960px){
		header, footer, #media, #container, #widget-wrap, #widget {width: 768px;}

header{
		margin: 0 auto;
}

#mainlogo{
		display: none;
}
#mainlogo-small{
		display: none;
}
#mainlogo-xsmall{
		display: none;
}
#mainlogo-medium{
		display: block;
		float: right;
		width: 510px;
		padding-right: 10%;
		padding-top: 10px;
		margin: 0 auto;
}
#hr-rule{
		display: none;
}
#side-nav{
		display: none;
}
#main-content{
		display: block;
		padding-left: 5%;
}
#top-nav{
		clear: both;
		margin-top: 30px;
		display: block;
		height: 30px;
		background-color: #336699;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		border: 1px solid #000080;
	
}
#top-nav ul li{
	/*	display: inline;*/
		width: 16%;
		text-align: center;
		float: left;
		border-right: 1px solid #000080;

}
#top-nav ul li a.menu:link,a.menu:visited{
		text-decoration: none;
		text-align: center;
		padding: 0 5px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		color: #fff;
}
#top-nav ul li a.home:link,a.home:visited{
		text-decoration: none;
		text-align: center;
		padding: 0 5px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		color: #fff;
	}
#top-nav ul li a.last:link,a.last:visited{
		text-decoration: none;
		text-align: center;
		padding: 0 5px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		color: #fff;
	}
#top-nav ul li a:hover{
		color: #84a3c1;
	}

}

/* VIEWPORT <768px */

@media only screen and (max-width: 768px){
		header, footer, #media, #container, #widget-wrap, #widget {width: 524px;}
#tree{
		display: none;
}
#mainlogo{
		display: none;
}
#mainlogo-xsmall{
		display: none;
}
#mainlogo-small{
		display: none;
}
#mainlogo-medium{
		display: block;
		float: none;
		margin: 0 auto;
		width: 510px;
		padding-left: 10px;
		padding-top: 10px;
}
#hr-rule{
		display: none;
}
#side-nav{
		display: none;
}
#main-content{
		padding-left: 10px;
}
#top-nav{
		clear: both;
		display: block;
		height: 30px;
		background-color: #336699;
		
}
#top-nav ul li{
		display: inline;
		width: 16%;
		text-align: center;
		float: left;
		border-right: 1px solid #000080;
}
#top-nav ul li a.menu:link,a.menu:visited{
		text-decoration: none;
		text-align: center;
		padding: 0 5px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		color: #fff;
}
}

/* VIEWPORT < 550px */

@media only screen and (max-width: 550px){
		header, footer, #media, #container, #widget-wrap, #widget {width: 460px;}
#header-wrap{
		border-top: 10px solid #000080;
		padding-top: 0px;
}

header{
		margin:0 auto;
}
#tree{
		display: none;
}
#mainlogo{
		display: none;
}
#mainlogo-medium{
		display: none;
}
#mainlogo-xsmall{
		display: none;
}
#mainlogo-small{
		display: block;
		float: none;
		margin: 0 auto;
		padding-top: 10px;
}
#hr-rule{
		display: none;
}		
#side-nav{
		display: none;
}
#main-content{
		margin: 0 auto;
}
#top-nav{
		clear: both;
		display: block;
		height: auto;
		background-color: #336699;
}

#top-nav ul li{
		float: none;
		border: none;
		text-align: center;
		border-right: 1px solid #000080;
}
#top-nav ul li a.menu:link,a.menu:visited{
		text-decoration: none;
		text-align: center;
		padding: 0 5px;
		height: 25px;
		line-height: 25px;
		font-size: 15px;
		color: #fff;
}
#top-nav ul li a.home:link{
		font-size: 15px;
}
#top-nav ul li a.last:link{
		font-size: 15px;
}
}
/*VIEWPORT <450px */

@media only screen and (max-width: 450px){
		header, footer, #media, #container, #widget-wrap, #widget {width: 300px;}
#header-wrap{
		border-top: 10px solid #000080;
		padding-top: 0px;
}

#tree{
		display: none;
}
#mainlogo{
		display: none;
}
#mainlogo-medium{
		display: none;
}
#mainlogo-small{
		display: none;
}
#mainlogo-xsmall{
		display: block;
		margin: 0 auto;
		float: none;
		padding-left: 5px;
		padding-top: 5px; 	

}
#hr-rule{
		display: none;
}
#side-nav{
		display: none;
}
#main-content{
		margin: 0 auto;
}

ol{
		list-style: inside;
}
#top-nav{
		clear: both;
		height: auto;
		background-color: #336699;
		text-align: center;
		border:  1px solid #000080;
}

#top-nav ul li{
		display: block;
		width: 300px;
		height: 25px;
		block-height: 25px;
		text-align: center;
		padding: none;
		float: none;
		border-right: none;
		border-bottom: 1px solid #000080;
}
#top-nav ul li a{
		text-decoration: none;
		text-align: center;
}
#top-nav ul li a.home:link{
		font-size: 15px;
}
#top-nav ul li a.last:link{
		font-size: 15px;
		border-bottom: none;
}
table{ 
	width=300px;
	}
#Links{
		Margin: 0 auto;
}

}





