/* RESET: */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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;
}
/* ###### CUSTOM: ###################### */
#menu {	position: absolute;
	top: 0px;
	left: 0px;
	height: 133px;
	width: 780px;
	margin-left: 20px;
	margin-top: 20px;
	border: 1px solid #888;
}
#menu-links {
	margin-top: 66px;
	margin-left: 20px;
}
#menu-links ul {
	overflow: auto;
	clear: both;
	margin-bottom: 6px;
}
#menu-links ul li{
	float: left;
	background-color: #888;
	margin-right: 6px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	text-align: center;
	/*width: 140px;*/
}
#menu-links ul li:hover{
	background-color: #1379d9;
}
#menu-links ul .active{
	background-color: #1379d9;
}
#menu-links a{
	color: #FFF;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;

}
#menu #logo {
	position: absolute;
	left: 645px;
	top: 6px;
}
#header {
	position: absolute;
	top: 174px;
	left: 0px;
	width: 507px;
	height: 267px;
	margin-left: 20px;
	background-color: #888;
}
#header h1{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 18px;
	color: #FFF;
}
#header h2{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 2.3em;
	margin-bottom: 1.15em;
}
#header p{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 1em;
}
#header p a{
	color: #FFF;
}
#header-image {
	position: absolute;
	top: 174px;
	left: 535px;
	width: 267px;
	height: 267px;
}
#main-box {
	position: absolute;
	top: 460px;
	left: 0px;
	width: 780px;
	border: 1px solid #888;
	margin-left: 20px;
	padding-top: 20px;
}
#main-box .block-container{
	display: block;
	width: 780px;
	height: auto;
	overflow: auto;
}
#main-box h2{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 1.15em;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #1379d9;
}
#main-box h3{
	margin-left: 20px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #777;
	line-height: 1.15em;
}
#main-box p{
	margin-left: 20px;
	margin-right: 267px;
	margin-top: 0px;
	margin-bottom: 1.15em;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 1.15em;
	color: #444;
	/* clear: both;*/
}
#main-box p a{
	color: #1379d9;
}
#main-box ul{
	margin-left: 20px;
	margin-right: 267px;
	margin-top: 0px;
	margin-bottom: 1em;
	padding-left: 20px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 1.15em;
	color: #444;
	list-style: square;
}

#main-box .image-box{
	margin: 0;
	width: 267px;
	text-align: center;
	float: right;
	clear: both;
}
#main-box .image-box img{
	text-align: center;
	margin-left: 0px;
}
#main-box .image-box p{
	width: 178px;
	margin: auto;
	margin-bottom: 3px;
	margin-top: 0px;
	text-align: center;
}
