/* CSS Styles - Software Equity Group */
/* created: 08-18-06 ---- last modified: 9-26-06  ---- modified by: Curtiss  */


/* ---( BASE Styles )------------------------------------ */

body {
	font-size: 11px;
	margin: 0;
	padding: 0;
	}

td, p, div, span {
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
hr {
	height: 0px; 
    border: 0px; 
    border-top: 1px solid #0b2d87;
	line-height: .8em;
	}


/* ---( LAYOUT Styles )------------------------------------ */

.header {
	height: 24px;
	width: 768px;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 12px 0px 0px;
	font-weight: bold;
	font-size: 10px;
	}
	
.blueTxt {
	color: #0b2d87;
	font-size: 10px;
	}
	
.newsText {
	font-size: 10px;
	padding: 7px;
	}
	
.orangeHeader {
	text-decoration: none;
	color: #c66f38;
	font-size: 13px;
	font-weight: bold;
	}
	
.blueHeader {
	text-decoration: none;
	color: #0b2d87;
	font-size: 13px;
	font-weight: bold;
	}
	
.footerTxt {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	}
	
.box01 {
	padding-left: 30px; 
	padding-top: 20px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	background-color: #f7f9ea; 
	border-color: #e6e6b1; 
	border-right-style: solid; 
	border-left-style: solid; 
	border-top-style: solid; 
	border-bottom-style: solid; 
	border-right-width: thin; 
	border-left-width: thin;; 
	border-top-width: thin;
	border-bottom-width: thin;
	max-width: 560px;
	}
	
.box02 {
	padding-left: 30px; 
	padding-top: 25px; 
	padding-right: 30px; 
	padding-bottom: 30px; 
	background-color: #edefca; 
	border-color: #e6e6b1; 
	border-right-style: solid; 
	border-left-style: solid; 
	border-top-style: solid; 
	border-bottom-style: solid; 
	border-right-width: thin; 
	border-left-width: thin;; 
	border-top-width: thin;
	border-bottom-width: thin;
	max-width: 500px;
	}
	
.imgFloatLeft {
	float: left;
	margin: 5px 12px 3px 0px;
	}
	
.tombstoneImg {
	float: left;
	border: 1px solid #0b2d87;
	margin: 0px 12px 23px 0px;
	}
	
.imageOutline {
	border: 1px solid #0b2d87;
	margin: 15px;
	}	
	
.whiteTxt {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	}
		

/* ---( LINK Styles )------------------------------------ */

/* Default Links */

a:link {
	text-decoration: none;
	color: #0b2d87;
	font-weight: bold;
	}
	
a:visited {
	text-decoration: none;
	color: #0b2d87;
	font-weight: bold;
	}
	
a:active {
	text-decoration: none;
	color: #0b2d87;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: underline;
	color: #0b2d87;
	}
	
/* Top Nav Links */

a.nav:link, a.nav:active, a.nav:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}
	
a.nav:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
	}

/* Large Links */

a.bigLink:link, a.bigLink:visited, a.bigLink:active {
	text-decoration: none;
	color: #c66f38;
	font-size: 13px;
	font-weight: bold;
	}
	
a.bigLink:hover {
	text-decoration: underline;
	color: #c66f38;
	font-size: 13px;
	font-weight: bold;
	}


/* Side Nav Links */

a.navBlueSmall:link, a.navBlueSmall:active, a.navBlueSmall:visited {
	text-decoration: none;
	font-size: 9px;
	color: #0b2d87;
	text-transform: uppercase;
	font-weight: bold;
	}
	
a.navBlueSmall:hover {
	text-decoration: underline;
	color: #0b2d87;
	}
	
a.navOrangeSmall:link, a.navOrangeSmall:active, a.navOrangeSmall:visited {
	text-decoration: none;
	color: #c66f38;
	font-size: 9px;
	text-transform: uppercase;
	}
	
a.navOrangeSmall:hover {
	text-decoration: underline;
	color: #0b2d87;
	}
	
a.navBlue:link, a.navBlue:active, a.navBlue:visited {
	text-decoration: none;
	color: #0b2d87;
	}
	
a.navBlue:hover {
	text-decoration: underline;
	color: #0b2d87;
	}
	
a.navGrey:link, a.navGrey:active, a.navGrey:visited {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	}
	
a.navGrey:hover {
	text-decoration: underline;
	color: #0b2d87;
	font-weight: normal;
	}
	
/* NEWS Links */

a.news:link, a.news:active,	a.news:visited  {
	text-decoration: none;
	color: #0b2d87;
	font-weight: normal;
	}
	
a.news:hover{
	text-decoration: underline;
	color: #0b2d87;
	font-weight: normal;
	}
	
/* Footer Links */

a.footerNav:link, a.footerNav:active, a.footerNav:visited {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	}

a.footerNav:hover {
	text-decoration: underline;
	color: #0b2d87;
	}


/* Side Nav Menu */

#navcontainer {
	padding-left: 12px;
	}

#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 11px;
	}

#navlist li {
	padding-left: 16px;
	background-image: url(images/search-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
	line-height: 1.1em;
	margin-top: 6px;
	}
	
#navlist li.selected {
	color: #0b2d87;
	font-weight: bold;
	}
	
#navlist li.indent {
	font-size: 10px;
	padding-left: 17px;
	background-image: none;
	margin-top: 7px;
	line-height: 1.3em;
	}
	
#navlist li.indentBold {
	font-size: 10px;
	padding-left: 17px;
	background-image: none;
	margin-top: 7px;
	color: #0b2d87;
	font-weight: bold;
	line-height: 1.3em;
	}
	
#navlist li a:link {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	}
	
#navlist li a:active {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	} 


#navlist li a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	}
	
#navlist li a:hover {
	text-decoration: underline;
	color: #0b2d87;
	font-weight: normal;
	}
