/* Small Group Leadership Wireframe Styles */

html {

	background: #014051 url(../images/background.jpg) repeat-y;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
}

body {
	
	font-size:12px;
}

#top {
  	background: #231401 url(../images/top.jpg) no-repeat;
    width: 100%;
    display: table;
}

.wrap {
	width:900px;
	margin:0px auto;
}

#header {
	color:#fff;
	height:52px;
	padding:25px 0px 0px 150px;
	background:url(../images/logo-trans.png) no-repeat;
}

#main {
	margin-top:40px;

}

#tabs {
	padding:0px 125px 0px 125px;
}

#tabs li  {
	
	display:block!important;
	background: url(../images/tab.gif) no-repeat;
	height:40px!important;
	width:305px!important;
	margin-right:18px!important;
	text-align:center;
	font-size:22px!important;
	padding-top:20px;
	float:left;
}

#tabs li.active {
	background: url(../images/tab-active.gif) no-repeat;
}

#content {
	/*background:#e6e0d2 no-repeat;*/
	background:#e6e0d2 url(../images/content_bg.jpg) no-repeat;
	padding:30px;
	background-position:top;
	position: relative;
}

#nav {
	margin:23px 0px 23px 0px;
	background:#33210a;
	width:180px;
	float:right;
	font-size:12px;
	text-transform:uppercase;
	padding:20px 10px 20px 10px;
}

#nav li{
	margin-bottom:10px!important;
}

#content_left {
	float:left;
	width:610px;	
}

#subnav {
	height:30px;
	margin:23px 0px 23px 0px;
	font-size:13px;
	color:#ccc;
	background:#014052;
	padding:5px;
}

#corner-top {
	background:url(../images/top-corners.gif) no-repeat;
	width: 900px;
	height: 12px;
	margin-bottom:-3px;
}

#corner-bottom {
	background:url(../images/bottom-corners-trans.png) no-repeat;
	width: 900px;
	height: 12px;
}

/*Font Styles*/

p {
	line-height:140%;
	margin-bottom:15px!important;
	font-size: 14px;
}

p a {
	color: #3695A9;
}


h1 {
	font-size:22px!important;
}

h2 {
	
}

h3 {
	font-size:20px!important;
	margin-bottom:15px!important;
}

h4 {
	font-size:18px!important;
	margin-bottom:15px!important;
}

h5 {
	font-size:14px!important;
	margin-bottom:12px!important;
}

#tabs a {
	color:#333;
	text-decoration:none;
}

#nav a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 5px;
}

#nav a:hover {
	color:#33210a;
	background:#d7e22f;
}

#nav a.selected {
	color:#33210a;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 5px;
	background:#d7e22f;
}

#subnav a {
	color:#ccc;
}


#footer {
	color:#FFF;
	margin: 10px 0px;
	text-align:center;
}

#footer a {
	color:#d7e036;
	text-decoration: none;
}

#footer a:hover {
	color: #d7e036;
	text-decoration: underline ;
}

.resources a {
	font-size:16px;
	color:#333;
	text-decoration:none;
}

.resources a:hover {
	color:#3695A9;
	text-decoration:none;
}

/*EXTRAS*/

#rec-resource a {
	-moz-border-radius:6px;
	border-radius: 6px;
	background:none repeat scroll 0 0 #BAC31C;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 15px;
	padding:13px;
	position:absolute;
	right:260px;
	text-align:center;
	text-transform:uppercase;
	top:18px;
	text-decoration: none;
	-moz-box-shadow: 2px 2px 6px #999;
	-webkit-box-shadow: 2px 2px 6px #999;
	box-shadow: 2px 2px 6px #999;
}


/* Reset styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


