/* CSS Document */

/* RESETS
==============================================================================*/
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/* defaults, globals, and miscellaneous
==============================================================================*/
body {
	font-size: 62.5%; /* sets the stage for using ems */
	text-align: center;
	background:url(../../images/snapperz_back.jpg) #7db30e;
	}
hr {
	display: none;
	}
a {
	text-decoration: none;
	}
.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	}
#top_container {
	width:900px;
	position:relative;
	margin: 0 auto;
	z-index:4999;
	}

/* header
==============================================================================*/
.top { 
	 height: 31px;
	 }
h1 {
	position: relative;
	height: 31px;
	}
	h1 a {
		display: block;
		position: absolute;
		top: 2px;
		left:16px;
		width: 260px;
		height: 29px;
		text-indent: -5000px;
		overflow: hidden;
		background: url(../../images/snapperz_header.jpg) no-repeat;
		}
#tag {
	display: block;
	position: absolute;
	top: 7px;
	right:12px;
	width: 321px;
	height: 21px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../../images/tag_line.jpg) no-repeat;
	}
	
/* menu
==============================================================================*/
.menu {
	position: relative;
	width:900px;
	height:33px;
	background:url(../../images/menu_back.jpg) repeat-x;
	}
.menu .left {
	background:url(../../images/menu_left.jpg) no-repeat left top;
	position: absolute;
	left:0px;
	height: 33px;
	width:36px;
	}
.menu .right {
	background:url(../../images/menu_right.jpg) no-repeat right top;
	position: absolute;
	right:0px;
	height:33px;
	width:36px;
	}
.menu img {
	margin-top: 9px;
	margin-left: 19px;
	}
.menu .first {
	margin-left: 0px;
	}
	
/* content
==============================================================================*/
#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	top: 5px;
	font: normal 1.4em/1.2em Arial, Helvetica, sans-serif;
	background: url(../../images/main_rail_back_back.jpg) repeat-y #7db30e center;
	}
#container a {
	font-weight:bold;
	color:#004296;
	text-decoration:underline;
	}
#container a:hover {
	background-color: #e0ec86;
	}	
#contentwrapper{
	float: left;
	width: 100%;
	}

#contentcolumn{
	margin: 0 179px 0 179px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	min-height:302px;
	background: url(../../images/main_rail_back.jpg) no-repeat top;
	}

#calcontentcolumn{
	margin: 0 0px 0 179px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	min-height:302px;
	background: url(../../images/cal_rail_back.jpg) no-repeat top left;
	}

#leftcolumn{
	float: left;
	width: 179px; /*Width of left column in pixel*/
	margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
	background: url(../../images/left_rail_back.jpg) no-repeat top #e0eea5;
	min-height:302px;
	}

#calrightcolumn{
	float: left;
	width: 0px; /*Width of right column*/
	margin-left: 0px; /*Set left margin to -(RightColumnWidth)*/
	background: url(../../images/right_rail_back.jpg) no-repeat top #e0eea5;
	min-height:302px;
	color:#004296;
	}

#rightcolumn{
	float: left;
	width: 179px; /*Width of right column*/
	margin-left: -179px; /*Set left margin to -(RightColumnWidth)*/
	background: url(../../images/right_rail_back.jpg) no-repeat top #e0eea5;
	min-height:302px;
	color:#004296;
	}

.innertube{
	margin: 8px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top:18px;
	text-align:left;
	}
.maininnertube{
	padding-top:18px;
	margin: 0px 20px 20px 20px;
	text-align:left;
	font: normal 1.1em/1.4em Arial, Helvetica, sans-serif;
	}

	
/* footer
==============================================================================*/
#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	font-weight:bold;
	text-align: center;
	background-color: #7db30e;
	}

	
/* toggler
==============================================================================*/	
.toggler {
	margin: 0px;
	padding:0px;
	cursor:pointer;
}
.element p {
	margin: 0;
	padding: 4px;
}