/* @override http://localhost:8888/duo/templates/duo/css/duo.css */

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border-style: none;
	list-style-type: none;
}

body {
	font: 62.5% Verdana, "Lucida Grande", Lucida, sans-serif;
	background: #48486d url(../images/body_bg.png) repeat-x;
	text-align: center;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 853px;
	position: relative;
	background-image: url(../images/container_body.gif);

}

#main_content {
	background: url(../images/container_bottom.png) no-repeat 0 bottom;
	padding-bottom: 126px;
}

#concerts #main_content {
	padding-bottom: 306px;
}

h1 a {
	background: url(../images/header.png) no-repeat;
	height: 75px;
	text-indent: -9999px;
	display: block;
	padding-bottom: 16px;
}

h2 {
	background: url(../images/container_top.gif) no-repeat;
	padding-left: 195px;
	padding-right: 40px;
	padding-top: 15px;
	margin-bottom: 6px;
	color: #000054;
	font: italic bold 2em Georgia, "Times New Roman", Times, serif;
	text-shadow: gray 1px 1px 2px;
}

h3 {
	padding-left: 195px;
	color: #000054;
}

p {
	padding-left: 195px;
	padding-right: 40px;
	line-height: 13px;
	margin-bottom: 10px;
	font-size: 1.1em;
	color: #363636;
}

p a {
	color: #000054;
}

p a:hover {
	text-decoration: none;
}

#main_content ol, #main_content ul {
	padding-left: 195px;
	margin-bottom: 10px;
	font-size: 1.1em;
}

#main_content ul li {
	list-style-type: disc;
	list-style-position: inside;
	color: #363636;
	margin-bottom: 2px;
	font-size: 1.1em;
}

#main_content ol li {
	list-style-type: upper-roman;
	list-style-position: inside;
	margin-bottom: 7px;
	color: #363636;
	font-size: 1.1em;
}

img {
	border: 2px solid #959595;
	padding: 2px;
	margin-right: 8px;
	margin-bottom: 8px;
}

img.caption {
	margin-bottom: 3px;
	margin-top: 0;
	margin-right: 0;
}

div.img_caption.null {
	margin-left: 180px;
}

.img_caption.null p {
	padding: 0;
	text-align: center;
	font-size: 1.1em;
	font-style: italic;
}

form {
	font-size: 1.1em;
	color: #363636;
	margin-left: 195px;
	width: 424px;
	padding: 4px 15px 6px;
	background-color: #efefef;
	border: 1px solid #dbdbdb;
}

label {
	display: block;
	margin-top: 4px;
	font-weight: bold;
}

input {
	border-style: inset;
	margin-right: 4px;
}

.button {
	background-color: #48486d;
	color: white;
	padding: 2px;
	border: 1px solid #34344f;
	cursor: pointer;
}

textarea {
	border-style: inset;
	border-width: 2px;
	margin-bottom: 8px;
	width: 416px;
}

span.required {
	color: #000054;
	font-weight: bold;
}

#nav_menu {
	background: url(../images/sidebar_bg.gif) no-repeat right top;
	width: 182px;
	position: absolute;
	top: 91px;
	padding-top: 15px;
	padding-bottom: 96px;
}

#nav_menu a {
	display: block;
	text-align: right;
	padding-right: 11px;
	text-decoration: none;
	color: #626262;
	font: italic bold 1.3em Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-bottom: 6px;
	text-shadow: #8b8b8b 1px 1px 2px;
}

#nav_menu li.active a, #nav_menu li a:hover {
	background: url(../images/active_link.gif) no-repeat;
	color: white;
}

#footer {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 3px;
	color: white;
	font-style: italic;
}

#footer li {
	display: inline;
	margin-left: 7px;
	margin-right: 7px;
}

#footer li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

#footer li a:hover
 {
	color: #dfdfdf;
}


