/***COLORS
green: #cbd298;
light green: #edf2e1;
dark brown: #483109;
background brown: #483109;
light brown: #dad4ba;
orange: #EB7626;
blue: #0033CC; 
dark grey: #333;
light grey: #797979;
****/

/* Style sheet  */

body {
	background-image: url(../images/bkg_img.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #dad4ba;
}

#main {
	background-color: #fff;
	border: 2px solid #fff;
	color: #333333;
	min-width: 800px;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color: #483109;
}

/*LANGUAGES*/	
#languages {
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	height: 15px;}	
	
	
/* TOP BANNER */

#topbanner {
	background-color: fff;
	background-image:url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 160px;
}

#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 160px;
}

/* MAIN NAVIGATION */

#mainnav  {
	background-color: #edf2e1;
	float: left;
	margin-bottom: 0;
	padding-bottom: 1em;
	padding-top: 3em;
	width: 21%;
}

#mainnav ul{
	margin: 0;	
}

#mainnav ul li{
	border-bottom: 1px dotted #333;
	list-style-type: none;
	display: block;
}

#mainnav ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #000;
	display: block;
	text-decoration: none;
	padding: .5em 0 .5em 1em;
}

#mainnav ul li a:link, #mainnav ul li a:visited, #mainnav ul li a:hover, #mainnav ul li a:active {
	color:#333;
	font-weight: normal;
	text-decoration: none;
}

#mainnav ul li a:hover{
	background-color: #cbd298;
	display: block;
	text-decoration: none;
}

#mainnav #unhome{
	border-top: 1px dotted #333;
}

#socialmedia ul{
	margin-top: -.3em;
	margin-left: 1em;
	
}

#socialmedia ul li{
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	border-left: 1px dotted #333;
	border-right: none;
	display: inline;
	float:left;
	margin: 0;
	padding: 0;
	width: 35px;
}

#socialmedia ul li a{
	list-style-type: none;
	padding-left: .5em;
}

#socialmedia ul li a:hover{
	background-image: none;
	display: block;
	list-style-type: none;
}

#socialmedia #rss{
	border-right: 1px dotted #333;
}

#socialmedia p{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: .9em;
	margin-top: 2em;
	margin-left: .3em;
}

/* PAGE CONTENT */

#content {
	color: #000;
	float: left;
	font-size: 115%;
	font-family:simsong, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin-top: 1em;
	padding: 2em 2em 1em 2.5em;
	width: 71%;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color: #0033CC;
	text-decoration: underline;
}

#content a:hover {
	color: #EB7626;
}

#content a:visited {
	color: #797979;
}

#content ul {	
	margin-bottom: 1em;
}

#content ul li {
	list-style-type: none;
	background: url(/common/images/bullets/orange-4points-bullet.gif) no-repeat 16px 8px;
	padding: 0.3em 0 .3em 3em;
}

#content ul ul{
	margin-bottom: 0;
	margin-top: .4em;
}

#content ul ul li  {
	background: url(/common/images/bullets/green-square-bullet.gif) no-repeat 15px 5px;
}

#content h2 {
	color: #483109;
	font-size: 150%;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 1em;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	border-bottom: 1px solid #EB7626;
	color: #483109;
	font-size: 130%;
	font-weight: bold;	
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.3em 0 0.2em 0;	
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h4 {
	color: #483109;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: .5em;
	padding-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.imgright {
	font-size: x-small;
	float:right;
	color:#333333;
	margin: 10px 10px;
	width: 270px;
}
	
.box {
	background-color: #edf2e1;
	border: 1px dotted #483109;
	padding: 5px;
}

#content .box ul li
{padding-left:1.5em;
background: url(/common/images/bullets/orange-4points-bullet.gif) no-repeat 3px 8px;}

.boxcaption {
	font-size: .8em;
	float: right;
}


/* FOOTER BAR */

#footer {
	color: #fff;
	background-color: #483109;
}

#footer ul {
	margin-top: 0em;
}

#footer ul li  {
	display: inline;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}


