/* HSM SYSTEMS ///////////////////////////////////////////////////////////////////*/

body {
	margin: 0;
	padding: 0;
	background: #07558C url(../imgs/bg.gif) 0 0 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#wrapper {
	background-color: #fff;
	position: relative;
	margin: 20px auto;
	width: 757px;
	border:1px solid #1e68b7;
	
}

img {
	border: none;
}

/*////////////////////////////////
//// TEXT STYLES
////////////////////////////////*/

a {
	color: #085aa3;
}
a:hover, a:visited {
	color: #042e53;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.5em;
	margin-bottom: -0.2em;
}

h1.t-welcome {
	height: 30px;
	background: url(../imgs/title/welcome.gif) 0 0 no-repeat;
}
h1.t-projectnews {
	height: 30px;
	background: url(../imgs/title/projectnews.gif) 0 0 no-repeat;
}
h1.t-management {
	height: 30px;
	background: url(../imgs/title/management.gif) 0 0 no-repeat;
}
h1.t-product {
	height: 30px;
	background: url(../imgs/title/product.gif) 0 0 no-repeat;
}
h1.t-investors {
	height: 30px;
	background: url(../imgs/title/investors.gif) 0 0 no-repeat;
}
h1.t-partners {
	height: 30px;
	background: url(../imgs/title/partners.gif) 0 0 no-repeat;
}
h1.t-research {
	height: 30px;
	background: url(../imgs/title/research.gif) 0 0 no-repeat;
}
h1.t-recentDevelopments {
	height: 30px;
	background: url(../imgs/title/recentDevelopments.gif) 0 0 no-repeat;
}
h1.t-aboutus {
	height: 30px;
	background: url(../imgs/title/aboutus.gif) 0 0 no-repeat;
}
h1.t-board {
	height: 30px;
	background: url(../imgs/title/board.gif) 0 0 no-repeat;
}
h1.t-funding {
	height: 30px;
	background: url(../imgs/title/funding.gif) 0 0 no-repeat;
}
h1.t-contact {
	height: 30px;
	background: url(../imgs/title/contact.gif) 0 0 no-repeat;
}
h1.t-company {
	height: 30px;
	background: url(../imgs/title/company.gif) 0 0 no-repeat;
}


h1 span {
	display: none;
}

h2 {
	margin-top: 1.5em;
	font: bold 120% "Century Gothic", Arial, Verdana, sans-serif;
	border-bottom: 1px solid #ccc;
	
}
h3 {
	
	font: italic bold 110% Arial, Verdana, sans-serif;;
}

p, ol, ul, address, blockquote {
	line-height: 1.5em;
}


ul.news {
	list-style-type: none;
	line-height: 2.1em;
	padding-left: -14px;
	font-size: 90%;
	
}

ul.news ul {
	margin-left: 0;
	padding-left: 0;
}
ul.news li.listicon {
	list-style: none;
	background: url(../imgs/list_arrow.gif) 0 6px no-repeat;
	margin-left: 0;
	padding-left: 12px;
}

address {
	margin: 0.5em 0;
	font-style: normal;
}

span.caption {
	display: block;
	padding: 4px;
	color: #999;
	font-style: italic;
	font-size: 90%;
}

span.new {
	font-weight: bold;
	font-size: 110%;
	color: #e40203;
}


/*////////////////////////////////
//// HEADER
////////////////////////////////*/
#header { 
	width: 757px;
	height: 133px;
	background: #fff url(../imgs/header_sm.jpg) left bottom no-repeat; 
}
#logo {
	position: relative;
	left: 28px;
	top: 14px;
	width: 85px;
	height: 91px;
	
}
#tagline { 
	position: relative;
	float: right;
	right: 9px;
	top: -60px;
	width: 322px;
	height: 39px;
}

#banner_big {
	clear: both;
	width: 757px;
	height: 217px;
}


/*////////////////////////////////
//// NAVIGATION
////////////////////////////////*/

#navigation {
	position: relative;
	float: right;
	top: -40px;
	margin: 0 0 -20px 0; /* -20px fix for IE6 */
	font: bold 70% Arial, Verdana, sans-serif;
	width: 640px;
		
}

#nav {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0 20px 0 0;
	text-align: left;
	
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	border-left: 1px solid #FFF;
}
#nav li a {
	display: block;
	padding: 4px 14px;
	color: #7f7f7f;;
	font-weight: bold;
	text-decoration: none;
	background: url(../imgs/navicon.gif) 95% 12px no-repeat;
}

#nav li a:hover,
#nav li a.over {
	background: url(../imgs/navicon-over.gif) 95% 12px no-repeat;
}
#nav ul {
	display: none;
	position: absolute;
	list-style: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #e0ecf2;
}
#nav ul li {
	float: none;
	width: 140px;
	display: block;
	padding: 0;
	margin: 0;
	border: 0px;
	background: transparent;
}
#nav ul.sub {
	margin-left: 12px !important;
}

#nav ul.subright {
	margin-left: -74px !important;
}
#nav ul li a {
	display: block;
	padding: 4px 18px;
	width: 104px;
	border-top: 1px solid #FFF;
	
	color: #3d7fba;
	font: normal 10px Verdana, Arial, sans-serif;
	text-decoration: none;
	background-image:none;
}

#nav ul li a:hover {
	color: #09426e;
	background-color: #cfdae0;
	background-image: none;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav li:hover ul,
#nav li.over ul {
	display: block;
	margin-left: -1px;
}
#nav li:hover ul li,
#nav li.over ul li {
	background: transparent;
}



/*////////////////////////////////
//// CONTENT
////////////////////////////////*/
#content {
	width: 757px;
	height: 500px;
	min-height: 500px;
	background-color: #fff;
	font-size: 70%;
	color: #606060;
}
html>body #content {
	height: auto;
}

.content-right { 
	position: absolute;
	margin-left: 408px;
	width: 265px;
}
.content-right-spacer { 
	border-left: 1px solid #dfdfdf;
	
}
.content-right p {
	padding-left: 22px;
}


.content-spacer {
	padding: 27px 42px 60px 42px;
}

#footer {
	clear: both;
	margin: 22px auto;
	text-align: center;
	color: #858585;
	font-size: 60%;
}


