@CHARSET "UTF-8";
body {

	margin:0px;
	padding:0px;
	background-image: url(/assets/imgs/background.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #DFE2E2;
    font: 83%/1.4 arial, helvetica, sans-serif;
	color:#333;
	line-height: 16px;
}
img {border:none;}

#wrapper {
	width:960px;
	min-height:600px;
	margin: 0 auto;
	border:1px solid transparent;	
}

#home {
	width:300px;
	min-height:70px;
	float:left;
	border:1px solid transparent;	
}

#head {
	width:950px;
	min-height:75px;
	margin: 0 auto;
	border:1px solid transparent;	
	background-image: url(/assets/imgs/head.png);
}

#nav {
	float:right;
	width:611px;
	text-align:left;
	padding:41px 0px 5px 0px;
	margin: 0 auto;
	border:1px solid transparent;	
}
/*
#nav a:link, a:visited {
	padding:0 17px 0 17px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	
}

#nav a:hover {
	padding:0 17px 0 17px;
	color:#FA6806;
	text-decoration:none;
	font-weight:bold;
}

.current a:link {
	text-decoration: none; color:green;
}
*/
#secondary {
	width:950px;
	min-height:157px;
	margin: 0 auto;
	border:1px solid transparent;	
	background-image: url(/assets/imgs/heads/secondary_home.png);
	background-position: center center;
}

#primary {
	padding-top:15px;
	width:950px;
	min-height:420px;
	margin: 0 auto;
	border:0px solid red;	
	background-image: url(/assets/imgs/primary_top.png);
	background-repeat:no-repeat;
}

#primary_bottom {
	padding-top:0px;
	width:950px;
	min-height:40px;
	margin: 0 auto;
	border:0px solid red;	
	background-image: url(/assets/imgs/primary_bottom.png);
	background-repeat:no-repeat;
}

#breadcrumbs {
	color:#FA6806;
	font-size:11px;
	width:950px;
	margin:10px 0 0 30px;
	min-height:25px;
	border:1px solid transparent;	
}

/*#breadcrumbs > a:link, a:hover, a:visited {	*/
#breadcrumbs a {
	text-decoration:none;
	font-size:11px;
	color:#333;
	margin:0px;
	padding:0px
}
.breadcrumb-separator {
	color:#333;
}

#site_map ul li {
	list-style:none;
	list-style-type: none;
}

#column_left {
	margin-left:30px;
	width:500px;
	float:left;
	border:1px solid transparent;	
}

#column_left h1 {
	color:#FA6806;
	font-size:14px;
	font-weight:bold;
	padding-bottom: 3px;
	border-bottom:1px dotted gray;
}

#column_left h2 {
	color:#FA6806;
	font-size:14px;
	font-weight:bold;
}
#column_left h2 a {
	color:#FA6806;
	font-size:14px;
	font-weight:bold;
}


#column_right {
	width:335px;
	margin-right:20px;
	float:right;
	border:1px solid transparent;	
}

#column_right h1 {
	color:#FA6806;
	font-size:14px;
	font-weight:bold;
	padding-bottom: 3px;
	border-bottom:1px dotted gray;
}

#column_right a {
	padding:0 0 0 0px;
	font-weight:normal;
	color: #203a9b;
	text-decoration:none;
}

#column_right ul li a.current {
	padding:0 0 0 0px;
	font-weight:normal;
	color:#FA6806;
	/*color: #203a9b;*/
	text-decoration:none;
}
/*
#column_right a {
	padding:0 0 0 10px;
	font-weight:normal;
	color: #203a9b;
	text-decoration:none;
}

#column_right a.current {
	padding:0 0 0 10px;
	font-weight:normal;
	color: #203a9b;
	text-decoration:none;
}
*/
#column_right ul {
	line-height:18px;
	list-style:none;
	margin:0px;
	padding:0px;
}

#column_right li {
	padding:0 0 0 10px;
}

#column_left li {
	padding:4px 0 4px 0;
	list-style: disc;
}

#footer {
	padding-left:25px;
	width:950px;
	min-height:50px;
	margin: 0 auto;
	border:1px solid transparent;	
}

#footer a {
	text-decoration:none;
}

#foot_left {
	font-size:11px;
	width:500px;
	float:left;	
	border:1px solid transparent;	
}

#foot_right {
	padding:0 25px 0 0;
	font-size:11px;
	width:400px;
	text-align:right;
	float:right;	
	border:1px solid transparent;	
}


a {
	text-decoration:none;
	color: #203a9b;
}

p.contact_s {
	font-size: 12px;
}

