@charset "UTF-8";
/* CSS Document */


/* Global Styles */

body {
	font-family:"Trebuchet MS";
	font-size:1em;
	margin:0;
	padding:0;
	background-color: #fff;
	}
	
h1 {
	color:#2A4268;
	font-size:1.5em;
	text-transform:uppercase;
	}
	
h2 {
	color:#2A4268;
	font-size:1em;
	text-transform:capitalize;
	}

h3 {
	color:#2A4268;
	font-size:1em;
	text-transform:capitalize;
	}
	
h4 {
	color:#83917A;
	font-size:.9em;
	font-style:italic;
	}
	
h5 {
	color:#fff;
	font-size:.9em;
	font-style:italic;
	}
	
h5 a:link, h5 a:visited {
	color:#fff;
	text-decoration:none;
	}
	
h5 a:hover {
	color:#fff;
	text-decoration:underline;
	}
	
p, ul, li {
	color:#666;
	font-size:.9em;
	}
	
	
a:link {
	color:#2a4268;
	text-decoration:none;
	}
	
a:visited {
	color:#2a4268;
	text-decoration:none;
	}
	
a:hover {
	color:#2a4268;
	text-decoration:underline;
	}
	

.clear {
	clear:both;
	}
	

.width {
	margin:0 auto;
	padding:0;
	width:780px;
	position:relative;
	}
	
/* Header Area */


#headerBg {
	background-image:url(../img/headerBg.gif);
	background-position:top center;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	}
	
#headerWrapper {
	width:780px;
	padding:0;
	margin:0 auto;
	}	

#logo {
	position:absolute;
	top:0;
	left:20px;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	}
	
/* Green Bar Search Box */
	
#searchBox {
	float:right;
	margin:0px 0px 0 0;
	width:215px;
	padding:5px;
	}
	
*html #searchBox {
	float:right;
	margin:0;
	width:215px;
	padding:5px;
	}
	
#search_box {
   	width: 201px;
    height: 31px;
    background: url(../img/search.gif) no-repeat;
}

#search_box #s {
	float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}

*html #search_box #s {
	display:inline;
    padding: 0;
    margin: 0px 0 0 px;
    border: 0;
    width: 159px;
    background: none;
}


#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

*html #search_box #go {
	display:inline;
	text-align:right;
    margin: 3px 2px 0 0;
	padding:0;
}


/* Blue Box Search B */


#search_boxBlue {
   	width: 201px;
    height: 31px;
    background: url(../img/searchBlue.gif) no-repeat;
}

#search_boxBlue #s {
	float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}


#search_boxBlue #go {
    float: right;
    margin: 3px 4px 0 0;
}


form {
margin: 0;
}


/* Green Bar Navigation */

	
#globalNav {
	float:left;
	padding-left:160px;
	font-size:.8em;
	text-transform:uppercase;
	font-size:.8em;
	}
	
*html #globalNav {
	float:left;
	padding-left:160px;
	padding-top:4px;
	font-size:.8em;
	text-transform:uppercase;
	}
	
*+html #globalNav {
	float:left;
	padding-left:160px;
	margin-top:8px;
	font-size:.8em;
	text-transform:uppercase;
	}
	
#globalNav a:link {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	}	
	
#globalNav a:visited {
	color:#fff;
	text-decoration:none;
	}
	
#globalNav a:hover {
	text-decoration:underline;
	}
	
	
#flag {
	text-align:left;
	padding:40px 0 0 140px;
	margin:0;
	font-size:.8em;
	}
	
*html #flag {
	text-align:left;
	padding:30px 0 0 140px;
	font-size:.8em;
	}
	
#flag p {
	width:380px;
	background-color:#2A4268;
	padding:5px 5px 5px 20px;
	color:#fff;
	font-variant:small-caps;
	font-size:1.1em;
	}
	
#flag a:link, #flag a:visited {
	color:#fff;
	text-decoration:none;
	}
	
#flag a:hover {
	color:#fff;
	text-decoration:underline;
	}
	
/* Main Navigation */

	
#nav {
	width:780px;
	background-color:#fff;
	margin-top:0px;
	min-height:30px;
	}
	
* html #nav {
	width:780px;
	background-color:#fff;
	margin-top:-10px;
	margin-left:-30px;
	min-height:30px;
	}
	
*+html #nav {
	width:780px;
	background-color:#fff;
	margin-top:10px;
	min-height:30px;
	}
	
#nav ul {
	padding-left:160px;
	}
	
#nav li {
	float:left;
	text-align:right;
	list-style:none;
	color:#fff;
	font-size:.9em;
	background-color:#93a5bb;
	margin-right:3px;

	}
	
#nav li a:link, #nav li a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:8px;
	background-color:93a5bb;
	border-left:1px solid #284268;
	border-top:1px solid #284268;
	border-right:1px solid #7c93ae;
	border-bottom:1px solid #7c93ae;
	}
	
#nav li a:hover {
	background-color:#284268;
	color:#fff;
	text-decoration:none;
	border-left:1px solid #284268;
	border-top:1px solid #284268;
	border-right:1px solid #7c93ae;
	border-bottomt:1px solid #7c93ae;
	}
	
	
	
	
/* Blue Content Area */
	
	
	
#contentBar {
	background-color:#B1BBCC;
	width:100%;
	border-bottom:15px solid #fff;
	margin-top:0px;
	background-image:url(../img/bg-water.jpg);
	background-repeat:repeat;
	}
	
#contentWrapper {
	width:780px;
	margin:0 auto;
	background-color:#93A5BB;
	}
	
	
/* Sand Content Area */
	
	
#bottomBar {
	width:100%;
	clear:both;
	background-color:#E5DFD7;
	background-image:url(../img/bg-sand.jpg);
	background-repeat:repeat;
	}
	
#bottomWrapper {
	width:780px;
	background-color:#DCD3C9;
	margin:0 auto;
	}
	
/* HOME PAGE - Sand Content Area */
	
#bottomLeft {
	background-color:#fff;
	margin:15px;
	padding:0 0 10px 15px;
	float:left;
	width:500px;
	display:inline;
	}
	
* html #bottomLeft {
	background-color:#fff;
	margin:15px;
	padding:0px 0 10px 15px;
	float:left;
	width:470px;
	display:inline;
	}

	
#bottomLeft h3 {
	font-size:1.5em;
	color:#2A4268;
	text-transform:uppercase;
	}
	
#bottomLeft p {
	color:#666;
	padding-right:15px;
	padding-bottom:5px;
	}
	
#bottomLeft a:link {
	color:#2A4268;
	text-decoration:none;
	}
	
#bottomLeft a:visited {
	color:#2A4268;
	text-decoration:none;
	}
	
#bottomLeft a:hover {
	color:#2A4268;
	text-decoration:underline;
	}
	
.corner {
	float:right;
	margin:0;
	padding:0;
	}
	
#bottomRight {
	float:right;
	width:190px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px;
	background-color:#BAAFA6;
	border:.15em solid #fff;
	}
	
#bottomRight h4 {
	color:#fff;
	text-transform:lowercase;
	font-size:1em;
	text-align:right;
	border-bottom:.1em solid #fff;
	}
	
#bottomRight p {
	color:#fff;
	font-size:.8em;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
	
#bottomRight a:link {
	text-decoration:none;
	color:#fff;
	}
	
#bottomRight a:visited {
	text-decoration:none;
	color:#fff;
	}
	
#bottomRight a:hover {
	text-decoration:underline;
	color:#fff;
	}

#bottomRight .button a:link {
	color:#fff;
	font-size:1.2em;
	text-align:center;
	background:#2a4268;
	padding:3px;
	border:1px solid #fff;
	text-transform:uppercase;
	width:100px;
	float:right;
	text-decoration:none;
	}
	
#bottomRight .button a:visited {
	color:#fff;
	font-size:1.2em;
	text-align:center;
	background:#2a4268;
	padding:3px;
	border:1px solid #fff;
	text-transform:uppercase;
	width:100px;
	float:right;
	text-decoration:none;
	}
	
#bottomRight .button a:hover {
	color:#2a2468;
	font-size:1.2em;
	text-align:center;
	background:#fff;
	padding:3px;
	border:1px solid #2a2468;
	text-transform:uppercase;
	width:100px;
	float:right;
	text-decoration:none;
	}
	
	
/* Footer Content Area */
	

#footer {
	width:100%;
	background-color:#E7E6E0;
	background-image:url(../img/bg-grad-sand.gif);
	background-position:top;
	background-repeat:repeat-x;
	border-top:5px solid #fff;
	height:240px;
	clear:both;
	}
	
#footerWrapper {
	width:780px;
	margin:0 auto;
	}
	
#footerWrapper p {
	color:#716e6b;
	padding:15px;
	font-size:.7em;
	background-color:#E7E6E0;
	border-bottom:1px solid #BAAFA6;
	border-left:1px solid #BAAFA6;
	border-right:1px solid #BAAFA6;
	}
	
	
/* Home Page Styles */		
	
#leftColumn {
	width:225px;
	padding:40px 15px 15px 15px;
	float:left;
	clear:both;	
	}
	
.boxBlue, .boxGreen {
	width:210px;
	background-color:#2A4268;
	color:#fff;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #fff;
	}
	
	
.boxGreen {
	width:210px;
	background-color:#9cb790;
	color:#fff;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #fff;
	}
		
.boxBlue p, .boxGreen p {
	font-size:.9em;
	padding:0;
	margin:0 auto;
	color:#fff;
	text-transform:uppercase;
	}
	
.boxGreen p.detail {
	font-size:.7em;
	text-transform:none;
	}
	
.boxBlue a:link, .boxGreen a:link {
	color:#fff;
	text-decoration:none;
	}
	
.boxBlue a:visited, .boxGreen a:visited {
	color:#fff;
	text-decoration:none;
	}
	
.boxBlue a:hover, .boxGreen a:hover {
	color:#fff;
	text-decoration:underline;
	}

#rightColumn {
	width:500px;
	margin:40px 10px 15px 0;
	float:right;
	clear:none;
	}
	
#rightColumn img {
	border:10px solid #fff;
	}
	
	
/* Content Page Styles */	
	

#copyColumn {
	width:480px;
	min-height:300px;
	margin:40px 0px 15px 20px;
	float:left;
	clear:none;
	background:#fff;
	padding:0 0 0 10px;
	border-left:2px solid #999;
	display:inline;
	}
	
*html #copyColumn {
	width:460px;
	min-height:300px;
	margin:40px 0px 15px 20px;
	float:left;
	clear:none;
	background:#fff;
	padding:0 0 0 10px;
	border-left:2px solid #999;
	display:inline;
	}
	
#copyColumn p {
	padding-right:10px;
	}
	
	
#buttonColumn {
	width:225px;
	padding:40px 25px 15px 15px;
	float:right;
	clear:both;	
	}
	
.corner {
	float:right;
	margin:0;
	padding:0;
	}
	
.arrow {
	vertical-align:text-bottom;
	}
	
#breadcrumbs {
	font-size:.8em;
	color:#999;
	}
	
#breadcrumbs a:link {
	color:#999;
	text-decoration:none;
	}
	
#breadcrumbs a:visited {
	color:#999;
	text-decoration:none;
	}
	
#breadcrumbs a:hover {
	color:#2A4268;
	text-decoration:none;
	}
	
.boardPhoto {
	width:120px;
	height:175px;
	float:left;
	margin:5 auto;
	padding:0 10px 0 10px;
	text-align:center;
	font-size:.8em;
	}
	
.boardPhoto a:link {
	color:#666;
	text-decoration:none;
	}
	

.boardPhoto a:visited {
	color:#666;
	text-decoration:none;
	}
	

.boardPhoto a:hover {
	color:#2A4268;
	text-decoration:none;
	}
	
.linkHighlight a:link {
	background-color:#E5DFD7;
	padding:10px;
	margin:0 10px 0 0;
	width:auto;
	float:left;
	border:1px dashed #BAAFA6;
	display:block;
	text-decoration:none;
	}
	
.linkHighlight a:visited {
	background-color:#E5DFD7;
	padding:10px;
	margin:0 10px 0 0;
	width:auto;
	float:left;
	border:1px dashed #BAAFA6;
	display:block;
	text-decoration:none;
	}

.linkHighlight a:hover {
	background-color:#2A4268;
	display:block;
	color:#fff;
	border:1px dashed #FFF;
	}		
	
	
.bottomBox {
	float:left;
	text-align:center;
	width:225px;
	background:#fff;
	padding:10px;
	margin:20px 0px 0 20px;
	}
	
.bottomBox img {
	text-align:center;
	}
	
.help1 {
	background-color:#E5DFD7;
	background-image:url(../img/1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px 5px 5px 10px;
	width:212px;
	margin-right:10px;
	float:left;
	min-height:150px;
	border:1px solid #BAAFA6;
	}

.help1 h1 {
	font-size:1.2em;
	color:#2A4268;
	text-transform:capitalize;
	}
	
	
.help2 {
	background-color:#E5DFD7;
	background-image:url(../img/2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px 5px 5px 10px;
	width:212px;
	margin-right:10px;
	float:left;
	min-height:150px;
	border:1px solid #BAAFA6;
	}

.help2 h1 {
	font-size:1.2em;
	color:#2A4268;
	text-transform:capitalize;
	}
	
.help3 {
	background-color:#E5DFD7;
	background-image:url(../img/3.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px 5px 5px 10px;
	width:212px;
	margin:20px 10px 20px 0;
	float:left;
	min-height:150px;
	border:1px solid #BAAFA6;
	}

.help3 h1 {
	font-size:1.2em;
	color:#2A4268;
	text-transform:capitalize;
	}
	
.help4 {
	background-color:#E5DFD7;
	background-image:url(../img/4.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px 5px 5px 10px;
	width:212px;
	margin:20px 10px 20px 0;
	float:left;
	min-height:150px;
	border:1px solid #BAAFA6;
	}
.help4 h1 {
	font-size:1.2em;
	color:#2A4268;
	text-transform:capitalize;
	}
	
.bio img {
	float:right;
	margin:0 10px 10px 10px;
	}
	
.headline {
	float:left;
	width:300px;
	margin-right:10px;
	}
	
.headline h2 {
	font-size:.9em;
	color:#2A4268;
	padding-bottom:0;
	}
	
.headline p {
	padding-top:0;
	font-size:.75em;
	}
	
.read {
	float:right;
	width:170px;
	}

.read a:link, #read a:visited {
	text-transform:uppercase;
	color:#2A4268;
	text-decoration:none;
	}
	
.read a:hover {
	text-decoration:underline;
	color:#2A4268;
	}

	
	
	
/* Flash Style */
#printOnly {
	display:none;
	}
	
#flash {
	border:10px solid #fff;	
	
}

