/* Business Portfolio 960 Stylesheet 	*/
/* by Justin Scheetz					*/


/* First, a CSS Reset 				*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
} :focus { outline: 0 }

img.left { float:left; margin:5px 20px 10px 0 }
img.right { float:right; margin:5px 0 10px 20px }


/* --------------------------------------- */
/* PayPal Donation Button
/* --------------------------------------- */
#donate_button {
	position:absolute;
	top:15px;
	width:122px;
	height:75px;
	z-index:1;
	float: right;
	right: 20px;
}


/* --------------------------------------- */
/* General Styles
/* --------------------------------------- */
html {
	background-color:#000;
	background-image: url(../graphics/footer_bg.gif);
	background-position: center bottom;	
	background-repeat: repeat-x;
}

body {
	font-family:"helvetica neue", Helvetica,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background:url('../graphics/body_bg.png') #000 no-repeat top center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9f468b;
}
	

/* --------------------------------------- */
/* Header, Eyebrow Nav & Search
/* --------------------------------------- */

#header {
	height:200px;
	position:relative
}
	
	#header h1 {
	width:506px;
	height:197px;
	position:absolute;
	top:-3px;
	left:-71px
}
		
		#header h1 a, #header h1 a:hover {
	display:block;
	width:500px;
	height:200px;
	background:url('../graphics/logo.png') no-repeat;
	text-indent:-5000px;
	margin-top: 4px;
	padding-top: 10px;
}
	
	#header #eyebrowNav {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:-5px;
	left:640px;
	height:70px;
	/*background-image: url(../graphics/eyebrownav_bg.png);*/
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
		
		#eyebrowNav a {
			display:block;
			float:left;
			margin:0;
			padding:2px 15px 2px 29px;
			text-decoration:none;
			background:url('../graphics/eyebrow_arrow.gif') no-repeat 19px 6px;
			text-transform:uppercase }
			
			#eyebrowNav a.alpha { border-left:none }
			#eyebrowNav a.omega { border-right:none }
			
		#eyebrowNav a:hover { color:#fff; text-decoration:none }
		
	#header #search {
	position:absolute;
	bottom:-2px;
	left:640px;
	padding:10px 10px 0;
	width:280px !important;
	height:55px;
	background-image: url(../graphics/sponsors.png);
	background-repeat: no-repeat;
	background-position: left top;
}
		
		#header #search p {
			margin:0; padding:0; display:inline }
		
		#search .textbox {
			width:186px;
			padding:7px 8px;
			height:14px;
			border:1px solid #FFEE8F;
			border-right:none;
			float:left;
			color:#5d4f06;
			font-weight:bold;
			font-size:11px;
			background:url('../graphics/search_box.gif') no-repeat top left }
			
		#search .button {
			width:77px;
			height:30px;
			padding:0;
			float:right;
			margin:0 }
			

/* --------------------------------------- */
/* Navigation Bar
/* --------------------------------------- */

#navigation {
	height:37px;
	margin-bottom:20px;
	position:relative;
	width:932px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	background-position: right center;
	border-bottom-left-radius:: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
	
	/* fallback */ background-color: #7dbf42; 
	background: url(../graphics/linear_bg_2.png); 
	background-repeat: repeat-x; /* Firefox 3.6+ */
	background: -moz-linear-gradient(100% 100% 90deg, #7dbf42, #639643); /* Safari 4-5, Chrome 1-9 */ /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7dbf42), to(#639643)); /* Safari 5.1+, Chrome 10+ */ 
	background: -webkit-linear-gradient(#7dbf42, #639643); /* Opera 11.10+ */ 
	background: -o-linear-gradient(#7dbf42, #639643); 
	
    
}

#navigation .grid_11 {
	height:41px;
}

#navigation ul {
	list-style:none;
	margin:0; padding:0 }
	
#navigation ul li {
	font-size:20px;
	text-transform:uppercase;
	margin:0 15px 0 0;
	float:left }
	
	#navigation ul li.current {
	display:block;
	color:#FFFFFF
}
		
		#navigation ul li.current span {
	padding:2px 15px;
	display:block
}
	
	#navigation ul li a {
	text-decoration:none;
	display:block;
	color:#000000;
	padding:1px 15px
} #navigation ul li a:hover {
	color:#FFF
}
		

/* --------------------------------------- */
/* Portfolio Area
/* --------------------------------------- */

#portfolioWrap { width:100%; height:300px; margin:0 0 20px 0; overflow:hidden }
#portfolioWrap.subpage { overflow:visible; height:auto; }

#portfolio { position:relative }

.container_12 #previous,
.container_12 #next {
	font-size:75px;
	width:40px;
	height:40px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:128px }
	
	#next.pagination {
	background:url('../graphics/right_arrow_on.png') no-repeat
}
	#previous.pagination { background:url('../graphics/left_arrow_on.png') no-repeat }
	
	#next.pagination.inactive { background:url('../graphics/right_arrow_off.png') no-repeat }
	#previous.pagination.inactive { background:url('../graphics/left_arrow_off.png') no-repeat }
	
	.pagination.inactive { cursor:default !important }
	
	.hoverBlock .grid_4 {
	margin-bottom:20px;
	position:relative;
	width:290px !important;
	height:290px;
	border:5px solid #9f468b;
	overflow:hidden
}

#portfolio #previous { left:-55px }
#portfolio #next { right:-55px }

#portfolio img.portfolio-image { position:absolute; top:0; left:0; display:block; margin:0  }
.mc-image{
	float:left;
	padding-right:10px;
}

#portfolio .portfolio-info {
	height:270px;
	padding:12px 15px;
	width:270px;
	background:#000 url('../graphics/portfolio_hover_bg.gif') repeat-x top }

.entry-1 { margin-left:0 }

.portfolio-info h3 {
	font-size:14px;
	margin:0 0 1px 0;
	padding:0;
	color:#9F468B;
	text-transform:uppercase
}
	
.portfolio-info small {
	font-size:11px;
	color:#a7a7a7;
	display:block;
	margin:0 0 10px 0;
	padding:0 }
	
.portfolio-info p {
	font-size:13px;
	line-height:14px;
	margin:0 0 15px 0;
	color:#e4e4e4 }
	
.portfolio-info .button {
	float:left }
	
	.portfolio-info .button.left { margin:0 10px 0 0 }
	
	
/* --------------------------------------- */
/* Main Content Block
/* --------------------------------------- */

.main-content-block {
	border:1px solid #b64f9d;
	padding:20px;
	margin:0 0 20px 0;
	background-color: #000000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
	
	.main-content-block a {
		color:#f8db3a;
		text-decoration:underline }
		
	.main-content-block a:hover {
		color:#fff;
		text-decoration:none }
	
	.main-content-block h2, .sidebar-block h2 {
	text-transform:uppercase;
	font-size:20px;
	margin:0;
	padding:0 0 10px 0;
	border-bottom:1px solid #90dc4b
}
		
	.main-content-block p {
		margin:0;
		font-size:14px;
		line-height:23px;
		padding:10px 0 0 0 }
		
	.main-content-block p.with-border { border-top:1px solid #6c6c6c }
	
.main-content-block .news-block {
	padding:15px 0;
	border-top:1px solid #6c6c6c;
	border-bottom:1px solid #404040 }
	
	.main-content-block .news-block.last { padding-bottom:0 !important; border-bottom:none !important }
	
.main-content-block .news-block img.thumb { margin-top:0 !important; border:1px solid #fff }

.main-content-block .news-block h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size:14px;
	font-weight:bold }
		
.main-content-block .news-block p {
	padding:0; margin:0;
	font-size:12px;
	line-height:16px }
	
	
/* --------------------------------------- */
/* Sidebar Block
/* --------------------------------------- */

.sidebar-block {
	color:#FFFFFF;
	border:1px solid #7ec142;
	padding:20px;
	margin:0 0 20px 0;
	background-color: #7ec142;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
	
.sidebar-block a {
	color:#000000;
	text-decoration:underline
}
.sidebar-block a:hover {
	color:#006600;
	text-decoration:none
}
	
.sidebar-block h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4a7227;
}
.sidebar-block h2.services {
	padding-left:30px;
	background:url('../graphics/icon_services.gif') no-repeat }
	
.sidebar-block h3 {
	font-weight:bold;
	padding:0;
	margin:0 0 3px 0 }
	
.sidebar-block p {
		margin:0;
		font-size:14px;
		line-height:23px;
		padding:10px 0 0 0 }
		
	.sidebar-block p.with-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4E8BF;
}
	
.sidebar-block .hover-block {
	padding:10px 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #54812c;
	border-bottom-color: #54812c;
}
	
.sidebar-block .hover-block:hover {
	background-color: #90dc4b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54812c;
}

.sidebar-block .hover-block p { font-size:12px; line-height:17px }

.sidebar-block .hover-block.last { border-bottom:none !important }


/* --------------------------------------- */
/* All-Around Content Styling
/* --------------------------------------- */

.main-content-block h3 {
	font-size:16px;
	font-weight:bold;
	padding:20px 0 0 0;
	margin:0 }
	
.sidebar-block h3 {
	font-weight:bold;
	margin:0 }
	
.main-content-block h4,
.sidebar-block h4 {
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	color:#9F468B;
	padding:0;
	margin:0
}
	
	
/* --------------------------------------- */
/* Footer
/* --------------------------------------- */

#footer {
	padding:20px;
	position:relative;
	line-height:19px;
	font-size:12px;
	width:900px !important;
	 }
	
	#footer span {
		position:absolute;
		text-align:right;
		right:20px;
		top:20px }
		
		#footer span a { text-transform:none !important }
	
	#footer a {
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase
}
			
	#footer a:hover {
	color:#7dbf42;
	text-decoration:none
}
	
	
/* --------------------------------------- */
/* Forms
/* --------------------------------------- */

fieldset {clear: both;}
legend {padding: 0 0 1.286em; font-size: 1.167em; font-weight: 700;}
fieldset fieldset legend {padding: 0 0 1.5em; font-size: 1em;}
* html legend {margin-left: -7px;} /* ie6 */
*+html legend {margin-left: -7px;} /* ie7 */

p.field { margin:0 }
form .field, form .buttons {clear: both; margin: 0 0 5px}
form .field label {display: block;}
form ul.fields {margin: 0 0 1.5em; padding: 0;}
form ul.fields li {list-style-type: none; margin: 0;}
form ul.inline li, form ul.inline label {display: inline;}
form ul.inline li {padding: 0 .75em 0 0;}

input.radio, input.checkbox {vertical-align: top;}
label, button, input.submit, input.image {cursor: pointer;}
* html input.radio, * html input.checkbox {vertical-align: middle;} /* ie6 */
*+html input.radio, *+html input.checkbox {vertical-align: middle;} /* ie7 */

textarea {overflow: auto;}
input.text, input.password, textarea, select { background:#ddd; color:#555; height:15px; padding:7px 8px 5px 8px; margin: 0; font: 1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif; vertical-align: bottom;}
input.text, input.password, textarea { border: 1px solid #444; }
textarea { width:200px; height:100px }
input.text:focus, input.password:focus, textarea:focus { border:1px solid #000; background:#fff; color:#000 }

/* horizontal layout */
form.horizontal .field {padding-left: 150px;}
form.horizontal .field label {display: inline; float: left; width: 140px; margin-left: -150px;}

