@charset "UTF-8";
/* CSS Document */
/* blue: #003F60, bright orange: #FF8B23, dark orange: #C87A03, almost black: #111111, yellow pad: #F5F397 */

* {
	padding:0;
	margin:0;
	border:0;
	outline:0;
} 
html, body {
	height:100%;
	min-height:100%;
}
img, div, input {
	behavior: url("iepngfix.htc"); /*for fixing ie png transparency on img, div, input elements */
}

body {
	behavior: url("csshover3.htc"); /*for fixing IE6 hover on all elements */
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333333;
	background: #0C2633 url(images/desk.jpg) top left repeat;
}
a {
	color:#C87A03;
}
a:hover {
	color:#FF8B23;
}
#outer {
	width:960px;
	margin:0 auto;
	position:relative;
	/*border:1px solid #EEEEEE;*/
	background-color:#ffffff;
}
#header {
	height:200px;
	background: transparent url(images/headbkg.jpg) top left no-repeat;
	position:relative; /* so I can position the slideshow images where I need to with position:absolute */
}
#content {
	width:960px;
	/*overflow:hidden;*/
	background-color:#FFFFFF;
	min-height:700px;
	position:relative;
	z-index:100;
}
#left {
	width:180px;
	float:left;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	display:inline; /* fixes IE bug that doubles float margin */
	position:relative;
	z-index:99;
}
#right {
	width:770px;
	float:right;
	margin:20px 0;
	position:relative;
	z-index:1;
}
#right p {
	padding:5px 20px;
	margin:5px 0px;
}
#right ul, #right ol {
	padding:0 20px 0 40px;
	margin:5px 0px;
}
#right li {
	padding:2px 0;
}
#footer {
	clear:both;
	text-align:center;
	color:#FFFFFF;
	background-color:#003F60;
	padding:6px 10px;
	position:relative;
	z-index:10;
}
#footer p {
	font-size:10px;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	color:#FF8B23;
}
h2 {
	font-size:24px;
	line-height:30px;
	padding:10px;
	color:#C87A03;
}
h3 {
	font-size:16px;
	padding:10px 20px 2px 20px;
	color:#006599;
}
h3 a {
	color:#006599;
	text-decoration:none;
}
h4 {
	font-size:13px;
	padding:0 0 2px 20px;
	color:#006599;
}
a img {
	border:0;
}

.floatrightcol {
	float:right; padding:5px 10px 5px 5px; margin-left:5px; text-align:center;
}
.floatrightcol img {
	padding:4px; border:1px solid #CCCCCC; background-color:#FFFFFF;
}
.floatrightcol p {
	font-size:10px;
	text-align:left;
}
.simplebox {
	width:200px;
	border-bottom:1px solid #CCCCCC;
	border-top:0 none;
	padding:0 4px 30px 4px;
	margin-top:10px;
	background:#F5F397 url(images/aaspstickynote.jpg) top left no-repeat;
}
.simplebox .title {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#003F60;
	width:100%;
	text-align:center;
	display:block;
	margin-bottom:6px;
	padding-top:10px;
	padding-bottom:14px;
}
.simplebox p {
	text-align:left;
	font-size:10px;
	margin:0;
	padding:0 6px 10px 6px;
}
.simplebox p a {
	text-decoration:underline;
	padding:0;
	margin:0;
}
#right .simplebox ul {
	width: 100%;
	border-top:1px solid #98C3FD;
	padding:0;
	text-align:left;
}
#right .simplebox li {
	list-style:none;
	width:100%;
	border-bottom:1px solid #98C3FD;
}
#right .simplebox a {
	display:block;
	padding:1px 10px;
	color:#333333;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
}
#right .simplebox li a:hover, #right .simplebox a:hover {
	color: #255159;
	background-color:#FFFFFF;
}
.email {
	display:block;
	text-align:left;
	padding-left:20px;
	font-size:11px;
	background:transparent url(images/iconemail.png) bottom left no-repeat;
}
.phone {
	display:block;
	padding-left:20px;
	text-align:left;
	font-size:11px;
	background:transparent url(images/iconphone.png) no-repeat;
}
/******************* home page event list section *******************/
.eventlist {
	width:206px; height:350px; background:transparent url(images/calendarhead.jpg) top center no-repeat; padding:20px 0 0 0; border:1px solid #CCCCCC;
}
#eventscroll {
	width: 206px;
	height: 340px;
	overflow: auto;
	position: relative;
	padding-top:10px;
}
#eventscroll p {
	padding:0 6px 10px 10px;
	font-size:9px;
	line-height:11px;
	margin:0;
}
#eventscroll h3 {
	padding:0 10px;
	font-size:11px;
	line-height:13px;
	margin:0;
	text-align:left;
}
/******************* home page sponsor ad section *******************/
.homesponsor {
	width:200px; height:200px; text-align:center; font-size:11px; padding:4px;
}
.homesponsor img {
	background-color:transparent;
	border:0;
	padding:0;
}
/******************* home page product ad section *******************/
.homeproduct {
	width:172px; height:280px; text-align:left; font-size:11px;
}
.homeproduct img {
	background-color:transparent;
	border:0;
	padding:0;
}
/******************* home page highlights section *******************/
.homehighlight { /*border-bottom:1px solid #CCCCCC;*/ overflow:hidden; }
.homehighlight h2 { padding:15px 0 0 10px; }
.homehighlight img { float:left; padding:0 6px 6px 0; }

/******************* slideshow styles *******************/
.showpics { height: 147px; width: 214px; padding:0; margin:0; overflow: hidden; position:absolute; top:24px; left:368px; }
.showpics img { height: 147px; width: 214px; padding: 0; background-color: #eee; top:0; left:0 }

/****************** item lists ***************/
.itemleftimg {
	padding:10px; 
	overflow:hidden;
	width:95%;
}
.itemleftimg img {
	float:left;
	padding:0 10px 10px 0;
}
.itemleftimgtxt {
	margin-left:210px;
}
.itemleftimgtxt2 {
	margin-left:100px;
}

.itemleftimgtxt p, .itemleftimgtxt2 p {
	font-size:13px;
	line-height:16px; 
	padding-left:0;
	margin:2px 0;
}
.morebutton {
	background-color:#704A38; 
	width: 200px; 
	text-align:center; 
	font-weight:bold;
	font-size:10px; 
	padding:3px;
	margin:6px 0;
	display:block;
	border:1px solid #CCCCCC;
	border-top-color: #DDDDDD;
	border-left-color:#DDDDDD;
}
.morebutton a {
	color:#FFFFFF;
	text-decoration:none;
}
.morebutton:hover {
	background-color:#DDCA85;
	border:1px solid #DDDDDD;
	border-top-color: #CCCCCC;
	border-left-color:#CCCCCC;
	color:#FFFFFF;
}

/****************** sidebars ****************************/
.sidebarad {
	width:180px;
	height:70px;
	float:left;
	border:1px solid #DDDDDD;
	border-left:1px none #DDDDDD;
}
.sidebarad a {
	display:block;
	width:180px;
	height:70px; 
	text-decoration:none;
	color:#444444;
}
.sidebarad a:hover {
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
.sidebarad p, .text {
	padding:14px 0 0 60px;
	font-size:11px;
	font-weight:bold;
	display:block;
}
/****************** contact / bio styles *********************/
.contactdetail {
	width:650px;
	padding:10px;
}
.contactdesc {
	float:left;
	width:440px
}
.contactdesc h3, .contactdesc p {
	margin-left:20px;
	padding-left:0;
}
.photo {
  float:left;
  background-color:#f5f5f5;
  margin:0 5px;
  /*margin-bottom:10px;*/
  font-size:9px;
  padding:5px;
  border:1px solid #d8d8d8;
  text-align:center;
}
.photo img {
  display:block;
  margin-bottom:10px;
  border:1px solid #d8d8d8;
}
/***************** contact form ********************/
#contactform {
	margin:0;
	padding:0 20px 0 40px;
	font-size:10px;
}
.formlabel {
	font-size:11px;
	padding:2px;
	height:40px;
}
input, textarea, select {
	border:1px solid #CCCCCC;
	background-color:#f3f3f3;
	padding:2px;
	margin:0 5px 0 0;
	line-height:12px;
}
.controlset label, 
.controlset input { 
	font-size:11px;
	display: inline; 
	float: none; 
}
.controlset { 
	margin-left: 40px; 
}
input#email_button {
	background-color:#519330;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	border:0px;
	padding:4px;	
}
input#email_button:hover {
	background-color:#333333;
}
.reqd {
	color:#CC0000;
}
div.errors {
	width:500px;
	border:3px solid #FF0000;
	padding:5px 20px;
	color:#FF0000;
	font-size:14px;
	text-align:center;
}
div.messages {
	width:500px;
	border:3px solid #339933;
	padding:5px 20px;
	color:#339933;
	font-size:14px;
	text-align:center;
}
/***************** user forms ********************/
.userform {
	padding:20px 20px 0 40px;
	font-size:10px;
}
.formlabel {
	font-size:11px;
	padding:2px;
	height:40px;
	padding-left:20px;
}
.formlabeltext {
	font-size:11px;
	padding:2px;
	height:100px;
	padding-left:20px;
}
input, textarea, select {
	border:1px solid #CCCCCC;
	background-color:#f3f3f3;
	padding:2px;
	margin:0 5px 0 0;
	line-height:12px;
}
.controlset label, 
.controlset input { 
	font-size:11px;
	display: inline; 
	float: none; 
}
.controlset { 
	margin-left: 40px; 
}
div.userform label.error, 
div.userform span.error { 
	color: #C00; 
}
div.userform input.error,
div.userform textarea.error { 
	border-color: #C00; 
	background-color: #FEF; 
}
div.userform input:focus,
div.userform input.error:focus,
div.userform textarea:focus,
div.userform textarea.error:focus {	
	border-color:#000066;
	background-color:#FFFFFF;
}

/***************** button formatting **********************/
.buttonrow {
	clear:both; 
	padding:20px 0 10px 20px;
	font-size:14px;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:3px 7px 3px 0;
	background-color:#F7F4EE;
    border:1px solid #AAAAAA;
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    font-size:90%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    /*font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
    /*background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;*/
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/*************** common elements **********************/
.calpage {
	background:transparent url(images/calendar.gif) top left no-repeat; width:46px; height:49px; float:left;
}
.calmonth {
	font-weight:bold;color:#FFFFFF;text-align:center; font-size:11px; padding-top:2px; display:block;
}
.caldate {
	font-weight:bold;color:#FF8B23;font-size:24px;padding-top:2px;text-align:center;display:block;
}

#newspgs { width:750px; height:20px; padding:5px; margin:0; background-color:#111111; }
#newspgs a { margin: 5px; padding: 3px 5px; border: 1px solid #ccc; background: #ffffff; text-decoration: none; }
#newspgs a.activeSlide { background: #F5F397 }
#newspgs a:focus { outline: none; }

#stickynote {
	width:170px;
	height:155px;
	padding:0;
	color:#ffffff;
	text-align:center;
	position:absolute;
	top:-40px;
	left:600px;
}
