
/*
 * 
 ***************************************/
 
 /* Tag Bases Styles */
 /***************************************/
 body{
 	background: #424242 url('../images/bg-fill.gif') repeat-x;
 	font-family: arial, helvetica, sans-serif;
 	font-size: 0.8em;
 }
 
 h1{
 	font-size: 1.5em;
 }
 
 img{
 	border: none;
 }
 
 a {color: #5d7ba7;}
 
 a:hover {text-decoration: none;}
 
 /* ID Based Styles */
 /***************************************/
 #outer-container{
 	border:none;
 	width: 750px;
 	margin: auto;
	border:0;
 }
 
 #logo-panel{
 	float:left;
 }
 
 #navigation-panel{
 	float:right;
 	color: #fff;
 	margin-top: 20px;
	padding-left: 100px;
 }
 
 #navigation-panel a{
 	color: #fff;
	text-decoration:none;
 }
 
 #navigation-panel a:hover{
 	text-decoration:underline;
 }
 
 #featured-panel{
 	border: none;
 	width: 750px;
 	margin: auto;
 }
 #picture-panel{
 	border: none;
 	width: 452px;
 	height: 235px;
 	float: left;
 }
 #info-panel{
 	border: none;
 	background: url('../images/info-panel.jpg') no-repeat top left;
 	width: 295px;
 	height: 235px;
 	float: right;
	padding:0;
 }
 
 #info-panel-header{
 	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 25px;
	padding:0;
	width: 250px;
 }
 
 #info-panel-content{
 	color: #fff;
	font-size: 12px;
	margin-left: 25px;
	margin-top: 10px;
	height: 130px;
	width: 250px;
	border: none;
	padding:0;
 }
 
 #info-panel-other{
 	color: #fff;
	font-size: 12px;
	margin-left: 25px;
	margin-top: 0px;
	padding:0;
	width: 250px;
 }
 
  #info-panel-other-image{
 	float: left;
	padding:0;
	margin:0;
	width: 56px;
 }
 
 #info-panel-other-text{
 	float: right;
	margin-right: 20px;
	margin-top: 25px;
	font-size: 11px;
	padding:0;
 }
 
 #info-panel-other-text a{
 	color: #fff;
	text-decoration: none;
 }
 
 #content-panel{
 	background-color: #fff;
 	max-width: 750px;
 	margin: auto;
 	margin-top: 4px;
 }
 
 #content-panel-top{
 	background: url('../images/corners/content-top.gif') no-repeat top left;
	height: 10px;
	width: 750px;
 }
 
 #content-panel-body{
 	padding: 0 1em 0 1em;
	line-height: 1.5em;
 }
 
 #content-panel-body a{
 	color: #00009d;
 }
 
 #content-panel-body a:visited{
 	color: #00009d;
 }
 
 #content-panel-bottom{
 	background: url('../images/corners/content-bottom.gif') no-repeat bottom left;
	height: 10px;
	width: 750px;
 }
 
 #footer{
 	margin-top: 4px;
 }
 
 #footer-copyright{
 	color: #f2f2f2;
	font-size: 10px;
	float: left;
 }
 
 #footer-links{
 	color: #f2f2f2;
	font-size: 10px;
	float: right;
 }
 
 #footer-links a{
 	color: #f2f2f2;
	text-decoration: none;
 }
 
 #footer-links a:hover{
 	text-decoration: underline;
 }
 
 #leadership-outer{}
 #leadership-inner-block1{
 	float: left;
	width: 700px;
	padding-right: 8px;
 }
 #leadership-inner-block1-pic{
 	float: left;
	border: none;
 }
 #leadership-inner-block1-text{
 	float: right;
	border: none;
	width: 600px;
	line-height: 1.5em;
 }
 
 #mission-statement{
 	border-top:1px dashed #ffcc66;
	border-bottom:1px dashed #ffcc66;
	background-color: #ffffcc;
	padding: .75em;
	line-height: 2em;
 }
 
 #gallery-index{
 	border: none;;
 }
 
 #contact-panel{}
 #contact-panel-left{
 	float: left;
	width: 300px;
	padding: 1em;
	border-top: 1px dashed #009900;
	border-bottom: 1px dashed #009900;
	background-color: #d6eacf;
	line-height: 1.25em;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
 }
 #contact-panel-right{
 	float: right;
	width: 350px;
	margin-top: 1em;
	line-height: 1.25em;
 }
 
 /* Class Based Styles */
 /***************************************/
 .clearfix:after {  
     content: ".";  
     display: block;  
     clear: both;  
     visibility: hidden;  
     line-height: 0;  
     height: 0;  
 }  
   
 .clearfix {  
     display: inline-block;  
 }  
   
 html[xmlns] .clearfix {  
     display: block;  
 }  
   
 * html .clearfix {  
     height: 1%;  
 }
 
 .header-bold{
 	font-weight:bold;
	margin-bottom: .75em;
 }
 
 .gallery-index-panel{
 	border-top:1px dashed #aaa;
	border-bottom:1px dashed #aaa;
	background-color: #f2f2f2;
	padding: .75em;
	width: 330px;
 }
 
 .gallery-index-row{
 	margin-top: 2em;
	margin-bottom: 2em;
 }
 
 .gallery-index-panel-left{
 	float: left;
 }
 
 .gallery-index-panel-right{
 	float: right;
 }
 
 .gallery-index-panel-info{
 	float:right;
	width:205px;
 }
 
 .contact-card{
 	border-top: 1px dashed #ffcc66;
	border-bottom: 1px dashed #ffcc66;
	background-color: #ffffcc;
	padding: 1em;
 }
 
 .gallery-browser{
 	width: 720px;
	background-color: #f2f2f2;
	margin-top:1em;
	margin-bottom:1em;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #777;
	padding-top:1em;
	text-align: center;
 }
 
 .gallery-browser-tn{
 	margin-right: .5em;
 }
 
 .backbutton{
 	padding-top:11px; 
	background: url('../images/backarrow.gif') no-repeat top right;
	width:120px; 
	height: 40px; 
	margin:auto;
 }
 
 .backbutton a{
 	text-decoration: none;
 }
 
/* Take action block (get a consult) */
.consult {
	text-align: center;
	margin: 3em 3em;
	padding: 0;
	font-size: 100%;
	line-height: 14px;
	color: #333;
	border: 1px solid #ddd;
}
.consult a {
	display: block;
}
.consult a, .consult a:link, .consult a:visited {
	display: block;
	padding: .5em 1em 1em 1em;
	color: #06f;
	text-decoration: underline;
	background-color: #fff;
}
.consult a:hover, .consult a:active, .consult a:visited:hover {
	display: block;
	padding: .5em 1em 1em 1em;
	color: #fff;
	text-decoration: underline;
	background-color: #5d7ba7;
}

.form-row{
	margin: 0;
	padding: 0;
}

.form-control{
	padding: .5em .5em .5em 0;
}

.form-control-error{
	font-style: italic;
	color: #666;
	margin-left: 1em;
}

.form-error{
	background-color: #FFD773;
	color: #333;
	font-style: italic;
	padding: 1em;
	border-top: 1px dotted #CC6600;
	border-bottom: 1px dotted #CC6600;
}

/* Landing Page Form */

 label
{
width: 5em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
margin-top: 0.5em;
}

.submit input
{
margin-left: 5.5em;
}
input
{
color: #333;
background: #ffffcc;
border: 1px solid #A1A491;
padding-left: .5em;
padding-right: .5em;
}

.submit input
{
color: #000;
background: #DADADA;
border: 2px outset #CCC;
}
fieldset
{
border: none;
width: 700px;
margin: auto;
margin-top: 1em;
border-top: 1px dashed #777;
border-bottom: 1px dashed #777;
background-color: #f2f2f2;
}

legend
{
color: #000;
background: #fff;
border: 1px solid #A1A491;
padding: 2px 6px;
}

#adaptation {
	font-style:italic;
	font-size:14px;
	text-align:center;
	}
	
#sellsheet a {
	display: block;
	float:right;
	background-color: #f2f2f2;
	border-left: 1px dashed #777;
	border-right: 1px dashed #777;
	text-align: center;
	margin-left: 10px;
}
#sellsheet a, #sellsheet a:link, #sellsheet a:visited {
	display: block;
	padding: .5em 1em 1em 1em;
	color: #5d7ba7;
	text-decoration: underline;
	background-color: #f2f2f2;
}
#sellsheet a:hover, #sellsheet a:active, #sellsheet a:visited:hover {
	display: block;
	padding: .5em 1em 1em 1em;
	color: #000;
	text-decoration: underline;
	background-color: #e79800;
}
