/***********************************************************************
	1 - UNIVERSAL STYLES
************************************************************************/
html > body * {
	outline:none;
}
body {
	margin:0;
	padding:0;
	background:#25292e url(../images/body-bg.gif) left top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d3d4d5;
	line-height:18px;
}
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;
}
h1 {
	margin:0px;
	padding:0px 0 8px 0;
	color:#FFF;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/dashed.gif) left bottom repeat-x;
	margin-bottom:10px;
}
h1 span {
	color:#f4ca46
}
h2 {
	margin:0px;
	padding:0px 0 8px 0px;
	color:#131415;
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/white-dashed.gif) left bottom repeat-x;
	margin-bottom:8px;
}
h3 {
	margin:0px;
	padding:0px 0 0px 0;
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.padnone {
	padding-bottom:0px;
}
.imgalign {
	vertical-align:middle
}
.fontsize {
	font-size:11px;
}
.link {
	color:#f4ca46;
	text-decoration:none;
}
a.link {
	color:#f4ca46;
	text-decoration:underline;
}
a:hover.link {
	color:#ffffff;
	text-decoration:none;
}
.more {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
a.more {
	color:#ffffff;
	text-decoration:underline;
}
a:hover.more {
	color:#000;
	text-decoration:none;
}
/***********************************************************************
	2 - Structure/Layout
************************************************************************/
#page-wrapper {
	width:950px;
	margin:0px auto;
	position:relative;
}
/***********************************************************************
	3 - Header
************************************************************************/
#header {
	width:950px;
	float:left;
	height:105px;
}
#logo {
	float:left;
	padding:20px 0 0 12px;
}
#shortcut-link {
	float:right;
	text-align:right;
	padding:20px 10px 0 0px;
	width:80px;
}
#shortcut-link img {
	vertical-align:middle;
	margin-right:10px;
}
/***********************************************************************
	4 - Navigation
************************************************************************/
#navigation {
	width:942px;
	float:left;
}
/***********************************************************************
	5 - Banner
************************************************************************/
#banner {
	width:950px;
	float:left;
	border-bottom:5px solid #b63828;
	margin-top:8px;
}
/***********************************************************************
	6 - Main Body
************************************************************************/
#main-body {
	width:950px;
	float:left;
	padding:22px 0px 0 0px;
}
#main-body p {
	padding-bottom:20px;
	text-align:justify;
}
#four-box {
	width:950px;
	float:left;
}
.box {
	width:230px;
	height:310px;
	margin-right:10px;
	float:left;
}
.lastbox {
	margin-right:0px;
}
.box-image {
	width:230px;
	float:left;
}
.grennbg {
	background:#c2d337;
}
.yellowbg {
	background:#f4ca46;
}
.bluebg {
	background:#00b8d7;
}
.redbg {
	background:#b63828;
}
.box-content {
	width:200px;
	float:left;
	padding:10px 15px 0 15px;
	color:#000000;
}
/***********************************************************************
	7 - Footer
************************************************************************/
#footer {
	width:926px;
	float:left;
	background:url(../images/footerbg.gif) left top repeat-x;
	padding:15px 12px;
	color:#929497;
	font-size:11px;
	margin-top:20px;
}
#footer a {
	color:#929497;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:none;
}
.footer-text {
	text-align:right;
}