/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

/* @group overall */

html {
	background-color: #3A5E6C;
	background-position: top left;
	background-repeat: repeat-x;
}

body {
	background-image:url(http://net-at-hand.com/stylesheets/design_images/281/body-bkg.png);
	background-position: top left;
	background-repeat: repeat-y;
	width: 880px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px;
}

#header {
	background-color: #ffffff;
	background-position: top left;
	background-repeat: no-repeat;
	height: 208px;
	width: 880px;
	position: relative;
    background-image: url("http://net-at-hand.com/stylesheets/design_images/281/MRBFHeader2.jpg");
}

#content {
	width: 640px;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 20px 20px 20px;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
	clear: both;
}

/* box model hack for IEWin */
* html #content {
	width: 680px;
	w\idth: 640px;
}

#sidebar {
	width: 190px;
	float: left;
	padding-top: 20px;
}

#sidebar .zone {
	margin-bottom: 1.5em;
}

#footer {
    border-top: 1px solid #3A5E6C;
    clear: both;
    margin-left: 0;
    padding: 10px;
    width: 660px;
    background-color: #999999;
}

/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}

table.calendar {
	width: 600px;
	margin-left: 20px;
	border-collapse: collapse;
	line-height: 1.1;
}

table.calendar td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 14%;
	padding: 0 2px;
}

table.calendar td.outside {
	color: #aaa;
}

table.calendar tr.label td.outside {
	font-size: 70%;
}

table.calendar tr.label td {
	border-top: 1px solid black;
	font-size: ;
	padding-bottom: 4px;
}

table.calendar td.last {
	border-bottom: 1px solid black;
	height: 10px;
}

table.calendar div.event a {
	display: inline-block;
}

table.calendar div.event a {
	display: block;
	padding: 5px 3px;
	margin: 1px;
	color: white;
}

table.calendar .event a:hover {
	background: #3A5E6C;
}

table.calendar .c1 a {
	background-color: #816B52;
}

table.calendar .c2 a {
	background-color: #15512B;
}

table.calendar .c3 a {
	background-color: #7F89BA;
}

table.calendar .c4 a {
	background-color: #161F4D;
}

table.calendar .c5 a {
	background-color: #3C5E48;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}

/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid #3A5E6C;
}

.contactform form {
	padding: 10px 0;
}

.contactform div {
	padding: 10px 0 0 0;
}

.contactform input[type="text"] {
	width: 100%;
}

.contactform textarea {
	width: 100%;
	height: 10em;
}

.contactform.submission {
	border: none;
	background: #3A5E6C;
	padding: 10px;
	color: #ffffff;
	text-align: center;
}

.contactform label {
	display: block;
	color: #3A5E6C;
	font-size: 90%;
	font-weight: bold;
}

/* @end */

/* @group blog */

.blog.post h2 a {
	color: ;
}

.blog.post h2 a:hover {
	color: white;
	background-color: ;
}

.blog.post .next {
	float: right;
}

#blog_nav {
	position: relative;
	margin-bottom: 20px;
	width: 640px;
}

#blog_nav div {
	
}

#blog_nav #newer_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	right: 0;
	text-align: right;
}

#blog_nav #older_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	left: 0;
}

#blog_nav #blog_archive {
	text-align: center;
}

.blog.post .published {
	color: ;
	margin: 4px 0 0 30px;
	font-size: 90%
}

div.blog_archive {
	margin-left: 20px;
}

#content h3.blog_archive {
	font-weight: normal;
}

/* @end */

/* @group image */

#album_nav {
	float: right;
}

#album_nav div {
	display: inline;
}

#album_nav .next {
	margin-left: 10px;
}

/* @end */

/* @group menus */

/* @group main */

#main_menu {
	background: #999999;
	float: left;
	width: 880px;
	display: inline;
}

#main_menu li {
	float: left;
	margin-right: 2px;
	display: inline;
}

#main_menu li * {
	display: block;
	float: left;
}

#main_menu li a, .menu li span {
	color: #ffffff;
	background: #999999;
	text-decoration: none;
}

#main_menu li a:hover span {
	color: #ffffff;
	background-color: #3A5E6C;
}

#main_menu li.current span {
	color: #ffffff;
	background: #3A5E6C;
}

#main_menu li span {
	padding: 5px 15px;
	margin-left: 0;
}

#main_menu li.current span span {
	padding: 0;
	margin: 0;
}

#main_menu li a:hover {
	background: #3A5E6C;
}

/* @end */

/* @group content top */

#content_top .menu {
	float: left;
	width: 640px;
	margin: 5px 0 25px 0;
}

#content #content_top .menu li {
	list-style-type: none;
	padding: 0 10px;
	margin: 0 0 0 0;
	float: left;
	background: none;
	border-left: 1px solid #133846;
}

#content #content_top .menu li:first-child {
	padding-left: 0;
	border-left: none;
}

#content #content_top .menu a {
	text-decoration: none;
}

#content #content_top .menu li.current span span {
	font-weight: bold;
	color: #161F4D;
}

#content #content_top .menu li span {
	padding: 0;
	background: none;
	color: inherit;
}

/* @end */

/* @group sidebar */

#sidebar .menu li a, .menu li span {
	display: inline-block;
}

#sidebar .menu li a, .menu li span {
	color: #ffffff;
	text-decoration: none;
	position: relative;
	z-index: 3;
	padding: 5px 10px;
	display: block;
	background-color: #999999;
}

#sidebar .menu li a:hover {
	color: #ffffff;
	background-color: #3A5E6C;
	background-position: top left;
}

#sidebar .menu li.current span {
	color: #ffffff;
	background: #3A5E6C;
	margin-left: -20px;
	padding-left: 30px;
}

#sidebar .menu li.current span span {
	margin: 0;
	padding: 0;
}

#sidebar .menu li {
	padding: 0 0 2px 0;
}

#sidebar .menu li span span, .menu li a span {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	cursor: pointer;
}

#sidebar .menu li.current {
	font-weight: bold;
}

/* @end */

/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: black;
}

#header h1 {
	color: #ffffff;
	font: 250%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	bottom: 35px;
	left: 30px;
}

#header #tagline {
	color: #ffffff;
	line-height: 1.1;
	position: absolute;
	top: 175px;
	left: 50px;
}

#footer {
	font-size: 80%;
	color: #666;
}

/* @group content */

#content h1 {
	margin: 1em 0 .25em 0;
	color: #3A5E6C;
	font: bold 180%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h2 {
	margin: 1em 0 .25em 0;
	color: #354951;
	font: normal 160%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color: #354951;
	font: bold 135%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #3A5E6C;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #3A5E6C;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #3A5E6C;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p {
	margin: 0 20px 1em 20px;
}

#content p img {
	display: block;
	margin: 20px auto;
}

div.image img {
	display: block;
	margin: 20px auto;
}

#content li {
	list-style-type: disc;
	margin-left: 40px;
}

/* @end */

/* @group sidebar */

.sidebar {
	font-size: 90%;
	line-height: 1.2;
	color: ;
}

.sidebar p {
	margin: 0 0 .5em 0;
}

.sidebar .zone h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: .25em;
	color: #133846;
}


.sidebar ul.blog_posts li,
.sidebar ul.calendar_events li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: .25em;
	color: ;
}

/* @end */

/* @group links */

a {
	color: #76A4B6;
}

a:hover {
	color: white;
	background-color: #76A4B6;
	text-decoration: none;
}

a:visited {
	color: #76A4B6;
}

a:visited:hover {
	color: white;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

/* @end */

/* @quote boxes */

.quotebox2 {
	width: 602px;
        font-size: 1em;
        color: #FFFFFF;
        text-align: center;
        float: center;
        padding: 0px 0px 0px 0px;

}

div.quotebox2 {
        background-color: #3C5E48;
        margin: 15px 0px 15px 12px;
        padding: 5px;
}

/* @end */

/*@two columns*/

.startingbox {
	width: 303px;
        font-size: ;
        float:left;
        background-color: fff;
        padding: 0px 0px 0px 0px;
}

div.startingbox {
        background-color: ;
        margin: 0px 0px 0px 17px;
        background-image: ;
        background-position:left top;
        background-repeat: no-repeat;
        padding: 0px 0px 0px 0px;
}

/* @end */

.restore {
       clear: both;
       padding-left: 20px;
}

.hoverinfo{
position: relative;
z-index: 0;
}

.hoverinfo:hover{
background-color: transparent;
z-index: 50;
}

.hoverinfo span{ /*CSS for enlarged image*/
position: absolute;
background-color: #999999;
padding: 5px;
left: -1000px;
border: 2px solid #666666;
visibility: hidden;
color: black;
text-decoration: none;
}

.hoverinfo span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.hoverinfo:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.show {
    display: none;
}
.hide:focus + .show {
    display: inline;
}
.hide:focus {
    display: none;
}
.hide:focus ~ #info {
    display: none;
}
.hide, .show {
    display: none;
}

#slideout {
    background: none repeat scroll 0 0 #6DAD53;
    border-radius: 0 5px 5px 0;
    left: 0;
    padding: 12px 0px;
    position: fixed;
    text-align: center;
    top: 40px;
    transition-duration: 0.3s;
    width: 20px;
    z-index: 100;
}
#slideout_inner {
    background: none repeat scroll 0 0 #6DAD53;
    border-radius: 0 0 5px 0;
    height: 100px;
    left: -265px;
    padding: 25px;
    position: fixed;
    text-align: left;
    top: 40px;
    transition-duration: 0.3s;
    width: 205px;
}
#slideout_inner textarea {
    height: 160px;
    margin-bottom: 6px;
    width: 190px;
}
#slideout:hover {
    left: 251px;
}
#slideout:hover #slideout_inner {
    left: 0;
}

IMG.regbutton {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#regbutton a {
     color: #161F4D;
     background-color: transparent;
     text-decoration: underline;
}

#regbutton a:hover {
     background-color: transparent;
     text-decoration: none
}