body {
	background: #fff;
	font: normal 11px/18px Arial;
	color: #111;
}

.both {
	clear: both;
}

a:link, a:visited {
	text-decoration: none;
	color: #1d96b8;
}

a:hover {
	color: #f87100;
}

em {
	color: #555;
	font-size: 100%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	text-transform: uppercase;
	font-size: 1.3em;
	color: #1d96b8;
	padding-top: 0px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	text-transform: uppercase;
	font-size: 120%;
	color: #222;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
}

h4 {
	text-transform: none;
	font-weight: normal;
	color: #888;
	font-size: 80%;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #999;
	clear: both;
	height: 0px;
}

p {
	padding: 5px 0 10px 0;
}

.center_align {
	text-align: center;
}

.right_align {
	text-align: right;
}

#container {
	width: 880px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
}
.byline {
	clear: both;
	margin-top: 5px;
	border-bottom: solid #999 1px;
}

.nodisplay {
	display: none;
}

/********************
	Undone
 ********************/

/*****************
ul,ol, li { 
	list-style-type: none; 
}
****************/



ul,ol,_,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ 
	margin:0; padding:0 
}

a img,:link img,:visited img { 
	border:none 
}

address { 
	font-style:normal 
}


/***************
* Top
*********************/
#top {
	background-color: #282828;
	height: 25px;
	color: #777;
	font: normal 0.8em "Trebuchet MS";
}
#top .inner {
	width: 880px;
	margin: 0 auto;
	padding: 0 15px;
}
#top .inner p {
	margin-left: 432px;
	padding-top: 4px;
}

#top a:link,
#top a:visited {
	color: #777;
	font-weight: bold;
	text-decoration: none;
}
#top a:hover {
	color: #f9f9f9;
}

/********************
	Header
 ********************/
#header {
	position: relative;
	width: 880px;
	overflow: hidden;
	height: 80px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

#header img {
	margin-left: 10px;
	}

#header h1 {
	float: left;
	display: block;
}

#header h1 a {
	text-indent: -9999px;
	width: 142px;
	height: 65px;
	display: block;
	position: absolute;
	background: #f6f6f6;
}

#contact_info {
	float: right;
	font-size: 100%;
	line-height: 13px;
	text-align: right;
	margin-top: 3px;
}

/********************
	Nav
 ********************/
ul#nav {
	position: absolute;
	margin-top: 35px;
	left: 510px;
	font-size: 28px;
}

ul#nav li {
	height: 80px;
	float: left;
	list-style-type: none;
}

ul#nav li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	top: 0px;
}

ul#nav li span.nodisp {
	visibility: hidden;
}

ul#nav li.seperator {
	width: 28px;
	background: #fff url(/_images/nav/seperator.gif) top left no-repeat;
}

/* Portfolio
********************/
ul#nav li#portfolio, ul#nav li#portfolio:link, ul#nav li#portfolio:visited {
	width: 104px;
	height: 45px;
	background: #fff url(/_images/nav/portfolio.gif) top left no-repeat;
}

ul#nav li#portfolio:hover {
	width: 104px;
	height: 45px;
	background: #fff url(/_images/nav/portfolio_ovr.gif) top left no-repeat;
}

#portfolio ul#nav li.active {
	height: 45px;
	width: 104px;
	background: #fff url(/_images/nav/portfolio_on.gif) top left no-repeat;
}

/* About
********************/
ul#nav li#about, ul#nav li#about:link, ul#nav li#about:visited {
	width: 64px;
	height: 45px;
	background: #fff url(/_images/nav/about.gif) top left no-repeat;
}

ul#nav li#about:hover {
	width: 64px;
	height: 45px;
	background: #fff url(/_images/nav/about_ovr.gif) top left no-repeat;
}

#about ul#nav li.active {
	width: 64px;
	height: 45px;
	background: #fff url(/_images/nav/about_on.gif) top left no-repeat;
}

/* Contact
********************/
ul#nav li#contact, ul#nav li#contact:link, ul#nav li#contact:visited  {
	width: 131px;
	height: 45px;
	background: #fff url(/_images/nav/contact.gif) top left no-repeat;
	font-size: 48px;
}

ul#nav li#contact:hover {
	width: 131px;
	height: 45px;
	background: #fff url(/_images/nav/contact_ovr.gif) top left no-repeat;
}

#contact ul#nav li.active {
	width: 131px;
	height: 45px;;
	background: #fff url(/_images/nav/contact_on.gif) top left no-repeat;
}


/********************
	Flash
 ********************/
#flash {
	margin: 10px 0;
	padding: 0px;
	background: transparent;
	width: 880px;
	height: 360px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#reel {
	background: #6b7918;
	height: 360px;
	margin-bottom:10px;
}

/********************
	Content
 ********************/
#content {
	border-top: 1px solid #999;
	width: 880px;
	overflow: hidden;
	padding: 0 0 10px 0;
}

#contentNoBorder {
	width: 880px;
	overflow: hidden;
	padding: 0 0 10px 0;
}

.column {
	width: 300px;
	float: left;
	overflow: hidden;
}

.column_small {
	width: 280px;
	float: left;
	overflow: hidden;
}

address {
	margin-bottom: 10px;
}

ul#numbers {
	float: right;
	margin-top: 7px;
}

ul#numbers li,
ul#numbers li a {
	float: left;
	display: block;
}

ul#numbers li a.active {
	color: #000;
}

ul#numbers li {
	background: url() no-repeat 100% 4px;
	padding-right: 8px;
	padding-left: 3px;
}

ul#numbers li.last {
	background: none;
	padding-right: 0;
}

#description {
	clear: left;
	float: left;
	width: 580px;
	overflow: hidden;
	border-top: 1px solid #999;
}

#column_580 {
	width: 580px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

#column_280 {
	float: left;
	width: 280px;
	overflow: hidden;
	margin-top:10px;
}

input#email {
	padding: 2px;
	
}


input {
font-size:9px;


}

.newsbox{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;	
}


/********************
	Footer
 ********************/
 
#footer {
	color: #777;
	background-color: #282828;
	display: block;
	font: normal 0.8em "Trebuchet MS";
	line-height: 1.6em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	margin-top: 40px;
	clear: both;
}
 
/*****
#footer {
	background-color: #282828;
	padding: 10px 0 0 0;
	text-align: left;
	margin: 0 auto;
	display: block;
	font: normal 0.8em "Trebuchet MS";
	color: #444;
	line-height: 1.6em;
}
******/
#footer .inner {
	width: 880px;
	margin: 0 auto;
	padding: 0 15px;
}


#footerright {
	float: right;
	text-align: right;
}

#footer a {
	color: #777;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#footer a:hover {
	color: #f9f9f9;
}
