/* CSS Document */

p, li {
	margin-bottom: .5em;
	margin-top: .5em;
}
ul {
	list-style-type: disc;
	margin-left: 2em;
}
ol {
	list-style-type: decimal;
	margin-left: 2em;
}
ol ol {
	list-style-type: lower-alpha;
}
ul.address {
	list-style-type: none;
	margin-left: 0;
	margin-top: 0;
}
ul.address li {
	margin-bottom: 0;
	margin-top: 0;
}

dt {
	display: compact;
	margin-right: 0.5em;
	font-weight: bold;
}	

dt:after {
	content: ": ";
}

dd {
	margin-left: 7.5em;
}

div.yuimenu {
	border-style: none;
	background-color: white;
}

div.yuimenu ul {
	padding: 0;
}

div.yuimenu ul li.yuimenuitem {
	margin-bottom: 0;
	margin-top: 0;
	border-top: solid white;
	border-top-width: 1px;
	background-color: rgb(0,33,191);
	color: white;
}

div.yuimenu ul li a {
	color: white;
        text-decoration:none;
}

/* IE6 hack */
div.yuimenu ul li a:link,
div.yuimenu ul li a:visited {
	color: white;
}

div.yuimenu ul li.selected {
	background-color: rgb(224,224,255);
}

div.yuimenu ul li.yuimenuitem.selected {
	background-color: rgb(224,224,255);
	color: black;
}

div.yuimenu ul li.selected a.selected {
	text-decoration:underline;
	color: black;
}

div.yuimenu p {
	font-size: 90%;
	font-weight: bold;
	margin-top: 2em;
	color: rgb(0,33,191);
}

div.reset {
	clear: both;
}	

h1 {
	font-size: 152%;
	font-weight: bold;
	color: rgb(0,33,191);
	margin-bottom: 1em;
}

h2 {
	font-size: 122%;
	font-weight: bold;
	color: rgb(0,33,191);
	margin-bottom: 1em;
}

h3 {
	font-size: 107%;
	font-weight: bold;
	color: rgb(0,33,191);
	margin-bottom: 1em;
}

h4 {
	font-weight: bold;
	color: rgb(0,33,191);
	font-style: italic;
}

table {
	background-color: rgb(224,224,255);
	margin-bottom: 1em;
	width: 100%;
}

th,
td,
tr {
	border: solid;
	border-color: white;
	border-width: 1px;
}


th {
	background-color: rgb(0,33,191);
	color: white;
	font-weight: bold;
	vertical-align: top;
	padding: 2px;
}

td {
	padding: 2px;
}

table.layout {
        background-color: transparent;
        border-color: transparent;
}

table.layout td {
	vertical-align: top;
}

label {
	font-weight: bold;
}

img.wrap {
	float: left;
	margin-right: 2em;
	clear: right;
}

.sidestyle {
	margin-left: 5px;
}
.sidebar{
	background-color: rgb(224,224,255);
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
.loginbox {
	background-color: rgb(0,33,191);
}
.alert {
	color: #ff0000;
	font-weight: bold;
}
.byline {
	font-style: italic
}
.link-label {
	font-size: 77%;
	color: rgb(128,128,255);
	font-weight: bold;
}
.top-link {
	float: right;
	font-size: 77%;
	font-weight: bold;
}
.link-label a:link,
.link-label a:visited,
.top-link a:link,
.top-link a:visited {
	color: rgb(128,128,255);
	text-decoration: none;
}

.banner-bar {
	width: 100%;
	height: 28px;
	margin-bottom: 1em;
	background-image: url("../images/espflags28.gif");
	background-repeat: repeat-x;
}

.big-button {
	background-color: rgb(0,33,191);
	font-size: 200%;
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	border-top: .5em;
	border-bottom: .5em;
	border-color: white;
	border-style: solid;
	text-align: center;
	vertical-align: middle;
}

.big-button a:link,
.big-button a:visited{
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#bottom-nav {
	margin-top: 1em;
	margin-bottom: 1em;
}
#hd {
	border-bottom: medium solid rgb(224,224,255);
	margin-bottom: .5em;
	padding-bottom: .5em;
}

.titlestyle,
#hd .title {
	font-size: 182%;
	font-family: serif;
	font-weight: bold;
	color: rgb(0,33,191);
	margin-bottom: 0;
	margin-top: 0;
}

#hd table, #hd th, #hd td {
	border: none;
	background-color: transparent;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}


#bd {
	margin-top: .5em;
}


#ft {
	font-size: 77%;
	border-top: medium solid rgb(224,224,255);
	margin-top: .5em;
	text-align: center;
}

#ft .top-link {
	font-size: 100%;
}

.slideshow {
	font-size: 77%;
	margin-bottom: 1em;
}

#featuredPhoto {
	width: 500px;
	padding: 0;
        border: ridge rgb(0,33,191) 7px;
}

.photo-controls {
}

.photo-controls a {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.photo-controls input[type="button"] {
	display: inline;
}

#thumbnails img {
	width: 100px;
	margin-bottom: 5px;
        border: none rgb(0,33,191) 2px;
}

#thumbnails input[type="button"] {
	font-size: 77%;
}

#medPhoto img {
	width: 32%;
	margin-bottom: 5px;
        border: none rgb(0,33,191) 2px;
}