/* CSS Version: 1.0 (screen.css)
Website: Greg Balster, Artist
Website URI: http://www.gregbalster.com/
Author: John Napoletano
Author URI: http://www.jnconsultingservices.com/
Description: CSS and website design by JN Consulting Services
Copyright: JN Consulting Services, All Rights Reserved */

/* Fonts Sizes Colors */
.arial {
 	font-family: Arial, Helvetica, sans-serif;
}
.courier {
 	font-family: "Courier New", Courier, mono;
}
.geneva {
 	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.georgia {
 	font-family: Georgia, "Times New Roman", Times, serif;
}
.times {
 	font-family: "Times New Roman", Times, serif;
}
.verdana {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.px7 {
 	font-size: 7px;
}
.px8 {
 	font-size: 8px;
}
.px9 {
 	font-size: 9px;
}
.px10 {
 	font-size: 10px;
}
.px11 {
 	font-size: 11px;
}
.px12 {
 	font-size: 12px;
}
.px13 {
 	font-size: 13px;
}
.px14 {
 	font-size: 14px;
}
.px15 {
 	font-size: 15px;
}
.px16 {
 	font-size: 16px;
}
.px17 {
 	font-size: 17px;
}
.px18 {
 	font-size: 18px;
}
.px19 {
 	font-size: 19px;
}
.px20 {
 	font-size: 20px;
}
.black {
	color: #000000;
}
.black_333 {
	color: #333333;
}
.black_666 {
	color: #666666;
}
.black_999 {
	color: #999999;
}
.blue {
	color: #0000CC;
}
.blue_logo {
	color: #020180;
}
.grey {
	color: #333333;
}
.grey_ccc {
	color: #CCCCCC;
}
.green {
	color: #009900;
}
.green_dark {
	color: #669900;
}
.green_logo {
	color: #A0CB9E;
}
.orange {
	color: #CC6633;	
}
.purple {
	color: #443399;	
}
.red {
	color: #FF0000;
}
.red_dark {
	color: #990000;
}
.white {
	color: #FFFFFF;
}
.block {
	display: block;
}
.bold {
	font-weight: bold;
}
.border_top_dash {
	border-top: 1px dashed #669966;
}
.border_top_solid {
	border-top: 1px solid #669966;
}
.border_bot_dash {
	border-bottom: 1px dashed #669966;
}
.border_bot_solid {
	border-bottom: 1px solid #669966;
}
.center {
	text-align: center;
	}
.hilite {
	background-color: #FFFF99;
	padding-left: 2px;
	padding-right: 2px;	
}
.ital {
	font-style: italic;
}
.left {
	float: left
	}
.right {
	float: right;
	}
.undr {
	text-decoration: underline;
}
.undr_none {
	text-decoration: none;
}
.upcase {
	text-transform: uppercase;
}
.margin_top_10 {
	margin-top: 10px;
}
.margin_top_20 {
	margin-top: 20px;
}
.margin_bot_10 {
	margin-bottom: 10px;
}
.margin_bot_20 {
	margin-bottom: 20px;
}
.padding_top_10 {
	padding-top: 10px;
}
.padding_top_15 {
	padding-top: 15px;
}
.padding_top_20 {
	padding-top: 20px;
}
.pad_bot_10 {
	padding-bottom: 10px;
}
.pad_bot_20 {
	padding-bottom: 20px;
}
.padbot {
	padding-bottom: 10px;
}
.padbotx {
	padding-bottom: 20px;
}
.padtop {
	padding-top: 10px;
}
.padtopx {
	padding-top: 20px;
}
.brdtop {
	border-top: 1px solid #999999;
}
.brdbot {
	border-bottom: 1px solid #999999;
}
.adright {
	float: right;
	margin: 20px 0 4px 8px;	
}
.imgleft {
	float: left;
	margin: 0 8px 4px 0;
}
.imgright {
	float: right;
	margin: 0 0 4px 8px;	
}
.fltleft {
	float: left;
}
.fltright {
	float: right;
}
/* End Class Styles */


/* Old Formating style rules */
a:link {
	color: #0033FF;
}
a:visited, a:hover, a:active {
	color: #443399;
}
a.button_green, a.button_green:link {
	text-decoration: none;
    border-top: 1px inset #FFFF66;
    border-bottom: 1px inset #000000;
	border-left: 1px inset #FFFF66;
	border-right: 1px inset #000000;
	padding: 3px 5px 3px 5px;
    color: #ffffff;
	background-color: #009933;
	font-size:12px;
	font-weight: bold;
}
a.button_green:hover {
    border-top: 1px inset #000000;
    border-bottom: 1px inset #CCCCCC;
	border-left: 1px inset #000000;
	border-right: 1px inset #CCCCCC;
    color: #FFFFCC;
}
h1 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: -5px;
}
h2 {
	font-size:12px;
	font-weight: bold;
}
dt {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
dd {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-left: -20px;
	margin-bottom: 10px;
}
img.floatleft {
	float: left;
	margin: 0 3px 0 0;
}
img.floatright {
	float: right;
	margin: 0 0 0 3px;	
}
.borderTop {
	border-top-style: dashed;
	border-top-color: #999999;
	border-top-width: 1px;
	padding-top:20px;
}
.bordertoppad20 {
	border-top-style: dashed;
	border-top-color: #999999;
	border-top-width: 1px;
	padding-top:20px;
}
.bordertoppad10 {
	border-top-style: dashed;
	border-top-color: #999999;
	border-top-width: 1px;
	padding-top:10px;
}
/* Header style rules */



/* Table Style Rules */
#colTable {
	border: 1px solid #000000;
	border-collapse: collapse;
}
#colTable .colBorderLeft {
	border-left: 1px solid #000000;
}
#colTable .colHeadings {
	font-weight: bold;
	color: #669900;
	background-color:#dedede;
}
#colTable td {
	vertical-align: text-top;
	padding: 5px;
	cell-spacing: 0;
	cell-padding: 0;
	border-top: 1px dashed #000000;
}
.column2 td {
	width: 110px;
}
.column3 td {
	width: 110px;
}
.column4 td {
	width: 110px;
}
.column5 td {
	width: 110px;
}
/* Page Structure & Style Basics */
body {
	background-image:url(../images/template/background.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
#pageHeader {
	background-color: #013360;
	border-bottom: 4px solid #4578D3;
	border-bottom-color: #4578D3;
	height: 106px;
	width: 685px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	/* padding-top: 45px; */
	padding-left: 15px;
	padding-bottom: 45px;
	}
#headLeft {
	padding-top: 45px;
	float: left;
}
#headRight {
	margin-left: 420px;
	margin-top: 15px;	
}
#page {
	width: 700px;
	border: 1px solid #959596;
	border-top: none;	
	border-bottom: none;		
	padding: 0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: white;
	background: #FFFFFF;
	overflow: hidden;
	text-align: left;
}
#content {
	padding: 3px 20px 10px 20px;
	}
#footer {
	background-image:url(../images/template/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 640px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 0;
	margin-bottom: 0;	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
	}
#footerlinks {
	padding: 15px 5px 15px 5px;
	font-size: 12px;
	color: #999999;
	}
#footerlinks a:link, #footerlinks a:visited {
	color: #020180;
	text-decoration: none;
}
#footerlinks a:hover, #footerlinks a:active {
	color: #0000CC;
	text-decoration: underline;
}
#footercopyright {
	font-size: 10px;
	padding: 5px 0px 10px 0px;	
	color: #000000;
	}	
#footercopyright a, #footercopyright a:visited {
	text-decoration: underline;
	color: #020180;
	}
#footercopyright a:hover, #footercopyright a:active {
	text-decoration: underline;
	color: #0000CC;
	}
/* End Page Structure & Style Basics */

/* Global Navigation */
#globalNav {
	width: 700px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#globalNav ul {
	border-bottom: 1px solid #959596;
	margin: 0;
	padding: 15px 0px 3px;
}
#globalNav ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#globalNav ul li a {
	color: #020180;
	padding: 4px 4px 3px 4px; 
	margin-left: 3px; 
	border: 1px solid #CCCCCC; 
	border-bottom: none; 
	background: #E6E6E6; 
	text-decoration: none;
}
#globalNav ul li a:hover {
	background-color: #659f42;
}
#globalNav ul li a#current {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* End Global Navigation */

/* Breadcrumb */
#breadcrumb {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 7px;
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;	
	background-color:#ffffff;		
}
#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: underline;
	color: #FF6600;
	background-color:#ffffff;		
	font-weight: normal
}
#breadcrumb a:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color:#FFFFFF;
	font-weight: normal;	
}
/* End Breadcrumb */

/* Gallery Buttons */
#gallerybuttons {
	margin-top: 20px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#gallerybuttons ul {
	margin: 0;
	padding: 15px 0px 3px;
}
#gallerybuttons ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#gallerybuttons ul li a {
	color: #FFFFFF;
	padding: 4px 26px 4px 26px; 
	margin-left: 3px; 
	border: 1px solid #CCCCCC; 
	border-bottom: none; 
	background: #669900; 
	text-decoration: none;
}
#gallerybuttons ul li a:hover {
	background-color: #659f42;
}
#gallerybuttons ul li a#current {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* End Gallery Buttons */

/* Headings */
h1, h2, h3, h4, h5 {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: -5px;	
	}
h1 {
	font-size: 15px;
	}
h1 span {
	display: block;
	color: #669900;
	font-size: 18px;
	}
h2 {
	font-size: 13px;
	}
h3, h4, h5 {
	font-size: 12px;
	}
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	text-decoration: none;
	color: #333333;
	}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}	
/* End Headings */

/* Images */
a img {
	border: none;
	}
p img {
	padding: 0;
	max-width: 100%;
	}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
/* End Images */