/*
orange cmyk	0	50	100	0
blue cmyk	100	70	0	0
orange rgb	F7941D
blue rgb	005BAA
light blue	DDEEFF
*/



* {

	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Verdana, Arial, sans-serif;
	color: #0A0A0A;
	background: #FFFFCC url(../images/sand-tile.jpg) top center;
 	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 0.9em;
	}
p {
	margin-top: 0em;
	margin-bottom: 0.em;
	text-align: left;
	}
h1 {
	font-style: italic;
	font-weight: normal;
	font-size: 2.4em;
	letter-spacing: 0.1em;
	margin: 0em;

	color: #005BAA;

	}
h2 {
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	margin: 0.5em;

	color: #005BAA;

	}
h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0em;
	margin: 1em 0em 0em 0em;

	color: #005BAA;

	}

a:link {
	text-decoration: underline;
	border: none;
	color: maroon;
	background: transparent;
	}
a:visited {
	text-decoration: none;
	border-bottom: 2px dotted;
	color: #0A0A0A;
	background: transparent;
	}
a:hover, a:active, a:focus {
	text-decoration: underline;
	border: none;
	color: maroon;
	background: #FFFFDD;
	}

hr {
	margin: 0.5em 0em 0.5em 0em;
	}
/*****************
* generic
******************/
.access {
	display: none;
	}

.nofrills:link, .nofrills:visited {
	text-decoration: none;
	border: none;
	color: #0A0A0A;
	}
.nofrills:hover, .nofrills:active, .nofrills:focus {
	text-decoration: underline;
	border: none;
	color: maroon;
	}

.center	{
	text-align: center;
	}

.mbs {
	font-weight: normal;
	font-size: 1.2em;
	font-style: italic;
	font-family: serif;
	text-align: center;
	white-space: nowrap;
	}
.head {
	margin: 0em;
	padding: 0.5em 0em 0em 1em;
	font-weight: bold;
	}
.row {
	margin: 0em;
	padding: 0em 0em 0em 2em;
	font-weight: normal;
	}
.more-top {
	padding-top: 1em;
	}
.td-top {
	vertical-align: top;
	}
.nowrap {
	white-space: nowrap;
	}
.small-print {
	font-size: 0.8em;
    }
.fit-shell {
	 padding-right: 160px;
}

.block {
	display: inline-block;
}
.block {
	display: table-cell;
}
/*****************
* something to wrap everything else in (and still have room to move)
******************/
#margin	{
       	position: relative;
	margin: auto;
	width: 1050px;
	}
#border	{
	margin: 0px;
	padding: 0px;
	}

/* padding: top right bottom left */
/*****************
* banner stuff
******************/
#banner	{
	background: url(../images/) no-repeat bottom left;
	height: 160px;
	text-align: center;
	border-top: pt solid #005BAA;
	border-right: pt solid #005BAA;
	border-bottom: none;
	border-left: pt solid #005BAA;
	}

#banner img { border: none }

#banner a {
	text-decoration: none;
/*	color: whatever;	*/
	border: none;
	background: transparent;
	}

#banner h1 { margin-top: 10px }

#banner h1 span	{
	display: none;
	}
/*****************
* main containing box
******************/
#main {
	background: url(../images/) no-repeat bottom left;
        margin: 0px;
	padding: 0px;
	border-top: pt solid #005BAA;
	border-right: 0t solid #005BAA;
	border-bottom: pt solid #005BAA;
	border-left: pt solid #005BAA;
	text-align: left;
}

/*****************
* most text is in here
******************/

/* padding: top right bottom left */
#bodyText {
	padding: 15px 20px 10px 50px;
	}

/*****************
* site specific footer
******************/

#footer {
	background: #DDEEFF;
	margin: 5px 0px 10px 0px;
	padding: 7px 0px 10px 20px;

	border-width: pt;
	border-style: solid;
	border-color: #005BAA;

	text-align: left;
	}

#footer td {
	padding: 5px 10px 0px 0px;
	font-size: 14pt;
	}
/*

#little-logo img	{
	width: 134px;
	height: 50px;
	border: 0;

	position: absolute;
	bottom: 25px;
	left: 10px;
	text-align: left;
	float: left;
	}
#little-logo span	{
	display: none;
	}
*/


#about_video {
	float: left;
/*	width: 200px;
	height: 120px;
	background: transparent;	*/
	padding: 10px 20px 10px 0;
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
	}


#about_video2 {
	float: left;
	padding: 0;
	margin: 10px 20px 10px 0;
	font-size: 0.8em;
	text-align: center;
	font-style: italic;
	border: 1pt black solid;
}