﻿/****Senior Transitions****/
/***800 x 600 Resolution***/
* {
	margin: 0;
	padding: 0;
}
a
{
	
	text-decoration:underline;
}
body {
	background: #FFFFFF url(images/BeachBigHeader.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #586BAA;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #586BAA;
}
h3{
		font-family: Georgia, "Times New Roman", Times, serif;
	color: #586BAA;

}

/*Page Content*/
.content {
	padding-top: 1em; /*background-color: lime;*/;
	
	padding-left: 10em;
	z-index: 2;
	padding-right: 8em;
}
#header {
	height: 160px;
}
/*Menu Items*/
#menu {
	margin-left: 10em; /*background-color: red;*/;
	width: 37em;
	z-index: 1;
}
#menu ul {
	margin: 0;
	padding-top: 75px;
	list-style: none;
	width: 735px;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	width: 100.5px;
	height: 26px;
	margin-left: 1px;
	margin-top: 3px;
	padding-top: 15px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
	border: 1px solid #FFFFFF;
	text-align: center;
	text-decoration: none;
	color: #586BAA;
	font-size: small;
	font-weight: 500;
}
#menu a:hover {
	height: 31px;
	margin-top: -3px;
}
#menu .active a {
	height: 31px;
	margin-top: -3px;
	background-image: url(images/img03.gif);
	font-weight: bold;
	color: #6FBE6E;
}
/*Logo Items*/
#logo {
	float: left;
	position: absolute;
	padding-top: .2em;
	padding-left: .2em;
	z-index: 0;
}
#logo img {
	width: 379px;
	height: 364px;
}
/*The Companys Slogan/Motto*/
#motto {
	font-style: italic;
	width: 717px;
	text-align: left;
	margin-top: -8px;
	margin-bottom:5px;
	padding-left:10px;
}
/* Post */
.post {
	width: auto;
}
.post a{
	
	color: #586BAA;

}
.post a:hover{
	
	font-weight:600;
}

.post .title {
	height: 27px;
	padding: 13px 0 0 20px;
	background: #6FBE6E url(images/img04.gif) repeat-x;
	font-size: 1em;
	color: #FFFFFF;
}
.post .story {
	padding: 20px 20px 20px 20px;
	background: url(images/img05.gif) repeat-x;
}
.post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}
.post .story ul {
	margin-bottom: 1.5em;
	line-height: 180%;
}
.post .story blockquote {
	margin-bottom: 1.5em;
	line-height: 180%;
}
.post .story p {
	margin-bottom: 1.5em;
	line-height: 180%;
}
#main {
	float: left;
	width: 487px;
}
#sidebar {
	margin-right:1.5em;
	float: left;
	width: 220px;
}
/* Boxed Style */
.boxed {
	margin-bottom: 20px;
}
.boxed .title {
	height: 27px;
	padding: 13px 0 0 20px;
	background: #6FBE6E url(images/img04.gif) repeat-x;
	font-size: 1em;
	color: #FFFFFF;
}
.boxed .content {
	padding: 20px 20px 40px 20px;
	background: url(images/img05.gif) repeat-x;

}
#footer {
	clear: both;
	width: 740px;
	margin-left:10em;
	padding: 30px 0;
	background: url(images/img07.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
}

