
body {
	font-family: 'Oxygen', sans-serif;
	font-size:16px;
	line-height:160%;
	background:#000000;
	color:#ffffff;
}

#shell {
	background-color:#737574;
	color:#ffffff;
	padding-top:0px;
	padding-bottom:20px;
}

#header {
	height: 368px;
	color:#fff;
	text-align:right;
	text-align:center;
	margin-top:5px;
	}


#maincontent {
	z-index:1;
}




/* `Headings
----------------------------------------------------------------------------------------------------*/

p {color:#FFFFFF;}

h1 {
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FF0;
	padding: 25px 0 5px 0 ;
	font-family: 'Raleway', sans-serif;
}

#footer h1, #footer h3, #footer p {
		color:#000000;
}

h2 {
	font-size:20px;
	font-weight:normal;
	padding: 10px 0 5px 0 ;
}

h3 {
	font-size:16px;
	font-weight:normal;
	padding: 5px 0 20px 0 ;
}


h4 {
	font-size:14px;
	font-weight:normal;
}

h5 {
	font-size:13px;
	font-weight:normal;
	margin-bottom:0;
}
h6 {
	font-size:12px;
	font-weight:normal;
}

hr {
	border: 0 #ccc  dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


.massive {
	font-size:36px;
	line-height:40px;
	}
	
.midmassive {
	font-size:24px;
	line-height:40px;
}

	

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.imageleft {
	float:left;
	margin: 0 20px 20px 0;
}

.imageright {
	float:right;
	margin: 0 0 20px 20px;
}





/* footer
----------------------------------------------------------------------------------------------------*/

#footer {
	background-color:#f8da4c;
	padding: 10px 0 10px 0;
	margin-top:0px;
	margin-bottom:20px;
	color:#fff;
}

#footer p {
	margin-top:1px;
	margin-bottom:1px;
}


/* links
----------------------------------------------------------------------------------------------------*/


a:link {color: #900; text-decoration: none; font-weight: normal;}
a:visited {color: #900; text-decoration: none; font-weight: normal;}
a:hover {color: #900; text-decoration: underline;}
a:focus {color: #900; text-decoration: none;}
a:active {color: #900; text-decoration: none;}

#footer a:link {color: #000; text-decoration: none; font-weight: normal;}
#footer a:visited {color: #000; text-decoration: none; font-weight: normal;}
#footer a:hover {color: #000; text-decoration: underline;}
#footer a:focus {color: #000; text-decoration: none;}
#footer a:active {color: #000; text-decoration: none;}



/* wasp bar
----------------------------------------------------------------------------------------------------*/

.wasp {
	background-color:#fcd84c;
	background-image:url(../images/core/waspbg.png);
	color:#000000;
	}
	

.ticklist {
	font-size:20px;
	line-height:30px;
	list-style:none;
	}
	
.tick {
	background-image:url(../images/core/tick.png); 
	background-repeat:no-repeat;
	padding-left:30px;
}


/* shadow */
.shadow {
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#66666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
