@charset "UTF-8";

html, body {
    height: 100%;
}

#content{
    background-color: #DDDDDD;
    width: 960px;
    height: 100%;
    min-height: 100%;
    margin: auto;
    padding: 0px;
}

#container-main {
    width: 960px;
    min-height: 100%;
 	margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 35px 20px 0px #333333;
}

/* BEGIN layout for header */

#header-main {
	margin: 0px auto 0px auto;
    height: 178px;
    width: 960px;
    padding: 0px;
}

#header-graphic {
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 178px;
    width: 960px;
    padding: 0px;
    
}

#header-logo {
	position: absolute;
    margin-left: 24px;
    margin-top: 25px;
}

#header-links {
	position: relative;
	float: right;
    margin-top: 78px;
    padding-right: 24px;
}


#navbar ul {
}

li.navbar {
	font-family: Garamond, "Adobe Garamond", "EB Garamond", serif; 
	font-size: 24px; 
	font-weight: bold;
	color: #DDDDDD;
	padding: 6px 6px 6px 12px;
	display:inline;
	text-transform: lowercase;
}

#header-subtitle {
	position: absolute;
    margin-left: 621px;
    margin-top: 110px;
}

a.navbar:link {
    color: #DDDDDD;
    text-decoration: none;
}

a.navbar:visited {
    color: #DDDDDD;
    text-decoration: none;
}

a.navbar:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* END layout for header */




/* BEGIN layout for body */

#body-main {
	-webkit-text-size-adjust: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 912px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 3px;
    padding-bottom: 35px;
    vertical-align: top;
}


/* BEGIN two-column layout */

.left-column {
	position: static;
	float: left;
	width: 684px;
	margin-left: 0px;
	margin-right: 0px;
    margin-top: 12px;
    padding: 0px;
}

.right-column {
	position: static;
    float: right;
	width: 204px;
	margin-left: 0px;
	margin-right: 0px;
    margin-top: 12px;
    padding-left: 0px;
    padding-right: 12px;
}

/* END two-column layout */


/* BEGIN equal two-column layout */

.two-column-1 {
	float: left;
	width: 344px;
	margin: 0px 0px 0px 100px;
    padding: 6px;
}

.two-column-2 {
    float: left;
	width: 344px;
	margin: 0px 100px 0px 0px;
    padding: 6px;
}

/* END equal two-column layout */

/* BEGIN equal three-column layout */

.three-column-row-container {
	width: 912px;
	height: 240px;
	margin: -12px 0px 0px 0px;
	padding: 0px;
}

.three-column-1 {
	float: left;
	width: 292px;
	margin-left: 0px;
    padding: 6px;
}

.three-column-2 {
	float: left;
	width: 292px;
	margin-left: 0px;
    padding: 6px;
}

.three-column-3 {
    float: left;
	width: 292px;
	margin-left: 0px;
    padding: 6px;
}

/* END equal three-column layout */


/* BEGIN icon two-column layout */

.two-column-icon-1 {
	position: static;
	float: left;
	width: 84px;
	margin-left: 0px;
	margin-right: 0px;
    margin-top: 12px;
    padding: 0px 12px 0px 48px;
}

.two-column-icon-2 {
	position: static;
    float: right;
	width: 732px;
	margin-left: 0px;
	margin-right: 0px;
    margin-top: 12px;
    padding-left: 0px;
    padding-right: 36px;
}

/* END icon two-column layout */


/* BEGIN contact form layout */

#form-container {
	width: 520px;
	overflow: hidden;
	margin: 0 auto;
	padding: 12px;
/*	border-style: solid;
	border-color: #500040;
	border-width: 1px;
	border-radius: 15px;*/
	background-color: #DDDDDD;
	box-shadow: 0px 5px 10px #333333;
}

.form-label {
	float: left;
	width: 72px;
	margin: 0px;
    padding: 0px;
    text-align: right;
}

.form-field {
    float: left;
	width: 400px;
	margin: 0px 0px 0px 12px;
    padding: 0px;
}

.form-button {
	width: 100px;
	margin: 0 auto;
    padding: 12px;
}

/* END contact form layout */


/* BEGIN body text styles */

.box {
	font-size: 16px;
	margin: -24px 120px 0px 120px;
	border-style: none;
	border-color: #000000;
	border-width: 3px;
	padding: 12px 6px 12px 12px;
}
/*
.border {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.border-pale {
	border-style: solid;
	border-width: 1px;
	border-color: #a5c5fd;
}
*/
p {
	font-family: Garamond, "Adobe Garamond", "EB Garamond", serif; 
	font-size: 16px;
	margin-bottom: 3px;
}

p.baking {
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
	line-height: 14px;
}

p.center {
	text-align: center;
}

p.subpage-subtitle{
	text-align: center;
	margin-top: -24px;
}

p.horizontal-rule {
	margin: 0px 375px 12px 375px;
	padding: 0px;
	border-style: none none solid none;
	border-color: #000099;
	border-width: 1px;
}

p.button {
	margin: 24px 3px 24px 3px;
	padding: 6px 0px 6px 0px;
	background-color: #80AFFD;
	border-style: none;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 3px 3px 0px #666666;
}

p.small-icon-indent {
	text-indent: 60px;
}

p.homepage {
	margin: 24px 24px 0px 24px;
}

a:link {
    color: #000099;
    text-decoration: none;
}

a:visited {
    color: #000099;
    text-decoration: none;
}

a:hover {
	color: #500040;
		text-decoration: none;
}

a.black:link {
	color: #000000;
}

a.black:visited {
	color: #000000;
}

a.black:hover {
	color: #000099;
}

h1 {
	font-family: Garamond, "Adobe Garamond", "EB Garamond", serif; 
	font-size: 48px; 
}

h2 {
	font-family: Garamond, "Adobe Garamond", "EB Garamond", serif; 
	font-size:28px; 
	font-weight:bold;
	padding-top: 0px;
}

h2.page-title {
	color: #000099;
	font-style: italic;
	text-align: center;
	font-weight: normal;
	text-align: right;
}

/*
h2.homepage {
	text-align: right;
	clear: both;
}
*/
   
h3 {
	font-family: Garamond, "Adobe Garamond", "EB Garamond", serif; 
	font-size: 24px; 
	font-weight: bold;
}

h3.page-subtitle {
	font-size: 26px;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 24px;
}

h3.subpage-subtitle {
	text-align: center;
	line-height: 26px;
	font-weight: bold;
	margin-top: 24px;
}
/*
h3.center {
	text-align: center;
}
*/
h4 {
	font-family: Garamond, "Adobe Garamond", "EB Garamond", serif; 
	font-size: 18px; 
}

h4.center {
	text-align: center;
}

ul {
	font-family: Garamond, "Adobe Garamond", "EB Garamond", serif; 
	font-size:14px;
	list-style-type: circle;
}

li {
	font-family: Garamond, "Adobe Garamond", "EB Garamond", serif; 
	font-size: 14px;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #000000;
	line-height: 17px;

}

img {
	border-style: none;
}
/*
img.name {
	position: relative;
    float: right;
    vertical-align: top;
    margin-right: -12px;
    margin-top: 24px;
}
*/ 
/*
img.float-right{
    float: right;
    vertical-align: top;
    margin: 2px;
    border-style: solid;
    border-width: 2px;
    border-color: #000099;
}
*/
/* END body text styles */

/* END layout for body */




/* BEGIN layout for footer */

#footer {
    width: 960px;
    height: 25px;
    margin-top: -40px;
    padding: 0px;
}


/* END layout for footer */

/* BEGIN mobile layout */

/*
@media only screen and (max-width : 860px) {
	.two-column-1 {margin-left: 20px;}
	.two-column-2 {margin-right: 20px;}
}

@media only screen and (max-width : 480px) {
	#content {width: 100% !important;}
	#container-main {width: 100% !important;}
	.two-column-1 {width: 100% !important; margin-left: 0px; float: none; clear: both;}
	.two-column-2 {width: 100% !important; margin-right: 0px; float: none; clear: both;}
}

*/

/* END mobile layout */


