/*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-style: normal;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*MAIN STYLES*/

body {
	background:#e4f2fc url(../images/sky_bkgrnd.jpg) repeat-x top left;
}

a {
	text-decoration:none;
	color:#594f44;
}

a:hover {
	text-decoration:underline;
	color:#99bf26;
}

a:active {
	text-decoration:none;
	color:#99bf26;
}

a:visited {
	text-decoration:none;
	color:#5c7480;
}

.content {
	width:980px;
	padding:0 20px;
	margin:0 auto;
	position:relative;
}

#logo {
	background:transparent url(../images/logo.png) no-repeat scroll top left;
	text-indent:-9999px;
	width:301px;
	height:111px;
	margin-top:10px;
	position:absolute;
	top: 0px;
	left:20px;
}

#nav {
	float:right;
	height: 125px;
	display:block;
	line-height:125px;
}

#nav li {
	display:block;
	float:left;
	color:#273136;
	width:115px;
	text-align:center;
}

#nav li a {
	color:#273136;
}

#nav li a:hover {
	background:transparent url(../images/nav_hover.jpg) no-repeat scroll top left;
	width:115px;
	height:125px;
	display:block;
	color:#273136;
	text-decoration:none;
}

#feature {
	margin-top:30px;
	background:url(../images/clouds.png) no-repeat bottom center;
}

#tagline {
	width:390px;
	height:290px;
	float:right;
	background:transparent url(../images/tornado.png) no-repeat bottom right;
	text-align:right;
}

#feature h2 {
	font-size:32px;
	margin-top:20px;
	letter-spacing:-2px;
	font-weight:bold;
}

#feature h2 em {
	color:#9cd121;
}

#feature h3 {
	color:#98a0a6;
	font-size:.9em;
	font-weight:normal;
}

#feature h4 {
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
}

#feature p {
	font-size:.75em;
	line-height:2em;
	margin:1em 0 .5em 0;
}

#feature img.floatright {
	margin-left:40px;
}

form fieldset {
	background:#273136;
	border:1px solid #000000;
	padding:20px;
	margin:1em 0;
}

.formline {
	margin-top:1em;
	clear:left;
}

.formline label {
	font-size:.8em;
	display:block;
	width:175px;
	float:left;
	margin-right:20px;
	padding:0;
	color:#dfeaf2;
}

.formline label em {
	font-size:.75em;
	font-style:italic;
	color:#9cd121;
}

.formline input, .formline textarea {
	background-color:#fff;
	border:1px solid #dfeaf2;
}

.formline input:focus, .formline textarea:focus {
	background-color:#dfeaf2;
	border:1px solid #273136;
}

.portfolioleft {
	margin:15px 0 30px 0;
	float: left;
}

.portfolioright {
	margin:15px 0 30px 0;
	float:right;
}

.portfolioleft h3, .portfolioright h3 {
	margin-bottom:10px;
}

.portfolioleft h3 a, .portfolioright h3 a {
	color:#98a0a6;
	text-decoration:none;
}

#portfolioitem {
	width:620px;
	float:left;
}

#portfolioitem img {
	margin:20px 0;
}

#portfolioitem p+h3, #portfolioitem ul+h3 {
	margin-top:30px;
}

#portfolioitem li {
	list-style: outside disc;
	margin:1em;
	font-size:.75em;
	color:#273136;
}

#featuredwork {
	width:240px;
	float:right;
	margin-top:20px;
	padding:10px 20px;
	background:transparent url(../images/work_bg.png) repeat-y top left;
	border:1px solid #dfeaf2;
}

#featuredwork li {
	font-size:.75em;
	padding:1em 0;
	border-bottom:1px solid #dfeaf2;
}

#featuredwork li:last-child {
	border:none;
}
	

#footer {
	padding:60px 0 15px 0;
	color:#e7f3fc;
	font-size:.85em;
	background:#362f2d url(../images/footer_bkgrnd.png) repeat-x top left;
}

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

#footer #leftcol {
	float:left;
	width:220px;
}

#footer .module {
	margin-bottom:35px;
}

#footer #leftcol .module ul li {
	font-size:.9em;
	height: 40px;
	line-height:40px;
}

#footer #leftcol .module ul li img {
	border:none;
	margin-right:10px;
	vertical-align:middle;
}

#footer #rightcol {
	float:right;
	width:680px;
}

#footer #rightcol ul {
	width:155px;
}

#footer #rightcol ul li {
	height:43px;
	line-height:43px;
	font-size:.9em;
}

#footer h4 {
	color:#9cd121;
	font-weight:bold;
	margin-bottom:1em;
}

#footer h5 {
	font-size:.95em;
	font-weight:bold;
	margin-bottom:1em;
}

#footer p {
	font-size:.9em;
	line-height:1.5em;
	margin-bottom:1em;
	text-align:justify;
}

#footer p.boldcaps {
	font-size:.75em;
	font-weight:bold;
	text-transform:uppercase;
}

#footer #copyright {
	margin-top:20px;
}

#footer #copyright p {
	font-size:.75em;
	font-style:italic;
	color:#594d42;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear {
	clear:both;
}


/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 540px;
  height: 290px;
  position: relative;
  background:#fff;
  border:1px solid #dfeaf2;
}

#horizontal_carousel .carouselcontainer {
  float: left;
  width: 460px;
  height: 240px;
  position: relative;    
  overflow: hidden;
  margin:25px 0;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#horizontal_carousel ul li {
  width: 460px;
  height: 240px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 30px;
  height: 240px;
  background: url(../images/left.png);
  z-index: 999;
  cursor: pointer;
  margin:25px 5px;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 30px;
  height: 240px;
  background: url(../images/right.png);
  z-index: 999;
  cursor: pointer;
  margin:25px 5px;
}

#horizontal_carousel .next_button_over {
  background: url(../images/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/right_disabled.png);
  cursor: default;
}
