

/**************************************************************************
*
*	Body
*
**************************************************************************/

body {
	padding:0px;
	margin:0px;

	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;

	background-color:#ffffff;

	
	
	color:#666666;
	
	text-align:center;
		
}

/**************************************************************************
*
*	Div
*
**************************************************************************/

.clear {
	clear:both;
}

.dotline {
        width:100%;
        height:20px;
        background-position:center left;
        background-repeat:repeat-x;
        background-image:url('../images/dotline.gif');
}

.borderline {
	width:100%;
        height:20px;

	margin-bottom:10px;

        background-position:center left;
        background-repeat:repeat-x;
        background-image:url('../images/borderline.gif');
}

a {
	color:#006DB0;
}

h1 {
	margin:0px;
	padding:0px;
	padding-bottom:10px;

	font-size:20px;
	font-style:normal;
	color:#5990BD;
}

h2 {
	margin:0px;
	padding:0px;
	padding-bottom:10px;

	font-size:18px;
	font-style:normal;
	color:#5990BD;
}

h1 a, h2 a {
	text-decoration:none;
}

form, fieldset {
	margin-top:0px;
	padding:0px;	
	border:0px;
}

label {
	width:30%;

	float:left;

	margin-top:3px;
}

#mailform input, #mailform select {
	width:60%;

	border:1px solid gray;
	margin-bottom:10px;	
}

#mailform textarea {
	width:60%;

	border:1px solid gray;
	margin-bottom:10px;	
}

#mailform input.csc-mailform-submit {
	width:40%;

	margin-left:30%;
	margin-top:20px;
}

span.csc-mailform-label {
	width:30%;

	float:left;
}

#mailform  input.captcharesponse {
	width:30%;

	float:left;

	margin-right:19px;
}

/**************************************************************************
*
*	Structure
*
**************************************************************************/



/**************************************************************************
*
*	Header
*
**************************************************************************/



#header {
	border-top:10px solid #858585;

	background-image:url('../images/header-background.jpg');
	background-repeat:no-repeat;
	background-position:center top;

	
}


#header .header-wrap {
	width:950px;
	height:230px;
		
	margin:auto;
	text-align:left;
	
	margin-top:50px;

	padding-left:50px;
	padding-top:20px;
	
	background-image:url('../images/menu-background.png');
	background-repeat:no-repeat;
	background-position:center top;

	
}

#header .header-wrap .logo {
	width:35%;

	padding-left:5%;

	float:left;

	background-image:url('../images/logo.gif');
	background-repeat:no-repeat;
	background-position:left center;

	font-size:30px;
	font-style:normal;

	color:#5990BD;
}

#header .header-wrap .logo a {
	text-decoration:none;
}

#header .header-wrap .logo .slogan {
	font-size:12px;

	color:#A8A8A8;
	
}

#header .header-wrap .mainmenu {
	width:60%;

	overflow:hidden;
	float:left;
}

#header .header-wrap .mainmenu a {
	width:47%;

	display:block;
	float:left;

	margin-bottom:10px;
	padding-left:3%;

	font-size:16px;
	
	color:#858585;

	text-decoration:none;

	background-image:url('../images/mainmenu-item-background.jpg');
	background-repeat:no-repeat;
	background-position:left center;
	
	
}

#header .header-wrap .mainmenu a.act, #header .mainmenu a:hover {
	color:#5990BD;
}



/**************************************************************************
*
*	Body
*
**************************************************************************/



#content {
	width:1000px;

	margin:auto;
	text-align:left;
	
	margin-bottom:20px;	
}

#content h1 {
	margin:0px;
	padding:0px;

	margin-bottom:10px;

	font-weight:normal;	
}

#content .bodytext {
	
}

#content .content-top {
	margin-bottom:20px;
	
}

#content .content-left {
	width:30%;

	overflow:hidden;
	float:left;

	margin-right:1%;
}

#content .content-left .submenu {
	padding-top:20px;
	padding-bottom:20px;
}

#content .content-left .submenu a {
	width:80%;
	display:block;

	height:22px;
	line-height:22px;

	padding-left:15px;
	margin-bottom:5px;

	background-image:url('../images/submenu-item-background.jpg');
	background-repeat:no-repeat;
	background-position:left center;

	text-decoration:none;
}

#content .content-main {
	width:59%;

	overflow:hidden;
	float:left;
}

#content .content-main .content-center {
	width:49%;

	overflow:hidden;
	float:left;

	margin-right:1%;
}

#content .content-main .content-right {
	width:50%;

	overflow:hidden;
	float:left;
}

#content .content-bottom {
	margin-top:20px;
}



/**************************************************************************
*
*	Footer
*
**************************************************************************/



#footer {
	background-color:#FBFBFB;
	
	border-top:1px solid #858585;	
}

#footer .links {	
	width:1000px;

	margin:auto;
	text-align:left;
		
	padding-top:20px;
	padding-bottom:20px;	
}

#footer .links a {
	margin-right:20px;
}

