@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #e9ece7;
}
#container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#header {
	background-image: url(../images/sitedesign_01.png);
	background-repeat: no-repeat;
	height: 120px;
	background-position: center;
	width: 1000px;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 10px 0;
}
#contentwrapper {
	background-image: url(../images/sitedesign_03.png);
	background-repeat: repeat-y;
	height: auto;
	width: 1000px;
}

#contentwrappernoslideshow {
	background-image: url(../images/siteframeworkblank.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	height: auto;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: top;
}

#content {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#leftcolumn { color: #333; height: auto; width: 510px; float: left; margin-top: 0px; margin-left: 50px; padding: 30px 40px 25px 50px; }

#rightcolumn { float: right; color: #333; height: auto; width: 195px; display: inline; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; font-size: 90%; margin: 0px 50px 5px 0px; padding: 10px 50px; }

#fullcolumn {
	color: #333;
	height: auto;
	width: 800px;
	float: left;
	margin-left: 50px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}


#footer {
	background-image: url(../images/sitedesign_04.png);
	background-repeat: no-repeat;
	background-position: center -38px;
	background-color: #E9ECE7;
	height: 50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}

/* Header Home Link */
#header a.homelink
{
	position: absolute;
	top: 0px;
	left: 50px;
	width: 190px;
	height: 110px;
	right: 0px;
	bottom: 0px;
}

#header a.homelink h1
{
    display: none;
}

/* Top Menu */
#topmenu {
	display: block;
	height: 120px;
	width: 600px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	overflow: hidden;
	float: right;
	padding: 0px;
	margin-left: 20px;
}
#topmenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
	list-style-type: circle;
}
#topmenu a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	margin: 0px;
	padding-top: 31px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#topmenu a:hover {
	background-position: 0 -120px;
}
#topmenu a:active, #topmenu a.current {
	background-position: 0 -240px;
}
#company a {
	width: 110px;
	height: 120px;
	margin-left: 0px;
	background: url(../images/menu.png) top left no-repeat;
}
#investor a {
	width: 189px;
	height: 120px;
	margin-left: 0px;
	background: url(../images/menu-02.png) top left no-repeat;
}
#pressreleases a {
	width: 137px;
	height: 120px;
	margin-left: 0px;
	background: url(../images/menu-03.png) top left no-repeat;
}
#contact a {
	width: 164px;
	height: 120px;
	margin-left: 0px;
	background: url(../images/menu-04.png) top left no-repeat;
}


/* Other Styles */

h1 {
	color: #593A1F;
	font-size: 175%;
	font-weight: bold;
	padding-bottom: 20px;
	font-family: "Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif;
}
#content p, #leftcolumn p {
	color: #000000;
	line-height: 25px;
	padding-bottom: 12px;
}
#fullcolumn p { color: #000000; padding-bottom: 12px; line-height: 20px; }
h2 {
	font-size: 130%;
	font-weight: bold;
	color: #583A1F;
	padding-top: 10px;
	font-family: "Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif;
	padding-bottom: 5px;
}
#footer p {
	text-align: center;
	color: #545351;
	font-size: 90%;
}
#listing {
	background-color: #e5ecf9;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 60px;
	width: 630px;
}
#listing img {
	float: left;
	margin-right: 20px;
}
#container #leftcolumn #listing h1 {
	font-size: 130%;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}
#container #leftcolumn #listing p {
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-size: 140%;
	color: #333333;
}
/* Submenu */

#submenu {
	float: right;
	width: 200px;
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	height: auto;
	margin-bottom: 15px;
}


#submenu ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#submenu a
{
display: block;
padding: 20px;
width: 160px;
color:#003c78;
border-bottom: 1px solid #003c78;
}

#submenu a:link, #submenu a:visited
{
color: #003c78;
text-decoration: none;
}

#submenu a:hover
{
	background-color: #E9ECE7;
}


#container #header img {
	margin-top: 0px;
	margin-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content .list li, #fullcolumn .list li {
	margin-top: 5px;
	margin-left: 10px;
	list-style-position: inside;
}

#rightcolumn .list li {
	margin-top: 5px;
	margin-left: 15px;
	list-style-position: inside;
}

#content .list2 li, #rightcolumn .list2 li {
	margin-top: 5px;
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: none;
}#clear {
	clear: both;
}
#container #contentwrapper #leftcolumn .list li {
	padding-bottom: 10px;
	padding-left: 5px;
	margin-left: 25px;
}
#container #contentwrapper #leftcolumn .list {
	padding-top: 20px;
}
#rooms {
	background-color: #eeeee6;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #720F37;
	margin-top: 15px;
	overflow: hidden;
}
#leftcolumn p a img.gallery, #fullcolumn p a img.gallery {
	border: 10px solid #EEEEE6;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#fullcolumn p a img.gallery {
	border: 10px solid #EEEEE6;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
}
#leftcolumn p a:hover img.gallery #fullcolumn p a:hover img.gallery {
	border-top-color: #C9C9C0;
	border-right-color: #C9C9C0;
	border-bottom-color: #C9C9C0;
	border-left-color: #C9C9C0;
}
#container #contentwrapper #leftcolumn #rooms ul li {
	padding-bottom: 5px;
}

/* Table Styling */

#table td {
	padding: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9C9C0;
	font-size: 15px;
	color: #333;
	clear:right;
}

#table th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9C9C0;
	font-size: 15px;
	color: #333;
	clear:right;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-align: left;
	background-color: #e5ebf1;
}

#container #contentwrapper #fullcolumn #table tr td div .blanktable td { padding: 0px; font-size: 15px; color: #333; clear:right; border-style: none; }


/* Image Styling */



#container #contentwrappernoslideshow #fullcolumn #fancybox .floatright {
	margin: 25px;
}

.highlight { background-color: #fff; padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px; border-top-width: 1px; border-top-style: solid; border-top-color: #999; margin-top: 50px; margin-bottom: 50px; overflow: hidden; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }


.news {
	padding: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 25px;
	margin-bottom: 25px;
}

.newsbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}


#container #contentwrapper #leftcolumn .news p, #container #contentwrapper #leftcolumn .newsbottom p {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	padding: 0px;
}

.small {
	font-size: 85%;
	margin-bottom: 25px;
}
#submenu ul li .current {
	background-color: #E9ECE7;
}

/* Lists */

#container #contentwrapper #fullcolumn .link-list { list-style: none; margin-left: 50px; }
.mp4 { background-image: url(../images/mp4_48.png); background-repeat: no-repeat; margin-bottom: 10px; padding-left: 50px; padding-top: 20px; padding-bottom: 20px; }
.swf { background-image: url(../images/swf_48.png); background-repeat: no-repeat; margin-bottom: 10px; padding-left: 50px; padding-top: 20px; padding-bottom: 20px; }
.flv { background-image: url(../images/flv_48.png); background-repeat: no-repeat; margin-bottom: 10px; padding-left: 50px; padding-top: 20px; padding-bottom: 20px; }
#container #contentwrapper a:hover { color: #063262; }

