* {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML elements */


body {
	color: #333;
	font-family: 'Droid Sans', Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	background: #2c2f30
}
a { /*color: #a54569;*/ /*color:#a54569;*/
	color: #a01a24;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a img {
	border: none;
}
h1, h2, h3, h4 {
	clear: left;
	color: #5c5a5a;
	font-weight: 400;
	margin: 0.7em 0;
	font-family: 'Yanone Kaffeesatz';
}
h1 {
	font-size: 1.8em;
	text-shadow: 4px 4px 4px #aaa;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.6em;
}
p, ul {
	margin: 0 0 20px 0;
}
i, em {
	font-style: italic;
}
b, strong {
	font-weight: 700;
}
/* Main wrappers */


#wrapper1240 {
	background-color: #fff;
	margin: 0px auto;
	width: 1240px;
}
#wrapper960 {
	background-color: #fff;
	margin: 0px auto;
	width: 960px;
}
#wrapper760 {
	background-color: #fff;
	margin: 0px auto;
	width: 760px;
}
#wrapper600 {
	background-color: #fff;
	margin: 0 auto;
	width: 600px;
}
#wrapperfluid {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1260px;
}
/* Layout IDs */


#header {
	position: relative;
	border-bottom: 1px solid #ccc;
	width: 960px;
}
#sitetitle { /*margin: 5px 0 10px 30px; */
	width: 720px;
	margin: 0;
	float: left
}
#wrapper960 #header #sitetitle img {
	margin: 5px 0 10px 20px;
}
 #wrapper960 #header #nav1 { margin: 0 0 0 45px; width: 900px; clear: both; height: 30px; }
 
 #sitetitle h1 {
	font-size: 40px;
	color: #777;
	margin: 0;
	padding: 0;
}
#header-image {
	height: 300px;
	margin: 0;
	padding: 0;
}
#content {
	padding: 15px 30px;
	background-color: #fafafa;
}
#extended {
	padding: 15px 30px;
	background-color: #fff;
}
#extended a {
	text-decoration: underline;
}
/* Top links menu */


#toplinks {
	padding: 0 10px;
	width: 100px;
	float: right;
}
#toplinks ul {
	list-style: none;
	margin: 0;
	text-align: right;
}
#toplinks ul li {
	display: inline;
}
#toplinks ul li a {
	color: #797777;
	display: block;
	float: left;
	padding: 4px 2px;
}
/* Main navigation menu */


#nav {
	float: right;
	font-family: 'Droid Sans', Verdana, Tahoma, sans-serif;
	text-align: center;
}
#nav ul {
	list-style: none;
	margin: 30px 30px 26px 20px;
}
#nav ul li {
	background: none!important;
	display: inline-block;
	text-align: right;
	height: auto;
	line-height: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	position: relative;
}
#nav ul li a {
	color: #797777;
	display: block;
	font-size: 12px;
	padding-top: 0;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #111;
}
#nav ul li.current a {
	color: #000;
}
/* Columns */


#sidebar {
	width: 33.3%;
}
#main {
	width: 66.6%;
}
#trio1 {
	float: left;
	width: 33.3%;
}
#trio2 {
	float: left;
	width: 33.3%;
}
#trio3 {
	float: right;
	width: 33.3%;
}
.inner {
	margin: 5px 30px;
}
#trio1 .inner {
	margin-left: 0;
}
#trio2 .inner {
	margin: 0;
}
#trio3 .inner {
	margin-right: 0;
}
.left .inner {
	margin-left: 0;
}
.right .inner {
	margin-right: 0;
}
/* Footer */




#footer {
	clear: both;
	width: 960px;
	margin: 0 auto
}
#footer p {
	color: #777;
	font-size: 12px;
	margin: 0;
	float: right;
}
#footer a {
	color: #777;
}
#footer span:hover {
	color: #dc0a00
}
#footer a:hover span {
	color: #dc0a00
}
#footer ul {
	list-style: none;
	float: left;
	width: 500px;
	padding: 5px 0 0 0
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	float: left;
	display: block;
	padding: 0px 15px 0px 15px;
	color: #999;
	border-left: 1px solid #666
}
#footer ul li a:hover {
	color: #dc0a00;
}
/* Image alignment */


img.alignleft, img.aligncenter, img.alignright {
	background: #fff;
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	clear: both;
	margin: 5px auto;
}
/* Additional classes */


.shadow {
	background: url(../images/shadow.png) top center no-repeat;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* Clearing fix */


.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
*:first-child+html .clearfix {
	min-height: 1%;
}
/* Alternate color scheme, add class="altcolors" to the body tag to apply */


.altcolors {
	background-color: #e6e8e8;
}
.altcolors #wrapper600, .altcolors #wrapper760, .altcolors #wrapper960, .altcolors #wrapper1240, .altcolors #wrapperfluid {
	box-shadow: 0px 0px 28px #888;
}
.altcolors #toplinks, .altcolors #footer {
	background-color: #eaecec;
}
.altcolors #content {
	background-color: #f2f4f4;
}
#left2 {
	width: 810px;
	padding: 20px 20px 20px 20px;
	margin: 0 auto;
	border-radius: 20px;
}
#l1 {
	float: left;
	width: 180px;
}
#l2 {
	float: left;
	width: 180px;
}
#l3 {
	width: 180px;
	float: left;
}
#l4 {
	width: 180px;
	float: left;
	margin-left: 30px;
}
#left2 h3 {
	color: #143956; /*border-bottom:1px solid #ccc;*/
	float: right;
	width: 230px;
	margin-bottom: 10px;
}
#left2 h4 {
	color: #143956;
	padding: 10px 0 5px 8px;
	border-bottom: 1px solid #143956;
	text-align: center;
}
#left2 p {
	margin-bottom: 10px;
	font-size: 12px;
	padding: 4px 2px 10px 8px;
}
#l1 {
	margin-left: 0px;
}
#l2, #l3 {
	margin-left: 25px;
}
#left2 ul {
	list-style: none;
}
#left2 img {
	padding-right: 40px;
}
/*                social links css code        */





#footer {
	clear: both;
	width: 960px;
	margin: 0 auto
}
#footer p {
	color: #777;
	font-size: 12px;
	margin: 0;
	float: right;
}
#footer a {
	color: #777;
}
#footer span:hover {
	color: #dc0a00
}
#footer a:hover span {
	color: #dc0a00
}
#footer ul {
	list-style: none;
	float: left;
	width: 500px;
	padding: 5px 0 0 0
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	float: left;
	display: block;
	padding: 0px 15px 0px 15px;
	color: #999;
	border-left: 1px solid #666
}
#footer ul li a:hover {
	color: #dc0a00;
}
/*          ------------------------------------------------------------------------------        */

#toplinks1 {
	width: 960px;
	margin: 0 auto;
	background: #2c2f30;
	height: 25px;
}
#toplinks1 ul {
	list-style: none;
	float: right;
	margin: 2px 10px 0 0;
}
#toplinks1 ul li {
	display: inline;
}
#toplinks1 ul li a {
	display: block;
	float: left;
	padding: 0px 2px 2px 2px;
}
/*          ------------------------------------------------------------------------------        */

.clock {
	float: left;
	color: #ddd;
	margin-left: 300px;
	padding: 2px 0 0 0
}
