body {
	margin: 0;
	padding: 0;
    background: #fff;
    font: 11px/145% 'Helvetica',Helvetica Neue,Arial,sans-serif;
    color:  #ddd;
}

.head { width:100%; height:100px; background: url(../images/header/head.png) repeat-x;}
#container {
	margin: 50px auto;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	
	
}
.wideWrapper {
	width: 100%;
	background: #222 url('../images/slider.jpg') repeat-x;
	margin-top: 10px;
}

body#home .wideWrapper {
	background: #222 url('../images/inBg.jpg') repeat-x;
	padding-top: 25px;
}	

#logo {
	width:269px;
	height:89px;
	border-right: solid 1px #ddd;
	float: left;
	padding:20px 10px 0 0;
}

#slogan {
	float: right;
	width: 200px;
	text-align: right;
	line-height: 30px;
	padding-top: 40px;
	color: #666;
	font-style: italic;
}

.cleaner {clear: both;}

#header, #main {
	width: 1050px;
	margin: 0 auto;
}	

#header h1 {
	color:#fff;
	font-size:18px;
	line-height:26px;
	text-shadow:#000 1px 1px 1px;
}

#main {
	padding-top: 30px;
}

#leftSidebar {
	float: left;
	width: 185px;
}

#sidebar {
	width: 200px;
	float: left;
	margin-left: 20px;
	padding-top: 60px;
}

#content {
	float: left;
	width: 550px;
	padding-bottom: 40px;
	margin-left: 245px;
}



body#home #content .items-leading{width: 350px;}

#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	line-height: 30px;
	border-bottom: solid 1px #666;
}

#sidebar li a {
	color: #868A8E;
	text-decoration: none;
}

#sidebar h3 {
	font-size: 11px;
}

#sidebar .moduletable {
	padding: 5px;
	border: solid 1px #ddd;
	border-bottom: solid 5px #ddd;
	background: #fff;
	color: #555;
	margin-bottom: 20px;
}

a, a:hover {
	color: #999;
	
}

h1 {
font: 0.9em/11px "Lucida Sans",Helvetica,"Helvetica Neue",sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: bold;
color: #CA5C4B;
margin: 0;
}

body#home h1 {display: none;}

h2 {
font-size: 30px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
margin: 0 0 30px 0;
}

h2 a, h2 a:hover {
	color: #fff;
	text-decoration: none;
	margin-left: -3px;
}

.blog h2 {
	font-size: 20px;
}

#content h3 {
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
}

.footer {color: #555;}

#whatsnew h3 {
	width: 80px;
	padding-right:5px;
	float: left;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 11px;

}

#whatsnew p, #whatsnew ul {
	width:800px;
	float: left;
	line-height: 20px;
	padding: 0 0 0 10px;
	border-left:#666 1px dotted;

}

#whatsnew ul, #whatsnew li {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

#footer {
	clear: both;
	border-top:#333 1px dotted;
	text-align:center;
}

#nav {
	
	float: left;
	line-height: 30px;
	padding-top:40px;

}

#nav ul, #nav li {
	margin:0;
	list-style: none;
	padding: 0;
		border-right:1px #666 dotted;
}


#nav li {
	float: left;
	text-transform: uppercase;
	font-size:12px;
	font-family: "Lucida Sans",Helvetica,"Helvetica Neue",sans-serif;
	font-weight: bold
	
}

#nav li a {
	color: #333;
	text-decoration: none;
	padding: 0 20px;
	display: block;
	height: 30px;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: url('../images/navBg.png');
	z-index: 101;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a {
	color: #fff;
	text-transform: none;

	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -30px 0 0 200px;
}

#nav li ul li {
	width: 200px;
	border-right: none;
}

#nav li:hover a {
	color: #fff;
	background: url('../images/navBg.png');
}




#nav li ul li:hover a, #nav li ul li.active a, #nav li:hover ul a {
	background: none;
	color: #fff;
}

.blog p {
	font-style: italic;
	font-family: Georgia, "Times New Roman",serif;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

a img{border: none;}

/* Main body */

