body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a:link {
	color: #004D68;
}
a:visited {
	color: #004D70;
}
a:hover {
	color: #B0A165;
}
a:active {
	color: #B0A165;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #004d68;
	margin-bottom: 5px;
	z-index: 12;
}
h2 {
	font-size: 16px;
	color: #b0a165;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2;
}
h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #004D68;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
h4 {
	font-size: 14px;
	color: #004D68;
	margin-bottom: 10px;
}
h5 { font-size: 12px; }
h6 {
	font-size: 14px;
	text-transform: uppercase;
	color: #004c67;
}


.break {
	clear: both;
}

a img { border: none; }

#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
}

#header {
	height: 180px;
	width: 950px;
}

#content {
	width: 950px;
	line-height: 1.5em;
	padding-top: 10px;
}
#content #main p, #content #main ol{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#content ul {
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#content ul li {
	margin-bottom: 5px;
}
#content #main ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#myslidemenu {
	width: 950px;
	background-image: url(../images/nav_bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
}

.jqueryslidemenu{
	width: 932px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 2px;
	z-index: 21;
}

.jqueryslidemenu ul{
	padding: 0;
	list-style-type: none;
	z-index: 22;
	margin: 0px;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index: 23;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	color: #004D68;
	text-decoration: none;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	z-index: 24;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #004D68;
}

.jqueryslidemenu ul li a:hover{
	background-color: #E9ECED;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 25;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEF1F1;
	z-index: 26;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
	z-index: 27;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	width: 249px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F5F6F6;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* IE 5-7 */
	filter: alpha(opacity=90);
	/* Netscape */
	-moz-opacity: 0.9;
	/* Safari 1.x */
	-khtml-opacity: 0.9;
	/* Good browsers */
	opacity: 0.9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	line-height: 1.5;
	z-index: 28;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #eff9ff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 19px;
	right: 8px;
}

.rightarrowclass{
	position: absolute;
	top: 11px;
	right: 5px;
}
#main {
	padding-top: 28px;
	padding-right: 250px;
	padding-bottom: 20px;
	padding-left: 250px;
	z-index: 11;
}
#left_border {
	width: 230px;
	border-top-width: 9px;
	border-bottom-width: 9px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004D68;
	border-bottom-color: #004D68;
	display: block;
	float: left;
	margin-bottom: 20px;
}
#left_sidebar {
	background-color: #eeefef;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
#right_border {
	width: 230px;
	border-top-width: 9px;
	border-bottom-width: 9px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b09b4c;
	border-bottom-color: #b09b4c;
	display: block;
	float: right;
	margin-bottom: 20px;
}
#right_sidebar {
	background-image: url(../images/box_bg.jpg);
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding: 20px;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #ECE7D3;
}
#footer {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a6c8d5;
	padding-top: 20px;
	line-height: 1.5;
}
.tagline {
	background-image: url(../images/Strategy-Risk_Management-Infrastructure.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	position: absolute;
	height: 12px;
	width: 390px;
	top: 10px;
}
.logo {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 110px;
	width: 290px;
	overflow: hidden;
	position: relative;
	left: 51px;
	top: 59px;
	background-image: url(../images/Constellation_logo.gif);
}
.banner {
	left: 649px;
	top: 0px;
	position: absolute;
	height: 78px;
	width: 314px;
}
.nav_caps {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.divider {
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: 0px 17px;
}
