/* Links */

a:link {
	color: #004084;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline
}

a:active {
	color: #64E191;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline
}

a:hover {
	color: #64E191;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline
}

a:visited {
	font-family: arial, helvetica, sans-serif
}

a.nav:link {
	color: #6DCCF4;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}

a.nav:active {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}

a.nav:hover {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}

a.nav:visited {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}



/* Global */

body {
	margin: 0px;
	background: #004084 url(/images/background.jpg) repeat-x;
	font-family: arial
}

.nav {
	color: #6DCCF4;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}

.header {
	font-family: arial;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	background: #717171 url(/images/header-bg.jpg);
	padding: 2px 5px 5px 5px;
	margin-bottom: 20px;
	display: block
}

.content {
	color: #000000;
	background: #EBEBEB;
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #B0B0B0;
	font-family: arial;
	font-size: 9pt;
}

.inset {
	background: #D4D4D4;
	color: #000000;
	font-family: verdana;
	font-size: 9pt;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #0E63BE
}

.light {
	background: #D4D4D4;
	color: #000000;
	font-family: arial;
	font-size: 9pt
}

.medium {
	background: #0E63BE;
	color: #64E191;
	font-family: arial;
	font-size: 9pt
}

.dark {
	background: #004084;
	color: #FFFFFF;
	font-family: arial;
	font-size: 9pt
}

.smallheader {
	background: #004084;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	padding: 5px 5px 5px 5px;
}

.smallheader2 {
	background: #64E191;
	color: #004084;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	padding: 2px 2px 2px 20px;
	margin-bottom: 7px;
}

.disc-work {
	background: #64E191;
	color: #004084;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px 2px 2px 2px
}

.copyright {
	background: #002C5A;
	color: #0059FF;
	padding: 10px 10px 10px 10px;
	margin: 12px 8px 8px 8px;
	font-family: arial;
	font-size: 8pt;
	border-style: solid;
	border-color: #0059FF;
	border-width: 1px;
	width: 560px
}

/**** Photo Gallery ****/

.photo {
	margin-left: 6px;
	margin-right: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #0059FF;
}


/* Style for the form */
table.contactform {
	width: 99%;
}

/* Style for the form */
td.contactfieldname {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	width: 35%;	
}

/* Style for the form */
td.contactfieldvalue {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	width: 35%;	
}

/* Style for the form */
td.contactfielderrormsg {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	width: 30%;	
}

p.contact {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
}