/* ------------------------------------

	Style for Sunrise Private Equity

------------------------------------ */

/* ------ HTML Tags ------ */
body {
	margin:0px;
	padding:0px;
	background:url('../images/bg_body.gif') top left;
	text-align:center
}
div, span, p, td {
	font:1em "Trebuchet MS",verdana,arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
blockquote {
	font:0.8em "Trebuchet MS",verdana,arial,sans-serif;
	line-height:0.4em;
	margin:0px;
	padding:0px;
}
blockquote p {
	font-style:italic;
	margin:0px;
	padding:0px;
}

.bullet  {
	line-height:1.4em;
	font-size:0.8em;
	color:#535353;
	list-style-type:square;
}


/* General Class */
.clear {
	clear:both;
}


/* Top Background */
#top-bg {
	background:url('../images/bg_top_body.jpg') repeat-x top left;
	height:113px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0
}


/* ------ Web Layout ------ */
#wrap {
	margin:0px auto;
	padding:0px;
	width:750px;
	text-align:left;
	position:relative;
	z-index:1;
	padding:50px 0px;
	min-height:1;
}

/* Menu on top */
#menu-on-top {
	color:#FFFFFF;
	text-align:right;
	margin-bottom:5px;
	font-size:0.7em;
}
#menu-on-top a {
	color:#FFFFFF;
	text-decoration:none;
	
}
#menu-on-top a:hover {
	text-decoration:underline;
}

/* COntainer */
#container {
	background:#FFFFFF;
	width:750px;
	position:relative;
	min-height:1;
	border-bottom:10px solid #485A5E;
	z-index:1;
}

/* Header */
#header {
	height:100px;
	position:relative;
	z-index:2;
}

/* The Title */
h1#webtitle {
	background:url('../images/bg_title.jpg') no-repeat top left;
	width:342px;
	height:43px;
	text-indent:-9000px;
	position:relative;
	top:30px;
	left:30px
}
h1#webtitle a {
	display:block;
	width:342px;
	height:43px;
}

/* Main Menu */
#mainmenu {
	min-height:1;
	background:#9EB6BF;
	position:relative;
	z-index:100;
	top:0px;
	left:0px;
	height:30px;
}
/*
#mainmenu ul {
	margin:0px;
	padding:0px;
	
}
#mainmenu ul li {
	list-style:none;
	float:left;
	width:130px;
	text-align:center;
	line-height:30px;
	height:auto !Important;
	height:30px;
	font-size:0.8em;
}
#mainmenu li a {
	text-decoration:none;
	display:block;
	color:#CCDBDD;
	
}
#mainmenu li a:hover,
#mainmenu li.active a {
	background:#658A98;
	color:#FFFFFF;
}
*/
ul.menu-interior {
	margin-left:180px !important;
}




/* Image Header */
#imageheader {
	border-bottom:5px solid #6F8386;
	position:relative;
	height:228px;
	clear:both;
	z-index:2;
}
#imageheader img,
#imageinterior img {
	position:absolute;
	top:0px;
	left:0px;
}
#imageinterior {
	position:relative;
	height:149px;
	clear:both;
}

/* Main COntent */
#maincontent {
	min-height:1;
	position:relative;
	width:750px;
	left:0px;
	top:0px;
	padding-bottom:30px;
}
.interior {
	background:url('../images/bg_left_interior.gif') repeat-y top left;
}
#leftcol {
	position:relative;
	width:500px;
	left:125px;
	top:10px;
	float:left;
}
#rightcol {
	float:right;
	width:200px;
	position:Relative;
}

/* The COntent */

#maincontent p, .news p {
	line-height:1.4em;
	font-size:0.9em;
	color:#535353;
}

#maincontent a {
	color:#485A5E;
	text-decoration:none;
}

#maincontent a:hover {
	text-decoration:underline;
}

#maincontent td {
	line-height:1.8em;
	font-size:0.7em;
	color:#535353;
}

/* H Tags */
#maincontent h2 {
	font:bold 1.2em "Trebuchet MS",verdana,arial,sans-serif;
	color:#3F4A4B;
}
#maincontent h3 {
	font:bold 1em "Trebuchet MS",verdana,arial,sans-serif;
	color:#3F4A4B;
}
#maincontent h4 {
	font:bold 0.8em "Trebuchet MS",verdana,arial,sans-serif;
	color:#3F4A4B;
}

/* Page title */
div#pagetitle {
	background:#ACC0C8 url('../images/bg_pagetitle.gif') repeat-y top left;
	width:100%;
	height:45px
}
h1.pagetitle {
	text-transform:uppercase;
	font:bold 1.2em/45px "Trebuchet MS",verdana,arial,sans-serif;
	height:auto !Important;
	height:45px;
	color:#FFFFFF;
	width:550px;
	position:relative;
	left:195px;
}

/* Leftcol Interior */

#leftcol-interior {
	width:180px;
	float:left;
	background:#D5E0E3;
}

/* Menu Interior */
ul.menu {
	margin:0px;
	padding:0px;
	width:165px;
	position:relative;
	left:8px;
	margin-top:20px;
}
ul.menu li {
	background:url('../images/bg_line.gif') repeat-x bottom left;
	display:block;
	line-height:28px;
	height:auto !Important;
	height:28px !important;
	font-size:0.8em; list-style-type:none
}
ul.menu li a {
	text-decoration:none;
	color:#6F929F;
	background:url('../images/bg_li_active.gif') no-repeat 0px 6px;
	padding-left:13px
}
ul.menu li a:hover {
	color:#3F565F;
	background:url('../images/bg_li.gif') no-repeat 0px 6px;
}

/* Main COlumn */
#maincol {
	float:left;
	width:340px;
	margin-top:15px;
	position:relative;
	left:15px;
}

#rightcol-interior {
	float:right;
	width:200px;
	right:8px;
	top:15px;
	position:relative;
}
#rightcol-content {
	width:180px;
	position:relative;
	left:10px;
}
p.strong {
	color:#545454;
	font-size:0.8em;
	font-weight:bold;
	line-height:0.4em;
	margin:0px;
	padding:0px;
}
.news {
	margin-top:20px;
}

/* Footer */
#footer {
	text-align:center;
	color:#FFFFFF;
	font-size:0.7em;
	line-height:1.7em;
	margin-top:10px;
}
#footer a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}



/***************************************************************************
	Drop Down Menu Style
***************************************************************************/
.dropDownItem {
	background-color: #ffffff;
	padding: 6px 0px 6px 10px;
	height: 10px;
	width: 132px;
	border-bottom: 1px solid transparent;
	border-right: 0px solid #AAA;
	border-left: 0px solid #AAA;
	line-height: 10px;
	filter:Alpha(Opacity=80);
	font-size: 11px;
}

#navarea {
	border: 0px solid #AAA;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 100%;
	height: 25px;
	border-top: 0px solid #AAA;
	border-bottom: 0px solid #AAA;
	}

#primNav {
	background-color: #415C61; /* dk blue */
	padding: 0;
	height: 25px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;	/* This is the correct value */
	}
.menuTab {
	width: 100px;
	height: 25px;
	text-align: center;
	}

#dropNav1, #dropNav2, #dropNav3, #dropNav4, #dropNav5 {
	position: absolute;  
	left: 2px; 
	top: 161; 
	z-index: 6; 
	/* display: none; */
	visibility: hidden;
}

#dropNav1 a, #dropNav2 a, #dropNav3 a, #dropNav4 a, #dropNav5 a {
	color: #415C61; /* dk blue */
	text-decoration: none;
}

#dropNav1 a:hover, #dropNav2 a:hover, #dropNav3 a:hover, #dropNav4 a:hover, #dropNav5 a:hover {
	color: #368494; /* turquoise */
	text-decoration: none;
}

a.ddmenu:link, a.ddmenu:visited, a.ddmenu:active {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.ddmenu:hover {
	font-size: 12px;
	color: #368494;
	text-decoration: none;
	font-weight: bold;
}