@charset "utf-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#40455b;
	margin:0px;
	background-image:url(images/background_repeater.jpg);
	background-repeat:repeat-x;
	background-color:#ebead8;
}

#main {
	margin:auto;
	width:780px;
}

#header {
	width:553px;
	height:131px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	padding:34px 0px 0px 227px;
}

.headerTop {
	color:#FFFFFF;
	font-size:20px;
}

.headerMiddle {
	color:#FFFFFF;
	font-size:32px;
}

.headerBottom {
	color:#d0e0e0;
	font-size:18px;
}

#flash {	
	width:780px;
	height:200px;
}

#nav {	
	width:780px;
	height:32px;
	padding:20px 0px 0px 0px;
}

.nav {
	padding:0 25px 0 25px;
}

/****** NAV LNKS START *******/
.nav a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.nav a:hover {
	color:#391402;
	text-decoration:none;
}

.nav a:active {
	color:#391402;
	text-decoration:none;
}

/****** NAV LINKS END ********/

#contentWrapper {
	width:780px;
	margin-top:10px;
}

#contentLeft {
	width:546px;
	float:left;
}

#contentRight {
	width:234px;
	float:right;
	text-align:center;
}

#contentFooter {
	width:780px;
	height:5px;
	clear:both;
}

#pageFooter {
	width:100%;
	background-color:#40455b;
	height:70px;
}

#footer {
	width:780px;
	margin:auto;
	padding-top:25px;
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	line-height:1.3;
}

.small_font {
	font-size:11px;
}

/***** LINKS START ******/
a:link {
	color:#4b72b0;
	text-decoration:none;
}

a:visited {
	color:#4b72b0;
	text-decoration:none;
}

a:hover {
	color:#4b72b0;
	text-decoration:underline;
}

a:active {
	color:#4b72b0;
	text-decoration:none;
}
/***** LINKS END ********/

/****** CONTENT SWITCHER ********/
.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

.eg-bar{
background-color: #d4d3c1;
font-weight: bold;
border: 1px solid #bfbeaa;
padding: 3px;
}

div.eg-bar{
width: 540px;
}

.icongroup1{
width: 540px;
}
/********** END CONTENT SWITCHER **********/

.table_fontColor {
	color:#FFFFFF;
}

#int_logos {
	width:780px;
	clear:both;
	text-align:right;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

li ul {
    display: none;
}
li:hover > ul {
    display: block;
}

ul#nav li ul {
    display: none;
}
ul#nav li:hover > ul {
    display: block;
}

h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; }
h3 { font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; line-height:1.3; }

/******** DROP DOWN NAV ************/
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
text-decoration: none;
color: #ffffff;
padding-right:2px;
filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0; opacity:1.0;
}

.home {
	width:90px;
	padding-left:5px;
	padding-bottom:15px;
}

.tawani {
	width:145px;
	padding-bottom:15px;
}

.nomination {
	width:145px;
	padding-bottom:15px;
}

.award {
	width:175px;
	padding-bottom:15px;
}

.pml {
	width:220px;
	padding-bottom:15px;
}

	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 7px 5px;
background-color:#ad2927;
color:#ffffff;
}

.suckertreemenu ul li a:hover{
color: #391402;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 2px;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 3%; }
/* End */
/************** DDN *******************/