/* Start of CMSMS style sheet 'style-default' */
html {
}
* {
	padding:0;
	margin:0;
	border:0;
}
.clearing {
	height: 0;
	clear: both;
}
body {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
	background: url(images/backgrounds/bg-body.jpg) top center repeat-x #00aae7;
	line-height:1.4;
}
.horizontal-line {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	height: 1px;
	width: 100%;
	display: block;
	background: #ededed;
}
hr {
	margin: 20px auto;
	height: 1px; 
	width: 100%;
	display: block;
	background: #ededed;
}
.banner-cta {
	/* background: url(images/backgrounds/bg-banner-cta.jpg) center no-repeat transparent; */
	width:1000px;
	height:100px;
}
#background {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background: url(images/backgrounds/bg-logo.png) top center fixed no-repeat transparent;
}
/* == FONTS == */

a {
	color: #1A1A1A;
}
a:hover {
	color: #000000;
}
p {
	font-size:11pt;
	text-align:justify;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#333333;
	margin-top: 15px;
	margin-bottom:15px;
}
p.quote {
	font-size:11pt;
	text-align:justify;
	font-family:Georgia;
	font-style: italic;
	color:#333333;
	margin: 20px 0 20px 0;
}
p.testimonial {
	font-size:11pt;
	text-align:justify;
	font-family:Georgia;
	font-style: italic;
	color:#333333;
	margin: 10px 0 2px 0;
}
p.testimonialname {
	font-size:11pt;
	text-align:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color:#2c2c2c;
	margin: 2px 0 10px 0;
}
p.footnote {
	font-size:9pt;
	text-align:justify;
	font-style: normal;
	margin-top: 7px;
	margin-bottom:7px;
}
.sidebar {
	margin: 0px 15px 15px 15px;
}
.navytext {
	color:#002341;
}
.bluetext {
	color:#005488;
}
sup {
	font-size:7pt;
	margin: 0;
}
h1 sup {
	font-size:11pt;
	margin: 0;
}
h1 {
	font-size:18pt;
	text-align:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#002341;
	margin: 15px 0 0 0;
}
h2 {
	font-size:15pt;
	text-align:justify;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#005488;
	margin: 10px 0 0 0;
}
h3 {
	font-size:15pt;
	text-align:justify;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#1A1A1A;
	margin: 10px 0 0 0;
}
h4 {
	font-size:12pt;
	text-align:justify;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#005488;
	margin: 12px 0 10px 0;
}
h5 {
	font-size:12pt;
	text-align:justify;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin: 12px 0 10px 0;
	color:#1A1A1A;
}
h6 {
	font-size:10pt;	
	text-align:justify;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal;
	margin: 12px 0 10px 0;  
	color:#005488;
}
ul {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 20px 20px 50px;
}
ol {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 20px 20px 50px;
}
li {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 0 10px 0;
	font-size:11pt;
	text-align:justify;
	color:#000000;
}
.laser ul {
	margin-left: 40px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.checklist {
	margin-top:11px;
}
.checklist li {
	background: url(/images/backgrounds/bullet1.png) no-repeat left top;
	font-size:11pt;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:left;
	padding-left:25px;
	list-style: none;
	line-height:20px;
	margin-left:-25px;
}
.checklist2 {
	margin-top:11px; margin-left:25px;
}
.checklist2 li {
	background: url(/images/backgrounds/bullet1.png) no-repeat left top;
	font-size:11pt;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:left;
	padding-left:25px;
	list-style: none;
	line-height:20px;
	margin-left:-25px;
}
.textleft li {
	text-align:left;
}
textarea {
	color:#000000;
	font-size:9pt;
	text-align:justify;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:transparent;
}
input {
	border-color:#AAAAAA;
	border-top-width:2px;
	border-bottom-width:0px;
	border-left-width:2px;
	border-right-width:0px;
	border-style:solid;
	background-color:transparent;
	color:#342930;
}
select {
	border-color:#AAAAAA;
	border-top-width:2px;
	border-bottom-width:0px;
	border-left-width:2px;
	border-right-width:0px;
	border-style:solid;
	background-color:transparent;
	color:#342930;
}
input.btn {
	background-color:transparent;
	width: 150px;
	height:25px;
	border:2px solid;
	border-color: #CCCCCC #000000 #000000 #CCCCCC;
	color:#ffffff;
	font-weight:bold;
}
.confirm {
	background-color:transparent;
	color:yellow;
}
/* == TABLE == */

table {
	font-size:11pt;
	text-align: left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 18px 0;
}
table p, .laser p {
	font-size:11pt;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	line-height: 1.4;
}
table h1, .laser h1 {
	font-size:14pt;
	text-align:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#002341;
	margin: 0 0 5px 0;
}
table h2, .laser h2 {
	font-size:12pt;
	text-align:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#005488;
	margin: 0 0 5px 0;
}
table h3, .laser h3 {
	font-size:12pt;
	text-align:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#1A1A1A;
	margin: 0 0 5px 0;
}
table h4, .laser h4 {
	font-size:10pt;
	text-align:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#005488;
	margin: 0 0 5px 0;
}
table h5, .laser h5 {
	font-size:10pt;
	text-align:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#1A1A1A;
	margin: 0 0 5px 0;
}
table h6, .laser h6 {
	font-size:10pt;	
	text-align:left;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	margin: 0 0 5px 0;  
}
td {
	padding:0px;
	margin: 0px;
}
tr {
	padding: 0px;
	margin: 0px;
}
.products h2 {
	font-size:15pt;
	text-align:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#005488;
	margin: 0;
}
.products h5 {
	font-size:12pt;
	text-align:justify;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin: 8px 0;
	color:#1A1A1A;
}
.specs {
	margin-top:11px;
}
.specs li {
	background: url(/images/backgrounds/bullet1.png) no-repeat left top;
	font-size:11pt;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left:25px;
	list-style: none;
	line-height:20px;
	margin-left:-50px;
}
.staff tr td img {
	border:1px solid #EDEDED;
}
.staff p {
	font-size: 14px;
	text-align: center;
	margin: 15px;
}
.staff h3 {
	font-size: 14pt;
	margin: 10px 15px 0;
}
.staff h4 {
	font-size: 13pt;
	margin: 2px 15px;
}
.staff tr td img {
	box-shadow: 8px 8px 6px -6px #EDEDED;
	-webkit-box-shadow:  8px 8px 6px -6px #EDEDED;
	-moz-box-shadow: 8px 8px 6px -6px #EDEDED;
}

table.people, table.dates {
	margin-top: 10px;
}
#data, .data {
	text-align: left;
	border: 1px solid #d5d5d5;
	border-collapse: collapse;
}
.data td {
	vertical-align: middle;
	padding: 0 10px;
	border: 1px solid #d5d5d5;
	border-collapse: collapse;
}
.data td p {
	margin: 2px 0 0 0;
}
.data th {
	background-color:transparent;
	height: 40px;
       
	padding: 0 10px;
}
.data th, .data th p {
	color:#005488;
	font-weight: normal;
 text-align: center;
	font-size: 13pt;
}

tr.title p {
	font-size:14pt;
	text-align:left;
	font-weight:300;
	color:#005A9A;
	margin: 0 0 5px 0;
	padding-top: 5px;
	height: 50px;  
}
tr.title h2 {
	font-size:18pt;
	text-align:left;
	color:#0096CF;
	margin: 0 0 5px 0;   
}
tr.title h3 {
	font-size:18pt;
	text-align:left;
	color:#005A9A;
	margin: 0 0 5px 0;   
}
tr.total p {
	font-weight:normal;
	color:#000000; 
}
tr.title, tr.row-first {
	height: 50px;
	background-color:transparent;
}
tr.row-dark, tr.row-light {
	height: 34px;
}
.row-light, {
	background-color:transparent;
	background: #fbfbfb;
}
.row-dark {
	background-color:transparent;
	background: #f7f7f7;
}
/* == IMAGE == */

img.center {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
}
img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
img.header {
	margin-top: 10px;
}
.nomargins {
	margin:0px;
}
.image-odd {
	float:left;
	width:212px;
	min-height:150px;
	margin: 0 0 10px 0;
}
.image-even {
	float:left;
	width:212px;
	min-height:150px;
	margin: 0 12px 10px 12px;
}
/*************************************************************************************/

#header_outer_outer_wrapper {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	/* background: url(images/backgrounds/bg-header.jpg) center repeat-x transparent; */
	color: #ffffff;
	width:100%;
	height:132px;
}
#header_outer_wrapper {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	width: 990px;
	height: 132px;
}
#header_wrapper {
}
#header_container {
	margin-right:-215px;
	width: 990px;
	height: 132px;
	float: left;
}
#header_content {
	margin-right: 0px;
}
#header_left {
	width: 0px;
	float: left;
}
#header_center {
	width: 990px;
	margin-left:-0px;
	float: left;
}
#header_right {
	width: 0px;
	float: left;
}
/*************************************************************************************/

#menu_outer_outer_wrapper {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	background: url(images/backgrounds/bg-menu1.png) center no-repeat transparent;
	width: 100%;
	height: 56px;
}
#menu_outer_wrapper {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	width: 990px;
	height: 56px;
}
#menu_wrapper {
}
#menu_container {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	width: 990px;
	height: 56px;
	z-index:20;
	text-align:left;
}
.menu {
	text-decoration: none;
	float:left;
	text-align:left;
}
.menu:hover {
	color: #FFFFFF;
}
/*************************************************************************************/

#displayer_outer_outer_wrapper {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	background: url(images/backgrounds/bg-displayer.png) center repeat-y transparent;
	width:100%;
	height:270px;
}
#displayer_outer_wrapper {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	width: 990px;
	height: 270px;
}
#displayer_wrapper {
}
#displayer_container {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 270px;
	float: left;
}
#displayer_content {
	margin-right: 0px;
}
#displayer_left {
	width: 0px;
	float: left;
}
#displayer_center {
	width: 990px;
	margin-left: -0px;
}
#displayer_right {
	width: 0px;
	float: right;
}
/***************************************************************************/

#main_outer_outer_wrapper {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	background: url(images/backgrounds/bg-main.png) center repeat-y transparent;
	width:100%;
}
#main_outer_wrapper {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	width:990px;
}
#main_wrapper {
}
#main_container {
	width: 990px;
	float: left;
	margin-right:-285px;
	margin-bottom: 20px;
}
#main_content {
	margin-right: 285px;
}
#main_left {
	width: 0px;
	float: left;
}
#main_center {
	width: 665px;
	margin-left:25px;
	float: left;
}
#main_right {
	width: 285px;
	float: left;
}
#main_center table {
	margin-left:auto;
	margin-right:auto;
}
#main_center h1 a, h1 a:hover {
	color:#002341;
	text-decoration: underline;
}
#main_center h2 a, h2 a:hover {
	color:#005488;
	text-decoration: underline;
}
#main_center h3 a, h3 a:hover {
	color:#1A1A1A;
	text-decoration: underline;
}
#main_center h4 a, h4 a:hover {
	color:#005488;
	text-decoration: underline;
}
#main_center h5 a, h5 a:hover {
	color:#1A1A1A;
	text-decoration: underline;
}
#main_center h6 a, h6 a:hover {
	color:#005488;
	text-decoration: underline;
}
/*************************************************************************************/

#footer_outer_outer_outer_wrapper {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	color: #FFFFFF;
	background: url(images/backgrounds/bg-main.png) center repeat-y transparent;
	width:100%;
	height:178px;
}
#footer_outer_outer_wrapper {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	color: #FFFFFF;
	background: url(images/backgrounds/bg-footer.png) center repeat-x transparent;
	width:100%;
	height:178px;
}
#footer_outer_wrapper {
	margin-left: auto; /* needed here for centering in mozilla and opera*/
	margin-right: auto; /* needed here for centering in mozilla and opera*/
	width:990px;
	height:178px;
}
#footer_wrapper {
}
#footer_container {
	width: 990px;
	float: left;
	margin-right:-210px;
	margin-bottom: 20px;
}
#footer_content {
	margin-right: 210px;
}
#footer_left {
	width: 0px;
	float: left;
}
#footer_center {
	width: 685px;
	margin-left:-0px;
	float: left;
	margin-top: 80px;
}
#footer_right {
	width: 210px;
	float: left;
}
#footer_wrapper p {
	color:#005488;
	text-align:left;
	font-weight:normal;
	font-size:9pt;
	margin:1px 15px;
}
#footer_wrapper h6 {
	color:#005488;
	text-align:left;
	font-weight:normal;
	font-size:8pt;
	margin:3px 15px;
}
#footer_wrapper h1 {
	color:#005488;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	margin:1px 15px;
}
#footer_wrapper h1 a {
	color:#005488;
	font-weight: bold;
	text-decoration: none;
}
#footer_wrapper h1 a:hover {
	color:#003F6E;
	font-weight: bold;
	text-decoration: underline;
}
#footer_wrapper a {
	color:#005488;
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;
}
#footer_wrapper a:hover {
	color:#003F6E;
	text-decoration: underline;
}

.programmed tr td p {
	font-size:12px;
	text-align:left;
	padding:8px;
}
.programmed tr td {
	font-size:12px;
	text-align:center;
	padding:8px;
}
.class {
	color: #005488;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.sub {
	color: #898989;
	font-size:11px;
	text-align:center;
}

/* == SPECIAL IMAGE == */

.or-call {
	background: url(/images/buttons/book-or-call/bg-or-call.png) no-repeat right top transparent;
	width:637px;
	height:62px;
	margin:40px auto 0 auto;
}

/* == FEED WIDGET == */

#feed {
	background: url(/images/backgrounds/bg-feed.jpg) no-repeat center top #00c2f5;
	width:260px;
	height:410px;
	margin-bottom:20px;
}
#feed h2 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0 40px 0 20px;
	padding-top: 8px;
	color: #FFF;
	line-height: 16px;
	text-align: left;
}
.feed-footer {
	background: url(/images/backgrounds/bg-feed-footer.png) no-repeat center bottom transparent;
	width:260px;
	height:20px;
	margin-top: 6px;
}
.feedlink {
	background: url("/images/backgrounds/bg-feed-sprite.png");
	display: block;
	width:260px;
	height:82px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-decoration: none;
	vertical-align: middle;
}
a.feedlink {
	background-position: -0px 0px;
	color: #FFF;
	text-decoration: none;
}
a:hover.feedlink {
	background-position: -0px -82px;
	color: #FFF;
	text-decoration: none;
}
/* End of 'style-default' */

