/* CSS Document */

html {
	scrollbar-base-color:#1c224f;
	scrollbar-arrow-color:#FFFFFF;
} 

body {
	margin: 35px 0px 35px 0px;
	background-color: #2a3166;
}
body, p, td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a:link, a:active, a:visited {
	color: #859d6f;
}
a:hover {
	text-decoration: none;
}

h1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
h2 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -5px;
}

table#container {
	width: 880px;
	border: 10px solid #FFFFFF;
	border-bottom: 0px;
}

#header {
	width: 880px;
	border-bottom: 10px solid #FFFFFF;
	background-color: #1c224f;
}
#header td {
	vertical-align: baseline;
	text-align: right;
}
#header a:link, #header a:active, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* MID SECTION */
table.mid {
	height: 315px;
}

/* 1st Column - Menu */
.menu {
	width: 154px;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	background-image: url(../images/menu_bg_tile.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	padding-top: 3px;
}
.menu table {
	width: 154px;
}
.menu td {
	background-image: url(../images/menu_opt_line.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 15px;
}
.menu a:link, .menu a:active, .menu a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	color: #3b4383;
}

/* 2nd Column - Content (home) */
.content {
	width: 275px;
	background-color: #4b4b7d;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	vertical-align: top;
	padding: 5px 0px 0px 21px;
}

/* 2nd Column - Content (main) */
.contentmain {
	width: 402px;
	background-color: #4b4b7d;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	vertical-align: top;
	padding: 5px 0px 0px 21px;
}

.contentgallery {
	width: 100%;
	background-color: #4b4b7d;
	border-bottom: 10px solid #FFFFFF;
	vertical-align: top;
	padding: 5px 0px 0px 21px;
}

/* 2nd Column - Content (main - larger) */
.contentlarge {
	background-color: #4b4b7d;
	border-bottom: 10px solid #FFFFFF;
	vertical-align: top;
	padding: 5px 0px 0px 21px;
}

/* 3rd Column - Right Panel */
.panelright {
	width: 285px;
	vertical-align: top;
	border-bottom: 10px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #4b4b4b;
}
.panelright th {
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid  #FFFFFF;
	border-bottom: 10px solid  #FFFFFF;
	vertical-align: top;
}
.panelright td {
	vertical-align: top;
	color: #4b4b4b;
}

.panelrightgallery {
	width: 285px;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #4b4b4b;
}

/* 3rd Column - Images (home) */
.images {
	width: 95px;
	border-right: 10px solid #FFFFFF;
	vertical-align: top;
}
.images img {
	border-bottom: 10px solid #FFFFFF;
}

/* 4th Column - Flash */
.flash {
	width: 305px;
	border-bottom: 10px solid #FFFFFF;
}

div.scroll {
	width: 250px;
	height: 255px;
	overflow: auto;
	padding: 0px 20px 10px 5px;
}

div.scrollfull {
	width: 670px;
	height: 255px;
	overflow: auto;
	overflow-x: hidden;
	padding: 0px 20px 10px 5px;
}

#footer {
	padding-top: 10px;
	width: 860px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.contactform {
}
.contactform td {
	border-bottom: 1px solid #7d7db6;
}

input, textarea {
	border: 1px solid #FFFFFF;
	background-color: #dcdcfe;
	width: 300px;
}

.formbutton {
	background-color: #728a5d;
	border: 1px solid #FFFFFF;
	padding: 2px 3px 2px 3px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: auto;
}

#imagegallery {
	width: 100px;
}
#imagegallery, #imagegallery td {
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #000000;
}
#imggallery img {
	border: 0px;
}
#imggallery a {
	color: #000000;
}