﻿/* ----------------------------------------------
 	BASE
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 72.5% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #002B7F;
}
a:link, a:visited {
	color: #E9DD87;
	background: #606b78;
	text-decoration: none;
}
a:hover {
	color: #9FC6D9;
	background: #606b78;
	text-decoration: underline;
}
p {
	line-height: 1.5em;
	margin-top: 10px;
	font-size: 1.03em;
}
ul {
	line-height: 140%;
	margin-top: 15px;
}
h1 {
	color: #CFCFCF;
	margin-bottom: 5px;
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	color: #333;
	margin-bottom: 5px;
	font-size: 1.5em;
	font-weight: normal;
}
h2 a, h4 a {
	color: #333;
	text-decoration: none;
}
h2 a:hover, h2 a:active, h4 a:hover, h4 a:active {
	color: #D96B11;
	background: transparent;
	text-decoration: none;
}
h3 {
	color: #333;
	padding: 20px 0 5px 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	color: #333;
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
}
h5 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.clearfix {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*----------------------------
 =wrapper
------------------------------ */
#mainWrapper {
	margin: 20px auto;
	width: 820px;
	border: 5px solid #CFCFCF;
}

/*----------------------------------
 =mainNavigation
------------------------------------ */
#header {
	background: #0038a9 url(../images/logo_ryland.gif) no-repeat 0 8px;
	height: 93px;
}
.reservation {
	float: right;
	padding: 20px 20px 0;
	color: #FFF;
	background: #0038a9;
	font-size: 1.2em;
	margin:0;
}
#headerSchool {
	background: #0038a9 url(../images/logo_schoolhouse.gif) no-repeat 0 8px;
	height: 93px;
}
#menu {
	float: right;
	width: 420px;
	margin-top: 24px;
	clear: right;
}
#menu ul {
	white-space : nowrap;
	display: inline;
}
#menu ul li {
	display: block;
	float:left;
	text-align: center;
}
#menu ul li a {
	background: url(../images/menu_item_new.png) no-repeat;
	color : #000;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border: none;
	height: 26px;
	width: 100px;
	line-height: 26px;
	padding-top: 7px;
}
#menu ul li a:hover {
	background: url(../images/menu_item_new.png) no-repeat 0px -33px;
	height: 29px;
	width: 100px;
	line-height: 26px;
	padding-top: 4px;
}
#menu ul li.current a {
	background: url(../images/menu_item_active_new.png) no-repeat;
	height: 26px;
	width: 100px;
	line-height: 26px;
	padding-top: 7px;
}
#menu ul li.current a:hover {
	background: url(../images/menu_item_active_new.png) no-repeat 0px -33px;
	height: 29px;
	width: 100px;
	line-height: 26px;
	padding-top: 4px;
}

/*-------------------------------------------
 =summary : Introduction
---------------------------------------------  */
#summary {
	color: #dde4e8;
	width: 100%;
	background: #606b78;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #999999;
	border-top: 4px solid #CFCFCF;
	overflow: auto;
}

#intro {
	width: 380px;
	margin-top: 4px;
	padding-left: 20px;
	float: left;
}
#intro p {
	color: #dde4e8;
	line-height: 1.5em;
	margin-top: 10px;
	font-size: 1.03em;
}
#project {
	width: 380px;
	margin-top: 20px;
	padding: 5px 20px 0 0;
	float: right;
}
#screenshot {
	background: #fff;
	width: 360px;
	height: 270px;
	float: right;
	padding: 4px;
	border: 1px solid #CFCFCF;
}
#project a img {
	border: 1px solid #CFCFCF;
}
#project a:hover img, #project a:active img {
	border: 1px solid #FF831F;
}
#screen {
	color: #fff;
	font-weight: bold;
	margin: 280px 0 0 20px;
}
#screen div {
	color: #fff;
	background: #CFCFCF;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
#screen div span {
	display: none;
}
#screen div a {
	color: #fff;
	background: #CFCFCF url(../images/screen.gif) no-repeat;
	text-decoration: none;
	height: 20px;
	width: 20px;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}
#screen div a:hover, #screen div a:active {
	background: #00456F url(../images/screen.gif) no-repeat 0px -20px;
}
#screen div.wide a {
	color: #fff;
	background: #CFCFCF url(../images/screenwide.gif) no-repeat;
	text-decoration: none;
	height: 20px;
	width: 110px;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}
#screen div.wide a:hover, #screen div.wide a:active {
	background: #00456F url(../images/screenwide.gif) no-repeat 0px -20px;
}

/*--------------------------------
 =Main Content Wrapper
---------------------------------- */
#contentWrapper {
	color: #3f3f3f;
	background: #CFCFCF;
	padding: 25px 0;
	width: 100%;
	overflow: auto;
	clear: both;
}

/*--------------------------------
 =mainContent: left column
---------------------------------- */
#mainContent {
	width: 480px;
	padding: 0 20px;
	color: #333;
	float: left;
	margin-bottom: 20px;
}
#mainHistory {
	width: 780px;
	padding: 0 20px;
	color: #333;
	float: left;
}
#mainContent ul {
	clear: both;
	list-style-type: none;
	margin-left: 10px;
}
#mainContent ul li a {
	background: #CFCFCF;
	color : #00456F;
	text-decoration : none;
	line-height: 26px;
	padding-top: 7px;
}
#mainContent ul li a:hover {
	background: #CFCFCF;
	color: #666;
	text-decoration: underline;
	line-height: 26px;
	padding-top: 4px;
}
blockquote {
	padding-left: 15px;
	border-left: #6A6B6B solid 1px;
	margin-bottom: 1.6em;
}
blockquote p {
	color: #333;
	background-color: #CFCFCF;
	font-style: italic;
}
cite {
	color: #00456F;
	background-color: #CFCFCF;
}
.showcase {
	margin: 20px 0;
	overflow: auto;
	width: 480px;
}
.showcase a img {
	border: 1px solid #DED5B3;
}
.showcase a:hover img, .showcase a:active img {
	border: 1px solid #D96B11;
}
.miniscreen {
	color: #000;
	background: #fff;
	padding: 4px;
	border: 1px solid #DED5B3;
	display: block;
	float: left;
}
.miniExplanation {
	float: right;
	width: 360px;
}
.miniExplanation strong {
	color: #990000;
	background: #CFCFCF;
}
.miniExplanation h4 {
	font-size: 1.4em;
}
p.last {
	margin-bottom: 20px;
}

/*--------------------------------------------
 =subContent : right column
---------------------------------------------- */
#subContent {
	width: 250px;
	color: #666;
	float: right;
	padding: 0 20px 0 10px;
}
#subContent p, #subContent ul {
	padding: 0;
	margin: 0 0 15px 0;
}
.thumb {
	text-align:center;
	padding-top:18px;
	border-top:1px dotted #eee;
	color:#333333;
}
.thumb ul {
	list-style-type: none;
}
.thumb a {
	color: #760708;
	background: #CFCFCF;
}
.thumb a:hover {
	color: #00456F;
	background: #CFCFCF;
}
.sticky {
	color: #333;
	background: #fff;
	margin: 10px 0 20px 0;
	padding: 4px;
}
.sticky div {
	background: #EADE88;
	border: 1px solid #F0DC7A;
	padding: 15px 15px 0 15px;
}
.sticky ul {
	list-style-type: none;
}
.sticky ul li a {
	color: #D96B11;
	background: #EADE88;
	text-decoration: underline;
}
.sticky ul li a:hover, .sticky ul li a:active {
	color: #00456F;
	background: #EADE88;
	text-decoration: underline;
}
.sticky p a {
	color: #D96B11;
	background: #EADE88 url(../images/mini_link.gif) no-repeat right top;
	padding-right: 11px;
}
.sticky p a:hover, .sticky p a:active {
	color: #D96B11;
	background: #EADE88 url(../images/mini_link.gif) no-repeat right top;
}
.moreHistory {
	height: 19px;
	line-height: 19px;
	color: #333;
	background: #CFCFCF;
}
.moreHistory a {
	color: #760708;
	background: #CFCFCF;
}
.moreHistory a:hover {
	color: #00456F;
	background: #CFCFCF;
}
#privacy {
	display: none;
	font-style: italic;
}
#privacy a {
	color: #D96B11;
	background: #CFCFCF;
}
#privacy a:hover {
	color: #00456F;
	background: #CFCFCF;
}
.privacypolicy {
	background: url(../images/privacy.gif) no-repeat;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 30px;
	height: 19px;
	line-height: 19px;
}
.privacypolicy a {
	color: #760708;
	background: #CFCFCF;
}
.privacypolicy a:hover {
	color: #00456F;
	background: #CFCFCF;
}

/*-----------------------------------------------------
 =footer
------------------------------------------------------- */
#footer {
	background: url(../images/ryland_bk_y_footer.jpg) repeat;
	height: 40px;
	color: #760708;
	padding: 10px 0 20px;
	font-size: .90em;
	border: 1px solid #0038a9;
}
#footer p {
	text-align: center;
	line-height:1.6em;
}
#footer a {
  color:#a68e56;
  background: transparent;
  border-color:#a68e56;
  }
#footer a:hover {
  color:#333;
  border-color:#333;
  }
