/*
////////////////////////////////////////////////
/// - HTML MARKUPS
*/

body
{
	background-image: url(images/bg-vertical.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #404040;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

img
{
	border: none;
}

p
{
	margin-top: 0px;
	padding-top: 0px;
	color: #000000;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a
{
	color: #60BA32;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	outline: none;
}

h1
{
	color: #60BA32;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h2
{
	color: #60BA32;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/*
/// - HTML MARKUPS
////////////////////////////////////////////////
/// - DIV BOXES
*/

#WRAPPER
{
	width: 970px;
	margin: 0 auto 0 auto;
}

#HEADER
{
	width: 970px;
	height: 27px;
	margin: 0 auto 0 auto;
	background-image: url('images/contentheader.png');
	background-repeat: no-repeat;
}

#TOP
{
	width: 908px;
	height: 80px;
	padding: 0 23px 4px 27px;
	margin: 0 auto 0 auto;
	background-image: url('images/content-bg-trsp.png');
	background-repeat: repeat-y;
}

#CONTENT
{
	width: 903px;
	min-height: 480px;
	padding: 0 28px 0 27px;
	margin: 0 auto 0 auto;
	background-image: url('images/content-bg-trsp.png');
	background-repeat: repeat-y;
}

#BOTTOM
{
	clear: both;
	width: 958px;
	padding: 18px 0 10px 0;
	margin: 0 auto 0 auto;
	text-align: center;
	background-image: url('images/content-bg-trsp.png');
	background-repeat: repeat-y;
}

#FOOTER
{
	width: 958px;
	height: 22px;
	margin: 0 auto 0 auto;
	background-image: url('images/contentfooter.png');
	background-repeat: no-repeat;
}

#SECORTOP
{
	width: 165px;
	height: 25px;
	margin-right: 6px;
	float: right;
	text-align: right;
}

/*
/// - DIV BOXES
////////////////////////////////////////////////
/// - MISC CLASSES AND MARKUP
*/

.grayitalic
{
	color: #8E8E8E;
	font-style: italic;
}

.hideoverflow
{
	overflow: hidden;
	font-size: 1px;
}

/*
/// - MISC CLASSES
////////////////////////////////////////////////
/// - MENU
*/

#MENU
{
	margin-top: 5px;
	float: right;
}

#MENU ul
{
	list-style: none;
	margin: auto;
	padding: 0;
}
#MENU ul li
{
    display: inline;
    float: left;
}

#MENU ul li a
{ 
	display: block;
	float: left;
	height: 40px;
	text-decoration: none;
	background-image: url('images/menu-bg-repeat.png');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	cursor: pointer;
}

#MENU ul li a.active
{ 
	font-weight: bold;
}

#MENU ul li a span
{
	width: 96px;
	text-align: center;
	line-height: 38px;
	display: block;
	margin: 0 6px 0 6px;
}

/*
/// - MENU
////////////////////////////////////////////////
/// - STARTPAGE
*/

#start-wrapper
{
}

#start-wrapper p
{
	color: #404040;
}

#start-col1
{
	float: left;
	width: 427px;
	overflow: hidden;
}

#start-col2
{
	float: left;
	padding: 0 16px 0 16px;
	width: 244px;
	overflow: hidden;
}

#start-col3
{
	float: left;
	width: 200px;
	overflow: hidden;
}

#start-col2 p
{
	margin-top: 0px;
	padding-top: 0px;	
}

.startnews
{
	margin-bottom: 20px;
}

.startnews_separator
{
	border-top: solid 1px #CECECE;
	height: 14px;
}

.startnews-headerlink
{
	color: #60BA32;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	cursor: pointer;
}	

.startnews-headerlink:hover
{
	text-decoration: underline;
}	

.start-topleft
{
	float: left;
	width: 681px;
	overflow: hidden;
}

.start-topright
{
	float: right;
	width: 212px;
	overflow: hidden;
	text-align: right;
}

/*
/// - STARTPAGE
////////////////////////////////////////////////
/// - FOOTERBLOCK
*/

#footerblock
{
	color: #8E8E8E;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#footerblock a
{
	color: #8E8E8E;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#footerblock a:hover
{
	text-decoration: underline;
}

/*
/// - FOOTERBLOCK
////////////////////////////////////////////////
/// - CONTACTBLOCK
*/

.contactblock
{
	margin: 16px 0 16px 0;
	color: #404040;
}

.contactblock h2
{
	color: #404040;
}

/*
/// - CONTACTBLOCK
////////////////////////////////////////////////
/// - REFERENCEBLOCK
*/

.reference
{
	width: 209px;
	height: 250px;
	padding-top: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer;
}

.reference a
{
	text-decoration: none;
}

.reference-header
{
	color: #000000;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.reference-text
{
	color: #DF2458;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/*
/// - REFERENCEBLOCK
////////////////////////////////////////////////
/// - REFERENCEBLOCK2
*/

.referenceblock2
{
	width: 180px;
	height: 101px;
	margin-top: 10px;
	padding: 8px;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url('images/boxbg.png');
	color: #777;
	line-height: 12px;
}

.referenceblock2 a
{
	text-decoration: none;
}

.referenceblock2 a:hover
{
	text-decoration: underline;
}

/*
/// - REFERENCEBLOCK2
////////////////////////////////////////////////
/// - 
*/