/*Colours: 
    background: #333
    menu blue: #00b0ce
    selected green: #b1c91d
    log in black #1e2329
    lightgrey #828282
    footer bg = #141414
    darker grey footer/logo #4b4e53
    light grey form #e2e2e2
*/
/*******************************Generic Page Stuff***********************************/
html {height: 100%;}


body {
    padding-top: 5px;
    background-color: #333;
    text-align: center;
    height: 100%;
}

#bodycont {
    width: 100%;
    min-height: 100%;
    background-image:url('../images/bg.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    position: relative;
}

#body_centered {
    background-color: white;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 960px;
}

/*******************************Header***********************************/
#header {
    background-color: #333;
    background-image:url('../images/header_bg.gif');
    background-position: top left;
    background-repeat: no-repeat;
    border-bottom: 1px solid #00b0ce;
    height: 125px;
    position: relative;
}

/*Hide header to replace with image*/
#header h1, a.skiplink { 
	height:1px;
	text-indent:-2000px; 
	margin: 0;
	display: block;
}

/*Generic header stuff*/
#header li {
    color: white;
    display: block;
    float: left;
    width: 84px;
}

/*full top menu container*/
#header_navmenu {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 960px;
}
#header_navmenu li {
    background-color: #00b0ce;
    font-size: 140%;
    margin-left: 4px;
    text-align: center;
}

#header_navmenu li a {
    color: white;
    display: block;
    padding: 10px 0;
    width: 84px;
}
#header_navmenu li a[name="page_top"] {
    position: absolute;
	left: -9999px;
	height: 1px;
}


#header_navmenu li.current { background-color: #b1c91d; }
#header_navmenu li a:hover { background-color: #006a7d; }
#header_navmenu li.first { margin-left: 0px; }

/*************************login 'menu'*************************/
#header_navmenu #login_menu { float: right; margin: 0; }
#header_navmenu #login_menu li { background-color: #1e2329; margin: 0 0 0 5px;}
#header_navmenu #login_menu li.free_trial {background-color: #F7A024; }
#header_navmenu #login_menu li a:hover { background-color: #414c5a; }
#header_navmenu #login_menu li.selected { background-color: #b1c91d; }

/*************************main menu*************************/
#main_menu { float: left; width: 750px; }

/*************************about 'menu'*************************/
#header_extramenu {
    font-size: 120%;
    padding-top: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    color:#f2f2f2;
    font-weight: bold;
}
#header_extramenu a { padding: 1px 5px; color: #828282; font-weight: bold;}
#header_extramenu a.selected {color: #b1c91d;}
#header_extramenu a:hover {color: #d2d2d2;}



/******************************General Classes*********************/

#col2 p.p1 { font-size:160%; line-height: 1.28em; }
#col2 p { margin-top: 20px; font-size:140%; line-height: 1.28em; }
.p3 { font-size:120%; line-height: 1.5em; }

a.p2 {font-weight: bold; color: black;margin-top: 5px; display: block;}
a.p2:hover {color: #00b0ce;}

p.pteam { font-size: 120%; line-height: 1.5em; /*from 2em*/}
p.pclients { font-size: 140%; line-height: 1.35em; }

p.pfaq1 { font-size: 130%; line-height: 1.85em; }
p.pfaq2 { font-size: 120%; line-height: 1.3em; }
p.pfaq3 { font-size: 100%;}

p.pnews1 { font-size: 120%; line-height: 1.42em; }
p.pnews2 { font-size: 110%; }

#col2 p.p2last {margin-bottom: 50px;}

h1, h2, h3, h4 { font-weight: normal; line-height: 1em;}
h1, h2.pageTitle{ 
    color: #00b0ce;
    font-size: 300%; 
    font-weight: bold; 
    line-height: 0.9em;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2em;
    position: relative;
    top: -0.2em;
}

h1.green {color: #B1C91D;}

h2,h3 { 
    color: #323232;
    font-size: 180%; 
    font-weight: bold; 
    margin-bottom: 20px;
	margin-top: 35px;
}
h3.first_subheading{
	margin-top: 0;
}
h2.secondonpage {
    margin-top: 35px;
    margin-bottom: 0px;
}


/*
h3 { 
    color: #00b0ce;
    font-size: 140%; 
    font-weight: bold; 
    margin-bottom: 8px;
}
*/
#col2 h3.additional {
    margin-top: 25px;
    margin-bottom: 0px;
}

h3.additional a:hover {
    text-decoration: underline;
}

#col2 p.additional {
    margin-top: 5px;
}

#col2 a.high {
    color: #00b0ce;
}
#col2 a.high:hover {
    text-decoration: underline;
}

h3 a {
    color: #00b0ce;
}

h4 { font-size: 150%; font-weight: bold; margin-top: 35px; color: #00B0CE}


/*******************************Footer***********************************/
.col2_spacer {
    height: 160px;
    background-color: #333;
}

#footer {
    background-color: #141414;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 120px;

}

#footer_mid {
    width: 960px;
    margin: auto;
    text-align: left;
    background-image:url('../images/footer_bg.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

/*dummy box for relative inside absolute footer*/
#footer_rel { height: 120px; position: relative; width: 960px; }

/******Generic footer menu stuff*******/
#footer li { display: inline; }
#footer li a{ color: #8B8B8B; }
#footer li a:hover { color: #ABABAB; }
#footer a.selected {color: #b1c91d;}


/*************************footer main navmenu*************************/
#footer_navmenu a { padding-right: 25px;}
#footer_extramenu li.first a {padding-left: 0px; border: 0px;}

#footer_navmenu {
    font-size: 130%;
    letter-spacing: 1px;
    margin-left: 200px;
    padding-top: 25px;
}

/*************************footer mini menu*************************/
#footer_extramenu { 
    margin-left: 200px; 
    padding-top: 30px; 
}

#footer_extramenu li {
    border-left: 1px solid #484A4F;
    color: #484A4F;
    padding-left: 10px;
    padding-right: 10px;
}
#footer_extramenu li a{
    color: #484A4F;
}
#footer_extramenu li.first {
    border-left: none;
    padding-left: 0;
}
#footer #footer_address {
    color: #484A4F;
    line-height: 1.3em;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 20px;
}
table {
	width: 100%;
	margin-top: 30px;
}
table th{
	font-weight: bold;
}
table th, td{
	background: #DEDEDE;
	font-size: 12px;
	color: #000;
	border: 1px solid #FFF;
	padding: 5px 10px 5px 20px;
	vertical-align: middle;
}
table th{
	border-bottom: 2px solid #FFF;
}
#col2 td p{
	font-size: 12px;
	margin: 0;
}

/*
* About Us
*/
div#sysManagementTeam span.readMore, div#sysApplicationConsultants span.readMore, div.sysTechnologyPartners span.readMore{
	display: none;
}

div#sysManagementTeam, div#sysApplicationConsultants, div#sysTechnologyPartners div#svPortal{
	margin-top: 20px;
	float: left;
}
div#sysManagementTeam dl dd.image, div.sysTechnologyPartners div#svPortal dl dd.image{
	float: left;
	margin-right: 20px;
}
div#sysManagementTeam dl dd.image img{
	width: 77px;
} 
div#sysManagementTeam dl dd.summary, div.sysTechnologyPartners div#svPortal dl dd.summary{	
	float: left;
}
div#sysManagementTeam dl dd.summary{
	width: 390px;
}
div.sysTechnologyPartners dl dd.summary{
	width: 320px;
}
div#sysManagementTeam dl dd.summary_no_image, div.sysTechnologyPartners div#svPortal dl dd.summary_no_image{
	width: 100%;
	float: left;
}
div#sysManagementTeam dl, div#sysApplicationConsultants dl, div.sysTechnologyPartners div#svPortal dl{
	border-top: 1px solid #E9E9E9;
	padding: 15px 15px 20px 15px;
	float: left;
	width: 490px;
}
div#sysManagementTeam h4, div#sysApplicationConsultants h4, div.sysTechnologyPartners div#svPortal h3{
	color: #00B0CE; 
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 10px;
}
div#sysManagementTeam p, div#sysApplicationConsultants p{
	margin-top: 0;
	font-size: 120%;
	line-height: 1.5;
}
div.sysTechnologyPartners div#svPortal p{
	margin-top: 0;
	margin-bottom: 10px;
}
div.sysTechnologyPartners div#svPortal p a{
	color: #000;
	font-weight: bold;
	font-size: 120%;
}
div.sysTechnologyPartners div#svPortal p a:hover{
	color: #00B0CE;
	text-decoration: none;
}
.float_right{
	float: right;
}
.float_left{
	float: left;
	margin-right: 20px;
}
/*
* FAQs
*/
div.sysFaqs #col2 ul{
	margin-left: 15px;
}
div.sysFaqs #col2 ul a{
	color: #666;
	font-size: 13px;
	padding-right: 20px; 
	background: url('../images/faq-link-bg.gif') no-repeat right center;
}
div.sysFaqs #col2 h4{
	color: #666;
	margin-top: 20px;
}
div.sysFaqs #col2 p{
	margin-top: 5px;
	font-size: 12px;
	color: #666;
}
p.top_link{
	position: relative;
	top: -40px;
	float: right;	
}
#col2 p.top_link a{
	text-decoration: underline;
	color: #999;
}
#col2 p.top_link a:hover{
	text-decoration: none;
}

/*
* Contact Us 
*/
div.contact_details{
	float: left;
}
div.phone{
	float: right;
}
#col2 div.contact_details div{
	background: #F2F2F2;
	padding: 20px;
	height: 115px;
	width: 205px;
	
}
#col2 div.contact_details h3{
	color: #00B0CE;
	font-size: 14px;
}
#col2 div.contact_details div p{
	margin: 0;
	color: #666;
	font-size: 12px;
	line-height: 1.8;
}
#col2 div.phone div p{
	margin-bottom: 8px;
}
#col2 div.contact_details div h4{
	margin: 0;
	color: #666;
	font-size: 12px;
}
div#signup_form{
	clear: both;
	width: 100%;
}
div#address_phone{
	width: 100%;
	clear: both;
	height: 225px;
	margin-bottom: 10px;
}
hr{
	color: #333;
	margin-top: 20px;
	height: 1px;
	border: 1px solid #ccc;
}
.sysSiteMap #col2 ul{
	font-size: 16px;
}
.sysSiteMap #col2 ul ul{
	font-size: 14px;
}
.sysSiteMap #col2 ul ul ul{
	font-size: 12px;
}
#homepage #body_centered{
	background: transparent;
	margin: 0 auto;
}
/*
* Breadcrumbs 
*/

ul#crumbList{
	list-style: none;
	float: left;
	position: relative;
	height: 20px;
	left: 210px;
	margin-top: 10px;
}
ul#crumbList li{
	float: left;
	margin-right: 3px;
}
ul#crumbList li a{
	color: #333;
	font-size: 10px;
}
ul#crumbList li a:hover{
	text-decoration: underline;
}
ul#crumbList li.last a{
	color: #00B0CE;
	cursor: auto;
}
ul#crumbList li.last a:hover{
	text-decoration: none;
}
/*
* News 
*/
.news #col2 h3{
	margin-top: 0;
}
.news #col2 dl{
	border-top: 1px solid #F3F3F3;
	padding-top: 20px;
	padding-bottom: 20px;
}
.news #col2 dl dt.title{
	color: #00B0CE;
	font-size: 16px;
	font-weight: bold;
}
.news #col2 dt.releaseDate, .news #col2 dt.news_date{
	color: #999;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 15px 0;
}
.news #col2 span.readMore{
	margin: 10px 0 0 0;
	display: block;
}

.moreResults{
	position: relative;
}
.moreResults dt, .moreResults dd, .moreResults dd ul li{
	float: left;
}
#col2 .moreResults dd ul li, #col2 .moreResults dd ul{
	list-style: none;
	margin-top: 0;
}
#col2 .moreResults dd ul li{
	margin-right: 1em;
}
/*
* Facebox - quicktour lightbox
*/
.quicktour_popup{
	height: 680px;
	position: relative;
}
.quicktour_popup div#quicktour_controls{
	right: 0;
	top: 0;
}
.quicktour_popup h3{
	margin-bottom:10px;
	margin-top: 10px;
	color: #00B0CE;
}
.quicktour_popup p{
	color: #FFF;
	margin: 5px 0 5px 0;
}

.gradient_box_left{
	background: #FAFAFA url('../images/gradient-box-bg.gif') repeat-x left bottom;
	float: left;
	clear: left;
}
.gradient_box_right{
	background: #FAFAFA url('../images/gradient-box-bg.gif') repeat-x left bottom;
	float: right;
}
.gradient_box{
	margin: 40px 0 10px 0;	
	position: relative;
	padding: 20px 20px 0 20px;
	width: 200px;
}
.gradient_box h4{
	position: absolute;
	margin: 0;
	top: -27px;
	left: 0;
}
#col2 .gradient_box p{
	color: #666;
	font-size: 13px;
	margin: 0 0 20px 0;
}
#col2 .gradient_box p em{
	font-size: 11px;
}	
