/* CSS Document */
/*
reset.css -- Reset default browser stylings.
Based on Eric Meyer's "reset.css"
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

body {
	background-color: #F1F1F1;
	background-image: url(../images/bkgd_noise.png);
	background-repeat: repeat;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
}
	
/* NAVIGATION */

#nav-outer {
	background-image: url(../images/bkgd_nav.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 100%;
}
#nav-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#logo {
	margin-left: 20px;
	margin-top: 34px;
	width: 200px;
	height: 100%;
	float: left;
}
#nav {
	width: 700px;
	height: 100%;
	float: left;
}
	
/* HELLO */

#hello-outer {
	background-color: #FFFFFF;
	height: 100%;
}
#hello-inner {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	text-align: left;
}
#hello-inner h1 {
	font-family: "museo-sans-1","museo-sans-2", sans-serif;
	font-size: 55px;
	font-weight: 900;
	font-style: normal;
	color: #BCBEC0;
	margin-left: 15px;
}
#hello-inner p {
	font-family: "museo-sans-1","museo-sans-2", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 25px;
	color: #999999;
	margin-left: 15px;
}
#hello-inner a {
	text-decoration: underline;
	color: #000000;
}
#hello-inner a:hover {
	text-decoration: underline;
	color: #0093D0;
}

/* SLIDER */

#slide-outer {
	background-color: #000000;
	height: 100%;
	border-top: #0093D0 solid 5px;
	border-bottom: #0093D0 solid 5px;
}
#slide-inner {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

/* PORTFOLIO */

#portfolio-outer {
	background-color: #000000;
	height: 100%;
	border-top: #0093D0 solid 5px;
	border-bottom: #0093D0 solid 5px;
}
#portfolio-inner {
	background-image: url(../images/bkgd_portfolio.png);
	background-position: top;
	background-repeat: repeat-y;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 15px 0;
}
.popout {
	text-align: left;
	padding: 0 0 0 5px;
}
.popout a {
	color: #0093D0;
	text-decoration: none;
}
.popout a:hover {
	text-decoration: underline;
	color: #0093D0;
}
#thumb1, #thumb2, #thumb3 {
	margin: 15px;
	float: left;
}
#thumb4 {
	margin-top: 15px;
	float: left;
}
#thumb3 a {
	border: #999999 solid 5px;
}
#thumb3 a:hover {
	border: #0093D0 solid 5px;
}

/* SECTION */

#section {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 15px 0 0 0;
}
#section h1 {
	font-family: "museo-sans-1","museo-sans-2", sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	color: #999999;
	margin-left: 15px;
}
#section p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #AAAAAA;
	margin: 10px 0 20px 0;
}

/* BUTTONS */

#buttons-outer {
	background-color: #FFFFFF;
	height: 100%;
}
#buttons-inner {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

/* FOOTER */

#footer-outer {
	height: 100%;
	border-top: #BCBEC0 solid 5px;
}
#footer-inner {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
#footer-inner a {
	text-decoration: none;
	color: #999999;
}
#footer-inner a:hover {
	text-decoration: none;
	color: #0093D0;
}
#footer-inner-left {
	width: 300px;
	height: 100%;
	padding: 15px 25px 15px 25px;
	text-align:left;
	float: left;
	display: inline;
}
#footer-inner-middle {
	width: 360px;
	height: 100%;
	padding: 15px 25px 15px 25px;
	text-align:left;
	float: left;
	display: inline;
}
#footer-inner-right {
	width: 150px;
	height: 100%;
	padding: 15px 25px 15px 25px;
	text-align:right;
	float: left;
	display: inline;
}
#footer-inner-left p, #footer-inner-middle p {
	color: #999999;
	font-family: "museo-sans-1","museo-sans-2", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 20px;
}
#footer-inner-right p {
	color: #999999;
	font-family: "museo-sans-1","museo-sans-2", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
}

#footer-inner-left h2, #footer-inner-middle h2, #footer-inner-right h2 {
	color: #0093D0;
	font-family: "museo-sans-1","museo-sans-2", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
}

/* CMS FEATURES */

#featuresColOne { 
	float: left;
	margin: 20px 15px 0 15px; 
	width: 45%; 
}

#featuresColTwo { 
	float: right;
	margin-top: 20px;
	width: 45%; 
}