
body {
	margin:0;
	padding:0;
	background: rgb(240,245,240);
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color:#333;
}
/* global container */

#wrapper{ width: 990px; /*min-height:1500px;*/ margin:0px auto; padding-top:20px; border-left:1px solid #ccc; border-right:1px solid #ccc;   }
#super{ width:100%; margin:0; padding:0; }
#cb{ width: 990px; padding-top:0px; margin-top:20px; }


/* Header */
#header{ width:100%; height: 80px; background:rgb(200,230,220); }
#header div{ text-align:center; margin:auto; }
#headerimg{ width:850px; height:80px; background:url(assets/images/profisde_header.jpg) no-repeat; }
#header_nav{
	width:990px;
	height:60px;
	margin:0 auto;	
	padding-left:1px;
}

#header_nav li{ float:left; padding: 10px; list-style-type:none; }
.breadcrumbs{ width:700px; margin-left:50px; }

/* Content */
#right{ float:right; width: 200px; min-height:400px;margin:0 auto; margin-top:45px; padding-left:20px; font-size:11px; }
#right p{ clear:both; margin:4px; padding-right:10px; }
#right ul{
	margin-left:-2px;
	padding:5px 0px;
	list-style: none;
}
#content{ width: 740px; float:left; margin: 0 auto; padding:20px 5px 10px 10px; color:#000; }
#content p {
	margin: 0;
	padding:5px 0;	
	color:#000;
	line-height:1.8em;
	font-size:0.85em;
}

#content ul{ list-style-type:square; }

#left li{ height:25px; width:220px; padding-left: 5px; border-bottom:1px solid #CCC; }

#right a {
	height:20px;
	text-decoration: none;
	font-weight: bold;
	margin-left:10px;
}
#right a:hover, 
#right a:active
#right li.current_page_item a:link,
#right li.current_page_item a:visited,
#right li.current_page_item a:hover,
#right li.current_page_item a:active{ text-decoration:underline; color: rgb(120,20,20);}

#right li.active a{ font-weight:bold; font-size:12px;; text-decoration:underline; color:#135077; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#2b91cf;
}
h2{font-size:1.5em;line-height:1.5em;}
h3{font-size:1.3em;line-height:1.2em;}

.teaser{ width:225px; height:140px; margin:10px; float: left;line-height: 1.2em; }
.teaser .cimg{ width:150px; float:left; }
.teaser .ctxt{ width:200px; float:right; padding-left:2px; font-size:10px; }
.teaser h3{ font-size:12px; font-weight:bold; }

.bigimg{ float:left; padding: 5px;}
.bigimg img{ width:250px; height:250px;}
.bigimg span{ font-size:10px; color:#CCC; }


p, blockquote, ul, ol {
	margin-top: 0;
	line-height:1.8em;
}
img.left{
	float:left;
	margin:0 1em 1em 0;
}
img.right{
	float:right;
	margin:0 0 1em 1em;
}
a:link, a:visited{
	color: #2b91cf;
	/*border-bottom: 1px dotted #558F00;*/
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	border-bottom: 1px solid #326434;
}
h1 a:link, h1 a:visited {
	color:rgb(197,30,58);
	border-bottom: 1px dotted #558F00;
	text-decoration:none;
}
h1 a:hover, h1 a:active{
	color: #4D6600;
	border-bottom: 1px solid #326434;
}
a img{
    border:0;
    padding-bottom:3px;
}
a:link img, a:visited img{ border-bottom:1px dotted;}
a:hover img, a:active img{ border-bottom:1px solid;}
.clear{
	clear: both; 
	height: 1px;
}

.footer{ width:100%; clear:both;}
#footer{ clear:both; width:100%; height:54px; text-align:center; background:rgb(220,220,220); }
#footer a,#footer a:hover,#footer a:link,#footer a:visited, #footer a:active{ color: #2b91cf !important; text-decoration:none !important; font-size:9px; padding:0px; margin:0px auto; border:none; }
div.lkcont li{ float: left; width: 110px; }

