
/* Reset properties 

 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,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}
*/


/* General styling */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#wrapper2 .img-left {
	float: left;
	margin: 0px 20px 20px 0px;
}


.panelContainer ul {
	margin-top: 15px;
	margin-top: 0px;

}

.panelContainer a {
	color: #17507d;
	text-decoration: none;
}

.panelContainer .button a:hover {
	color: white;
	text-decoration: underline;
}

.panelContainer a:hover {
	text-decoration: underline;
}
/* Wrapper */



#wrapper2 {
	width: 900px;
	margin: 0 auto;
	/*	overflow: hidden; */
}
#wrapper2 ul {
	color: #17507d;
/*	list-style-image: url(/style_/check.png);*/

	list-style-position: outside;
	font-size: 11px;
	margin-left: 20px;
	line-height: 22px;
}
.panelContainer ul {
	margin-top: 15px;

}

.panelContainer a {
	color: #17507d;
	text-decoration: none;
}

.panelContainer .button a:hover {
	color: white;
	text-decoration: underline;
}

.panelContainer a:hover {
	text-decoration: underline;
}

/* Buttons */

#buttons {
	height: 80px;
}

.button {
	float: left;
	margin-right: 20px;
	margin-top: 25px;
}

.button-border-left {
	width: 5px;
	height: 30px;
	float: left;
}

.button-main {
	height: 26px;
	float: left;
	background: url(/style_/button-gradient.jpg) repeat-x;
	padding: 2px 10px 0px 10px ;
}

.button-main a {
	color: #fff;
	font-size: 13px;
}

.button-border-right {
	width: 5px;
	height: 30px;
	float: left;
}


/* Main content and columns styling */

#mainContent {
	width: 950px;
	width: 920;
	width: 900px;
	/*	overflow: hidden; */

}

.left-column {
	width: 439px;
	width: 550px;
	padding-right: 30px;
	border-right: 0px solid #e8e5e5;
	float: left;
/*	height: 290px; 
	height: 800px;*/
	/*	overflow: hidden; */

}

.subdivision-left {
	width: 218px;
	width: 150px;
	float: left;
}
.right-column {
	width: 439px;
	width: 300px;
	padding-left: 0px;
	border-left: 1px solid #ffffff;
	height: 400px; 
float: right;
clear: after;
/*	height: 800px;*/
	/*	overflow: hidden; */
}

#mainContent .button {
	float: none;
	margin-top: 6px;
}

#mainContent .button p{
	margin-top: 0px;
}




/* Gallery */

.gallery-item {
	width: 162px;	width: 130px;
	height: 126px;
	padding: 0px;
	background-color: #fff;
	margin: 5px 20px 30px 0px;
	float: left;
	border: 0px solid #dadada;
}


/* Navigation */

#navigation {
	float: right;
/*	padding-right: 11px; */
	padding-left: 5px;
	height: 30px;
	margin-top: 0px;
	list-style: none;
z-index: 100;
position: relative;

}

#navigation li {
	float: right;
	margin-left: 3px;
 display: inline; 
}

#navigation a {
	color: #17507d;
	font-size: 10px;
text-decoration:none;
color:#036;
}

#navigation a:hover {
	color: #ff9933;
}


.menutab-core {
	float: left;
	height: 30px;
	background-image: url(/style_/menutab-bg.jpg);
	background-image: url(/style_/bg_col.gif);
	background-color: #DAD8C9;
	padding: 0px 3px;
	background-repeat: repeat-x;
	font-size: 10px;
	line-height: 14px;
text-decoration:none !important;
color: #036;
}
#navigation a.cross-link {text-decoration:none !important;
color: #333333 !important;}

#navigation a:hover.cross-link  {text-decoration:underline !important;
color: #036 !important;}
/* MISC */

.clear {
	clear: both;
}


