/*CSS for Mary McNally Final site*/

* {margin: 0;
	padding: 0;
	}

body {
	font-family: "Trebuchet MS", "Maiandra GD", Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	background-color: #dec5ab;
	}

	#border {
	width: 834px;
	padding: 2px;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #dec5ab;
	background-image: url("images/texture-red-small.jpg");
	background-repeat: repeat-x repeat-y;
	}
	
	#wrapper {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background-color:#FFF;
	}

	#wrapper-value {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background-color:#FFF;
	}
	
	#header {
	width: 798px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #EBF5FC;
	background-image: url("images/pismo-840-150.gif");
	border: none;
	}
	
	#header-text p {
	font-size: 20px;
	letter-spacing: 0.7px;
	margin-top: 120px;
	color: white;
	width: 300px;
	}
	
	h1 {
	font-size: 30px;
	color: #FFF;

	float: left;
	text-align: left;
	margin-left:20px;
	}
	
	.titleright {
	float: right;
	text-align:right;
	margin-right:20px;
	}
	
	h2 {
	font-size: 16px;
	font-weight: normal;
	}
	
	h3 {
	font-size: 16px;
	font-weight: normal;}
	
	
	h4 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 20px;
	}
	
	h5 {
	font-size: 14px;
	margin-top: 55px;
	margin-bottom: 10px;
	}
	
	h6 {
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	}
	
	#nav1  {
	border: 1px solid black;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 798px;
	border: 1px solid transparent;
	background-color: #dec5ab;
	}
	
	#nav1 ul {
	list-style-type: none outside none;
	}
	
	#nav1 li {
	display: block;
	float: left;
	list-style-type: none;
	margin-top: 15px;
	margin-left: 84px;
	}
	
	#nav1 a {
	color:#000;
	display: block;
	float: left;
	font-size: 14px;
	text-decoration: none;
	}
	
	#nav1 a:hover {
	color: #FFF;
	}
	
	#bodycontent {	
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
	
	#bodycontent-value {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid transparent;
	background-color: #dec5ab;
	}
	
	#bodycontent-other {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid transparent;
	background-color: #dec5ab;
	font-size: 14px;
	}
	
	#bodycontent-other p {
	margin-bottom: 15px;
	width: 550px;
	margin-left: 20px;
	}
	
	#bodycontent-seminar {
	line-height: 20%}
	
	#about-list {
	margin-left: 20px;
	width: 550px;
	}
	
	#bodycontent-other img {
	margin-left: 20px;
	}
	
	.floatleft {
	float: left;
	margin-right: 10px;
	}
	
	.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 240px;
	}
	
	#bodycontent-temp {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid transparent;
	background-color: #dec5ab;
	font-size: 14px;
	height: 200px
	}
		
	#bodycontent-contact {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid transparent;
	background-color: #dec5ab;
	font-size: 14px;
	height: 210px
	}
	
	#bodycontent-contact img {
	margin-left: 15px;
	margin-top: 15px;
	}
	
	#bodycontent-value label, #bodycontent-value input, #bodycontent-value select {
	padding:3px 0px; 
	margin:2px 0px;
	border: none;
	}
	
	fieldset {
	border:none;
	}
	
	.fixedwidth {
	float: left;
	width: 170px;
	}
	
	.form {
	padding:10px;
	}
	
	.form p {
	height:40px;
	}
	
	.feature {
	display: block;
	float: left;
	width: 198px;
	border: 1px solid transparent;
	text-align: center;
	padding: 20px 30px;
	background-color: #dec5ab;
	background-repeat: repeat-x repeat-y;
	}
	
	.featurecenter {
	margin-left: 10px;
	margin-right: 10px;
	}
	
	.feature a {
	text-decoration: none;
	color: #000;
	}
	
	.feature a:hover {
	color: #FFF;
	}
		
	.photolink {
	margin-top: 60px;
	border:10px solid white;
	}
	
	.photolink img {
	background-color: white;
	padding: 10px;
	margin-top: 60px;
	}
	
	.photolink a {
	text-decoration: none;
	color: white;
	}
	
	.photolink ul {
	list-style-type: none outside none;
	}
	
	.photolink li {
	list-style-type: none;
	}

	.photolink a:hover {
	background-color: black;
	padding: 10px;
	border: 10px solid black;
	}
	
	#secondary-nav {
	margin: 0;
	display: block;
	float: right;
	position: relative;
	top: 10px;
	right: 10px;
	width: 200px;
	background-color: white;
	color: #ae947c;
	padding: 0px;
	font-size: 14px;
	}
		
	#secondary-nav a {
	display:block;
	border: 1px solid #F1E5BA;
	padding:2px 5px;
	text-decoration: none;
	color: black;
	}
	
	#secondary-nav a:hover {
	color: white;
	background-color:#ae947c;
	}
	
	#secondary-nav ul {
	width: 200px;
	list-style-type: none;
	}
	
	.smalltype {
	font-size: 12px;
	padding-left: 5px;
	}
	
	.clearfloat {
	clear:both;
	height: 0;
	font-size: 1px;
	}
	
	#footer {
	width: 798px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid transparent;
	background-color: #dec5ab;
	}
	
	#footer h3 {
	line-height: 1.5;
	text-align: center;
	}
	
	#footer p {
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	}
	
	#footer a {
	text-decoration: none;
	}