/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 06: 2 column basic nav
  -------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.fltrt {
	float: right;
}

#masthead {
	background-color: #FFFFFF;
	color: #999999;
	width: 982px;
	height: 120px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	float: left;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol2_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol2_middle.jpg);
	background-repeat: repeat-y;
}
#map {
	float: right;
	width: 350 px;
	height: 350 px;
	text-align: center;
	margin-left: 10px;
}
/*NavBar*/
#nav_wrapper {
	font-size: 0.8em;
	margin: 12px 0px 0px 15px;
	width: 210px;
}

#navbar {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #FFE084;
	font-size: 1.1em;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #144379;
	background-color: #FFFFD9;
}

#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c1  .content  img    {
	border: 2px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#buildings   ul  {
	list-style-type: square;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}
#buildings      li      {
	color: #FFFFFF;
	font-size: 1.2em;
	text-decoration: none;
	padding-top: 5px;
}
#buildings   a:link, #buildings a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#buildings a:focus, #buildings a:hover {
	color: #FFFF99;
}




#c2 {
	width: 736px;
	padding-top: 10px;
}
#c1 .content {
	font-size: 0.85em;
	padding: 16px 28px 16px 34px;
	color: #333333;
}
#c2 .content {
	color: #EEEEEE;
	font-size: 0.9em;
	padding: 16px 32px 16px 32px;
	line-height: 1.6em;
}
.centered {
	text-align: center;
}

h1 {
	font-size: 1.5em;
	letter-spacing: 0.2em;
	color: #FFFE9A;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}
h5 {
	color: #CCCCCC;
	text-align: center;
	margin-top: 0px;
	font-size: 1em;
}


.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol2_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #F8CA68;
}
.content a:visited {
	color: #F8CA68;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFE99;
}
/*
/*For Calendar Display*/
a.ao_room_link:link {
	color: #104277;
}
a.ao_room_link:visited {
	color: #104277;
}
a.ao_room_link:hover, a.ao_room_link:focus, a.ao_room_link:active {
	color: #104277;
}
/*

Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #104277;
}
#c1 .content a:visited {
	color: #104277;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Footer Links*/
#footer a:link {
	color: #104277;
}
#footer a:visited {
	color: #104277;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}

#contactForm input {
	display: block;
	float: left;
	margin-bottom: 10px;
}
#contactForm label {
	text-align: right;
	display: block;
	float: left;
	width: 120px;
	padding-right: 20px;
	padding-top: 10px;
}
#contactForm br {
	clear: left;
}
#contactForm .submitbutton {
	margin-top: 10px;
	clear: both;
	margin-left: 140px;
}
.photo {
	float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 2px solid #FFFFFF;
	}
.photoCentered {
	display:block; /*images must be set to block in order use auto margins*/
	margin:0 auto; /*centers images in most browsers*/
	text-align:center; /*centers images in older browsers*/
	border: none;
}
.imagerow  {
	margin-right: 10px;
	border: 2px solid #FFFFFF;
	margin-top: 5px;
}
