body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	background-image: url(/assets/images/page/bg.gif);
	background-color: #0c2833;
	background-position: top left;
	background-repeat: repeat-x;
}

/* commented backslash hack \*/ 
html, body {
	height: 100%;
} 
/* end hack */

html,body {
	margin: 0;
	padding: 0;
}

#outer {
	min-height: 100%;
	margin-bottom: -30px;
	height: auto;
}

* html #outer {
	height: 100%;
}

#header {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 125px;
	background-color: #4995ad;
	background-image: url(/assets/images/header/right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0;
	padding: 0;
}

#languages {
	position: absolute;
	left: 75px;
	bottom: 45px;
	width: 152px;
	margin:0;
	padding: 0;
	z-index: 105;
	font-size: 0.7em;
}

#languages ul {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

#languages ul li {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 4px 0px 4px 0px;
	list-style: none;
	width: 100%;
	border-bottom: 1px dotted #ffffff;
}

#logos {
	position: absolute;
	left: 75px;
	bottom: 210px;
	width: 152px;
	height: 151px;
	margin:0;
	padding: 0;
	z-index: 100;
}

#logos img {
	float: left;
	margin: 0;
	padding: 2px 2px 2px 2px;
}

#navbar {
	float: right;
	display: block;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(/assets/images/navbar/bg.gif);
	background-repeat: repeat-x;
}

#navbar img {
	position: absolute;
	left: 0px;
	top: 125px;
	z-index: 2;
}

ul#topnavmenuvert { /* all lists */
	float: right;
	right: 1%;
	position: relative;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/navbar/bg.gif);
	background-repeat: repeat-x;
	z-index: 3;
	clear: both;
	list-style: none;
}

ul#topnavmenuvert li { /* all list items */
	position: relative;	
	float: left;
	padding: 0;
	margin: 0;
	height: 27px;
	display: inline;
	background-image: url(/assets/images/navbar/line.gif);
	background-repeat: no-repeat;
	background-position: right;
}

ul#topnavmenuvert li a {
	position: relative;	
	padding: 0px 20px 0px 20px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	height: 27px;
	display: inline;
}

/* Fix IE. Hide from IE Mac \*/

* html ul#topnavmenuvert li { 
	float: left; 
	height: 1%; 
}

* html ul#topnavmenuvert li a { 
	height: 1%; 
}

/* End */

ul#topnavmenuvert li a:hover {
	color: #123e4d;
}
	
ul#topnavmenuvert 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;
}

ul#topnavmenuvert ul{
	float: left;
	position: relative;
	text-transform: none;
	text-align: left;
	background-image: url(/assets/images/navbar/drop_down_bg.gif);
	background-repeat: repeat-x;
	background-color: #30687c;
	border-left: 1px solid #07252e;
	border-right: 1px solid #07252e;
}

ul#topnavmenuvert li ul li{
	width: 126px; /* Width of Menu Items */
	z-index: 5;
	margin: 0;
	padding: 0px;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #07252e;
	background-image: none;
}

ul#topnavmenuvert li ul{ /* second-level lists */
	padding: 0;
	list-style: none;
	position: absolute;
	margin: 0;
	display: none;
	top: auto;
	left: auto;
	width: 125px;
}

*html ul#topnavmenuvert li ul{ /* second-level lists */
	width: 125px;
	padding: 0;
	height: 22px;
}

ul#topnavmenuvert li ul li a{ /* second-level lists */
	text-align: left;
	width: 125px;
	height: 22px;
	padding: 0px 0px 0px 10px;
	margin: 0;
}

*html ul#topnavmenuvert li ul li a{ /* second-level lists */
	text-align: left;
	width: 125px;
	display: block;
}

ul#topnavmenuvert li ul li a:hover {
	color: #123e4d;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 125px;
	background-image: none;
	padding: 0px 0px 0px 10px;
}

ul#topnavmenuvert li:hover ul,ul#topnavmenuvert li.topoververt ul{ /* lists nested under hovered list items */
	display: block;
}

ul#topnavmenuvert:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul#topnavmenuvert {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html ul#topnavmenuvert{
	height: 1%;
}

* html #contentouter {
	height: 500px;
}

#contentouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/page/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	min-height: 500px;
	z-index: 1;
}


#contentinner {
	position: relative;
	float: right;
	right: 40px;
	top: 0px;
	width: 70%;
	text-align: left;
	margin: 40px 0px 0px 0px;
	padding: 0;
	font-size: 0.7em;
}

.maincontent {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 90%;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.features {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 90%;
	text-align: left;
	margin: 10px 0px 40px 0px;
	padding: 0px;
}

.casestudies {
	position: relative;
	float: right;
	right: 0px;
	top: 20px;
	width: 90%;
	text-align: left;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.studyimages {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 340px;
	display: inline;
}

.studyimage {
	position: relative;
	float: left;
	padding: 0;
	margin: 20px 10px 0px 0px;
	border: 1px solid #458fa7;
}

.studytext {
	position: relative;
	float: left;
	left: 20px;
	top: 20px;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 50%;
	display: inline;
}

.inlineimage {
	float: left;
	padding: 0;
	margin: 0px 15px 5px 0px;
}

.featureouter {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 33%;
	margin: 10px 0px 10px 0px;
	padding: 0;
	text-align: center;
}

.fullwidth {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	width: 100%;
	display: block;
}

.feature {
	float: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	width: 185px;
	background-color: #4995ad;
}

.feature img {
	padding: 0;
	margin: 0;
	float: none;
	display: block;
}

.feature p {
	margin: 0;
	padding: 10px 10px 0px 10px;
	color: #ffffff;
	text-align: left;
	background-image: url(/assets/images/features/text_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.feature .link {
	margin: 0;
	padding: 8px 10px 0px 0px;
	width: 175px;
	height: 42px;
	background: url(/assets/images/features/button_bg.gif) no-repeat bottom left #38798f;
	text-align: right;
}

.feature a {
	color: #ffffff;
	text-decoration: none;
	background: url(/assets/images/features/arrow.gif) no-repeat 0px 2px;
	padding: 0px 0px 0px 15px;
}

.feature a:hover {
	color: #4995ac;
	text-decoration: none;
	background-image: url(/assets/images/features/arrow_over.gif) no-repeat 0px 2px;
}

.case {
	float: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	width: 185px;
	background-color: #38798e;
}

.case img {
	padding: 0;
	margin: 0;
	float: none;
	display: block;
}

.case p {
	margin: 0;
	padding: 10px 10px 0px 10px;
	color: #ffffff;
	text-align: left;
	height: 110px;
	vertical-align: middle;
	background-image: url(/assets/images/features/button_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.case a {
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.case a:hover {
	color: #123e4d;
	text-decoration: none;
}

.featurebottom {
	position: relative;
	float: none;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 60px;
	display: block;
}

#clearfooter {
	clear: both;
	height: 30px;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	background-color: #113d4c;
	height: 30px;
	line-height: 26px;
	vertical-align: middle;
}

#footer a {
	font-size: 0.8em;
	font-weight: bold;
	color: #4995ad;
	text-decoration: none;
	padding: 0px 20px 0px 15px;
	background-image: url(/assets/images/footer/list_image.gif);
	background-repeat: no-repeat;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(/assets/images/footer/list_image_over.gif);
	background-repeat: no-repeat;
}

a {
	color: #4995ad;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #458fa7;
	font-family: arial, helvetica, sans-serif;
	font-size: 190%;
	font-style: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	letter-spacing: -1px;
	background-image: url(/assets/images/page/h1_dot.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

h2 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.whitetext {
	color: #ffffff;
}

.hidden {
	display: none;
}

.quote {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #458fa7;
}

.quotename {
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: #458fa7;
	font-style: italic;
}

.newslink {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #458fa7;
	padding: 0px 0px 15px 0px;
	margin: 0;
}

.tablerowone {
	font-weight: bold;
	color: #0f3745;
	background-color: #4995ad;
	padding: 4px;
}

.tablerowtwo {
	font-weight: normal;
	color: #ffffff;
	padding: 3px;
}

.tablerowthree {
	font-weight: normal;
	color: #ffffff;
	padding: 3px;
	background-color: #174453;
}

.contentimage {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 10px 0px 10px 0px;
	width: 100%;
	text-align: right;
	background-image: url(/assets/images/page/image_bg.gif);
	background-repeat: repeat-x;
}

.contentimage .corners {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 150px;
	width: 10px;
	z-index: 275;
}

.contentimage .text {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 120px;
	width: 375px;
	z-index: 280;
	text-align: left;
	font-size: 160%;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
}

.paging {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0;
	text-align: right;
	height: 20px;
}

.paging ul {
	list-style: none;
	display: inline;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.paging ul li {
	list-style: none;
	display: inline;
}

.paging ul li a {
	border: 1px solid #458fa7;
	padding: 0px 4px 0px 4px;
	margin: 0px 2px 0px 2px;
}

.row {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin: 2px 0px 2px 0px;
	padding: 0;
}

.label {
	position: relative;
	float: left;
	left: 0px;
	top: 0x;
	width: 40%;
	text-align: right;
	font-weight: bold;
}

.formelement {
	position: relative;
	float: right;
	left: 0px;
	top: 0x;
	width: 55%;
	text-align: left;
}

.formtextarea {
	border: 1px solid #4894ab;
	background-color: #27596b;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.formbutton {
	border: 1px solid #4894ab;
	background-color: #27596b;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.boldtext {
	font-weight: bold;
}

#ticker_area {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 0px 15px 0px;
	padding: 0;
	width: 100%;
	font-size: 1.1em;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background-color: #4995ad;
}

#ticker_area a {
	color: #ffffff;
}

.ticker_area_label {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 8px;
	width: 95px;
	background: url(/assets/images/page/ticker-title.gif) no-repeat top left;
}