@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/all_pages/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLt #container {
	width: 840px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #3b5a6f;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #b8c3cb;
	background-image: url(../images/all_pages/left_column_gradient.jpg);
	background-repeat: repeat-y;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 180px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltrt_marginrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body { background-image: url(../images/all_pages/background.jpg); }
h4 {
	color: #011527;
	font-size: 14px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-top: 0;
	list-style-type: disc;
	line-height: 1.2em;
	margin-left: 5px
}
.staff_names {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 110%;
	font-weight: 300;
	color: #3b5a6f;
	background-color: #e7ebef;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #215975;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #215975;
}
p {
	color: #011527;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-top: 0;
	list-style-type: disc;
	line-height: 1.2em;
	margin-left: 5px;
}
.p-litefont {
	color: #011527;
	font-size: 92%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-top: 0;
	list-style-type: disc;
	line-height: 1.2em;
}

.client_boxes {
	background-color: #FFFFFF;
	padding: 5px;
	height: auto;
	width: 250px;
	border: 1px solid #215975;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
}
.p_lightfont { color: #b8c3cb; font-size: 90%; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }
td { }
.p_lightfont a:link {
	color: #b8c3cb;
	text-decoration: none;
}
.p_lightfont a:visited {
	color: #b8c3cb;
	text-decoration: none;
}
.p_lightfont a:hover {
	color: #a0a3a6;
	text-decoration: none;
}
.p_lightfont a:active {
	color: #a0a3a6;
	text-decoration: none;
}
.p_lightfont_withmargin {
	color: #b8c3cb;
	font-size: 90%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	width: 480px;
	padding-right: 20px;
	padding-left: 62px;
	display: block;
}

.p_medfont {
	color: #747a7f;
	font-size: 92%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-right: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.sitemap_page {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	list-style-type: disc;
	text-decoration: none;
	padding-left: 0px;
	margin-bottom: -20px;
	padding-top: 0px;
	padding-bottom: -20px;
	list-style-position: inside;
}

td { }
.p_medfont a:link {
	color: #4b94b7;
	text-decoration: none;
}
.p_medfont a:visited {
	color: #416483;
	text-decoration: none;
}
.p_medfont a:hover {
	color: #747a7f;
	text-decoration: none;
}
.p_medfont a:active {
	color: #747a7f;
	text-decoration: none;
}
a:link { color: #1b77a3; text-decoration: none; }
a:visited { color: #416483; text-decoration: none; }
a:hover { color: #32556c; text-decoration: none; }
a:active { color: #32556c; text-decoration: none; }
.content_rt {
	height: auto;
	width: 660px;
	position: absolute;
	background-color: #ebebeb;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #3b5a6f;
	float: right;
}
.grey_bkgrnd {
	background-color: bac2c9;
	border: solid 2px #3b5a6f;
}
.bkgrnd_lt_nautilus-splash {
	background-image: url(../images/splash/nautilus_light_splash.jpg);
	background-repeat: no-repeat;
	background-color: b8c3cb;
	height: auto;
	float: right;
	width: 658px;
}
.tight_ul {
	line-height: 1.2em;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 92%;
	font-weight: 200;
	color: #000000;
}
h1 {
	color: #011527;
	font-size: 15px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}
.small_pics_container {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-top: 15px;
	padding-bottom: 60px;
	padding-right: 10px;
	z-index: 2000;
}
.textunder_small_pics {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	z-index: 2000;
	margin-top: 15px;
	clear: both;
	overflow: visible;
	visibility: inherit;
}
#flash {
	z-index: 500;
	left: -180px;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 110%;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.small_imagemiddle {
	padding-right: 10px;
	padding-left: 10px;
}
.small_type {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
	height: auto;
	width: 165px;
	text-align: center;
	margin: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.small_type_rt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
	height: auto;
	width: 45px;
	padding-top: 10px;
	padding-right: 5px;
}
#albumlist {
list-style-type: none;
}
#albumlist li {
	float: left;
margin-right:6px
margin-bottom: 10px
;
}
#albumlist img {
	display: block;
}
#albumlist img_rt {
	display: block;
}
.footer_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 100;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	width: 620px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: right;
}
.navbar_container {
	background-image: url(../images/all_pages/nav_bar.jpg);
	background-repeat: repeat-y;
	clear: none;
	float: none;
	height: 50px;
	width: 660px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
	font-weight: 200;
	color: #b8c3cb;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	z-index: 2000;
}
.maincontent_backgroundNaut {
	background-image: url(../images/all_pages/nautilus_ultralite.jpg);
	background-color: #e0e5e9;
	height: auto;
	width: 630px;
	background-repeat: no-repeat;
	float: none;
	text-align: left;
	border: 2px solid #215975;
	margin-left: 10px;
	
}
.maincontent_backgrnd_dark_Naut {
	background-image: url(../images/all_pages/backgrnd_dark_nautilus.jpg);
	background-color: #485b6e;
	height: auto;
	width: 630px;
	background-repeat: repeat-y;
	float: none;
	text-align: left;
	border: thick double #b8c3cb;
	margin-left: 10px;
}
.imagedescription_center {
	clear: none;
	align: center;
	margin-top: -20px;
	margin-bottom:0px;
	margin-left: 60px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 85%;
	font-weight: 300;
	color: #ffffff;
}
.img {
	margin-left: 0px;
	padding-left: 0px;
}
.img_link_noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image_reg {
	padding: 2px;
	border: 3px solid #215975;
}
.image_center {
	border: 3px solid #000000;
	clear: none;
	align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 60px;
	padding: 0px;
}
.image_center_smallmargincenter {
	border: 3px solid #000000;
	clear: none;
	align: center;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 20px;
	padding: 0px;
}
.image_float_center {
	border: 3px solid #215975;
	clear: none;
	float: right;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	margin-right: 7px;
	padding: 2px;
}
.image_float_left {
	border: 3px solid #215975;
	clear: none;
	float: left;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 4px;
	margin-right: 8px;
	padding: 2px;
}
.image_float_right {
	border: 3px solid #215975;
	clear: none;
	float: right;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 4px;
	margin-right: 8px;
	padding: 2px;
}

.image_production {
	padding: 2px;
	border: thin double #FFFFFF;
}
.maincontent_text {
	margin: 0px;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
}
.twoColFixLtcontainersidebarlis {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
	font-style: normal;
	line-height: 1em;
	font-weight: 300;
	text-decoration: none;
	list-style-type: circle;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
.uarehere {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 110%;
	font-weight: 300;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.uarehere_lt {
clear: none;
	align: center;
	margin-top: -20px;
	margin-bottom:0px;
	margin-left: 60px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 93%;
	font-weight: 300;
	color: #ffffff;
}
.container_text_image {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 80%;
	line-height: 1.2px;
	color: #215975;
	background-color: #eeefff;
	padding: 3px;
	height: auto;
	width: 300px;
	border: 1px solid #215975;
	text-align: center;
	float: right;
	margin-top: 12px;
	margin-bottom: 8px;
	margin-left: 12px;
}
.container_text_image_left {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 80%;
	line-height: 1.2px;
	color: #215975;
	background-color: #eeefff;
	padding: 3px;
	height: auto;
	width: 300px;
	border: 1px solid #215975;
	text-align: center;
	float: left;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 8px;
	margin-left: 12px;
}
.container_text_image_varioussize_c {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 80%;
	line-height: 1.2px;
	color: #215975;
	background-color: #eeefff;
	align: center;
	height: auto;
	width: auto;
	border: 1px solid #215975;
	text-align: center;
	margin-top: 12px;
	margin-right: 55px;
	margin-bottom: 8px;
	margin-left: 55px;
	padding: 3px;
}
.med_pics_container {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 0px;
	z-index: 2000;
	height: 280px;
	width: auto;
	}
.medium_width_left{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
	height: auto;
	width: 270px;
	text-align: center;
	background-color: #eeefff;
	border: 1px solid #215975;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding: 2px;
	}
.medium_width_right{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
	height: auto;
	width: 281px;
	text-align: center;
	background-color: #eeefff;
	border: 1px solid #215975;
	padding: 2px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	}
.medium_width_left_vert{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
	height: auto;
	width: 200px;
	text-align: center;
	background-color: #eeefff;
	border: 1px solid #215975;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding: 2px;
	}
.medium_width_right_horiz{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
	height: auto;
	width: 360px;
	text-align: center;
	background-color: #eeefff;
	border: 1px solid #215975;
	padding: 2px;
	margin: 1px;
	}
	
ul {
	list-style-type: square;
	padding-left: 
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 300;
	margin-left: 5px;
	padding-left: 10px;
	margin-right: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

.atrium_fix {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: 300;
}
.footer_cpyr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1em;
	font-weight: 100;
	color: #666666;
	text-decoration: none;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	width: 620px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: right;
}
.no_bottom_margin {
	margin-bottom: -10px;
}
.under_ul_fix_margin {
	margin-top: -10px;
}
.line_nospace {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -5px;
	padding-left: 0px;
}
.indent10pxls {
	margin-left: 10px;
	
}
.indent25pxls {
	margin-left: 25px;
	line-height: 1.5em;	
}
.header_center {
	margin-left: 0px;
	padding-left: 0px;
	width: 660px;
	left: -182px;
}
.p_withoutmargins {
	color: #011527;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-top: 0;
	list-style-type: disc;
	line-height: 1.2em;
	margin-left: 5px;
}
.p_withoutmargins_b {
	color: #011527;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-top: 0;
	list-style-type: disc;
	line-height: 1.2em;
}
.rt_margin_return {
	margin-right: 20px;
}
.italic_smalltype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
