@import url(layout.css);
body {
	margin: 0px;
	background-color: #9E9E9E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 0px;
}
/* Styles for DIV tags */
#logincontainer {
	border-right: 5px solid #84596B;
	border-left: 5px solid #84596B;
	border-bottom: 5px solid #84596B;
	background-color: #FFFFFF;
	padding-top: 100px;
}
#container {
	border-right: 5px solid #84596B;
	border-left: 5px solid #84596B;
	border-bottom: 5px solid #84596B;
	background-color: #DDCAC5;
	background-image:  url("../images/leftphoto.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	padding-left: 30px;
}
#loginmasthead {
	background-color: #DDCAC5;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px;
}
#masthead {
	background-color: #DDCAC5;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px;
}
#navigation {
	background-color: #B98489;
	margin-left: 160px;
	text-align: center;
}
#navigation_footer {
	margin-left: 0px;
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	float: left;
	text-align: left;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_left_double {
	float: left;
}
#sidebar {
	/*background-color: #B9A184;*/
	background-color: #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: -6px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}
#column_right {
	float: right;
}
.image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 80px;
}
#footer {
	background-color: #F9F9EC;
	color: #B99084;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 15px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #84596B;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h3 {
	margin-top: .4em;
	color: #84596B;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #84596B;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #CECFCE;
}
#navigation a:hover {
	color: #84596B;
	text-decoration: none;
	background-color: #CECFCE;
}
#navigation_footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation_footer li {
	float: left;
}
#navigation_footer a {
	padding-left: 2px;
	padding-right: 2px;
}
/* Styles for Right Column */
#sidebar h4 {
	color: #84596B;
	margin-top: 0px;
}
#sidebar p {
	color: #84596B;
	margin-top: 0px;
	font-size: 0.9em;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #222200;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #333311;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #444422;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #555533;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #6A6AB4;
}
a:hover {
	background-color: #CECFCE;
}
form {
	margin: 20px;
	margin-top: 30px;
}
form.login {
	color: #84596B;
	margin-top: 100px;
	margin-bottom: 60px;
	background-color: #DDCAC5;
	border: 3px solid #84596B;
	width: 250px;
	padding: 10px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}
form.login h3 {
	color: #84596B;
}
.loginlabel {
	color: #84596B;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	clear: left;
}
.loginsubmit {
	margin-left: 155px;
}
#loginimage {
	padding: 10px;
	width: 75px;
	margin-left: auto;
	margin-right: auto;
}
input.text {
	margin-left: 7px;
}
input.logintext {
	margin-right: 40px;
	float: right;
     	font-family: Verdana; 
}
textarea {
	margin-right: 100px;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
#footer a {
	color: #B99084;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.error {
	color: red;
}
.success {
	color: blue;
}
.invisible_error {
	color: red;
	visibility: hidden;
}
.required {
	color: red;
}
.example {
	color: grey;
	font-style: italic;
	font-size: small;
}
span.popover {
	margin: 0 1px;
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #CECFCE;
}
span.popover:hover {
	color: #84596B;
	text-decoration: none;
	background-color: #CECFCE;
}
#navigation ul.popover {
	position: absolute;
	background-color: #B98489;
	width: 100px;
	z-index: 9001;
}
ul.popover {
	display: none;
}
li > ul.popover {
	top: auto;
	left: auto;
}
li:hover ul.popover {
	display: block;
}
li:hover span.popover {
	color: #84596B;
	text-decoration: none;
	background-color: #CECFCE;
}
#ceremony_map {
	width: 330px;
	height: 330px
}
#reception_map {
	width: 330px;
	height: 330px
}
.tips {
	clear: left;
}
.tips img {
	width: 100px;
	height: 100px;
	float: left;
	padding-bottom: 10px;
}
.tips p {
	margin-left: 10px;
	text-indent: 0px;
}