/* OrgSite 2.0 - Client: Stargate Connections Inc. - Screen Layout CSS */
/* Last Updated: 2009.05.02 ET */

body {
	background-color: white;
	padding: 0px;
	margin: 0px;
}

#mainlogo {
	float: left;
	margin: 5px;
}

#mainheading {
	text-align: right;
	vertical-align: bottom;
	margin: 0px;
	padding: 45px 20px 10px 170px;
}

#mainmenu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	background-image: url(../images/stco_hr_newgrad_400pxw.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	color: rgb(114,145,161);
	line-height: 110%;
	text-align: right;
	padding: 10px 20px 5px;
}

#mainmenu a, #mainmenu a:visited {
	text-decoration: none;
}

#mainmenu a:hover {
	text-decoration: underline;
}

#navtrail {
	background-color: rgb(114,145,161);
	font-size: 8pt;
	color: rgb(224,230,233);
	padding: 4px 30px;
	margin-top: 1px;
	clear: both;
}

#navtrail a:link, #navtrail a:visited {
	color: rgb(224,230,233);
}

#navtrail a.main:link, #navtrail a.main:visited {
	font-size: 10pt;
	color: white;
}

#navtrail a.on:link, #navtrail a.on:visited {
	font-weight: bold;
	text-decoration: none;
}

#navtrail a.in:link, #navtrail a.in:visited {
	font-weight: bold;
}

#navtrail a:hover, #navtrail a.main:hover {
	color: rgb(255,230,230);
}

#contentlayout {
	width: 100%;
	margin-bottom: 1em;
}

#leftbar {
	float: left;
	clear: left;
	width: 140px;
}

#leftbar h3 {
	font-size: 10pt;
	color: rgb(63,80,89);
	margin: 0em;
}

#maincontent {
	background-image: url(../images/stco_bkgd_sidebar.gif);
	background-repeat: repeat-y;
	padding: 20px;
	padding-bottom: 0px;
}

#nav {
	float: left;
	background-color: rgb(184,197,204);
}

#nav {
	width: 150px;
	margin: 0em 0em 1em 0em;
	list-style: none;
}

#nav li {
	background-color: black;
	font-size: 10pt;
	line-height: 110%;
	margin: 0em 0em 3px 0px;
	padding: 0px 6px 2px 0px;
}

#nav li a, #nav li a:visited {
	background-color: rgb(63,80,89);
	color: white;
	text-decoration: none;
	display: block;
	padding: 4px 4px 4px 10px;
}

#nav li.on a {
	background-color: rgb(80,103,115);
}

#nav li ul {
	position: absolute;
	list-style: none;
	width: 14em;
	background-color: rgb(80,103,115);
	margin: 0em;
	margin-left: 150px;
	margin-top: -20px;
	padding: 0px;
	border-top: 2px solid rgb(240,0,0);
	border-left: 1px solid white;
	border-bottom: 2px solid black;
	border-right: 1px solid black;
	display: none;
}

#nav li ul li {
	margin: 0px;
	padding: 0px;
}

#nav li:hover {
	background-color: rgb(240,0,0);
}

#nav li:hover ul {
	display: block;
}

#nav li:hover a, #nav li a:hover  {
	background-color: rgb(80,103,115);
}

#nav li ul li a:link, #nav li ul li a:visited {
	background-color: rgb(63,80,89);
	border-right: 6px solid rgb(63,80,89);
	border-bottom: 1px solid rgb(80,103,115);
}

#nav li ul li.on a:link, #nav li ul li.on a:visited {
	background-color: rgb(80,103,115);
	border-bottom-color: rgb(63,80,89);
}

#nav li ul li a:hover {
	background-color: rgb(80,103,115);
	border-right: 6px solid rgb(240,0,0);
	border-bottom: 1px solid rgb(240,0,0);
}

#rightbar {
	width: 150px;
	background-color: rgb(184,197,204);
	background-image: url(../images/stco_bkgd_three-stars_170pxw.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 20px 30px 0px;
}

#rightbar p {
	margin-left: 1.2em;
}

#rightbar ul {
	color: rgb(80,103,115);
	list-style-type: square;
	font-size: 8pt;
	line-height: 120%;
	margin-left: 6px;
	margin-bottom: 2em;
}

#rightbar ul li {
	padding-bottom: 0em;
	margin-bottom: 0.7em;
}

#rightbar ul a, #rightbar ul a:visited {
	color: black;
	text-decoration: none;
}

#rightbar ul a:hover {
	color: rgb(200,0,0);
}

#rightbar h6 {
	background-color: rgb(99,127,140);
	color: white;
	font-weight: normal;
	font-size: 10pt;
	line-height: 100%;
	margin: 0px;
	padding: 3px 4px 3px 10px;
	border-left: 6px solid rgb(80,103,115);
}

#rightbar ul.subnav {
	width: 150px;
	margin: 0em;
	list-style: none;
}

#rightbar ul.subnav li {
	background-color: rgb(80,103,115);
	font-size: 10pt;
	line-height: 110%;
	margin: 0em 0em 3px 0px;
	padding: 0px 0px 2px 6px;
}

#rightbar ul.subnav li a, #rightbar ul.subnav li a:visited {
	background-color: rgb(99,127,140);
	color: white;
	text-decoration: none;
	display: block;
	padding: 4px 4px 4px 10px;
}

#rightbar ul.subnav li.on a {
	background-color: rgb(114,145,161);
}	

#rightbar ul.subnav li a:hover {
	background-color: rgb(114,145,161);
	color: white;
}

#rightbar ul.subnav li:hover {
	background-color: rgb(240,0,0);
}

#printgradient, #printcontacts {
	display: none;
}

#urlfooter {
	clear: both;
	text-align: right;
	margin: 2em 0em 0em;
}

#footer {
	color: rgb(80,103,115);
	font-size: 7pt;
	padding: 10px 20px;
}

table.feature {
	margin: 0em 0em 0.5em 0em;
}

table.feature td.bannerimage {
	padding: 0px;
}

table.feature td.bannercaption {
	background-color: rgb(114,145,161);
	color: white;
	font-size: 14pt;
	padding: 0.8em;
	min-width: 8em;
	border: 0.2em solid rgb(114,145,161);
}

table.feature img {
	display: block;
	border-right: 5px solid white;
}	

table.servicelist {
}

table.servicelist th {
	padding-bottom: 0em;
	border-bottom: 1px solid rgb(184,197,204);
}

table.servicelist td.icon {
	padding: 0.7em 1em 0.5em 0em;
	text-align: right;
}

table.servicelist td.info {
	padding-top: 0.7em;
	vertical-align: middle;
}

table.servicelist td.icon img {
	display: block;
	margin: 0em 0em 0em auto;
}

table.servicelist h3, ul.subnav h3, ul.linklist h3 {
	font-size: 11pt;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

table.servicelist p {
	margin: 0.5em 0em;
}

table.tricol {
	border-collapse: collapse;
	width: 99%;
}

table.tricol td {
	padding: 1em;
	border: 1px solid rgb(184,197,204);
	width: 33%;
}

ul.linklist {
	list-style-image: url(../images/stco_bullet_glass_blue.gif);
	margin-left: 1em;
}

div.accessmenu {
	padding: 10px 20px;
	float: right;
}

div.callout {
	float: left;
	width: 130px;
	font-size: 11pt;
	font-style: italic;
	margin: 0em 1em 4em 0em;
}

div.callout li {
	margin-bottom: 0em;
}

div.callout p {
	margin-top: 0em;
}

div.nextlink {
	background-image: url(../images/stco_hr_newgrad_400pxw.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: right;
	width: 400px;
	text-align: right;
	padding-bottom: 0.3em;
}

div.nextlink a, div.nextlink a:visited {
	text-decoration: none;
}

div.nextlink a:hover {
	text-decoration: underline;
}

div.dlfile {
	margin: 1em 0em;
}

div.dlfile img {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}

div.details {
	max-width: 50em;
	font-size: 90%;
	line-height: 130%;
	margin-top: 0.25em;
}

div.searchbox {
	padding: 10px;
}

div.searchbox div {
	margin-bottom: 4px;
}


#rightbar div.nextlink {
	background-image: url(../images/stco_hr_newgrad-sidecol.gif);
	font-size: 80%;
	float: none;
	width: 100%;
	margin-top: -0.5em;
	margin-bottom: 1em;
}

#rightbar h6.alert, #rightbar h6.newstype3, #rightbar ul.subnav a.newstype3 {
	background-color: rgb(200,0,0);
	color: white;
	border-color: rgb(160,0,0);
}

.indentfeature, .indentbody {
	margin-left: 170px;
	margin-bottom: 1em;
}

.accessmenu, .adminlink {
	font-size: 8pt;
	color: rgb(114,145,161);
}

.accessmenu a:link, .accessmenu a:visited, .adminlink a:link, .adminlink a:visited {
	color: rgb(200,0,0);
}

.accessmenu a:hover, .adminlink a:hover {
	color: rgb(255,0,0);
}

ul.folders li .adminlink, ul.documents li .adminlink {
	visibility: hidden;
}

ul.folders li:hover .adminlink, ul.documents li:hover .adminlink {
	visibility: visible;
}	