/*
Theme Name: SBDC
Theme URI: http://aksbdc.org
Description: The SBDC theme is a custom WordPress theme, created by <a href="http://www.clutchmedia.com">Clutch Media</a>.
Author: Mike Hondel
*/


a,p,ul,div,h1,h2,h3,h4,h5,h6,body,img,form,input,blockquote{
	padding:0px;
	margin:0px;
	border:0px solid #fff;
}

body{
	background:#adb9a2 url("images/sbdc_general/main.gif") top repeat-x;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h6,blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
strong, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
blockquote strong, blockquote b {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#373B34;
}

a { color:#0d92b4; text-decoration:underline; }
a:hover { color:#e0770f; }

.clearing {
	clear: both;
	height: 0px;
	margin-top:-1px;
	overflow:hidden;
}

.PrintOnly { display:none; }


/*******************/
/* FULL PAGE WRAPPERS */
/*******************/

#Frame{
	width:970px;
	margin:0px auto 20px;
	text-align:left;
	background:url("images/sbdc_general/bottom_bg.png") center bottom no-repeat;
	padding-bottom:25px;
	
}

#Matte{
	padding-bottom:0px;
	width:970px;
	background:url("images/sbdc_general/bg_alt.png") center repeat-y;
}

.std_wrap{
	margin-left:10px;
	margin-right:10px;
	background:#e5e9e1;
}


/*******************/
/* HEADER */
/*******************/

#Header{
	height:180px;
	width:970px;
	background:url("images/sbdc_general/header.gif");
}

#logoClick{
	float:left;	
	height:180px;
	overflow:hidden;
}

#mainMenu{
	margin-top:0px;
	width:710px;
	margin-right:0px;
	overflow:hidden;
	padding-top:86px;
	float:right;
}
#mainMenu ul{
	list-style:none;
	white-space:nowrap;
	overflow:hidden;
}
#mainMenu li{ display:inline; }
#mainMenu a img{
	/*margin-bottom:1px;*/
	border-bottom:1px solid invisible;
	display:block;
	float:left;
	margin-right:20px;
}
#mainMenu .last img{ margin-right:0px; }
#mainMenu a:hover img{ margin-bottom:0px; }

#menuBlue,#menuGreen{
	clear:both;
	margin-left:0px;
	width:708px;
	height:31px;
	padding-top:15px;
	border-top:1px solid #e5e9e1;
}

#menuBlue{ background:#0d92b4; }
#menuBlue a:hover img,
#menuBlue .hover a img{
	border-bottom:1px solid #dff0f5;
}
#menuBlue img{ border-color:#dff0f5; }

#menuGreen{
	background:#5c8727;
	border-top-color:#e5e9e1;
}
#menuGreen a:hover img,
#menuGreen .hover a img{
	border-bottom:1px solid #becfa9;
}

#menu1{
	width:500px;
	float:left;
}
#menu2{
	width:189px;
	float:right;
}
#menu3{
	width:250px;
	float:left;
}
#menu4{
	width: 339px; /* 285px */
	float:right;
}


/*******************/
/* BANNER */
/*******************/

#banner{
	margin-left:1px;
	background:#e5e9e1;
}


/*******************/
/* MAIN CONTENT WRAP */
/*******************/

#MainWrap{
	border-top:1px solid #e5e9e1;
	width:950px;
}
div.home{
	background:url("images/sbdc_general/page_body_bg.gif") 750px 0px repeat-y;
}
div.page{
	background:url("images/sbdc_general/page_body_bg.gif") 730px 0px repeat-y;
	margin-bottom:10px;
}


/*******************/
/* MAIN (SPANS MIDDLE AND RIGHT COLUMNS) */
/*******************/

#Main{
	width:749px;
	float:right;
	color:#373b34;
}

#Main p,
#Main li {
	margin:5px 0 18px 0;
	font-size:12px;
	line-height:160%;
}

#Main a{

}
#Main a:hover{

}


/*******************/
/* CONTENT */
/*******************/

#Content{
	width:455px;
	float:left;
	border-left:39px solid #e5e9e1;
	background:#e5e9e1;
}
.home #Content{ width: 475px; padding-top:35px; }
.page #Content{ padding-top:40px; }

#Content a{
	color:#0d92b4; 
	text-decoration:underline;
}
#Content a:hover{
	color:#e0770f;
}

#Content h1{
	font-size:24px;
	margin-bottom:20px;
	color:#373b34; /*#2f4f60;*/
}
#Content h2{
	font-size:17px;
	font-style:italic;
	margin-bottom:15px;
	color:#6a7464;
}
.home #Content h2{
	font-size:17px;
}
#Content h3{
	font-size:15px;
	margin:0 0 15px 0;
	padding:5px 0 0 0;
	text-transform:uppercase;
	color:#578c50; 
}
#Content h4{
	font-size:13px;
	margin-bottom:15px;
	border-bottom:1px solid #d0d6cc;
}
#Content h5{
	font-size:13px;
	margin-bottom:15px;
}
#Content h6{
	margin-bottom:15px;
	padding: 4px 0;
	font-size:11px;
	font-style:italic;
	border-top:1px solid #d0d6cc;
	border-bottom:1px solid #d0d6cc;
	color:#6a7464;	
}

#Content ul,
#Content ol {
	margin-left: 15px;	
	padding-left: 15px;
	padding-bottom: 9px;
}
#Content li { 
	margin-bottom: 6px; 
}
#Content ul li { list-style:square; }
#Content blockquote { 
	margin: 0 0 15px 0;
	padding: 10px 30px;
	font-size: 14px;
	font-style:italic;
	border-top:1px solid #d0d6cc;
	border-bottom:1px solid #d0d6cc;
}
#Content blockquote p { padding:0; margin:0; font-size: 13px; color:#6a7464; }

#Content a.post-edit-link { color:#9e0b0f; }
#Content a.post-edit-link:hover { color:#000; }
#Content a.more { 
	text-transform:uppercase; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
#Content img.alignright { float:right; margin: 0 0 20px 20px; }
#Content img.alignleft { float:left; margin: 0 20px 20px 0; }
#Content img.alignnone { margin-bottom: 20px; }
#Content img.size-thumbnail { }


.search_list #Content h2 em { color:#9e0b0f; }
.search_list #Content h3 { padding:15px 0 0 0; margin:0; }
.search_list #Content p.PostDate {
	padding:0; margin:0; 
	text-transform:uppercase; 
	font-size: 10px;
	color:#;
}

#Content p.PostDate {
	text-transform: uppercase;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #727A6E;
}
#Content p.PostDate span.Dim {
	text-transform: lowercase;
}


#Content ul.Accomplishments em { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:18px; 
	font-style:normal;
	color: #c15e20;
}
#Content ul.Accomplishments li { 
	margin-bottom: 16px; 
}

#Content .wp-pagenavi {
	clear:both;
	margin: 30px 0 15px 0;
	padding: 15px 0;
	font-size: 11px;
	border-top: 1px solid #d0d6cc;
}
#Content .wp-pagenavi span.pages {
	color: #6a7464;
	background-color: #FFF;
	border:1px solid #d0d6cc;
}
#Content .wp-pagenavi span.current {
	color: #6a7464;
	background-color: #FFF;
	border:1px solid #d0d6cc;
}
#Content .wp-pagenavi a {
	text-decoration:none;
	color: #FFF;
	background-color: #0d92b4;
	border:1px solid #0d92b4;
}
#Content .wp-pagenavi a:hover {
	color: #FFF;
	background-color: #c15e21;
	border:1px solid #c15e21;
}

#Content .Grouping { margin: 10px 0; padding: 20px 0 0 0; color:#7D8477; border-top: 1px solid #D0D6CC; }
#Content #Partners3 { padding-bottom:20px; }
#Content #Partners3 #SBDC { float:left; }
#Content #Partners3 #ASBDC { float:right; }
#Content #Partners3 #UAA { float:right; margin-right:30px; }
#Content #Partners3 div {
	width: 135px;
	font-size: 11px;
	line-height: 14px; 
	color:#7D8477;
}
#Content #Partners3 div img { float:left; margin: 4px 10px 1px 0; }


/*******************/
/* RIGHT COLUMN */
/*******************/

#Right{
	float:right;
	width:200px;
	background:#d0d6cc;
}
.home #Right{ padding-top:35px; }
.page #Right{
	border-right:20px solid #e5e9e1;
	border-top:40px solid #e5e9e1;
}

#subMenu{
	background:#0d92b4;
	color:#fff;
	border-bottom:1px solid #e5e9e1;
	margin-bottom:10px;
}


#subMenu h3{
	font-size:12px;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #e5e9e1;
}
#subMenu h3 a{
	display:block;
	padding:10px 15px;
	margin:0px;
	color:#FFF;
}
#subMenu h3 a{ text-decoration:none; }
#subMenu h3 a:hover{ color:#000; background:#fff; }

#subMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#subMenu li{
	padding:0px;
	margin:0px;
	font-size:12px;
	background:#86c8d9;
	border-bottom:1px solid #e5e9e1;
}
#subMenu li a{
	display:block;
	padding:6px 15px;
	margin:0px;
	color:#000;
}
#subMenu li a{ text-decoration:none; }
#subMenu li a:hover{ background:#fff; }

#subMenu li li {
	font-size:11px;
	background:#acd0d9;
	border-top:1px solid #e5e9e1;
	border-bottom:none;
}
#subMenu li li a{
	display:block;
	padding:4px 15px 4px 30px;
	margin:0px;
	color:#373b34;
}


#Right .promo{
	margin: 0 20px 0 20px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #a2a99c;
}
#Right .promo h3{
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-transform:uppercase;
}
#Right .promo h4{
	font-size:12px;
}
#Right .promo p{
	margin-bottom:11px;
}

#Right .NewsList ul { margin-top:18px; list-style:none; }
#Right .NewsList li { line-height:130%; }
#Right .NewsList span.Dim { display:block; font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; text-transform:uppercase; color:#727A6E; }

#Right #SocMed {
	margin: 0 20px;
	padding: 20px 0;
}
#Right #SocMed p { margin:0; padding: 0 0 15px 20px; line-height: 15px; }
#Right #SocMed p#Facebook { background:url("http://www.facebook.com/favicon.ico") top left no-repeat; }
#Right #SocMed p#Twitter { background:url("http://www.twitter.com/favicon.ico") top left no-repeat; }
#Right #SocMed a { color:#0d92b4; text-decoration:underline; }
#Right #SocMed a:hover { color:#e0770f; }

#Right .Testimonial {
	margin:0 0 15px 0;
	padding:12px;
	/*
	color:#727a6e;
	*/
}
#Right .Testimonial h4 {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;
	color:#727a6e;
}
#Right .Testimonial h5 {
	margin:0;
	padding:0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
	color:#373b34;
}
#Right .Testimonial p {
	margin:0;
	padding: 0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color:#727a6e;
}
#Right .Testimonial a { 
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	text-decoration:underline;
	color:#0d92b4; 
}
#Right .Testimonial a:hover { color:#e0770f; }
#Right blockquote {
	padding: 10px 0;
	font-size: 12px;
	line-height: 18px;
	font-style:italic;
	color:#373b34;
}

#Right .PostArchives {
	margin:0 0 15px 0;
	padding:12px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style:normal;
	color:#727a6e;
}
#Right .PostArchives h3 {
	margin: 0;
	padding: 0 12px;
	font-size: 15px;
	text-transform: uppercase;
}
#Right .PostArchives ul {
	margin: 10px 0;
	padding: 0;
}
#Right .PostArchives li {
	list-style-type:none;
	margin:0;
	padding: 6px 12px;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 12px;
	background: #FFF;
	border-bottom: 1px solid #d0d6cc;
}
#Right .PostArchives a { color:#0d92b4; text-decoration:none; }
#Right .PostArchives a:hover { color:#727a6e; text-decoration:underline; }




/*******************/
/* LEFT COLUMN */
/*******************/

#Left{
	margin:0;
	width:201px;
	float:left;
	background:#7d8477; /* #0d92b4 */
	color:#fff;
}

#Left .feature, #Left .featureHome {
	height: 114px;
	overflow: hidden;
	border-bottom:1px solid #e5e9e1;
	border-left:1px solid #e5e9e1;
}
#Left .feature { border-top:1px solid #e5e9e1; }
	
#Left .Item { padding:20px 12px 20px 20px; font-size: 12px; color:#d2d4d0; }
#Left .Item a { color:#abd9e5; text-decoration:none; }
#Left .Item a:hover { color:#FFF; text-decoration:underline; }
#Left .Partners { margin-top:10px; padding:10px 20px; font-size:10px; color:#d2d4d0; }
#Left .Partners p { padding: 10px 0; }
#Left .Partners p a { color:#abd9e5; text-decoration:none; }
#Left .Partners p a:hover { color:#FFF; text-decoration:underline; }
#Left .Partners img { float:right; margin: 2px 0 6px 10px; }


/* LEFT COLUMN FORMS */
#Left form {
	margin: 32px 20px 8px 0;
	padding:0px;
	text-align:right;
}
#Left form p{
	font-size:12px;
	margin:0px 10px 3px 10px;
	color:#fff;
}
#Left form input.text{
	border:1px solid #757e6e;
	width:158px;
	height:18px;
	padding:2px 0px 0px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	margin-left:10px;
	background-color:#E5E9E1;
}
#Left form input.blur{ color:#999; }
#Left form input.button {
	float:right;
	margin:5px 0 0 0;
}


/*******************/
/* FOOTER */
/*******************/

#footer{
	margin-top:0px;
	width:950px;
	background:#5c8727;
	color:#fff;
	font-size:11px;
	height:20px;
	border-top:1px solid #e5e9e1;
}
#footer p{
	font-size:11px;
	text-align:right;
	color:#becfa9;
	padding:8px 15px 0px 15px;
}
#footer a { color:#becfa9; text-decoration:none; }
#footer a:hover { color:#FFF; text-decoration:underline; }


/*******************/
/* MISC. */
/*******************/

/* ShareThis */
#Content p#sharethis { padding-top: 15px; }
#Content a.stbutton { color:#578c50; }
#Content span.stbuttontext { font-size: 11px; line-height: 14px; }


/*******************/
/* SHOW-HIDE */
/*******************/

#ShowHideBoss .Listing { 
	margin: 0 0 10px 0;
}
#ShowHideBoss .Listing .Head, 
#ShowHideBoss .Listing .HeadOn { 
	margin:0;
	padding: 10px 15px 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 1px solid #d0d6cc;
}
#ShowHideBoss .Listing .Head p, 
#ShowHideBoss .Listing .HeadOn p { 
	font-size: 14px;
}
#ShowHideBoss .Listing .HeadOn { background: #FFF; }
#ShowHideBoss .Listing .HeadOn a{ color:#e0770f; }
#ShowHideBoss .Listing .HeadOn a:hover{ color:#0d92b4; }
#ShowHideBoss .Listing .MoreInfo { 
	margin:0;
	padding: 10px 15px 0 15px;
	background: #FFF;
	border: 1px solid #d0d6cc;
	border-top:none;
}
#ShowHideBoss .Listing p { padding: 0 0 10px 0; margin:0; }
#ShowHideBoss .Listing a { text-decoration:none; }


/*******************/
/* CFORMS */
/*******************/

.cform { width: 455px; }
.cform fieldset { border-top:none; }
.cform label  { padding: 0 0 0 10px; }
.cform label, .cform label span { width: 160px; }
.cform em { font-style:normal; font-size: .95em; color: #75826d; }

.cform ol.cf-ol li.cf-box-title,
.cform ol.cf-ol li.textonly { font-weight: normal; letter-spacing:normal; }

.cform .cf-box-group label, .cform .cf-box-group label span { width: 392px; }
.cform .cf-box-group label { margin-right:0; }
.cform .cf-box-group input.cf-box-b {  }

.cform ol.cf-ol li { padding: 10px; }
.cform textarea, .cform input {
	width: 240px; 
	font-size:12px; 
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000; 
	background:#e5e9e1;
	border:1px solid #d0d6cc;
}
.cform select { margin-top:4px; }
.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#FFF; 
}
.cform span.reqtxt, .cform span.emailreqtxt { 
	margin-left: 180px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	color: #929c89;
}
.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
	width: 140px;
	padding: 4px 10px;
	font-size: 12px;
	text-transform: uppercase;
	text-align:left;
	color: #9e0b0f;
	background: #f2f4ef url("images/sbdc_general/btn_bg.gif") top right no-repeat;
}

.cform input.backbutton:hover,
.cform input.resetbutton:hover, 
.cform input.sendbutton:hover { cursor:pointer; }

#Content .success {
	margin-bottom: 15px;
	font-size:14px;
	color: #FFF;
	background: #0d92b4;
}

