﻿/* Construction */
#const1 {
	position:absolute;
	top:40%;
	left:40%;
	z-index:5;
	
}


/* CSS layout */
#contaner {
	text-align:center;
	min-width:800px;
	max-width:1200px;
	z-index:100;
	margin-left:auto;
	margin-right:auto;
	padding-right:15px;


}
#masthead {
	height:50px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	z-index:100;
	vertical-align:middle;
}
#top_nav {
	height: 20px;
	background-color: #60C3FC; 
	padding-top:3px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	color: #0B2C3F;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	text-align: left;
	margin-left:5px;
	margin-right:5px;
	/*box-shadow: 10px 10px 5px #888;*/
	padding: 5px 5px 5px 15px;
	border-radius:5px 5px 5px 5px;
}
#right_tear {
	height:600px;
	background-image:url('../images/design/right-sketch.gif');
	background-repeat:repeat-y;
	background-position:right;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
  /*border:2px;
	border-color:blue;
	border-style:dashed;
*/
}

#page_content {
	border:1px:lime;
	position:relative;
	height:100%;
	background-image:url('../images/design/left-sketch.gif');
	background-repeat:repeat-y;
	padding-left:20px;
	

	/*z-index:-1;
	margin-right:20px;
	border:2px;
	border-color:red;
	border-style:dashed;
	background-color: white;

*/
	
}

#page_content_container {
	padding:10px;
}

#footer {
	height:20px;
	background-color:#60C3FC;
	margin-bottom:20px;
	color:white;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	padding-right:20px;
	clear:both;
	margin-left:5px;
	margin-right:5px;

}
#headline {
	height:35px;
	width:200px;
	float:left;
	/*background-color:#99CC00;*/
	padding:5px;
	color:white;
	font-family:"Trebuchet MS";
	font-size:22px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding-top:8px;
	background-image:url('../images/design/headline-green.jpg'); 
	background-repeat:no-repeat;

}

/*Design Elements*/
#left_tear {
	background-image:url('../images/design/left-tear-body.png');
	position:fixed;
	z-index:-1;
	height:100%;
	width:35px;
	left:0px;
	top:0px;
	text-align:left;
	background-repeat:repeat-y;
}

/*base page layout*/


body {
	background-color: #2BAFFA;
 	background-image: url('../images/design/background.jpg'); background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}
.headline {
	font-size:22pt;
	font-weight:bold;
	color:white;
}
.orange {
	color: #D95700;
}
p {
	color: gray;
	text-align: left;
	text-indent: 40px;
	font-size: 17px;
}
a {
	color:#FF6600;
	text-decoration:none;
}
.no_border_link {
	border-width: 0px;
}

#photo_container {
	text-align:left;
}

.info {
	
	font-size:10pt;
}

