/* @override 
	http://northpointdesign.com/_css/style.css
*/

/* Colors
	dark gray = #363839
	medium gray = #57595a
	light gray = #aaaaaa
	orange = #fc9200
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	background:url(../_img/bg_body2.png);
}

#wrap {
	background:url(../_img/bg_body3.png) repeat-x top;
}

#container {

}

#skip {
  display: none;
}

.hidden { 
	display: none;
}
  
.UIStandardFrame_Container { 
	margin: 0 auto;
    width: 960px;
}
  
.uiColumn { 
	float: left;
}
  
.uiWrap { 
	overflow: hidden;
    display: block;
}

.uiFloatLeft { 
	float: left;
}

.uiFloatRight { 
	float: right;
}

.uiRoundS { 
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
}

.uiRoundM  { 
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius:8px;
  }
  
.phs{padding-left:5px;padding-right:5px;}
.phm{padding-left:10px;padding-right:10px;}
.phl{padding-left:20px;padding-right:20px;}
.pvs{padding-top:5px;padding-bottom:5px;}
.pvm{padding-top:10px;padding-bottom:10px;}
.pvl{padding-top:20px;padding-bottom:20px;}
.fs-8{font-size:56%;}
.fs-8{font-size:63%;}
.fs-9 {font-size: 70%;}
.fs-10 {font-size:77%;}
.fs-11 {font-size:85%;}
.fs-12 {font-size:93%;}
.fs-13 {font-size:100%;}
.fs-14 {font-size:108%;}
.fs-15 {font-size:116%;}
.fs-16 {font-size:123.1%;}
.fs-17 {font-size:131%;}
.fs-18 {font-size:138.5%;}
.fs-19 {font-size:146.5%;}
.fs-20 {font-size:153.9%;}
.fs-21 {font-size:161.6%;}
.fs-22 {font-size:167%;}
.fs-23 {font-size:174%;}
.fs-24 {font-size:182%;}
.fs-25 {font-size:189%;}
.fs-26 {font-size:197%;}
.fwn{font-weight:normal}
.fwb{font-weight:bold}

h2, h3, h4, h5, h6 {
	font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 1px #ffffff;
}

h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #363839;
}

h3 {
	font-size: 197%;
	font-weight: 700;
	margin-bottom: 15px;
	color: #363839;
}

h4 {
	font-size: 182%;
	font-weight: 700;
	margin-bottom: 15px;
	color: #363839;
}

h5, h6 {
	font-size: 153.9%;
	font-weight: 700;
	margin-bottom: 15px;
	color: #363839;
}

p, li { 
    line-height: 1.6em;
    font-size: 108%;  
}

li li, li li li { 
    font-size: 100%;  
}

p { 
	margin-bottom: 20px; 
}

ul, ol {
	margin-bottom: 20px; 
}

ul li { 
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

blockquote { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 123.1%;
	color: #aaaaaa;
	margin-bottom: 10px; 
	padding: 10px;
}

table { 
	margin-bottom: 25px;
}

caption { 
	background: #e5e5e5;
	padding: 3px;
	font-size: 100%;
	font-weight: bold;
}

td { 
	padding: 5px 25px 5px 0px;
	font-size: 100%;
}

th { 
	padding: 5px 25px 2px 0px;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

hr {
   display: block;
   margin: 1.5em 0; 
   color: #eaeaea;
   background-color: #eaeaea;
   border: 0;
   border-top: 1px solid #eaeaea;
   width: 100%;
   height: 1px;
}


/* -------------------------------------
Header
------------------------------------- */

header {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

header hgroup {
	float: left;
	width: 360px;
	margin: 25px 0 0 0;
}

header h1 {
	width: 324px;
	height: 49px;
	margin: 20px 0 10px 0;
}

header h1 a {
	display: block;
    width: 324px;
	height: 49px;
	background: url(../_img/logo_header.png) no-repeat;
}

header h2 {
	font-size: 174%;
	color: #aaaaaa;
	margin: 0;
	font-weight: 400;
	letter-spacing: 1px;
}

header h2 span {
	color: #57585a;
}

header section {
	width: 540px;
	z-index: 999;
	position: absolute;
	top: 0;
	right: 0;
}

#metanav {
	line-height: 1.0;
	float: right;
	padding: 7px 15px;
	margin: 10px 5px 0 0;
	background: url(../_img/bg_dark.png);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	list-style: none;
}

#metanav li {
	float: left;
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 93%;
}

#metanav li a {
	display: block;
	color: #57595a;
	padding: 0;
}

#metanav li a span {
	margin: 0 10px;
	color: #aaaaaa;
}

#metanav li.current a {
	color: #fc9200;
}

#metanav li a:hover {
	color: #fc9200;
	text-decoration: none;
}

/* navigation */

nav.main {
	width: 540px;
	height: 40px;
	float: right;
	margin-top: 80px;
}

#nav {
	line-height: 1.0;
	height: 40px;
	float: right;
}

.ie7 #nav li:hover {
	visibility:	inherit; 
}

#nav li {
	float: left;
	position: relative;
}

#nav li a {
	display: block;
	color: #57595a;
	padding: 0;
	line-height: 40px;
	font-weight: bold;
	font-size: 108%;
	text-transform: uppercase;
}

#nav li a span {
	margin: 0 20px;
	color: #aaaaaa;
}

#nav li a:hover, #nav li.current a, #nav li.current a:hover {
	text-decoration: none;
	color: #fc9200;
}

/* -------------------------------------
Content Containers
------------------------------------- */

#contentWrap{
    position: relative;
	background: url(../_img/sep.png) no-repeat;
	padding: 25px 0;
}

#content {
	width: 960px;
}

#content.colSpan2 {
	width: 700px;
}

aside.colSpan2{
	width: 235px;
}

/* -------------------------------------
Content
------------------------------------- */

#content .listWrap {
	overflow: hidden;
	margin-bottom: 25px;
}

#content .listWrap .col {
	float: left;
	width: 450px;
	padding: 0 15px;
}

#content .listWrap .item {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #eaeaea;
}

#content .listWrap .img-wrap {
	float: left;
	width: 174px;
}

#content .listWrap .img-wrap img {
	padding: 5px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	 -moz-box-shadow: 0 0 6px #ccc;
  	-webkit-box-shadow: 0 0 6px #ccc;
  	box-shadow: 0 0 6px #ccc;
}

#content .listWrap .img-wrap a:hover img {
	background: url(../_img/bg_black_90.png);
}

#content .listWrap .meta {
	padding-left: 184px;
}

#content .listWrap h5 {
	margin-bottom: 5px;
	padding-top: 5px;
}

#content .listWrap p {
	margin-bottom: 0;
}

#content .colWrap {
	overflow: hidden;
}

#content .colWrap .col {
	width: 270px;
	float: left;
	padding: 15px 50px 15px 0;
}

#content .portfolioWrap {
	overflow: hidden;
	margin-bottom: 25px;
}

#content .portfolioWrap .col {
	float: left;
	width: 280px;
	height: 215px;
	margin: 15px 10px;
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	 -moz-box-shadow: 0 0 6px #ccc;
  	-webkit-box-shadow: 0 0 6px #ccc;
  	box-shadow: 0 0 6px #ccc;
}

#content .portfolioWrap .col:hover {
	background: url(../_img/bg_black_90.png);
}

#content .portfolioWrap .col .item {
	position: relative;
	overflow: hidden;
}

#content .portfolioWrap .col .item img {
	display: block;
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
}

#content .portfolioWrap .col .overlay {
	width: 280px;
	height: 55px;
	position: absolute;
	bottom: 0;
	padding-top: 4px;
	background: url(../_img/bg_black_90.png);
	z-index: 250;
}

#content .portfolioWrap .col p {
	margin: 0;
	line-height: 1;
	padding: 7px 10px 0 10px;
	color: #fff;
}

#content .portfolioWrap .col p span {
	margin: 0 6px;
	color: #ccc;
}

#content .portfolioWrap .col p a {
	font-size: 93%;
}

#content a.btn-link {
	display: block;
	background: #fff;
	padding: 6px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none !important;
	border: 1px solid #eaeaea;
	font-family: myriad-pro, Helvetica, Arial, sans-serif;
	font-size: 161.6%;
	font-weight: 700;
}

#content a.btn-link span {
	color: #57595a;
}

#content a.btn-link:hover {
	background: #fc9200;
	border-color: #ffffff;
	color: #ffffff;
}

/* forms */

#content .monkForm {
	margin:0;
	padding:0;
	width:100%;
}

#content .monkForm fieldset .text {
	padding:0;
}

#content .monkForm fieldset,#content .monkForm fieldset div,#content .monkForm fieldset fieldset div {
	padding:0;
	margin:0;
}

#content .monkForm fieldset div {
	margin-bottom: 20px;
}

#content .monkForm legend {
	display: none;
}

#content .monkForm div legend {
	font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
	display: block;
	font-size: 138.5%;
	font-weight:700;
	margin-bottom:10px;
	color: #363839;
}

#content .monkForm label {
	font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
	font-size: 138.5%;
	font-weight:700;
	margin-bottom:3px;
	display: block;
	color: #363839;
}


#content .monkForm .radio label,#content .monkForm .checkbox label {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	display: inline;
	font-size: 100%;
	padding-left: 10px;
}

#content .monkForm p.data {
	margin-bottom:15px;
}

#content .monkForm fieldset fieldset div,#content .monkForm fieldset fieldset div p,#content .monkForm fieldset fieldset div p {
	padding:0;
	margin:0;
	font-weight:normal;
}

#content .monkForm fieldset div {
	margin-bottom:25px;
}

#content .monkForm fieldset fieldset div {
	margin-bottom:20px;
}

#content .monkForm p.error {
	color:red;
	font-size:116%;
}

#content .monkForm p.errorSummary {
	font-style:italic;
	color:red;
}

#content .monkForm input[type="text"], #content .monkForm input[type="file"] {
	padding: 12px 8px;
	border: 0;
	background: url(../_img/bg_dark.png);
	width: 550px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content .monkForm textarea {
	background: url(../_img/bg_dark.png);
	border: 0;
	padding: 8px;
	width: 550px;
	height: 175px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content .monkForm select {
	padding:2px;
}

#content .monkForm select option {
	padding:2px 4px;
}

#content .monkForm .radio .data,#content .monkForm .checkbox .data {
	margin-bottom:12px;
}

#content .monkForm input[type=checkbox],#content .monkForm input[type=radio] {
	background:none;
	border:0;
}

#content .monkForm fieldset fieldset fieldset p {
	padding:0;
	margin:7px 10px;
	margin-top:0;
}

#content .monkForm span.asterisk {
	color:red;
}

#content .monkForm input[type=submit] {
	background: url(../_img/bg_dark.png);
	border: 1px solid #cccccc;
	margin: 0 0 10px; 
	padding: 6px 10px;
	font-family: myriad-pro-condensed, Helvetica, Arial, sans-serif;
	font-size: 138.5%;
	color: #363839;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content .monkForm input[type=submit]:hover {
	background:#fc9200;
	border-color: #ffffff;
	color: #ffffff;
}

/* -------------------------------------
Sidebar
------------------------------------- */

aside section {
	padding: 5px;
	background: url(../_img/bg_dark.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
}

aside .inner {
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

aside h2, aside h3, aside h4, aside h5, aside h6 {
	margin: 0;
}

aside p, aside li {
	font-size: 100%;
}

aside ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

aside ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}


aside #more-links li {
	list-style: none;
	background-position: left 6px;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 21px;
	line-height: 1.4;
	margin: 0;
}

aside #more-links li#ml-rss { background-image: url(../_img/icon_sidebar_rss.gif); }
aside #more-links li#ml-form { background-image:url(../_img/icon_sidebar_form.gif); }
aside #more-links li#ml-email { background-image:url(../_img/icon_sidebar_email.gif);}
aside #more-links li#ml-call { background-image:url(../_img/icon_sidebar_call.gif);}

/* -------------------------------------
Content
------------------------------------- */

footer {
	background: url(../_img/sep.png) no-repeat;
	padding: 25px 0;
}

footer p {
	margin: 0;
	font-size: 93%;
}

footer p span {
	margin: 0 5px;
	color: #aaaaaa;
}
