/******************Begin Global Styles******************/
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../images3/background.jpg) left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the container selector */
	color: #0E145F;
	font-size: 12px;
}
/*body a {
	text-decoration:none;
}*/
h1 {
	margin:0px;
	padding:20px 0px 10px 0px;
	font-size:18px;
	font-weight:bold;
}
h2 {
	margin:0px;
	padding:5px 0px 10px 0px;
	font-size:14px;
	font-weight:bold;
}
h3 {
	margin:0px;
	padding:2px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
}
p {
	margin:2px;
	padding:5px 0px 5px 0px;
}
.emphasized {
	color:#FF6600; 
	font-style:italic;
	font-weight:bold;
	font-size:14px;
}
.photodate{
font-size:11px;
background-color:#FFFFFF;
}

.required {
	background-color: #ffffcc;
}

.diminutive{
font-size:11px;
}

input{
font-size:13px;
}

select{
font-size:13px;
}

.orange{
	color:#F27321;
}

/***********************End Global Styles********************************/

/***********************Begin Outer Layout Styles********************************/

#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#headerbar {
	background:url(../images3/header.gif);/*background image with round corners*/
	height:22px;
}
#header {
	background:url(../images3/mvlogo.gif) center no-repeat;/*Main Logo*/
	height:82px;
	margin-bottom:0px;
	width:930px;
	margin-left:10px;
	clear:both;
}

#upper{
	width:930px;
	margin-left:10px;
	background: #0E145F;
	clear:both;
}

#navbar ul {
	
	margin:0px;
	padding-left:0px;
	list-style: none;
	float: left;
	width: 920px;
	background: #FFFFFF;
	padding-left:10px;

}
#navbar li {
	float: left;
}
#navbar ul a {
	display: block;
	color:#F27321;
	background-color:#FFFFFF;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	margin: 10px 8px 3px 8px;
	
}
#navbar ul a:hover {
	color:#0E145F;
}
.selected {
	color:#0E145F !important;
}

#lower{
	width:930px;
	margin-left:10px;
	background: #F27321;
	text-align:center;
	clear:both;
}


#lowernav ul {
	margin: 0;
	padding-left:0px;
	list-style: none;
	border-top:4px solid #FFFFFF;
	border-bottom:4px solid #FFFFFF;
	float: left;
	width: 930px;
	background: #F27321;
}
#lowernav li {
	float: right;
}
#lowernav ul a {
	display: block;
	width: 75px;
	color:#FFFFFF;
	background-color:#F27321;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding: 3px;
	border-left: 3px solid #FFFFFF;
}
#lowernav ul a:hover {
	color:#0E145F;
}
#footer {
	width:930px;
	height:40px;
	margin-left:10px;
	background: url(../images3/footer-inner.gif) bottom center no-repeat #0E145F;
	text-align:center;
	clear:both;
}
#footernav {
	margin:0px;
	padding:0 0 10px 0;
	clear:both;
}
#footernav li {
	display:inline;
	color:#FFFFFF;
}
#footernav li a {
	text-decoration:none;
	font-size:10px;
	padding-top:0px;
	padding-bottom: 0px;
	padding-left:3px;
	padding-right:3px;
	color:#FFFFFF;
	font-weight:bold;
}
#footernav li a:hover {
	color:#F27321;
}
#footer p {
	margin: 0; 
	padding:0 0 5px 0; 
}
.copyright {
	font-size:9px;
	margin:0;
	color:#FFFFFF;
	font-weight:bold;
}
#footerbar {
	background:url(../images3/footer.gif);
	height:22px;  
	clear:both;
}

/***********************End Outer Layout Styles********************************/

/***********************Begin Inner Layout Styles********************************/

#mainContainer {
	margin:0 0 0 10px;
	padding: 0 0 0 0;
	height:530px;
	width:930px;
	background:url(../images3/RomeScreen3.gif) top repeat;
	clear:both;
}

#mainContainer2 {
	margin:0 0 0 10px;
	padding: 0 0 0 0;
	/*min-height:700px;*/
	min-height:700px;
	width:930px;
	clear:both;
}
#mainContainer3 {
	margin:0 0 0 10px;
	padding: 0 0 0 0;
	/*min-height:700px;*/
	min-height:560px;
	width:930px;
	background:url(../images3/RomeScreen3.gif) top repeat;
	clear:both;
}

/*#mainContent {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	min-height:500px;
	width:700px;
	float:left;
}*/

#titlearea{
	background-color:#FFFFFF;
	height: 109px;
	width:696px;
	padding: 0 0 0 20px;
	margin:0 0 20px 0;
}

#underline{
	border-bottom: 2px #F27321 solid;
	margin-top:-10px;
	margin-bottom:10px;
	height:5px;
	width:690px;
}


#absoluteContainer{
position:relative;
}

#absoluteContainer h2{
padding:0;
margin: 0;
}

#absoluteContainer h3{
font-size: 12px;
font-weight:bold;
padding:0px;
margin: 10px 0 2px 0;
}

#absoluteContainer ul{
	list-style:none;
	padding:0px;
	margin: 0;
}
#absoluteContainer li{
	background-image:url(../images3/bullet.gif);
	background-position:3px 3px;
	background-repeat:no-repeat;
	padding-left:19px;
/*	color:#0E145F;*/
}
/*#sidebar {
	width: 230px;
	min-height:300px;
	float:right;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}*/
#login {
	position:absolute;
	right:0px;
	top:-153px;
	width: 168px;
	height: 130px;
	background:#F27321;
	border-left: #FFFFFF solid 4px;
	font-size:11px;
	padding: 3px 0px 0px 10px;
}
#login a {
/*	text-decoration:none;
*/	color:#FFFFFF;
}
#login a:hover {
	color:#0E145F;
}
.logintitle {
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.loginform {
	padding-top:5px;
	margin:0px;
}

/***********************End Inner Layout Styles********************************/


/***********************Page Specifc Styles - Home********************************/

#pod1 {
	position:absolute;
	right:0px;
	top:-10px;
	width: 163px;
	min-height: 65px;
	background:#FFFFFF;
	border: #F27321 solid 2px;
	font-size:11px;
	padding: 3px 10px 3px 0px;
}
#pod1 ul {
	padding:0 0 0 6px;
	margin:0px;
	list-style:none;
}
#pod1 li {
	background-image:url(../images3/bullet.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding-left:17px;
}
#pod1 a {
	color:#0E145F;
}
#pod1 a:hover {
	color:#F27321;
}
#description {
	position:absolute;
	width:180px;
	top:100px;
	right:0px;
	font-size:11px;
}
#intropic {
	width:674px;
	height:451px;
	position:absolute;
	top: -10px;
	left:30px;
	margin:0px;
	/*background:url(../images3/videobackground.gif) center no-repeat;*/
	padding:0px;
	text-align:center;
}
#intropicdate {
	width:674px;
	height: 15px;
	position:absolute;
	top:446px;
	left:0px;
	margin:30px;
	padding:0px;
	text-align:center;
}
#video {
	width:739px;
	position:absolute;
	top: -10px;
	left:0px;
	margin:0px;
	/*background:url(../images3/videobackground.gif) center no-repeat;*/
	padding:0px;
}
#video_small {
	width:320px;
	position:absolute;
	top: 100px;
	left:220px;
	margin:0px;
}
#vidselect {
	width:739px;
	position:absolute;
	top: 450px;
	left:0px;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#vidselect a {
	color:#F27321;
}
#vidselect a:hover {
	color:#0E145F;	
}
#thumbs {
	position:absolute;
	width:739px;
	height: 84px;
	left:0px;
	top: 460px;
	margin:0px 0px 0px 0px;
	padding:0;
	font-size:11px;
}
#thumbs td {
	padding: 5px 5px 5px 5px;
}
#thumbs a img {
	margin: 4px auto;
	border: 2px solid #0E145F;
	width:130px;
	height:90px;
}
#thumbs a img:hover {
	border: 2px solid #F27321;
}
#thumbs a img:active {
	border: 2px solid #F27321;
}
#thumbs a img.clicked {
	border: 2px solid #F27321;
}
#thumbs a img.unclicked {
	border: 2px solid #0E145F;
}
#thumbsPrompt {
	position:absolute;
	font-size:11px;
	width:600px;
	height: 14px;
	left:0px;
	top: 450px;
}

/***********************End Home********************************/

#titlearea h1{
	color:#F27321;	
	padding-top:15px;
	padding-bottom:0px;
	font-family:Arial Black;
}
#titlearea h3{
	font-weight:normal;
}

