/*-------------------- GENERAL STYLES --------------------*/

* { margin: 0;
	padding: 0;
}
body, html {
	height: 100%;
}
body {
	font-family: Arial, sans-serif;
	background: url(Images/Global/BG.jpg) no-repeat 0 0;
}
.clearFix {
	clear: both;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}
em {
	color: #006940;
	font-style: normal;
}
a {
	color: #006940;
}
a:hover {
	text-decoration: none;
}
.italic {
	font-style: italic;
}

/*-----------------The CSS that's required for Transparent PNG's-----------------*/
/*Background PNG images can't be tiled. This is a limitation of the IE filter. Padding and borders don't indent the PNG image. An easy fix for this is wrapping your PNG images in container DIVs or similar.*/

img, #page, #footer, #header, #content, .logo { behavior: url(iepngfix.htc); }


/*-------------------- HOME STYLES --------------------*/

.homeBG {
	margin: 0;
	font-family: Arial, sans-serif;
	background: url(Images/Home/background.jpg) no-repeat center 0;
}
#content {
	margin: 0 auto;
	position: relative;
	width: 800px;
}
.logo {
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	width: 514px;
	height: 50px;
}
#flashMain {
	position: relative;
	width: 490px;
	height: 427px;
	margin: 20px auto 0 auto;
	padding-bottom: 75px; /* Very Important - Keeps footer from overlapping content */
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}
#footerNav {
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	background-color: #a1a1a1;
	position: relative;
	margin-top: -75px;
	height: 75px;
	bottom: 0;
	margin-bottom: 0;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer {
	margin-top: -7em;
}
#footerLinks {
	position: relative;
	top: 22px;
	left: -55px;
}
#footerLinks li {
	display: inline;
	padding-left: 14px;
	padding-right: 10px;
	border-left: #000 solid 1px;
}
#footerLinks li.first {
	border-left: 0;
}
#footerLinks a {
	color: #000;
	text-decoration: none;
}
#footerLinks a:hover {
	text-decoration: underline;
}
/* Positioning for Logo before Safari 3 beta
#miamiLogo {
	position: relative;
	left: 30px;
	top: 10px;
	float: left;
	width: 123px;
	height: 57;
}*/
#miamiLogo {
	margin-left: 30px;
	margin-top: 13px;
	float: left;
	width: 109px;
	height: 54;
}


/*--------------------  MAIN STYLES --------------------*/

#wrapper {
	position: relative;
	width: 917px;
}
#navCol {
	position: relative;
	float: left;
	width: 203px;
}
#navTop {
	margin-top: 34px;
	position: relative;
	background: url(Images/Global/Nav-Top.jpg) no-repeat 0 0;
	width: 203px;
	height: 100px;
}
#navImg {
	position: relative;
	margin: 10px 0 0 14px;
}
#mainNav {
	position: relative;
	background: url(Images/Global/Nav-Backing.jpg) repeat-y 0 0;
}
#navBottom {
	background: url(Images/Global/Nav-Bottom.jpg) no-repeat 0 0;
	width: 203px;
	height: 14px;
	clear: both;
}
#navBacking {
	width: 203px;
	height: 294px;	
}
#nav {
	background: url(Images/Global/navBarL.jpg) no-repeat 0 0;
	padding: 15px 0 5px 12px;
	font-size: 14px;
	color: #fff;
}
.navWidth {
	width: 175px;
	padding-left: 6px;
}
#nav ul, #nav li, #nav a {
	color: #fff;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	line-height: 14px;
}
#nav a {
	text-decoration: none;
	display: block;
	width: 150px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#nav a:hover {
	background: url(Images/Global/Arrow.gif) no-repeat 0 3px;
}
.uberLink {
	background: url(Images/Global/Arrow.gif) no-repeat 0 3px;
}
.subNav {
	font-size: 12px;
	margin-left: 10px;
}
.copyRight {
	position: relative;
	left: 20px;
	top: 70px;
}
.copyRight p {
	color: #696969;
	font-size: 11px;
	line-height: 13px;
	margin-top: 25px;
}
#priContent {
	float: right;
	position: relative;
	width: 675px;
	margin-top: 200px;
	padding-bottom: 30px;
}
#priContent h1 {
	font-size: 18px;
	margin-bottom: 20px;
}
#priContent h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#priContent p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 8px;
}
blockquote {
	color: #006940;
	font-style: italic;
}
blockquote p {
	padding-top: 30px;
}
blockquote img {
	float: left;
	padding-right: 20px;
	position: relative;
	top: -30px;
}
.imgPad {
	margin-top: 12px;
}
.movieConFirst {
	border-top: #000 solid 1px;
	margin-top: 12px;
	padding-top: 8px;
}
.movieCon {
	border-top: #000 solid 1px;
	margin-top: 12px;
	margin-bottom: 30px;
	padding-top: 8px;
}
.movie {
	float: left;
	margin-right: 20px;
}
h3 {
	font-size: 13px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.mainImage {
	border: #CCCCCC 1px solid;
	padding: 5px;
	background-color: #f7f7f7;
	float: right;
	margin: 40px 0 15px 15px;
}
#footer2Links {
	text-align: center;
	position: relative;
	padding-top: 20px;
	margin-top: 72px;
	font-size: 12px;
	line-height: 18px;
	border-top: #666666 1px solid;
}
#footer2Links li {
	display: inline;
	padding-left: 14px;
	padding-right: 10px;
	border-left: #666666 solid 1px;
}
#footer2Links li.first {
	border-left: 0;
}
#footer2Links a {
	color: #000;
	text-decoration: none;
}
#footer2Links a:hover {
	text-decoration: underline;
}
#priContent ul, #priContent ol {
	font-size: 12px;
}
.bulleted li {
	padding: 5px 0 5px 0;
	margin-left: 28px;
}
.numbered {
	margin-bottom: 8px;
}
.numbered li {
	padding: 5px 0 5px 0;
	margin-left: 28px;
}
.separated {
	border-bottom: #999999 1px solid;
	margin: 22px 0 22px 0;
}
.separatedLast {
	margin: 22px 0 22px 0;
}
