* {
	padding: 0;
	margin: 0;
	font-family: "Georgia", serif;
}

body {
	background: #b6babb url(/images/pinstripe6.png);
	text-align: center;
}

header, footer, section, nav {
	display: block;
}

ul {
	padding: 8px 0 8px 40px;
}

p {
	padding: 8px 0;
}

.f16 {
	font-size: 16px;
}

img {
	display: inline-block;
	float: left;
}
img.nofloat {
	float: none;
	vertical-align: middle;	
}
.success {
	font-weight: bold;
	color: #189418;
	padding: 3px 5px;
	background-color: #e4f4e4;
	border: 1px solid #36c436;
	display: inline-block;
}

.error {
	font-weight: bold;
	color: #941818;
	padding: 3px 5px;
	background-color: #f4e4e4;
	border: 1px solid #c43636;
	display: inline-block;
}

#wrapper1 {
	padding: 8px;
}
#wrapper2 {
	max-width: 75%;
	min-width: 916px;
	margin: 0 auto;
	overflow: visible;
}

#container, #popup {
	background: #dadcdc url(/images/paper1.png);
	padding: 8px;
	border: 0px solid transparent;
	border-radius: 80px 80px 40px 40px / 50px 50px 25px 25px;
 	-moz-border-radius: 80px 80px 40px 40px / 50px 50px 25px 25px;
	position: relative;
	overflow: visible;
}

#container > header {
	background: #192141 url(/images/header_back.jpg) no-repeat;
	height: 137px;
	color: #fff;
	text-shadow: 3px 3px 6px #000;
	margin: 0 0 8px 0;
	border: 0px solid transparent;
	border-radius: 80px 80px 80px 40px / 50px 50px 50px 25px;
 	-moz-border-radius: 80px 80px 80px 45px / 50px 50px 50px 29px;
	position: relative;
	overflow: visible;
}

#container > header #gavel {
	position: absolute;
	left: -23px;
	top: 5px;
	background: transparent url(/images/gavel4.png) no-repeat;
	width: 305px;
	height: 157px;
	z-index: 2;
	display: inline-block;
}

#container > header #header_content {
	color: #fff;
	text-shadow: 2px 2px 3px #000, 2px 2px 3px #000;	
	font-size: 18px;
	text-align: center;
	margin: 0 0 0 10px;
	letter-spacing: 3px;
	line-height: 24px;
}

#container > header #header_content h1 {
	text-shadow: 3px 3px 6px #000, 3px 3px 6px #000;
	font-size: 36px;
	font-weight: normal;
	padding: 10px 0 18px 30px;
	letter-spacing: 3px;
	line-height: normal;
}
#container > header #header_content a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#nav_container {
	position: absolute;
	width: 213px;
	background: transparent url(/images/nav_back400.png) repeat-x;
	border: 0px solid transparent;
	border-radius: 40px / 25px;
 	-moz-border-radius: 40px / 25px;
}

nav {
	margin-top: 20px;
	min-height: 200px;
}

a.nav_item {
	letter-spacing: 1px;
	padding: 5px 0 20px 0;
	color: #fff;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;	
	display: block;
	text-decoration: none;
}

.nav_item:hover {
	color: #fff6d2;
	text-shadow: 0 0 2px #cf7500, 1px 1px 2px #000;	
}
.only_quote {
	text-align: center;
	margin-top: 45px;
	position: relative;
}

.quote_item {
	position: relative;
	left: 1px;
	font-style: italic;
	margin: 30px 0 70px 0;
	text-align: left;
	font-weight: bold;
}

.double_quote,
.inside_quote {
	font-size: 15px;
	line-height: 20px;
	color: #631;
	text-shadow: 1px 1px 3px #aaa;
}

.inside_quote {
	display: inline-block;
	vertical-align: top;
	min-width: 204px;
}

.double_quote,
.inside_quote .double_quote {
	font-size: 16px;
}
.quote .author {

}


.triple_quote {
	font-size: 20px !important;
	line-height:16px !important;
}

.example_quote {
	background: #fff; margin: 11px; padding: 20px; font-weight: bold;
}
.example_image, .example_image img {
	text-align: center;
	float: none;
}

#content, #popup_content {
	margin-left: 221px;
	background: #eceded url(/images/paper1.png);
	padding: 16px 16px 24px 16px;
	text-align: left;
	overflow: visible;
	position: relative;
	min-height: 240px;
	border: 0px solid transparent;
	border-radius: 40px / 25px;
 	-moz-border-radius: 40px / 25px;
}


#content {
	min-height: 620px;
}

#content, #content * {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#content h1, #content h2, #popup h2 {
	color: #481c03;
	font-family: "Georgia", serif;
	line-height: normal;
}

#content h1 {
	margin: 10px 0;
	font-size: 24px;
}

#content h2, #popup h2 {
	margin: 24px 0 8px 0;
	font-size: 18px;
}

#content input[type='text'] {
	width: 400px;
	margin-bottom: 4px;
}

#content label {
	width: 50px;
	margin-left: 10px;
	display: inline-block;
}

#content input[type='radio'] {
	vertical-align: middle;
}
#content div.question label {
	width: auto;
	margin: 0 12px 0 4px;
	display: inline-block;
}
#content div.question {
	margin-left: 10px;
}
#content textarea {
	width: 450px;
}

#content input[type="submit"] {
	width: auto;
}

#content textarea {
	height: 150px;
}

p a {
	font-weight: bold;
	text-decoration: none;
	color: #22c;
}
p a:hover {
	color: #54d;
	text-shadow: 0 0 3px #fff;
}

.h_line_long, .h_line, .h_line_short {
	margin: 10px 0 6px 0;
	height: 1px;
}

.h_line_long {
	background: transparent url(/images/h_line_long.png) no-repeat;
	width: 394px;
	margin-right: 20px;
}

.h_line {
	background: transparent url(/images/h_line.png) no-repeat;
	width: 296px;
}

.h_line_short {
	background: transparent url(/images/h_line_short.png) no-repeat;
	width: 198px;
}

#pic_top_right {
	font-family: "Georgia", serif;
	position: relative;
	margin: -150px 0 25px 20px;
	float: right;
}

#pic_top_right .inside_quote {
	font-family: "Georgia", serif;
	max-width: 190px;
	font-size: 14px;
	line-height: 19px;

}

#pic_top_right .double_quote,
#pic_top_right .inside_quote .double_quote {
	font-family: "Georgia", serif;
	font-size: 15px;
	line-height: 19px;
}

#pic_top_right .quote_item {
	left: 10px;
	margin-bottom: 0;
	
}


.pic_shadow {
	box-shadow: 4px 4px 8px #000;
	-moz-box-shadow: 4px 4px 8px #000;
	-webkit-box-shadow: 4px 4px 8px #000;
}

.clear {
	clear: both;
}


footer {
	padding: 16px 32px 8px 0; 
	text-align: right;
	font-size: 12px;
}

#popup_wrapper {
	display: none;
	position: fixed;
	z-index: 3;
	height: 100%;
	width: 100%;
	background: rgba(128, 128, 128, .65);
}

#popup {

	border-radius: 40px / 25px;
 	-moz-border-radius: 40px / 25px;
	top: 25%;
	width: 50%;
	min-width: 400px;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}
#popup_content {
	margin-left: 0;
	padding: 16px;
	position: relative;
	min-height: 25%;
	max-height: 75%;
}
#popup_content > div {
	text-align: center;
}
#popup_content > div table {
	width: 100%;
}

a#popup_close {
	background: #55a;
	padding: 8px;
	height: 20px;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
	border-radius: 10px 30px 10px 10px / 10px 17px 10px 10px;
	-moz-border-radius: 10px 35px 10px 10px / 10px 20px 10px 10px;
 	/*border-radius: 40px / 25px; */
	position: absolute;
	z-index: 4;
	top: 8px;
	right: 8px;
	display:block;
	cursor: pointer;
}
#popup h2 {
	margin-top: 0;
	text-align: left;
}

#pizza_content, #signup_content {
	display: none;
}

.pointer {
	cursor: pointer;
}
.clear { clear: both; }

.center { text-align: center; }

a.button, a.button:hover, #content a.button, #content a.button:hover {
	font-family: "Georgia", serif;
	border-radius: 12px / 9px;
	border: 1px solid black;
	background: transparent url(/images/nav_back400.png) repeat-x;
	display: inline;
	display: inline-block;
	color: #ffc961;
	text-shadow: 0 0 4px #ffa800;	
	margin: 8px;
	padding: 8px;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
}

a.button:hover {
	color: #ffdd9b;
}


#content a.blue_button, #content a.blue_button:hover {
	border-top: 2px solid rgba(255,255,255,.4);
	border-bottom: 2px solid rgba(0,0,0,.4);
	border-left: 0;
	border-right: 0;
	border-radius: 24px / 18px;
	text-shadow: 1px 1px 1px #000;	
	padding: 8px 16px;
	background: #36478c;
	color: #fff;
	letter-spacing: 1px;
}
#content a.blue_button:hover {
	background: #455bb3;
	color: #fff;
}
