@charset "utf-8";
@import "styles.css";
/* CSS Document */

.maincontainer
{
	margin:0 auto;
	padding:0;
	width:832px;
	height: 100%;
	background-color:#fff;
	/*background-image:url(../../VDW-home.jpg);*/
	background-position:left top;
	background-repeat:no-repeat;
}

.header
{
	width:832px;
	height:156px;
	position:relative;
}

.logo_text
{
	position:absolute;
	top:15px;
	left:100px;
}

.logo
{
	position:absolute;
	right:15px;
	top:30px;
	background-image:url(../images/logo_blue.jpg);
	width:197px;
	height:116px;
	background-repeat:no-repeat;
}

.logo_blue
{
	position:absolute;
	right:15px;
	top:30px;
	background-image:url(../images/logo_blue.jpg);
	width:197px;
	height:116px;
	background-repeat:no-repeat;
}

.logo_green
{
	position:absolute;
	right:15px;
	top:30px;
	background-image: url(../images/logo_green.jpg);
	width:197px;
	height:116px;
	background-repeat:no-repeat;
}


.logo_red
{
	position:absolute;
	right:15px;
	top:30px;
	background-image: url(../images/logo_red.jpg);
	width:197px;
	height:116px;
	background-repeat:no-repeat;
}



.menubar_home
{
	height:23px;
	width:100%;
	border-bottom: solid #008FC1 5px;
	color:#fff;
	font-size:12px;
	background-color:#008FC1;
	position:relative;
	}



.menubar_home a
{
	color:#fff;
	text-decoration:none;
	padding:0 8px 0 0;
	border-right: solid 1px #fff;
	line-height:25px;
	margin-right:8px;
}

.menubar_home a:hover
{
	color:#fff;
	text-decoration: underline;
}

a.homebut
{
	color:#fff;
	text-decoration:none;
	padding:0 0 0 0;
	border-right:0;
	margin-right:0;
	line-height:0;
	!margin-right: -3px;
}

.float_left
{
	float:left;
}

.clearit
{
	clear:both;
}

.breadcrumb
{
	font-size:9px;
	color:#696C5B;
	background-color:#F0F0EE;
	display:block;
	text-align:left;
	padding-left:16px;
}

.breadcrumb a
{
/*	color:#696C5B;
	text-decoration:underline;*/
}

.breadcrumb a:hover
{
	color:#696C5B;
	text-decoration: none;
}
.container
{
	width:100%;
	min-height: 430px;
}

.home_profileslider
{
	position:relative;
	display:block;
	padding: 15px 20px 0;
}

a.tab {
	padding:6px 10px 3px 10px;
	border:0;
	color:#fff;
	margin:0;
}



.cols
{
	width: 271px;
	margin:45px 0 20px 0;
}

.col1,
.col2,
.col3
{
	padding-bottom:30px;
	padding:0 10px 10px 10px;
	margin-left:20px;
	height: 326px;
}

.col1
{
	border-left:solid 5px #008FC1;
	border-bottom: solid 5px #008FC1;
}

.col2
{
	border-left:solid 5px #82B91D;
	border-bottom: solid 5px #82B91D;
}

.col3
{
	border-left:solid 5px #DC0062;
	border-bottom: solid 5px #DC0062;
}

/*
.col3
{
	border-left:solid 5px #FF6508;
	border-bottom: solid 5px #FF6508;
	padding-bottom:30px;
	width:77%;
	padding:10px;
	padding-top:0;
	margin-left:20px;
	height: 284px;
}

.col4
{
	border-left:solid 5px #644893;
	border-bottom: solid 5px #644893;
	padding-bottom:30px;
	width:77%;
	padding:10px;
	padding-top:0;
	margin-left:20px;
	height: 284px;
	margin-bottom: 20px;
}
*/

.col_logo
{
	display:block;
	padding-left: 22px;
}

.cols ul
{
	margin:10px 5px;
	padding:0;
	list-style:none;
}

.cols ul li
{
	margin-bottom:5px;
	padding-left:25px;
}

.cols ul li a
	{
	color:#616250;
	text-decoration:none;
}


.cols ul li a:hover
{
	color:#616250;
	text-decoration: underline;
}




.search_field
{
	padding: 1px;
	border:0;
	border-width:0;
	margin-top:0;
	font-size:9px;
	color:#000;
	height: 12px;
}

.search_but
{
	background-color:#008FC1;
	font-size:11px;
	color:#fff;
	border:0!important;
	border-width:0!important;
}

.search_but_green
{
	font-size:11px;
	color:#fff;
	border:0!important;
	border-width:0!important;
	background-color:#82B81A;
}


.search_but_red
{
	font-size:11px;
	color:#fff;
	border:0!important;
	border-width:0!important;
	background-color:#D9006B;
}

.float_right
{
	float:right;
}

.leftcol
{
	width:175px;
	height:100%;
}

.right_colbig
{
	display:block;
	width:650px;
}

.right_col
{
	display:block;
	width:425px;
	height:475px;
	overflow-x:hidden;
	overflow-y:scroll;
	padding-right:60px;
}


ul.leftmain_menu
{
	margin:10px 0;
	padding:0;
	list-style:none;
	font-size:12px;
	color:#008DC2;
}

ul.leftmain_menu li
{
	margin:5px 0 5px 0;
	padding:0;
	list-style:none;
}

ul.leftmain_menu a
{
	text-decoration:none;
}

ul.leftmain_menu a:hover
{
	text-decoration: underline;
	font-weight:bold;
}

ul.leftmain_menu a.selectedmenu
{
	color:#008DC2;
	text-decoration: none;
	font-weight:bold;
}

a.bluetab
{
	padding:5px 10px 3px 10px;
	border:0;
	background-color:#008EC0;
	color:#fff;
	margin:0;
	}

.menubar_blue
{
	background-color:#008EC0;
	border-bottom: solid #008EC0 5px;
}

a.greentab
{
	background-color:#82B81A;
	padding:5px 10px 3px 10px;
	color:#fff;
	border:0;
	margin:0;
}


.menubar_green
{
	background-color:#82B81A;
	border-bottom: solid #82B81A 5px;
}


ul.leftmain_menu_green
{
margin:10px 0;
padding:0;
list-style:none;
font-size:12px;
color:#82B81A;
}




ul.leftmain_menu_green li
{
	margin:5px 0 5px 0;
	padding:0;
	list-style:none;
}

ul.leftmain_menu_green a
{
	color:#82B81A;
	text-decoration:none;
}

ul.leftmain_menu_green a:hover
{
	color:#82B81A;
	text-decoration: underline;
	font-weight:bold;
}

ul.leftmain_menu_green a.selectedmenu
{
color:#82B81A;
text-decoration: none;
font-weight:bold;
}


a.redtab
{
background-color:#D9006B;
padding:5px 10px 3px 10px;
color:#fff;
border:0;
margin:0;
}

.menubar_red
{
background-color:#D9006B;
border-bottom: solid #D9006B 5px;

}


ul.leftmain_menu_red
{
margin:10px 0;
padding:0;
list-style:none;
font-size:12px;
color:#D9006B;
}




ul.leftmain_menu_red li
{
margin:5px 0 5px 0;
padding:0;
list-style:none;
}

ul.leftmain_menu_red a
{
color:#D9006B;
text-decoration:none;
}

ul.leftmain_menu_red a:hover
{
color:#D9006B;
text-decoration: underline;
font-weight:bold;
}

ul.leftmain_menu_red a.selectedmenu
{
color:#D9006B;
text-decoration: none;
font-weight:bold;
}



a.orangetab
{
background-color:#FF6801;
padding:5px 10px 3px 10px;
color:#fff;
border:0;
margin:0;
}

.menubar_orange
{
background-color:#FF6801;
border-bottom: solid #FF6801 5px;

}

.menubar_orange
{
background-color:#FF6801;
border-bottom: solid #FF6801 5px;

}

a.purpletab
{
background-color:#654A8F;
padding:5px 10px;
color:#fff;
border:0;
margin:0;
}

.menubar_purple
{
background-color:#654A8F;
border-bottom: solid #654A8F 5px;

}

.bot_footer
{
display:block;
text-align:right;
}

.bot_footer a
{
/* display:block; */
text-align:right;
margin: 0 20px;
float:right;
color:#616250;
text-decoration:none;
}
.first_opt
{
margin-left:10px;
}

.profile_display
{
width:450px;
}

.slider_display
{
width:490px;
}


.profile_text
{
width:220px;
margin-right:20px;
padding-right:30px;
}

.profile_text h1
{
font-size:14px;
font-weight:normal;
color:#018FC1;
letter-spacing:1px;
}
.profile_form
{
width:330px;
margin-top:20px;
margin-bottom:20px;
}

.profile_photo
{
width:163px;
height:100%;
margin-top:30px;
}

.mail_form
{
border: solid 1px #AFB1A6;
background-color:#fff;
width:300px;
margin-bottom:20px;
font-style:italic;
color:#AFB1A6;
}

.mail_form_email
{
border: solid 1px #AFB1A6;
background-color:#fff;
width:230px;
margin-bottom:20px;
font-style:italic;
color:#AFB1A6;
}


.mail_form_but
{
font-size:11px;
color:#fff;
border:0!important;
border-width:0!important;
background-color:#008FC1;
margin-left:10px;
padding:5px;
}

.footer_green
{
display:block;
padding:10px;
background-color:#82B81A;
}

.footer_green h1
{
font-size:14px;
font-weight:normal;
color:#fff;
font-weight:bold;
margin:0;
padding:0;
}

.footer_red
{
display:block;
padding:10px;
background-color:#D9006B;
}

.footer_red h1
{
font-size:14px;
font-weight:normal;
color:#fff;
font-weight:bold;
margin:0;
padding:0;
}


ul.agenda
{
margin:0 0 0 20px;
padding:0;
float:left;
list-style:none;
width:600px;
}

ul.agenda li
{
margin:0;
padding:0;
float:left;
list-style:none;
color:#fff;
width:200px;
}


.colortext
{
	display:block;
}

.colortext a
{

}


.colortext h1
{
font-size:14px;
font-weight:normal;

letter-spacing:1px;
margin-top:0;
}




.greentext
{
	display:block;
}

.greentext a
{
color:#82B81A;
}


.greentext h1
{
font-size:14px;
font-weight:normal;
color:#82B81A;
letter-spacing:1px;
margin-top:0;
}


.redtext
{
display:block;

}

.redtext a
{
color:#D9006B;
}


.redtext h1
{
font-size:14px;
font-weight:normal;
color:#D9006B;
letter-spacing:1px;
margin-top:0;
}

.rightnews
{
background-color:#F0F0EE;
float:right;
width:130px;
padding:20px;
padding-top:0;
height:455px;
}

.rightnews p
{
margin:20px 0;
}

.container_static
{
width:100%;
height:475px;
margin-bottom:0;
}
.searchbox .csc-mailform-field #mailformsubmit {
	background-color: #008FC1;
}



