 /* Author: Austin Conlon */

*{
	margin: 0;
	padding: 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img { 
   border: none; 
}

body {
	background-repeat: repeat;
}

#maincontent a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#maincontent a:hover {
	text-decoration: underline;
}

section {
	font-size: 13px;
}

#wrap {
	width: 940px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}

html, body {height: 100%;}

#main {
	padding-bottom: 150px;
	margin-top: 60px;
}  /* must be same height as the footer */


h1 {
	display: inline;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #0460AC;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0460AC;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

header {
	margin-top: 25px;	
}

header h1 {
	display: inline;
	position: absolute;
}

header iframe {
	display: inline;
	margin-top: 0px;
	margin-left: 325px;	
}

nav {
	margin-top:10px;	
}

#menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0 8px 0;
	padding: 3px 10px 0 10px;
	list-style-type: none;
	font-size: 13px;
	background: #eee;
	height: 44px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top: 1px solid #006600;
	border-left: 1px solid #006600;
	border-bottom: 1px solid #006600;
	border-right: 1px solid #006600;
	list-style:none;
	float: right;
	width: auto;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#menu li {
	float: left;
	margin: 0 -2px;
	list-style:none;
}

#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 18px;
	line-height: 40px;
	color: #666;
	list-style:none;
}

#menu li a:hover, #menu li.active a {
	color: #999;
	list-style:none;
}

section {
	display: inline;
	float: left;
	width: 450px;
	line-height: 19px;
}

section p {
	margin-top: 15px;
}

aside#home {
	display: inline;
	float: right;
	margin-top: 15px;
}

#chase {
	margin-top: 15px;
	display: inline;
}

#slideshow{
	background-color: #F5F5F5;
	border: 1px solid #FFFFFF;
	height: 340px;
	margin-top: 20px;
	margin-right: 182.5px;
	margin-bottom: 30px;
	position: relative;
	width: 640px;
	float: right;
	-moz-box-shadow: 0 0 22px #111;
	-webkit-box-shadow: 0 0 22px #111;
	box-shadow: 0 0 22px #111;
	display: block;
}

#slideshow ul{
	height: 320px;
	left: 10px;
	list-style: none outside none;
	overflow: hidden;
	position: absolute;
	top: 10px;
	width: 620px;
}

#slideshow li{
	position: absolute;
	display: none;
	z-index: 10;
}

#slideshow li:first-child{
	display: block;
	z-index: 1000;
}

#slideshow .slideActive{
	z-index: 1000;
}

#slideshow canvas{
	display: none;
	position: absolute;
	z-index: 100;
}

#slideshow .arrow{
	height: 86px;
	width: 60px;
	position: absolute;
	background: url('img/arrows.png') no-repeat;
	top: 50%;
	margin-top: -43px;
	cursor: pointer;
	z-index: 5000;
}

#slideshow .previous{ background-position: left top;left: 0;}
#slideshow .previous:hover{ background-position: left bottom;}

#slideshow .next{ background-position: right top;right: 0;}
#slideshow .next:hover{ background-position: right bottom;}

footer {
	position: relative;
	margin-top: 0px;
	height: 50px;
	clear:both;
	text-align: center;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

article {
	display: inline;
	width: 100px;	
}

img#chase {
	display: inline;
	float: left;
	margin: 15px 16px 0 0;
}

#main p {
	line-height: 20px;
	margin-bottom: 15px;
}

#maincontent {
	margin-left: 175px;
	margin-top: 70px;
}

#maincontent h2 {
	margin-bottom: 10px;
	padding-top: 20px;
}

#column1, #column2 {
	display: inline;
}

#column1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#column1 section {
	float: none;
	display: block;
	margin: 15px 0px
}

nav img#logo {
	border: none;
	display: inline;
	float: left;
	width: 175px;
	height: 53px;
}
