/* Global */
body {
	background-color:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
    color:white;
}
div#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:700px;
}
a { color:#333; }

/* Header and menu */
div#header {
	height:100px;
	width:700px;
}
div#header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	padding:0;
	margin:0;
	font-size:37px;
	padding-top:57px;
	letter-spacing:-2px;
}
div#menu { 
	width:700px; 
	background-color:#EEE;
	height:26px;
}
div#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div#menu ul li {
	display:inline;
}
div#menu ul li a {
	display:block;
	width:100px;
	float:left;
	text-align:center;
	padding:6px 0 6px 0;
	background-color:#EEE;
	text-decoration:none;
	color:#003467;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#menu ul li a:hover {
	background-color:#DDD;
	text-decoration:underline;
}

/* Top image */
div#top-area {
	padding:2px;
	background-color:#FFF;
	margin:0;
	background-image:url(images/image2.jpg); /* link to image */
	background-repeat:no-repeat;
	background-position:2px 2px;
	height:243px;
	text-align:center;
}

/* Main content */
div#content {
	width:700px;
	background-color:#FFF;
}
div#main {
	width:450px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:5px;
}
div#main h1 {
	margin:10px 0 0 7px;
	padding:0;
	width:440px;
	text-align:left;
	font-size:18px;
	color:#333;
	border-bottom:1px solid #CCC;
	font-weight:normal;
}
div#main p {
	font-size:13px;
	color:#333;
	margin:9px 0 8px 9px;
	padding:0;
}
div#main a {
	color:#003467;
	font-weight:bold;
	text-decoration:none;
}
div#main a:hover {
	color:#ff9900;
	text-decoration:underline;
}
div#main ul {
	list-style-type:square;
	margin:5px 0 5px 20px;
	padding:5px 0 5px 20px;
}
div#main li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

/* Sidebar */
div#sidebar {
	width:210px;
	padding:5px 5px 0 0;
	float:right;
}
div#sidebar ul {
	margin:5px 0 4px 10px;
	padding:5px 0 4px 10px;
	list-style-type:square;
}
div#sidebar ul a {
	color:#333;
}
div#sidebar form {
	border:1px solid #ddd;
	background-color:#F2F2F2;
	padding:5px 2px 5px 2px;
	margin:0;
}
div#sidebar ul a:hover {
	color:#003467;
}
div#sidebar p {
	padding:5px 0 5px 0;
	margin:0;
}
div#sidebar h1 {
	font-size:13px;
	padding:0;
	margin:0;
	text-align:left;
	background-color:#AAD5FF;
	color:#006AD5;
	padding:2px;
}
.clr {
	clear:both;
}

/* Footer */
div#footer {
	width:690px;
	background-color:#003467;
	padding:5px;
}
div#footer p {
	text-align:center;
	margin:0;
	padding:0;
	color:#FFF;
	font-size:10px;
}
div#footer a {
	color:#FFF;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:      11px;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		yellow;/*#BDD2FF*/;
}
.sf-menu li li {
	background:		yellow;/*#AABDE6*/;
}
.sf-menu li li li {
	background:		yellow;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#FFDD00;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}






#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin: 0px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('../images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('../images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 3px;
	font-weight: normal;
	font-size: 11px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 3px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('../images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('../images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}