@import url(https://fonts.googleapis.com/css?family=Cabin);
@media print
{
	body {
		font-family: Arial, Helvetica, sans-serif !important;
	}
	#sliding-navigation {
		display: none;
	}
	.submenu {
		display: none;
	}
	* {
		text-shadow: 0 0 0 #000;
	}
}
body { 
	background: #000;
	background-image:url(/images/debut_dark.png);
	font-family: Cabin,Sans-serif;
	color: #000; 
	font-size: 8pt;
	text-align:center;}

h1 {
	color:#FFF;
	font-size:18pt;
	font-weight:bold;
	margin-top:0;
	margin-bottom:5px;
	text-align:center;
	text-shadow: 3px 3px 3px #444;
}
  
h2 {
	color:#FFF;
	font-size:14pt;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
	text-shadow: 3px 3px 3px #444; 
	text-align:center;
}

h3 {
	color:#000;
	font-size:12pt;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}
  
h4 {
	color:#000;
	font-size:10pt;
	font-weight:normal;
	margin-top:2px;
	margin-bottom:2px;
	text-align:center;
}
h5 {
	color:#000;
	font-size:10pt;
	font-weight:700;
	margin-top:2px;
	margin-bottom:2px;
	text-align:left;
}
  
img {
	border:0;
}
table {
	width:480px;
	border-spacing: 0px;
}
.left_twothird table, .right_twothird table {
	width:550px;
}
th {
	text-align:center;
	color:#FFFFFF;
	background-color: #660000;
}

th:hover {
	background-color: #A70000;
}

tr {
	text-align:left;
	color:#000000;
	background-color: #AAAAAA;	
	padding:3px;
}

tr:hover {
	background-color: #CCC;
}

tr.alt {
	text-align:left;
	color:#000000;
	background-color: #888888;	
}

tr.alt:hover {
	background-color: #ccc;
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0 15px 0;
}

ul li {
	background-image: url(/images/arw.png);
	background-repeat: no-repeat;
	background-position: 0px 3px; 
	padding-left: 14px; 
}

a:link, a:visited, a:active {
	background-color: transparent;
	text-decoration: none;
	color:#A70000;
	font-weight: bold;
}

a:hover {
	background-color: transparent;
	text-decoration: underline;
	color:#EE0000;
	cursor: pointer;
}
a:active {
    outline:none;
}

#sliding-navigation  {  
    list-style: none;  
    font-size: 12pt;  
    margin-left: 3%;
    padding: 0;  
	text-shadow: 2px 2px 3px #444;
}  
  
#sliding-navigation .sliding-element a {  
	position:relative;
	float:left;
    display: block;
    text-align: center;  
    text-decoration: none;  
    color: #fff;  
    width: 105px;  
    padding: 0 15px 5px;  
    margin: 0;  
    margin-bottom: 5px; 
	border:#000 solid;
	border-width: 0 2px 2px 2px;
	border-radius: 0 0 10px 10px;
	background: #444; 
	box-shadow: 3px 3px 6px #888;
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	behavior: url(/css/PIE.htc);
}  

#header {
	height:120px;
	width:1050px;
	margin-left:auto;
	margin-right:auto;  
	border:#000 1px solid;
	border-radius: 10px 10px 0 0;
	background-color:#AAA;
	color:#FFF;
	background: -moz-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(153,153,153,1) 13%, rgba(204,204,204,1) 87%, rgba(170,170,170,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(13%,rgba(153,153,153,1)), color-stop(87%,rgba(204,204,204,1)), color-stop(100%,rgba(170,170,170,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(153,153,153,1) 13%,rgba(204,204,204,1) 87%,rgba(170,170,170,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(153,153,153,1) 13%,rgba(204,204,204,1) 87%,rgba(170,170,170,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(153,153,153,1) 13%,rgba(204,204,204,1) 87%,rgba(170,170,170,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(170,170,170,1) 0%,rgba(153,153,153,1) 13%,rgba(204,204,204,1) 87%,rgba(170,170,170,1) 100%); /* W3C */
	behavior: url(/css/PIE.htc);
}

#main {
	width: 1050px;
	margin-left:auto;
	margin-right:auto;
	font-size:9pt;
	color:#000;
}
  
#alert {
	margin-left:10%;
	margin-right:10%;
	margin-bottom:10px;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:red;
}

#content {
	width:1048px;
	float:left;
	padding:0;
	text-align:left;
	background-color:#DDD;
	background-image:url(/images/gray_jean.png);
	border: #000 1px solid;
}

#footer {
	height:30px;
	width:1050px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 20px 0; 
	border:#000 1px solid;
	border-radius: 0 0 10px 10px;
	background-color: #AAA;
	font-size:8pt;
	color:#FFF;
	text-align:center;
	clear:both;
	background: -moz-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(153,153,153,1) 13%, rgba(204,204,204,1) 87%, rgba(170,170,170,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(13%,rgba(153,153,153,1)), color-stop(87%,rgba(204,204,204,1)), color-stop(100%,rgba(170,170,170,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(153,153,153,1) 13%,rgba(204,204,204,1) 87%,rgba(170,170,170,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(153,153,153,1) 13%,rgba(204,204,204,1) 87%,rgba(170,170,170,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(153,153,153,1) 13%,rgba(204,204,204,1) 87%,rgba(170,170,170,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(170,170,170,1) 0%,rgba(153,153,153,1) 13%,rgba(204,204,204,1) 87%,rgba(170,170,170,1) 100%); /* W3C */
	behavior: url(/css/PIE.htc);
}
  
#header a:link, #header a:visited, #header a:active {
	text-decoration: none; color:#FFFF00;
}

#header a:hover {
	text-decoration: none;
	color:#000;
	text-shadow: 0 0 0 #444;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: none;
	color:#000;
}
.orderfoot{
	width:700px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-350px;
	clear:none;
}
.certs {
	width:150px;
	float:right;
	clear:none;
}
.subcontent { /* menu bar */
	width:1048px;
	height:45px;
}

.submenu {
	width:1048px;
	height:32px;
	background-color:#444;
	background-image:url(/images/debut_dark.png);
	border-width: 0; 
	border-color:#000000;
	border-style: solid;
	margin-bottom: 20px;
	color: white;
}
.submenunav {
    list-style: none;  
    font-size: 12pt;
    width: 878px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0;  
	text-shadow: 2px 2px 3px #444;
}

.submenunav .menuitem .current{ 
	color: white;
	position:relative;
	float:left;
    display: block;
    text-align: center;  
    width: 200px;  
    padding: 1px 5px;  
    margin: 2px 2px;  
	border:#000 solid;
	border-width: 2px;
	border-radius: 10px;
	background: #A70000;
	box-shadow: 2px 2px 6px #222;
	font-weight: 700;
	background: -moz-linear-gradient(top, rgba(167,0,0,1) 0%, rgba(204,0,0,1) 50%, rgba(155,0,0,1) 91%, rgba(167,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,0,0,1)), color-stop(50%,rgba(204,0,0,1)), color-stop(91%,rgba(155,0,0,1)), color-stop(100%,rgba(167,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* W3C */	
	behavior: url(/css/PIE.htc);
}

.submenunav .menuitem a.small {
	width:150px;
}

.submenunav .menuitem a{ 
	color: white;
	position:relative;
	float:left;
    display: block;
    text-align: center;  
    width: 200px;  
    padding: 1px 5px;  
    margin: 2px 2px;  
	border:#000 solid;
	border-width: 2px;
	border-radius: 10px;
	background: #660000;
	box-shadow: 2px 2px 6px #222;
	background: -moz-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(73,0,0,1) 56%, rgba(57,0,0,1) 95%, rgba(102,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,0,0,1)), color-stop(56%,rgba(73,0,0,1)), color-stop(95%,rgba(57,0,0,1)), color-stop(100%,rgba(102,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(73,0,0,1) 56%,rgba(57,0,0,1) 95%,rgba(102,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(73,0,0,1) 56%,rgba(57,0,0,1) 95%,rgba(102,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(73,0,0,1) 56%,rgba(57,0,0,1) 95%,rgba(102,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(102,0,0,1) 0%,rgba(73,0,0,1) 56%,rgba(57,0,0,1) 95%,rgba(102,0,0,1) 100%); /* W3C */
	behavior: url(/css/PIE.htc);
}

.menuitem a:link, .menuitem a:active, .menuitem a:visited {
	color:white;
	font-weight: normal;
	text-decoration: none;
}

.menuitem a:hover {
	background-color: #a70000;	
	background: -moz-linear-gradient(top, rgba(167,0,0,1) 0%, rgba(204,0,0,1) 50%, rgba(155,0,0,1) 91%, rgba(167,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,0,0,1)), color-stop(50%,rgba(204,0,0,1)), color-stop(91%,rgba(155,0,0,1)), color-stop(100%,rgba(167,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* W3C */	
}



.subcontent1 { /* index page */
	width:1048px;
	height:450px;
}
    
.subcontent2 { /* index page */
	width:1048px;
	height:420px;
}

.subcontent3 { /* index page */
	width:1048px;
	height:400px;
}
  
.subcontent4 { /* login, 404 */
	width:1048px;
	height:760px;
}
  
.subcontent5 /* note */
{ width:1048px;
  height:100px;
} 

.subcontent6 /* services */
{ width:1048px;
  height:600px;
}  
  
.subcontent7 /* ads */
{ width:1048px;
  height:300px;
}

.subcontent8 /* wxdata */
{ width:1048px;
}

.subcontent9 /*webcam pages*/
{ width:1048px;
  height:260px;
}
  
.subcontent10 { /* services */
	width:1048px;
	height:450px;
}
.subcontent325 {
	width: 1048px;
	height: 325px;
}  
.subcontent400 {
	width:1048px;
	height:400px;
}
.subcontent600 {
	width:1048px;
	height:600px;
}
.subcontent625 {
	width:1048px;
	height:625px;
}
.subcontent650 {
	width:1048px;
	height:650px;
}
.subcontent700 {
	width:1048px;
	height:700px;
}
.subcontent800 {
	width: 1048px;
	height: 800px;
}
.footer 
{ clear: both; 
  background:#C0C0C0;
  color:inherit;
  height:1px;}

.logo
{ width:300px;
  float:left;
  text-align:left;
  padding:10px 0 0 20px;
  overflow: hidden;}
.slogan
{ width:390px;
  float:left;
  text-align:left;
  padding:10px 0 0 20px;
  overflow: visible;}
.calltoaction
{ width:300px;
  float:left;
  text-align:left;
  padding:10px 0 0 20px;
  overflow: hidden;}
.sitesearch
{ float:right;
  margin-top: 10px;
  margin-right: 40px;}

  
.menu {
	margin-top: 10px;
	border: #000 1px dotted;
	width: 400px;
	margin-left: auto;
	margin-right: 3%;
	position: relative;
	border-radius: 5px;
	box-shadow: 3px 3px 6px #888;
	behavior: url(/css/PIE.htc);
}

.menustrip {
	width:570px;
	height:28px;
	background-color:#444;
	background-image:url(/images/debut_dark.png);
	border-width: 2px 0; 
	border-color:#000000;
	border-style: solid;
	border-radius: 5px;
	margin-bottom: 20px;
	float:left;
}

.menustrip a{ 
	color: white;
	position:relative;
	float: right;
    display: block;
    text-align: center;  
    width: 28%;  
    padding: 2px 5px;  
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 10px;  
	border:#000 solid;
	border-width: 2px;
	border-radius: 10px;
	background: #660000;
	box-shadow: 2px 2px 6px #222;
	background: -moz-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(73,0,0,1) 56%, rgba(57,0,0,1) 95%, rgba(102,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,0,0,1)), color-stop(56%,rgba(73,0,0,1)), color-stop(95%,rgba(57,0,0,1)), color-stop(100%,rgba(102,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(73,0,0,1) 56%,rgba(57,0,0,1) 95%,rgba(102,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(73,0,0,1) 56%,rgba(57,0,0,1) 95%,rgba(102,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(73,0,0,1) 56%,rgba(57,0,0,1) 95%,rgba(102,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(102,0,0,1) 0%,rgba(73,0,0,1) 56%,rgba(57,0,0,1) 95%,rgba(102,0,0,1) 100%); /* W3C */
	behavior: url(/css/PIE.htc);
}

.menustrip a:link, .menustrip a:active, .menustrip a:visited {
	color:white;
	font-weight: bold;
	text-decoration: none;
}

.menustrip a:hover {
	background-color: #a70000;
	background: -moz-linear-gradient(top, rgba(167,0,0,1) 0%, rgba(204,0,0,1) 50%, rgba(155,0,0,1) 91%, rgba(167,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,0,0,1)), color-stop(50%,rgba(204,0,0,1)), color-stop(91%,rgba(155,0,0,1)), color-stop(100%,rgba(167,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* W3C */	
}

.menustrip1 {
	font-size: 10pt;
	width:570px;
	height:28px;
	float:left;
	background-color:#444;
	background-image:url(/images/debut_dark.png);
	border-width: 2px; 
	border-color:#000000;
	border-style: solid;
	border-radius: 5px;
	margin-bottom: 20px;
}

.menustrip1 a{ 
	color: white;
	position:relative;
	float: right;
    display: block;
    text-align: center;  
    padding: 2px 5px;
    width:160px;  
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 10px;  
	border:#000 solid;
	border-width: 2px;
	border-radius: 10px;
	background: #660000;
	box-shadow: 2px 2px 6px #222;
	background: -moz-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(73,0,0,1) 56%, rgba(57,0,0,1) 95%, rgba(102,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,0,0,1)), color-stop(56%,rgba(73,0,0,1)), color-stop(95%,rgba(57,0,0,1)), color-stop(100%,rgba(102,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(73,0,0,1) 56%,rgba(57,0,0,1) 95%,rgba(102,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(73,0,0,1) 56%,rgba(57,0,0,1) 95%,rgba(102,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(73,0,0,1) 56%,rgba(57,0,0,1) 95%,rgba(102,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(102,0,0,1) 0%,rgba(73,0,0,1) 56%,rgba(57,0,0,1) 95%,rgba(102,0,0,1) 100%); /* W3C */
	behavior: url(/css/PIE.htc);
}

.menustrip1 a:link, .menustrip1 a:active, .menustrip1 a:visited {
	color:white;
	font-weight: normal;
	text-decoration: none;
}

.menustrip1 a:hover {
	background-color: #a70000;
	background: -moz-linear-gradient(top, rgba(167,0,0,1) 0%, rgba(204,0,0,1) 50%, rgba(155,0,0,1) 91%, rgba(167,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,0,0,1)), color-stop(50%,rgba(204,0,0,1)), color-stop(91%,rgba(155,0,0,1)), color-stop(100%,rgba(167,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(167,0,0,1) 0%,rgba(204,0,0,1) 50%,rgba(155,0,0,1) 91%,rgba(167,0,0,1) 100%); /* W3C */	
}
  
.menumini 
{ text-align:center;
  font-weight:bold;
  font-size:10pt;
  padding:0 0 10px 0;
  float:none;
  overflow: hidden;
  margin-top: 0; }

.left {
	width:550px;
	float:left;
	margin:10px 15px 10px 0;
}
.right {
	float:right !important;
	clear: right;
}
.left_full {
	width:90%;
	margin: 0 auto;
	position: relative;
}

.left_half {
	width:480px;
	float:left;
	margin-left: 2%;
	margin-right:15px;
	margin-bottom:10px;
}

.right_half {
	width: 480px;
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.left_tri
{ width:275px;
  float:left;
  margin-left: 8%;
  margin-right:15px;
  margin-bottom:10px;
  border:0; 
  clear: left;}

.mid_tri
{ width:275px;
  float:left;
  margin-left:15px;
  margin-right:15px;
  margin-bottom:10px;
  border:0;
}
  
.right_tri
{ width:275px;
  float:left;
  margin-left:15px;
  margin-bottom:20px;
  border:0;
}
  
.right_twothird {
	width:575px;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

.left_onethird{
	width:275px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.left_twothird {
	width:575px;
	float: left;
	margin-left: 8%;
	margin-bottom: 10px;
	clear:left;
}
.left_twothirdcont{
	width:650px;
	float: left;
	margin-left: 7px;
	margin-bottom: 10px;
	clear:left;

}
.fifth{
	width:209px;
	float:left;
}

.clientlogo {
	margin: 5px 5px 5px 4px; 
	padding: 2px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 3px 3px 10px #444;
	behavior: url(/css/PIE.htc);
}

.center {
	text-align:center;
}
.red {
	color:red;
}

.htext2 {
	color:#000;
	font-size:12pt;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.divider {
	width:1048px;
	height:15px;
	background-color:#444;
	background-image:url(/images/debut_dark.png);
	border-width: 0; 
	border-color:#000000;
	border-style: solid;
	margin-bottom: 20px;
}
.divider_blank1 {
	width:1048px;
	height:20px;
	border-width: 0; 
	margin-bottom: 20px;
}
.divider_blank2 {
	width:1048px;
	height:40px;
	border-width: 0; 
	margin-bottom: 40px;
}

.img404 {
	margin-left:45%;
	margin-right:auto;
	position:relative;
	margin-top:200px;
}

.bold {
	font-weight: bold; 
}

.note {
	font-size: 8pt;
	text-align:center;
	margin-left:5px;
}

.home {
	width:900px;
	float:left;
	margin:10px 0 10px 0;
	text-align:left;  
	overflow: hidden;
}

.note1 {
	font-size: 10pt;
	width: 800px;
	margin-left: 10%;
	margin-right: 10%;
}

.photograph {
	padding: 2px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 3px 3px 10px #444;
	float: left;
	margin-left: 18px;
}

.photograph:hover {
	box-shadow: 3px 3px 8px #111;
}

.photo1 {
	margin-top:15px;
	padding: 2px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 3px 3px 10px #444;
}
.photo2 {
	float:left;
	margin-top:15px;
	margin-right:20px;
	margin-left:50px;
	padding: 2px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 3px 3px 10px #444;
}
.photo3 {
	margin-top:15px;
	padding: 2px;
	border-radius: 3px;
}
.photo4 {
	margin:3px;
	padding: 2px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 2px 2px 3px #222;
}
.photo5 {
	margin:0px;
	background-color: #FFF;
	box-shadow: 0 4px 8px -5px #444, inset 0 0 5px 2px #FDFDFD;
}
.photo5_framed{
	margin: 6px 6px 0 6px;
}
.photo5_framed_portrait{
	margin: 6px 86px 0 87px;
}
.framed {
	border:#000 solid;
	border-width: 1px 1px 1px 0;
	border-radius: 0 10px 10px 0;
	background: #FFF;
	box-shadow: 3px 3px 6px #888;
	margin-right: 5px;
	behavior: url(/css/PIE.htc);
}

.toppad {
	margin-top:30px;
}

.hback {
	color:#FFFFFF;
	text-shadow: 1px 1px 2px #444;
}

.listthird {
	width:287px;
	height:100%;
	float: left;
}
.camtn {
	float:left;
	width:333px;
	height:270px;
	margin-left: 8px;
	margin-right:6px;
	margin-bottom:20px;
	z-index: 10;
}
.camtn_admin {
	width:300px;
	float:left;
	margin-left: 6px;
	margin-right:6px;
	margin-bottom:10px;
}

.double {
	width:677px;
}
.camtn .twop87 {
	margin:3px 0 3px;
}
.camtn .twop03 {
	margin:17px 0 18px;
}
.camtn .zerop66 {
	margin:0 78px;
}
.camtn .onep33 {
	margin:0 0 0 0;
}
.camtn .onep50 {
	margin:13px 0 14px;
}
.camtn .onep75 {
	margin:29px 0;
}
.camtn .onep91 {
	margin:36px 0 37px;
}
.camtn .onep94 {
	margin:38px 0;
}
.camtn .twop21 {
	margin:47px 0 48px;
}
.camtn .fourp14 {
	margin:37px 0 37px;
}
.toplogins {
	width: 100%;
	height: 75px;
	margin: 0 auto;
	position:relative;
}
.button_reset_wide
{
	width:60px;
	height:20px;
	margin:-2px;
	padding:0;
	border:0;
	outline:none;
}

.button_reset_square
{
	width:40px;
	height:40px;
	margin:-2px;
	padding:0;
	border:0;
	outline:none;
}

