body {
	margin: 0;
	padding: 0;
	background: url(../images/back1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
#shadows {
	width: 928px;
	background: url(../images/back3.png);
	margin: 0 auto;
}
#wrapper{
	background: url(../images/back2.jpg) repeat-x;
}
#innerwrapper h1 {
	margin: 0;
	padding: 0;
}
#innerwrapper{
	width: 900px;
	margin: 0 auto;
}
#header {
  height: 131px;
	background: #FFF url(../images/header.jpg) bottom left no-repeat;
	border-top: 7px solid #167bc0;
}
.secondary #header {
	background: #FFF !important;	
}
#header h1 {
	margin: 25px 0 0 20px;
	padding: 0;
	float: left;
}
#header .menu {
	float: right;
	height: 50px;
	margin: 50px 20px 0 0;
	
}
#header .menu li {
	float: left;
	padding: 0 15px;
	margin: 1px;
	list-style: none;
}
#header .menu li a {
	font-size: 18px;
	color: #666;
}
#header .menu li a:hover {
	color: #999;
}
#middle{
	background: url(../images/main.jpg);;
	height: 323px;
	text-align: right;
	font-style: italic;
	color: #46629f;
}
#middle h3 {
	font-size: 28px;
	margin: 0;
	padding: 150px 14px 0 0;
	font-weight: normal;
	text-shadow: #858585 1px 1px 2px;
}

#middle span {
	font-size: 16px;
	padding: 5px 14px;
	line-height: 23px;
	display: block;
	color: #647db1;
}

/**
* Secondary Pages
*/
#center {
	background: url(../images/innermid.jpg) repeat-x;
}
#sidebar {
	width: 220px;
	padding: 21px 15px 0;
	margin: 0 0 40px 0;
	float: left;
	background: url(../images/menu1.jpg) no-repeat center top;
}
#sidebar .end {
	background: url(../images/menu2.jpg) no-repeat center bottom;
	height: 30px;
	display: block;
}
#sidebar ul {
	padding: 0 12px;
	margin: 0;
	list-style: none;
}
#sidebar ul li {
	border-bottom: 1px solid #BBB;
}
#sidebar ul li a {
	padding: 15px 5px 15px 21px;
	display: block;
	color: #272727;
	background: url(../images/arrow.jpg) no-repeat left;
}
#sidebar ul li a:hover {
	color: #888;
}
#content {
	width: 648px;
	float: right;
	color: #555;
	line-height: 22px;
	font-size: 13px;
	padding: 0 0 50px 0 ;
}
#content .entry {
	padding: 15px 20px 0 40px;
}
#content h2 {
	color: #3F3f3f;
	font-weight: normal;
	font-size: 26px;
	margin: 15px 0 30px 0;
}
.banner {
	padding: 7px 0 0 0;
	text-align: right;
}

#footer {
	background: url(../images/footer.jpg);
	height: 24px;
	color: #cccccc;
	padding: 8px 0 0 25px;
	font-size: 11px;
}
h2 {
	margin: 0;
	padding: 0;
}
#sidebar h4 {
	padding: 5px 5px;
	margin: 5px 12px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #BBB;
}
.triple{
	background: white;
	width: 249px;
	padding: 25px;
	float : left;	
	height: 210px;
	border-right: 1px solid #CCC;
	color: #777a7d;
	height: 120px;
}
.triple p,
.triplelast p  {
	line-height: 20px;
}
.triplelast{
	background: white;
	width: 250px;
	float: left;
	padding: 25px;
	color: #777a7d;
	height: 120px;
}
.files {
	background: url(../images/files.jpg) no-repeat top left;
	padding: 16px 0 8px 45px;
}
.clear {
	clear: both;
}

a { 
	color: #167bc0;
	text-decoration: none;
	}
a:hover { 
	color: #7da4ff;
	text-decoration: none;
	}
