/* CSS Document */

body {
	background-color: #dcdcdc;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font: 72% Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 1.5em;
	text-align: left;
	vertical-align:top;
	color:#CCC;
	font-weight:normal;
		font-height: 1.4em;
}
h2 {
	font-size: 1.2em;
	text-align: left;
	color: #00457c;
	font-weight:bold;
	line-height: 1.4em;
	vertical-align:top;
}
h4 {
	font-size: 1.1em;
	text-align: left;
	color: #263251;
	height: 8px;
	font-weight:normal;
	font-height: 1.4em;
	padding: 5px 0px 5px 0px;
}
h3 {
	font-size: 1.2em;
	text-align: left;
	color: #263251;
	font-weight:bold;
	line-height: 1.3em;
	padding: 0px 0px 0px 5px;
}
h5 {
	font-size: .95em;
	text-align: left;
	color: #333;
	font-weight:normal;
	line-height: 1.5em;

}

h6 {
	font-size: .9em;
	text-align: left;
	color: #333;
	line-height: normal;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
}

#largetext{
	left: 400px;
	width: 100px;
	top: 8px;
	float: left;
	position: relative;
}

#smalltext{
	left: 380px;
	width: 100px;
	top: 8px;
	float: left;
	position: relative;
}

p {
	color: #333;
	font-weight:normal;
	line-height: 1.7em;
	padding: 0px 0px 0px 5px;
}



navsub {
	color: #333;
	font-weight:normal;
	line-height: 1.7em;
	font-weight: bold;
	color: #263251;
	padding: 20px 10px 20px 25px;
}

navlink {
	color: #333;
	font-weight:normal;
	line-height: 1em;
	font-weight: bold;
	color: #999;
	padding: 20px 10px 20px 5px;
}

/* - Link Styles - */
a {
	min-height:1%;
	text-decoration:underline;
	color:#333;
}
a:hover {
	background:#263251;
	color:#fff;
	text-decoration:underline;
}
a:link {
	text-decoration: none;
	text-color: #333333;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	text-color: #333333;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	text-color: #333333;
	text-decoration:underline;
}
/* - List Styles - */
ul {
	margin:0 0 1em 20px;
	padding:0;
}

li {
	color: #333;
	font-weight: normal;
	line-height: 1.8em;
	padding: 0px 0px 0px 0px;}
/* - Image Styles - */
img {
	border:0;
}
/* - Form Styles - */
form {
	margin:0;
	line-height:1.2em;
}
input, select, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
}
input.text {
	border:1px solid #7f9db9;
}
input.button {
	width:auto;
	padding:1px 4px;
	overflow:visible;
}
div.row {
	clear:both;
	margin:2px 0;
}
div.row .label {
	float:left;
	width:40%;
	padding:3px 0 0 0;
}
div.row .error {
	color:#f00;
	margin:0 0 5px 0;
}
p.smallprint {
	font-size: smaller;
}
#container {
	width: 960px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 0px;
	position: relative;
	background-color: #f2f2f2;
}
#shadowleft {
	background-color: #dcdcdc;
	height: 100%;
	left: 0px;
	top: 0px;
	width: 10px;
	position: absolute;
	background-image: url(images/Web_Build1_05.jpg);
	background-repeat: repeat-y;
	float: left;
}
/* search nav panel start *//* search nav panel start *//* search nav panel start *//* search nav panel start *//* search nav panel start *//* search nav panel start */

#searchnav {
	background-color: #dcdcdc;
	height: 50px;
	left: 10px;
	width: 940px;
	position: relative;
	float: left;
	z-index: 1;
}


/* search nav panel ends *//* search nav panel ends *//* search nav panel ends *//* search nav panel ends *//* search nav panel ends *//* search nav panel ends */

#shadowright {
	background-color: #dcdcdc;
	height: 100%;
	width: 10px;
	left: 950px;
	top: 0px;
	background-image: url(images/Web_Build1_09.jpg);
	background-repeat: repeat-y;
	position: absolute;
	float: right;
}
/* nav panel start *//* nav panel start *//* nav panel start *//* nav panel start *//* nav panel start *//* nav panel start *//* nav panel start *//* nav panel start */

#topnav {
	background-color:#263251;
	background-repeat: repeat-x;
	height: 52px;
	width: 940px;
	left: 10px;
	top: 0px;
	position: relative;
	float: left;
	z-index: 2;
	border-bottom: 2px solid white;
}

#logo{
	left: 20px;
	top: 3px;
	position: absolute;
	
	
	}
#sddm
{
    margin: 0;
    padding: 0;
    z-index: 30;
}

#sddm li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

#sddm li a
{
    display: block;
    padding: 16px 26px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#sddm li a:hover
{
    background-color: #999;
}
#sddm div.popout
{
    background-color: #FFF;
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0px;
    z-index: 30;
}

/* drop down */

#sddm div a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 20px 10px 20px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    color: #333;
}

#sddm div a:hover
{
    background-color: #333;
    background-image: none;
	left: 0px;
	color: #CCC;
}

/* nav panel end *//* nav panel end *//* nav panel end *//* nav panel end *//* nav panel end *//* nav panel end *//* nav panel end *//* nav panel end *//* nav panel end */

#keylineaboveflash {
	background-color: #fff;
	height: 1px;
	width: 900px;
	left: 10px;
	position: relative;
	z-index: 9;
	float: left;
}
#stage {
	background-color: #dcdcdc;
	height: 160px;
	width: 750px;
	left: 10px;
	position: relative;
	z-index: 1;
	float: left;
}

#stagetitle {
	position: absolute;
	color: #FFFFFF;
	font-size: 20px;
	text-align: left;
	text-indent: 15px;
	font-weight: normal;
	padding: 16px;
	height: 50px;
	width: 708px;
	margin: 0;
	float: left;
	z-index: 50;
	left: 0px;
	top: 150px;
}
#flashstageshadow {
	background-color: #f2f2f2;
	height: 10px;
	width: 740px;
	left: 10px;
	top: 0px;
	position: relative;
	background-image:url(images/Web_Build1_02.jpg);
	background-repeat: repeat-x;
	float: left;
}
/* right nav menu begins *//* right nav menu begins *//* right nav menu begins *//* right nav menu begins *//* right nav menu begins *//* right nav menu begins */

#rightnav {
	background-color: #f2f2f2;
	height: 100%;
	left: -13px;
	top: 105px;
	position: relative;
	float: right;
}
#rightnavboxlinks {
	width: 184px;
	color: #333;
	overflow: hidden;
	float: left;
}

/* quicklink menu start */

.quicklink {
	display: block;

	width: 100%;
	height: 33px;
	margin: 0;
	font-weight: bold;
	border-bottom: 2px solid white;
	background:#999;
}
.quicklink a {
	display: block;
	padding: 10px;
	color: #fff;
	text-align: left;
	text-decoration: none;
}

.quicklink_open2 {
	display: block;
	width: 100%;
	height: 33px;
	margin: 0;
	font-weight: bold;
	border-top: #263251;
}

.quicklink_open2 a {
	display: block;
	padding: 10px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #263251;
	border-bottom: 0px;
}

.quicklink_closed2 a {
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
}

.quicklink a:hover {
	background-color: #263251;
	width: 100%;
	border-bottom: 2px solid white;
	height: 13px;
}
.quicklink_open {
	display: block;
	visibility: visible;
	width: 100%;
	top: -6px;
	font-size: .95em;
	color: #FFF;
	background-color: #263251;
	padding: 0px 10px 10px 10px;
	border-bottom: 2px solid white;
}
.quicklink_closed {
	visibility: hidden;
	display: none;
}
/* quicklink panel end */

#publications{
	background-color: #f2f2f2;
	height: 100%;
	left: -15px;
	position: relative;
	float: right;
	padding: 10px;
	margin: 0px;
}

/* press coverage menu start */

#press {
	margin: 0;
	padding: 0;
	width: 100%;
}
#press li {
	margin: 0;
	padding: 0px 0px 10px 2px;
	font-size: 10px;
	font-weight: normal;
	list-style-type: none;
}
#press li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 5px 0px;
	color: #333;
	text-align: left;
	text-decoration: none;
}
#press div a:hover {
	background-color: #263251;
}
/* press coverage menu end */

#rightnavfootercorner {
	background-color: #dcdcdc;
	height: 50px;
	width: 35px;
	bottom: 0px;
	left: 925px;
	position: absolute;
	float: left;
}
/* right nav menu ends *//* right nav menu ends *//* right nav menu ends *//* right nav menu ends *//* right nav menu ends *//* right nav menu ends *//* right nav menu ends */

/* main content begins *//* main content begins *//* main content begins *//* main content begins *//* main content begins *//* main content begins *//* main content begins */

#shadowmiddle {
	background-color: #dcdcdc;
	height: 100%;
	width: 10px;
	position: absolute;
	background-image: url(images/Web_Build1_07.jpg);
	background-repeat: repeat-y;
	float: right;
	top: 0px;
	left: 750px;
	z-index: 50px;
}

#maincontent {
	width: 700px;
	padding: 0px 10px 40px 2px;
	top: 0px;
	left: 25px;
	position: relative;
	float: left;
	}
#boxtable {
	width: 670px;
	height: 100%;
	vertical-align:bottom;
}
#boxtable td {
	padding: 0px 30px 30px 0px;
}
.featurelinkboxes a {
	background-color: #263251;
	display: block;
	text-align: left;
	padding: 5px 10px 40px 10px;
	background-color: #dcdcdc;
	border-bottom: 3px solid #263251;
	width: 180px;
	height: 65px;
	background-image:url(images/images/button.gif);
}
.featurelinkboxes a:hover {
	color: #FFF;
	background-color:#660000;
	width: 180px;
	background-image:url(images/images/button_hover.gif);
}

#maincontentcorner {
	background-color: #dcdcdc;
	height: 50px;
	width: 35px;
	left: 0px;
	bottom: 0;
	position: absolute;
	float: left;
}
#shadowfooter {
	background-color: #dcdcdc;
	width: 890px;
	height: 50px;
	bottom: 0;
	left: 35px;
	position: absolute;
	float: left;
}
/* main content ends *//* main content ends *//* main content ends *//* main content ends *//* main content ends *//* main content ends *//* main content ends */

#footer {
	position: absolute;
	width: 800px;
	bottom: 0;
	left: 25px;
	float: left;
	height: 40px;
}
	
/* stick to bottom */
