@charset "utf-8";
/* CSS Document */
BODY {
	font-size : small;
	margin: 0;
	background-color:#0c4259;
	text-align:center;  /*IE centering hack*/
}
/****TEXT FORMATS****/
H1 {
	margin: 5px 10px 10px 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.5em;
	line-height : 1.4em;
	font-weight : bold;
	color:#e48525;
}

H2 {
	margin: 10px 10px 10px 0;
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 1.4em;
	line-height:1.2em;
	font-weight : bold;
	color : #e48525;
}
H3 {
	margin: 15px 0 10px 0;
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 1.2em;
	font-weight : bold;
	color : #e48525;
}
h3.sidebarhead {
	margin-left: 5px;
	color: #eca326;
}

H4 {
	margin: 15px 10px 10px 0;
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 1.0em;
	font-weight : bold;
	color : #e48525;
	line-height : 1.2em;
}
h4.sidebarhead {
	margin-left: 10px;
	color: #eca326;
}
H5 {
	margin: 5px 5px 4px 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight : bold;
	color : #ba6628;
	line-height : 1.0em;
}
H6{
	margin: 5px 5px 4px 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight : bold;
	color : #222222;
	line-height : 1.1em;
}

P {
	margin-left : 5px;
	margin-right : 8px;
	margin-top : 5px;
	margin-bottom : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	color : #676767;
	font-weight:normal;
	line-height : 1.4em;
}
.smalltext {
	font-family : Arial, Helvetica, sans-serif;	
	font-size : .70em;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}
.goldtext {
	color: #ba6628;
}
.goldenyellowtext {
	color:#e48525;
}

.dkbluetext {
	color: #0c4259;
}
.whitetext {
	color: #fff;
}
.sidebarwhitetext {
	color: #fff;
	font-size: 0.8em;
	font-weight:normal;
	padding: 0 3px 5px 7px;
}
.mediumleading {
	line-height: 1.4em;
}
.medwideleading {
	line-height: 1.7em;
}

.wideleading {
	line-height: 1.8em;
}
.notopmargin {
	margin-top:0;
}
blockquote {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	color : #676767;
	font-weight:normal;
	line-height : 1.4em;
	width: 400px;
	margin-left: 15px;
}
.blocklist {
	margin-left: 1.3em;
}

.clearer {
	clear:both;
}
.lftimage {
	float:left;
	margin: 0 8px 0 0;
}
.rtimage {
	float:right;
	margin: 0 0 0 5px;
}

/****LINK FORMATTING***/
a {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 1.0em;
	text-decoration : none;
	color : #4fc2ec;
}
a:hover {
	color : #ffbf00;
}
a img {
	border: none;
	margin: 0;
	padding: 0;
}
a.sidebarlink {
	font-weight:bold;
	margin: 0 5px 0 12px;
	line-height: 1.5em;
	color: #ffffff;
}
a:hover.sidebarlink {
	color: #ffbf00;
}
a.sidebarsmalllink {
	color: #5fe8fc;
	font-weight:normal;
	font-size: 0.8em;
}
a:hover.sidebarsmalllink {
	text-decoration:underline;
	color: #ffbf00;
}
a.hmpgemainlink {
	color:#e48525;
	font-weight:bold;
}
a:hover.hmpgemainlink {
	color:#29abe2;
	font-weight:bold;
}
/*****LIST FORMATTING*****/
ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color : #676767;
	list-style-position:inside;	
	list-style-type:disc;
	padding:0 0 0 0;
	margin: 5px 0 0 1.0em;


}
ol {
	font-family : Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color : #676767;
	padding:0 0 0 15px;
	margin: 0 0 0 15px;
}

li {
	font-family : Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color : #676767;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}
ul.sidebarlist {
	list-style: none;
	text-decoration: none;
	
}
.sidebarlist li{
	list-style:none;
	text-indent: -1.0em;
	margin: 5px 0 0 20px;	
}
.sidebarwhitelist {
	list-style:none;
	text-indent: 0;
	margin-left: 1.2em;
}
li.whitelist {
	color: #fff;
	font-size: 0.8em;
	font-weight:normal;
	padding-left: 5px;
}
.mainlist li{
	list-style:none;
	text-indent: 0;	
}
#sub2colmain ul {
	padding-bottom: 8px;
}
.submainlist li {
	text-indent: -1.1em;
	margin-left: 1.0em;

}

/******TOP NAVIGATION BAR*****/
#topnav {
	float: right;
	width: 360px;
	margin: 15px 0 0 0;
	padding: 0;
}
#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	list-style:none;
	text-indent: 0;
}
#topnav ul li {	
	float: left;
	list-style: none;
}
#topnav ul a {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style:normal;
	font-weight:bold;
	padding: 0;
	height: 12px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align:center;
	text-decoration: none;
	color: #ffffff;
	width: 65px;
}
#topnav ul a:hover {
	color: #ffbf00;
}


/******MAIN NAVIGATION BAR*****/
#nav {
	position:relative;
	top: 0;
	left: 0px;
	width: 930px;
	margin: 0;
	padding: 0;
}
#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}


#nav ul a {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style:normal;
	font-weight:bold;
	height: 23px;
	margin: 0;
	padding: 4px 0 0 0;
	text-align:center;
	text-decoration: none;
	color: #ffffff;
	width: 230px;
}
#nav ul a:hover {
	color: #ffdd20;
	font-size: 1.0em;
	padding: 4px 0 0 0;
}
#nav li {
	float: left;
	margin: 0;
}
/*Pre-load background image for dropdown nav*/
.loadimage {
	display: none;
}
/*Positioning for subnav*/
#subnavpos {
	position: relative;
	top: 0;
	left: 25px;
}
/*****SON OF SUCKERFISH*******/
#nav li ul {
	position: absolute;
	width: 185px;
	left: -999em;
	z-index: 20;
}



#nav li:hover ul, #nav li.sfhover ul{
	top: 23px;
	left: auto;
	font-size: 0.8em;
	margin: 0 0 0 20px;
	background:url(../images/dropdnback.png) repeat-y bottom right;
	z-index: 20;
}
#nav li:hover ul{

	font-size: 1.0em;  /*IE ignores this hover clause, override  previous font size*/
}
#nav li:hover ul a, #nav li.sfhover ul a{
	color: #fff;
	margin: 3px 0 0 0;
	padding: 0;
	width: 185px;
	height: 28px;
	z-index: 20;

}
#nav li:hover ul a:hover, #nav li.sfhover ul a:hover{
	color: #ffdd20;
	z-index: 20;
}
#nav li:hover, #nav li.hover {
    position: static;
}



/*******HOME PAGE LAYOUT DIVISIONS******/
#homecontainer {
	position: relative;
	top:0;
	width: 960px;
	height: 600px;
	padding: 0;
	text-align: left;
	margin: auto;
	padding: 0;
	background:url(../images/hmpagebckgrnd.jpg);
}
#homeheader {
	position: relative;
	top: 0;
	left: 23px;
	width: 930px;
	height: 130px;
	margin: 0;
	padding: 0;
	z-index: 20;
}
#homelogo {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width:200px;
	height: 103px;
}
#homecontentmain {
	position: relative;
	top: 15px;
	left: 30px;
	width: 900px;
	margin: 0;
	padding: 0;
	z-index: 0;

}
#homesidebar {
	float: left;
	width: 200px;
	height: 425px;
	margin: 0;
	padding: 0;
	z-index: 0;
}
#homesidebartop {
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	height: 136px;
	background:url(../images/hmpagewormhole.jpg) top left no-repeat;
}
#homemaincontain {
	float: right;
	width: 660px;
	margin: 0;
	padding: 0;
}

#homeopportunities {
	position: relative;
	top: 15px;
	left: 0;
	width:200px;
	height: 150px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
#homeopportunitieshead {
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	height: 23px;
}
a.oppshead {
	display: block;
	width: 200px;
	height: 23px;
	background:url(../images/opportunitieshead2x.jpg) top left no-repeat;
}
a:hover.oppshead {
	display: block;
	width: 200px;
	height: 23px;
	background:url(../images/opportunitieshead2x.jpg) bottom left no-repeat;
}
#sidebarquote {
	position: relative;
	top: 25px;
	left: 0;
	width: 200px;
	margin: 0;
	text-align:right;
}
#homemaincontenttext {
	position: relative;
	top: 0;
	left: 0;
	width: 650px;
	height: 134px;
	margin: 0;
	padding: 0;
}

#homewhatsnew {
	position: relative;
	top: 15px;
	left: 0;
	width:650px;
	height: 150px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
#homewhatsnewhead {
	position: relative;
	top: 0;
	left: 0;
	width: 650px;
	height: 23px;
}
a.whatshead {
	display: block;
	width: 650px;
	height: 23px;
	background:url(../images/whatsnewhead2x.jpg) top left no-repeat;
}
a:hover.whatshead {
	display: block;
	width: 650px;
	height: 23px;
	background:url(../images/whatsnewhead2x.jpg) bottom left no-repeat;
}
#blueflash {
	position: relative;
	top: 33px;
	left: 0;
	width: 650px;
	height: 105px;
	background:url(../images/blueflashimage.jpg) top left no-repeat;
}


.homepagequote {
	font-style:italic;
	color: #fff;
	margin: 0 15px 0 45px;
	padding: 0 0 0 20px;
}
a.whatsnewlinks {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 1.0em;
	text-decoration : none;
	color : #f37736;
	line-height: 1.6em;
}
a:hover.whatsnewlinks {
	color:#29abe2;
}

a.whatsnewlinkstopline {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 1.0em;
	text-decoration : none;
	color : #f37736;
	line-height: 1.6em;
}
a:hover.whatsnewlinkstopline {
	color:#29abe2;
}
h4.whatsnewtitle {
	margin: 5px 10px 0 0;
}

#basebox {
	position: relative;
	top: 10px;
	left: 350px;
	width: 400px;
	height: 20px;
}
#copyright {
	float: left;
	width: 225px;
	height: 20px;
}
#privacylink {
	float: right;
	width: 100px;
	height: 20px;
}
.homebasetext {
	font-size: 0.8em;
	font-family : Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
/*****SUB-PAGE LAYOUT DIVISIONS****/
#subcontainer {
	position: relative;
	top:0;
	width: 960px;
	padding: 0 0 20px 0;
	text-align: left;
	margin: auto;
	background-color:#fff;
}
#subheader {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	height: 136px;
	background:url(../images/subpageheader.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	z-index: 20;
}
#sublogo {
	float: left;
	margin: 0 0 0 0;
	width:200px;
	height: 103px;
}
#subcontentmain {
	position: relative;
	top: 15px;
	left: 40px;
	width: 880px;
	background-color:#fff;
	z-index: 0;
}
#subsidebar {
	float: right;
	width: 200px;
	height: 120px;
	background-color:#d4eef9;
}

#subsidebarlower {
	float: right;
	width: 200px;
	margin: 15px 0 0 0;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color:#95d6f1;
}
#subsidebarbottom {
	float: right;
	width: 200px;
	margin: 15px 0 0 0;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color:#fff;
}


#sub2colcontain {
	float: left;
	width: 650px;
}
#sub2colmain {
	float: right;
	width: 420px;
}
#sub2careersmain {
	float: right;
	width: 570px;
}
#sub2colsub {
	float: left;
	width: 200px;
	Background-color: #2876af;
}
.subpagequote {
	color: #0c4259;
	margin:8px 8px 8px 8px;
	padding: 0;
}
a.brochure {
	display: block;
	width: 200px;
	height: 56px;
	background:url(../images/downloadbrochure.jpg) top left no-repeat;
}
a:hover.brochure {
	display: block;
	background:url(../images/downloadbrochureover.jpg) top left no-repeat;
}
a.miriatebrochure {
	display: block;
	width: 200px;
	height: 56px;
	background:url(../images/downloadmiriatebrochure.jpg) top left no-repeat;
}
a:hover.miriatebrochure {
	display: block;
	background:url(../images/downloadmiriatebrochureover.jpg) top left no-repeat;
}
a.whitepaper {
	display: block;
	width: 200px;
	height: 56px;
	background:url(../images/downloadwhitepaper.jpg) top left no-repeat;
}
a:hover.whitepaper {
	display: block;
	background:url(../images/downloadwhitepaperover.jpg) top left no-repeat;
}
a.contactus {
	display: block;
	width: 200px;
	height: 56px;
	background:url(../images/contactus.jpg) top left no-repeat;
}
a:hover.contactus {
	display: block;
	background:url(../images/contactusover.jpg) top left no-repeat;
}

#subbasebox {
	position: relative;
	top: 15px;
	left: 350px;
	width: 400px;
	height: 20px;
}
.subbasetext {
	font-size: 0.8em;
	font-family : Arial, Helvetica, sans-serif;
	color: #0c4259;
	margin: 0;
	padding: 0;
}

/*******CONTACT FORM*******/
#contactform {
	position: relative;
	top: 15px;
	left: 10px;
	width: 380px;
}
#contactform label {
	float: left;
	width: 9em;
}
#contactform input {
	width: 220px;
}
#contactform legend {
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 1.2em;
	font-weight : bold;
	color : #e48525;
}
#contactform select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	color : #676767;
	font-weight:normal;
}
.question {
	float: left;
	width: 180px;
}
#contactform input.radiobuttons {
	float: right;
	display: block;
	margin: 0 2em 0 0;
	width: 30px;
}
#contactform label.radiobuttons {
	float:right;
	display: block;
	width: 2em;
	margin: 0;
	padding: 0;
}
#contactform label.contracttype {
	width: 195px;
}
#contactform input.submit {
	width: auto;
	margin: 0 0 0 40px;
}
#contactform input.submitbutton {
	width: auto;
}

/*****CAREERS PAGE*********/
#careerssidebar {
	float: left;
	width: 200px;
	Background-color: #2876af;
}
#careersmain {
	float: right;
	width: 600px;
}

/*****ADMIN FUNCTIONS*****/
td.rightstyle {
	
	padding-top : 10px;
	padding-right : 0.5em;
	padding-bottom : 10px;
	padding-left : 0px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 0.80em;
	font-weight : bold;
	color : #555555;
	text-align : right;	
}
td.rightstyleredtext {
	text-align : right;
	padding-right : 0.5em;
	padding-top : 10px;
	padding-bottom : 10px;
	font-family :  Arial, Verdana, Geneva,Helvetica, sans-serif;
	font-size : 0.85em;
	line-height : 1.2em;
	color : #F41A1A;
}
/******NEWS PAGE DISPLAY******/
td.smallcelldisplay {
	padding-left : 5px;
	padding-right : 0px;
	padding-top : 5px;
	padding-bottom :5px;
	font-family : Arial,Helvetica, sans-serif;
	font-size : 0.90em;
	font-weight : normal;
	color : #676767;
	vertical-align : top;
	text-align : left;
	width :60px;
	line-height : 1.2em;
}
td.midcelldisplay {
	padding-left : 5px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom :0px;
	font-family : Arial,Helvetica, sans-serif;
	font-size : .90em;
	font-weight : normal;
	color : #333333;
	vertical-align : top;
	text-align : left;
	width : 180px;
	line-height : 1.2em;
}
td.largecelldisplay {
	padding-left : 5px;
	padding-right : 0px;
	padding-top : 5px;
	padding-bottom :5px;
	font-family : Arial,Helvetica, sans-serif;
	font-size : .90em;
	font-weight : normal;
	color : #333333;
	vertical-align : top;
	text-align : left;
	width :400px;
	line-height : 1.2em;
}

td.headcelldisplay {
	padding-left : 5px;
	padding-right : 0px;
	padding-top : 10px;
	padding-bottom :5px;
	font-family : Verdana, Geneva, Arial,Helvetica, sans-serif;
	font-size : 1.1em;
	font-weight : bold;
	color : #2876af;
	vertical-align : top;
	text-align : left;
	width :250px;
	line-height : 1.2em;
}

/*****SITEMAP FORMATS*****/
.sitemplevel1 {
	margin-left : 5px;
	margin-right : 10px;
	margin-top : 1px;
	margin-bottom : 1px;
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 1.2em;
	font-weight : bold;
	color:#e48525;
}
a:hover .sitemplevel1 {
	color:#5fe8fc;
}

.sitemplevel2 {
	margin-left : 15px;
	margin-right : 10px;
	margin-top : 1px;
	margin-bottom : 1px;
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 0.9em;
	font-weight : bold;
	color:#e48525;	
}
a:hover .sitemplevel2 {
	color:#5fe8fc;
}
.sitemplevel3 {
	margin-left : 25px;
	margin-right : 10px;
	margin-top : 1px;
	margin-bottom : 1px;
	font-family : Arial, Helvetica, sans-serif;	
	font-size : 0.8em;
	color : #676767;
	line-height : 1.0em;
}
a:hover .sitemplevel3 {
	color:#5fe8fc;
}


