/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: auto; /*menu strip background*/
	border: 1px solid gray;
	border-width: 1px 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	background-color: #0172AC;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
	width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
	display: block;
	float: left; /* Change 13px as desired */
	line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 31px; /* Height of button background height */
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
	margin-right: 6px; /*spacing between buttons*/

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../media/aeroleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('../media/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
	background-image: url(../images/aeroleft.png);
}

.black a.aero span{
	background-image: url(../images/aeroright.png);
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}
/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	background-color: #d4dde4;
}
#wrapper {
	margin: 0 auto;
	width: 990px;
}
#header {
	width: 990px;
	float: left;
	height: 150px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: -1;
}
.addressbox {
	height: 300px;
	width: 137px;
	border: 1px solid #000000;
	overflow: hidden;
	padding: 5px;
	margin-left: 14px;
}
#leftcolumn {
	color: #333;
	width: 176px;
	float: left;
	height: 645px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	overflow: hidden;
	background-color: #0172AC;
}
#content {
	float: left;
	height: 650px;
	width: 540px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentmed {
	float: left;
	height: 800px;
	width: 540px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentlong {
	float: left;
	height: 1540px;
	width: 540px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentlong2 {
	float: left;
	width: 540px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightcolumn {
	width: 274px;
	float: left;
	height: 650px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	clear: both;
	height: 85px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #660033;
	border-right-color: #660033;
	border-bottom-color: #660033;
	border-left-color: #660033;
	color: #FFFFFF;
	background-color: #B4C6DB;
}
.addresstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.addresstextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.picturebox {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #FFFFFF;
	letter-spacing: .2em;
	font-weight: bold;
}

.contentleft {
	margin-top: 10px;
	margin-left: 12px;
	width: 250px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightcoltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-align: right;
}
.headlinetext {
	margin-right: 43px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
	text-align: left;
	margin-left: 26px;
	line-height: 22px;
}
.headlinetext2 {
	margin-right: 43px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	text-align: left;
	margin-left: 26px;
	line-height: 20px;
}
.contenttext {
	margin-right: 43px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	text-align: left;
	margin-left: 26px;
	list-style-type: circle;
	list-style-position: inside;
}
.headerbox {
	text-align: center;
	background-color: #A6CAF0;
	width: 176px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFBF0;
	border-right-color: #FFFBF0;
	border-bottom-color: #FFFBF0;
	border-left-color: #FFFBF0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contentwide {
	float: left;
	color: #333;
	height: 570px;
	width: 814px;
	display: inline;
	background-image: url(../images/center-columnwd-bgd.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
.pictureboxright {
	float: right;
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.columnheader {
	border: 1px solid #666666;
	overflow: hidden;
	padding: 2px;
	background-color: #3399CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.contentright {
	margin-top: 10px;
	width: 250px;
	float: right;
	margin-right: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	list-style-type: circle;
	list-style-position: inside;
	margin: 10px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	list-style-type: circle;
	list-style-position: inside;
	margin: 5px;
}


.pictureboxleft {
	float: left;
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightcolumnlong {
	width: 274px;
	float: left;
	height: 1540px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h4 {
	font-size: 14px;
	color: #336699;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF00FF;
}
#apDiv1 {
	position:relative;
	width:634px;
	z-index:1;
	left: 274px;
	top: -27px;
}
h2 {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 11px;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
html {
overflow: scroll;
} 


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	text-align: left;
	text-transform: uppercase;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	line-height: 1.1em;
	color: #666666;
	padding: 5px 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

