/* OrgSite 2.0 - Client: Stargate Connections Inc. - General CSS */
/* Last Updated: 2009.05.02 ET */

/* Admin System Lists, change only what is between the square brackets */
/* BlockFMTs= {Normal,Heading 1,Heading 2,Heading 3,Heading 4,Heading 5,Heading 6] */
/* Fonts= {Arial,Courier New,Tahoma,Times New Roman] */
/* Fontsizes= {1,2,3,4,5] */

/* BASIC ELEMENT STYLES */

body, td, th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p, li {
	line-height: 130%;
}

li {
	margin-bottom: 1em;
}

h1 {
	font-size: 18pt;
	margin-top: 0em;
}

h2 {
	font-size: 14pt;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 12pt;
	color: rgb(99,127,140);
	margin-bottom: 0.5em;
}

h4 {
	font-size: 10pt;
	margin: 0.5em 0em;
}

h5 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0em 0em 0.5em;
}

a img	 {
	border-style: none;
} 

ul {
	margin: 1em 0em;
	padding: 0em;
}

ul li {
	margin-left: 1.5em;
}

a, a:link, a:visited {
	color: rgb(63,80,200);
}

a:hover {
	color: rgb(200,0,0);
}

caption {
	background-color: rgb(114,145,161);
	color: white;
	text-align: center;
	font-weight: bold;
	padding: 0.25em 1em;
}

th, td {
	text-align: left;
	vertical-align: top;
	padding: 0.25em 1em 0.25em 0em;
}

address {
	background-image: url(../images/stco_hr_newgrad_400pxw.gif);
	background-repeat: repeat-y;
	background-position: right;
	color: white;
	font-size: 16pt;
	font-style: normal;
	text-align: right;
	padding: 0.25em 1em;
	margin: 2em 0em 0em;
}

sup {
	vertical-align: text-top;
	font-size: 60%;
}

hr {
	border: 0;
	color: rgb(184,197,204);
	background-color: rgb(184,197,204);
	height: 1px;
	clear: both;
	display: block;
}

/* CUSTOM CLASSES */

ul.compact li {
	margin-bottom: 0em;
}

ul.folders {
	list-style-image: url(../images/stco_icon_folder.gif);
	padding-left: 12px;
}

ul.folders li a {
	font-size: 110%;
}

ul.documents {
	list-style-image: url(../images/stco_icon_sheet.gif);
	padding-left: 12px;
}

.alert {
	color: rgb(240,0,0);
}

.note {
	color: rgb(99,127,140);
}

.notice {
	background-color: rgb(224,230,233);
	padding: 0.5em 1em;
	border: 2px solid rgb(114,145,161);
}

.lsidebar {
	float: left;
	width: 30%;
	margin: 0em 0em 1em 1em;
}

.rsidebar {
	float: right;
	width: 30%;
	margin: 0em 0em 1em 1em;
}

.bullet {
	font-size: 10pt;
	color: rgb(63,80,89);
}

.sect {
	margin-top: 2em!important;
}

.center {
	text-align: center;
}

.centerblock {
	margin-left: auto;
	margin-right: auto;
}

.floatright {
	float: right;
	margin-left: 1em;
}

.floatleft {
	float: left;
	margin-right: 1em;
}

div.group {
	border: 1px solid rgb(184,197,204);
	padding: 0.5em 1em;
	margin: 1em 10% 1em 0em;
}

div.group p {
	margin: 0.5em 0em;
}

dl.dated dt {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

dl.dated dd {
	margin-bottom: 1.5em;
}

dl.dated dd a {
	font-size: 110%;
}

table.specs, table.grid {
	border-collapse: collapse;
}

table.specs th {
	color: rgb(99,127,140);
	border-bottom: 1px solid rgb(184,197,204);
}

table.specs td {
	border-bottom: 1px solid rgb(184,197,204);
}

table.grid th, table.grid td {
	border-bottom: 1px solid rgb(184,197,204);
	padding: 0.5em 1.5em 0.5em 0em;
}

table.center th, table.center td {
	text-align: center;
}

/* CONDITIONAL SELECTORS */

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
	margin-top: 0px;
}

h2 + h3 {
	margin-top: -0.4em;
}
