/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 13px;
}

body {
	font-family: "Trebuchet MS", "Segoe UI", trebuchet, helvetica, arial, geneva, sans-serif;
	font-size: 11px;
	font-color: #000000;
	background: #ffffff;
	}

body.section-1 { }
body.section-2 { }
body.section-3 { }

.container ul a:link {
	color: #222222;
	#background: #E6E6E6;
	text-decoration: none;
	padding: 1px;
	line-height: 13px;
}

.container ul a:visited {
	color: #222222;
	#background: #E6E6E6;
	text-decoration: none;
	padding: 1px;
	line-height: 13px;
}
.container ul a:hover {
	color: #777777;
	padding: 1px;
	line-height: 13px;
}

#content a:link {
	color: #222222;
	padding: 0px;
	text-decoration: none;
	line-height: 13px;
}

#content a:visited {
	color: #222222;
	padding: 0px;
	text-decoration: none;
	line-height: 13px;
}
#content a:hover {
	padding: 0px;
	color: #000000;
	text-decoration: none;
	line-height: 13px;
}

#footer a:link {
	border-bottom-color: #61c32e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: black;
	padding: 3px;
	text-decoration: none;
	line-height: 20px;
}

#footer a:visited {
	border-bottom-color: #61c32e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: black;
	padding: 3px;
	text-decoration: none;
	line-height: 20px;
}

#footer a:hover {
	padding: 3px;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #61c32e;
	text-decoration: none;
	line-height: 20px;
}

a img { border: none; }

#menu {
	padding-top: 30px;
	color: #ffffff;
	width: 190px;
	overflow: auto;
	position: fixed;
	height: 100%;
	background-color: #ffffff;
	padding-left: 30px;
}

#menu ul {
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0;
	margin-top: 0;
	list-style: none;
}

#menu ul li.section-title { 
	color: #000000;
	font-weight: bold;
	font-size: 11px; 
	padding:2px;
	#text-transform: uppercase;
	margin-bottom: 3px;
	width: 160px;
	line-height: 16px;
}

#content {
	background-color:#ffffff;
	color: #b1b1b1;
    padding-top: 106px;
	padding-right: 30px;
    margin-left: 225px;
    height: 100%;
	overflow: auto;
}

#content .container img {
	border:0px;
	padding:1px;
	margin: 1px;
}

#img.imgNoBorder {
   border: 0px;
   padding: 0px;
   margin: 0px;
}

.container {
    color: #555555;
    padding: 0px 5px 25px px;
}



#content p { 
	width: 600px; 
	margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#twitter_div {
	padding-left: 3px;
}

#twitter_update_list {
	font-weight: bold;
	list-style-type: none;
}
.evidey {
	padding: 3px;
	color: white;
	background-color: black;
	line-height: 13px;
}
.evidetitle {
	line-height: 13px;
	#margin-left: 20px;
	padding: 3px;
	font-size: 14px;
	color: #111111;
	font-weight: bold;
	font-style:italic;
	#background-color: #292929;
}
.evidegrey {
	color: #222222;
	line-height: 16px;

}

.evidew {
	color: #000000;
	font-weight: bold;
	line-height: 13px;

}

#footer {
	padding-left: 20px;
}
