/*
Theme Name: cega
Theme URI: http://www.cegagroup.com/
Description: Master CSS file.
Version: 1.0
Author: Alex Stanhope
Author URI: http://youlove.us/
*/

/*Global Reset
*********************************************************/

* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	background: #0b1e3c url(/template/theme/cega/img/bg-body.png) top left repeat-x;
	text-align: center;
    font-family: "Lucida Grande", Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #565656;
}

/*Formatting Styles
*********************************************************/

acronym {
  cursor: help;
  border-bottom: 1px dotted #333;
}

br.clear {
	clear: both;
	height: 0.01em;
}

#contentright address {
	font-style: normal !important;
	font-size: 1.2em !important;
	line-height: 1.6em !important;
}

img.noborder {
	display: block;
	margin-bottom: 0 !important;
	border: none !important;
}

/* slightly enhanced, universal clearfix hack */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* stop commented backslash hack */

#contentright img {
	border: 4px solid #bbb;
	margin: 0 auto 10px auto;
}

/*Expander Styles
*********************************************************/

.expander {
	width: 100%;
	height: 5.5em;
	background: #fff;
	border-bottom: 1px solid #405780;
}

.expander p {
	width: 920px;
	text-align: left;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 8px 0;
	color: #333;
}

.expanderbutton {
	width: 920px;
	margin: 0 auto;
	text-align: right;
	cursor:pointer;
	color: #fff;
	padding: 6px 10px 6px 22px;
	font-size: 1.1em;
	text-transform: uppercase;
}

/*Control Bar Styles
*********************************************************/

#controlbar {
	position: relative;
	width: 100%;
	height: 24px;
	margin: 0;
	background: #0b1d3c url(/template/theme/cega/img/bg_controlbar.gif) bottom left repeat-x;
	border-bottom: 1px solid #405780;
	z-index: 1;
	text-align: left;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #eee;
}

/*Container Styles
*********************************************************/

#container {
	position: relative;
	width: 960px;
	height: auto;
	margin: 20px auto 0 auto;
	text-align: left;
}

/*Masthead Styles
*********************************************************/

#masthead {
	position: relative;
	width: 960px;
	height: auto;
}

#logo {
	float: left;
	width: 139px;
	height: 75px;
	margin: 0 0 20px 16px;
	background: url(/template/theme/cega/img/cega-logo.gif) top left no-repeat;
}

#logo a {
	position: absolute;
	top: 0;
	left: 16px;
	width: 139px;
	height: 75px;
}

#logo a span, #telephone a span {
	display: none;
}

#telephone {
	float: right;
	width: 158px !important;
	height: 33px !important;
	margin: 41px 15px 0 0 !important;
	background: url(/template/theme/cega/img/cega-telephone.gif) top left no-repeat;
	text-align: right;
}

#telephone a {
	position: absolute;
	top: 41px;
	right: 15px;
	width: 158px;
	height: 33px;
}

/*Navigation Styles
*********************************************************/

#topnav {
	list-style:none;
	float:left;
	z-index:80;
	position:relative;
	width: 960px;
	height: 36px;
	background: #fff url(/template/theme/cega/img/bg-nav.gif) left top no-repeat;
	}
	#topnav,
	#topnav *{
		margin: 0;
		padding: 0;
		display: block;
		}

	#topnav li{
		float:left;
		position:relative;
		padding:2px 0;
		background: url(/template/theme/cega/img/navbar-divider.gif) 100% 1px no-repeat;
		}

		#topnav li a{
			float:left;
			padding:0 15px;
			line-height:36px;
			font-size:1.2em;
			color:#111;
			text-decoration: none;
			text-align: center;
			}
			#topnav li a:hover, #topnav li.active a {
				/*color:#7393ad*/
				color:#6699cc;
				}

		#topnav li ul{
			position:absolute;
			top:37px;
			left:-2px;
			text-align:left;
			background:url(/template/theme/cega/img/bg-navbar-opacity.png);
			}

			#topnav li ul li {
				clear:left;
				padding:0 !important;
				background:url(/template/theme/cega/img/bullet-subnav.gif) 8.5% 50% no-repeat !important;
				}

				#topnav li ul li a {
					padding: 0 35px;
					width: 120px;
					line-height:2.3em;
					font-size: 1em;
					float: none;
					text-transform: capitalize;
					text-align: left;
					color: #111 !important;
					border:1px solid #fff;
					border-top:none;
					}

						#topnav li ul li a:hover{
							text-decoration: none;
							color: #fff !important;
							background:url(/template/theme/cega/img/bg-navbar-opacity-dark.png) no-repeat;
							}

					#topnav li ul li ul{
						top:-1px;
						left:191px;
						border-top:1px solid #fff;
						padding-top: 0;
						}

						#topnav li ul li ul li ul{
							top:-1px;
							left:191px;
							border-top:1px solid #fff;
							padding-top: 0;
							}

#topnav li:hover ul,
#topnav li ul li:hover ul,
#topnav li ul li ul li:hover ul{
	display: block;
	}

#topnav li ul,
#topnav li:hover ul ul,
#topnav li ul li:hover ul ul{
	display: none;
	}
/*
#date {
	float: right;
	padding: 10px 15px 0 0;
	font-weight: bold;
	color: #111 !important;
	font-size: 1.6em;
}
*/

#date {
	float: right;
	padding: 15px 15px 0 0;
	font-weight: bold;
	color: #111 !important;
}


/*Home Page Styles
*********************************************************/

.homecontainer {
	background-color: #fff;
	padding-top: 15px !important;
}

#mainbox {
	float: left;
	width: 423px;
	height: 373px;
	margin: 0 12px 15px 0;
	padding: 20px;
	color: #eee !important;
	/* background: #053c69 url(/template/theme/cega/img/bg-mainbox.jpg) left bottom no-repeat; */
	border: 1px solid #00356a;
	/*border: 1px solid #00356a;*/
}

#mainboxcontent {
	position: absolute;
	z-index: 11 !important;
}

#mainboximage {
	position: absolute;
	top: 148px;
	left: 16px;
	width: 463px;
	height: 413px;
	z-index: 10;
	overflow: hidden;
	background-color: #053c69;
}
/*
#mainboximage {
	position: absolute;
	top: 187px;
	left: 16px;
	width: 463px;
	height: 413px;
	z-index: 10;
	overflow: hidden;
	background-color: #053c69;
}
*/

#services {
	float: left;
	width: 452px;
	height: 415px;
	margin: 0 0 15px 0;
}

#claims {
	float: left;
	width: 198px;
	height: 175px;
	padding: 10px;
	/*background: #e5f5fc url(/template/theme/cega/img/bg-services-claims.jpg) right bottom no-repeat;*/
	background: #fff url(/template/theme/cega/img/bg-services-claims-mono.jpg) right bottom no-repeat;
	border: 1px solid #00356a;
	/* border: 1px solid #009ee0; */
	border-width: 5px 1px 1px 1px;
	margin: 0 12px 12px 0;
}

#airambulance {
	float: left;
	margin: 0 0 12px 0;
}

#airambulance img {
	float: left;
	clear: left;
}

#medicalservices {
	float: left;
	width: 198px;
	height: 175px;
	padding: 10px;
	/*background: #eef7e9 url(/template/theme/cega/img/bg-services-medical.jpg) right bottom no-repeat;*/
	background: #fff url(/template/theme/cega/img/bg-services-medical-mono.jpg) right bottom no-repeat;
	border: 1px solid #00356a;
	/*border: 1px solid #5bac26;*/
	border-width: 5px 1px 1px 1px;
	margin: 0 12px 12px 0;
}

#supportservices {
	float: left;
	width: 198px;
	height: 175px;
	padding: 10px;
	/*background: #fdeee7 url(/template/theme/cega/img/bg-services-support.jpg) right bottom no-repeat;*/
	background: #fff url(/template/theme/cega/img/bg-services-support-mono.jpg) right bottom no-repeat;
	border: 1px solid #00356a;
	/*border: 1px solid #e95d0f;*/
	border-width: 5px 1px 1px 1px;
	margin: 0 0 12px 0;
}

#box1, #box2, #box3, #box4 {
	float: left;
	height:120px;
	background: #053c69 url(/template/theme/cega/img/bg-box.png) right bottom repeat-x;
	border: 1px solid #00356a;
	padding: 10px;
}

#box1, #box4 {
	margin-right: 12px;
}

#box1, #box3, #box2, #box4{
	width:198px;
	}

#box2{
	/* width:443px; */
	width:211px;
	margin-right:12px;
	color:#fff !important;
	}
	
#box4 img{
	border:2px solid #fff;
	}
	#box4 img:hover{
		border:2px solid #0b1e3c;
		}

/*Content Styles
*********************************************************/

#functions {
	clear: both;
	width: 928px;
	padding: 0 15px;
	height: 38px;
	background: #fff url(/template/theme/cega/img/bg-functions.gif) left top repeat-x;
	border: 1px solid #fff;
	border-width: 1px 1px 0 1px;
}

#mainimage {
	float: left;
	width: 716px;
	height: 136px;
	background: #0b1d3c;
	border: 1px solid #fff;
	border-width: 1px 1px 0 1px;
}

#mainimage span {
	position: absolute;
	top: 132px;
	left: 1px;
	width: 716px;
	height: 20px;
	background: url(/template/theme/cega/img/bg-shadow.png) top left no-repeat;
}

#search {
	float: left;
	width: 241px;
	height: 136px;
	background: #0b1d3c url(/template/theme/cega/img/bg-search-box.png) top left repeat-x;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
}

#homesearch {
	float: right;
	width: 241px;
}

#content {
	clear: both;
	margin: 0;
	width: 930px;
	height: auto;
	padding: 7.5px 15px 15px 15px;
	border: 1px solid #fff;
	border-width: 1px 0 0 0;
	background: #fff url(/template/theme/cega/img/bg-content.png) 1px 0 repeat-x;
}

#breadcrumbs {
	clear: both !important;
	width: 100%;
	height: auto !important;
	margin: 0 0 35px 0 !important;
	font-size: 1.1em;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px !important;
	background: url(/template/theme/cega/img/divider-dots-full.gif) bottom left repeat-x;
}

#sidebar {
	float: left;
	width: 200px;
	padding-right: 15px;
}

#contentleft {
	float: left;
	width: 430px;
	height: auto;
	border-left: 1px solid #ccc !important;
	padding: 0 0 0 15px;
	min-height: 650px;
}

#contentleft img {
	padding: 0 15px;
}

.full {
	width: 635px !important;
}

#contentright {
	float: right;
	margin-left: 35px;
	width: 200px;
	height: auto;
}

#googlemap {
	position: relative;
	display: block;
	width: 426px;
	height: 200px;
	border: 2px solid #ccc;
}

/*Footer Styles
*********************************************************/

#partners {
	clear: both !important;
	width: 930px;
	height: 30px;
	padding: 10px 15px 0 15px;
	background: #fff url(/template/theme/cega/img/divider-dots-full.gif) 15px 0 no-repeat;
}

#pagebottom {
	clear: both;
	width: 960px;
	height: 10px;
	margin: 0 auto;
	background: url(/template/theme/cega/img/bg-page-bottom.gif) top left no-repeat;
}

#footer {
	clear: both;
	width: 960px;
	height: auto;
	margin: 0 auto 30px auto;
	padding: 10px 0 30px 0 !important;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.6em;
}

/*Text Styles
*********************************************************/

h1, h2, h3, h4 {
	color: #003c77;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 2em;
	color: #00356a;
	font-weight: normal;
}

#mainbox h1, #mainbox h2 {
	color: #eee !important;
}

h2 {
	font-size: 1.6em;
	font-weight: normal !important;
	color: #666 !important;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

h3 {
	font-size: 1.5em;
	color: #00356a;
	font-weight: normal;
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

#sidebar h3 {
	margin: 0 0 15px 0 !important;
}

#services h3 {
	font-size: 1.4em;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	border: none !important;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}

#box1 h4, #box2 h4, #box3 h4, #box4 h4 {
	margin: 0 0 12px 0;
	color: #fff;
}

#functions p.error {
	position: absolute;
	right: 460px;
	margin: 3px 10px 0 0;
	color: #ff0000;
	padding: 2px 0 2px 20px;
	text-align: right;
	background: url(/template/theme/cega/img/bullet-warning-small.gif) 0% 50% no-repeat;
	border: none !important;
}

#mainbox p {
	width: 250px !important;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em !important;
	margin-bottom: 10px;
}

#sidebar p {
	padding: 7.5px 0 7.5px 20px;
	font-size: 1.1em !important;
	background: url(/template/theme/cega/img/bullet-arrow-blue.gif) 10px 9px no-repeat;
	border-bottom: 1px solid #ccc;
	margin: 0 !important;
}

#contentleft p {
	width: 100% !important;
}

p.top {
	margin-top: 20px !important;
	background: url(/template/theme/cega/img/bullet-arrow-back.gif) 0% 50% no-repeat !important;
	padding: 0 0 0 12px !important;
	font-weight: bold !important;
}

p.rss {
	padding: 0 0 0 25px;
	background: url(/template/theme/cega/img/bullet-rss.gif) 0% 50% no-repeat;
}

p.divider {
	margin-top: -10px !important;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
}

p.morehome {
	clear: both;
	background: url(/template/theme/cega/img/bullet-lt-white.gif) 0% 50% no-repeat;
	padding-left: 14px;
	font-size: 1.1em !important;
}

p.more {
	background: url(/template/theme/cega/img/bullet-arrow.png) 0% 50% no-repeat;
	padding-top: 10px;
	padding-left: 14px;
}

p.underline {
	padding-bottom: 10px;
	border-bottom: 3px solid #ccc;
	margin-top: -10px !important;
	margin-bottom: 30px !important;
}

p.tel, p.fax {
	margin: 10px 0 !important;
	padding: 0 0 0 25px !important;
	font-size: 1.1em !important;
}

p.tel {
	background: url(/template/theme/cega/img/bullet-telephone.gif) no-repeat 0% 50%;
}

p.fax {
	margin: 0 0 20px 0 !important;
	background: url(/template/theme/cega/img/bullet-fax.gif) no-repeat 0% 50%;
}

#partners p {
	float: right;
	text-align: right;
}

#partners p.rss {
	padding: 7px 0 7px 35px !important;
	background: url(/template/theme/cega/img/footer-rss.png) 0% 50% no-repeat !important;
	font-weight: bold;
}

#footer p {
	color: #fff !important;
	float: left;
	text-align: left !important;
	padding-left: 15px;
}

#contentleft small {
	display: block;
	width: 100%;
	font-size: 1.1em;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px 0;
}

#contentleft blockquote {
	background: #ebebeb url(/template/theme/cega/img/quote-left.gif) 7px 7px no-repeat;
	margin: 15px 0;
}

#contentleft blockquote p {
	width: 77% !important;
	padding: 25px 60px 25px 60px !important;
	color: #6699cc !important;
	background: url(/template/theme/cega/img/quote-right.gif) 93% 92% no-repeat;
}

/*List Styles
*********************************************************/

li {
	list-style: none;
}

#control_bar ul {
	margin: 0 0 0 5px;
}

#controlbar li {
	float: left;
	display: inline;
	padding: 5px 0 5px 22px;
	margin-left: 10px;
}

#controlbar li.first {
	padding: 5px 0 !important;
}

#controlbar li.home {
	background: url(/template/theme/cega/img/bullet-home.gif) 0% 50% no-repeat;
	margin-left: 20px;
}

#controlbar li.edit {
	background: url(/template/theme/cega/img/bullet-edit.gif) 0% 50% no-repeat;
}

#controlbar li.admin {
	background: url(/template/theme/cega/img/bullet-admin.gif) 0% 50% no-repeat;
}

#controlbar li.logout {
	background: url(/template/theme/cega/img/bullet-logout.gif) 0% 50% no-repeat;
}

/* 
#box2 dl {
	width: 50%;
	float: left;
}
*/

#box2 dt, #box2 dd {
	color: #fff;
}

#box2 dt {
	font-size: 1.1em;
	margin: 0 0 2px 0;
}

#box2 dd {
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

#box3 ul {
	margin: 0 0 5px 0 !important;
}

#breadcrumbs li {
	float: left;
	display: inline;
	list-style: none;
	padding: 0 5px 0 0 !important;
	color: #111 !important;
	background: none !important;
}

#breadcrumbs li+li {
	padding: 0 !important;
}

#breadcrumbs li+li+li {
	background: url(/template/theme/cega/img/bullet-breadcrumbs.gif) 0% 50% no-repeat !important;
	padding: 0 0 0 15px !important;
	clear: right;
}

#sidebar ul {
	margin-top: -14px;
}

#sidebar li {
	padding: 7.5px 0 7.5px 20px;
	font-size: 1.1em;
	background: url(/template/theme/cega/img/bullet-arrow-blue.gif) 10px 9px no-repeat;
	border-bottom: 1px solid #ccc;
}

#sidebar li ul {
	margin: 0 0 -7.5px 0;
}

#sidebar li ul li {
	font-size: 1em;
	border-bottom: none;
	margin-bottom: -5px;
}

#services ul {
	font-size: 1.1em !important;
}

#services ul li {
	font-weight: normal !important;
	margin: 3px 0 0 0 !important;
	color: #565656 !important;
	padding: 0 0 0 14px !important;
	background: url(/template/theme/cega/img/bullet-lt-services.gif) 0% 50% no-repeat;
}

#box1 ul {
	margin: 0;
}

#box1 li {
	float: left;
	margin: 0 6px 0 0;
	width: 56px;
	height: 56px;
	border: 2px solid #fff;
}

#box1 li.last {
	margin: 0 !important;
}

#box1 li:hover {
	border: 2px solid #0b1e3c;
}

#box3 li {
	margin: 3px 0 0 0 !important;
	color: #fff !important;
	padding: 0 0 0 14px !important;
	background: url(/template/theme/cega/img/bullet-lt-white.gif) 0% 50% no-repeat;
}

#contentleft ul {
	font-size: 1.1em;
	margin: 20px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contentleft ul li {
	margin: 10px 0 0 0;
	list-style-type: none;
	/* font-weight: bold; */
	background: url(/template/theme/cega/img/bullet-lt.gif) 0px 2px no-repeat;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0 0 0 20px;
	color: #555;
}

#contentright li p {
	font-size: 1.1em !important;
	margin: -5px 0 15px 0 !important;
}

ul#sitemap {
	font-size: 1.1em;
	margin: 0 0 20px 0;
}

ul#sitemap li {
	margin: 10px 0 0 0;
	background: url(/template/theme/cega/img/bullet-sitemap.gif) top left no-repeat;
	padding: 2.5px 0px 5px 30px;
	font-size: 1em;
}

ul#sitemap li ul li {
	font-size: 0.9em;
}

#sitemap li ul {
	margin-bottom: -10px;
}

#sitemap li ul li ul {
	margin-bottom: -5px;
}

#footer ul {
	float: right;
	width: 530px;
	margin: 0 15px 0 0;
}

#partners ul {
	float: left;
	width: 693px !important;
	height: 23px !important;
	margin: 3px 0 0 0 !important;
	background: url(/template/theme/cega/img/partner-logos-colour-v2.gif) top left no-repeat;
}

#partners li {
	float: left;
}

#partners li, #partners li a {
	height: 23px !important;
	display: block !important;
}

#partners li span {
	display: none;
}

li#partner1 {
	margin: 0 !important;
	width: 220px !important;
}

li#partner2 {
	margin: 0 !important;
	width: 145px !important;
}

li#partner3 {
	margin: 0 !important;
	width: 85px !important;
}

li#partner4 {
	margin: 0 !important;
	width: 85px !important;
}

li#partner5 {
	margin: 0 !important;
	width: 75px !important;
}

li#partner6 {
	margin: 0 !important;
	width: 75px !important;
}

/*
#partners ul {
	float: left;
	width: 682px !important;
	height: 23px !important;
	margin: 3px 0 0 0 !important;
	background: url(/template/theme/cega/img/partner-logos-v2.gif) top left no-repeat;
}

#partners li {
	float: left;
}

#partners li, #partners li a {
	height: 23px !important;
	display: block !important;
}

#partners li span {
	display: none;
}

li#partner1 {
	margin: 0 !important;
	width: 237px !important;
}

li#partner2 {
	margin: 0 !important;
	width: 170px !important;
}

li#partner3 {
	margin: 0 !important;
	width: 93px !important;
}

li#partner4 {
	margin: 0 !important;
	width: 100px !important;
}

li#partner5 {
	margin: 0 !important;
	width: 82px !important;
}

li#partner1 {
	margin: 0 !important;
	width: 160px !important;
}

li#partner2 {
	margin: 0 !important;
	width: 175px !important;
}

li#partner3 {
	margin: 0 !important;
	width: 90px !important;
}

li#partner4 {
	margin: 0 !important;
	width: 70px !important;
}

li#partner5 {
	margin: 0 !important;
	width: 83px !important;
}
*/

#partner1 a:hover { background:url(/template/theme/cega/img/partner-logos-v2.gif) -682px 0px no-repeat; }
#partner2 a:hover { background:url(/template/theme/cega/img/partner-logos-v2.gif) -919px 0px no-repeat; }
#partner3 a:hover { background:url(/template/theme/cega/img/partner-logos-v2.gif) -1089px 0px no-repeat; }
#partner4 a:hover { background:url(/template/theme/cega/img/partner-logos-v2.gif) -1182px 0px no-repeat; }
#partner5 a:hover { background:url(/template/theme/cega/img/partner-logos-v2.gif) -1282px 0px no-repeat; }

/*
#partner1 a:hover { background:url(/template/theme/cega/img/partner-logos.gif) -578px 0px no-repeat; }
#partner2 a:hover { background:url(/template/theme/cega/img/partner-logos.gif) -738px 0px no-repeat; }
#partner3 a:hover { background:url(/template/theme/cega/img/partner-logos.gif) -913px 0px no-repeat; }
#partner4 a:hover { background:url(/template/theme/cega/img/partner-logos.gif) -1003px 0px no-repeat; }
#partner5 a:hover { background:url(/template/theme/cega/img/partner-logos.gif) -1073px 0px no-repeat; }
*/

#footer li {
	border-left: 1px solid #fff;
	color: #fff;
	display: inline;
	line-height: 1.3em;
	margin: 0 .5em 0 -.8em;
	padding: 0 .5em;
	text-align: right !important;
}

#footer li.first {
	border-left: none;
}

#footer li.last {
	border-right: none;
	line-height: 1.8em !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

#footer li.info {
	float: right;
	border-left: none;
	border-right: none;
	line-height: 1.8em !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

/*Link Styles
*********************************************************/

#controlbar a {
	padding: 6px;
}

#controlbar a:link, #controlbar a:visited {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

#controlbar a:hover {
	color: #97bdff;
	background: #08142a;
	text-decoration: none;
	font-weight: bold;
}

#mainbox a {
	color: #fff !important;
}

#services li a {
	color: #333 !important;
}

#box1 a {
	display: block;
	background-repeat: no-repeat;
	width: 56px;
	height: 56px;
}

.expander a:link, .expander a:visited, #content a:link, #content a:visited, #partners a:link, #partners a:visited {
	color: #6699cc;
	text-decoration: none;
	font-weight: normal;
}

#services h3 a {
	color: #00356a !important;
}

#services h3 a:hover {
	color: #6699cc !important;
	text-decoration: none !important;
}

#partners a:link, #partners a:visited, #partners a:hover {
	font-weight: bold !important;
}

.expander a:hover, #content a:hover, #partners a:hover {
	color: #6699cc;
	text-decoration: underline;
	font-weight: normal;
}

#box2 a, #box3 a, #footer a:link, #footer a:visited {
	color: #fff !important;
	text-decoration: none;
}

#footer a:hover {
	font-weight: normal !important;
	color: #6699cc !important;
	text-decoration: none !important;
}

/*Form Element Styles
*********************************************************/

#functions form.search {
	float: left;
	width: 150px;
}

#functions form.search input {
	margin: 8px 0 0 0;
	padding: 5px 10px 0 30px;
	width: 135px;
	height: 20px;
	background: url(/template/theme/cega/img/bg-search.gif) top left no-repeat;
	overflow: hidden;
	font-size: 1.1em;
}

#functions form.login {
	width: 450px;
	float: right;
	margin: 10px 0 0 0;
}

#functions form.login label {
	float: left;
	color: #0b1e3c;
	font-size: 1.1em;
	text-align: right;
	padding: 4px 5px;
}

#functions form.login input.text {
	float: left;
	width: 110px;
	background: #fff;
	border: 1px solid #0b1e3c;
	padding: 4px 2px;
	font-size: 1.1em;
}

#search form.search {
	margin: 20px 15px;
}

#search form.search legend {
	font-size: 1.3em;
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0;
}

#search form.search input.text {
	margin: 0;
	padding: 5px 10px 0 30px;
	width: 168px;
	height: 20px;
	background: #cfd7e6 url(/template/theme/cega/img/bg-search-icon.png) 0% 50%;
	color: #0b1d3c;
	border: 1px solid #fff;
	font-size: 1.1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#search form.search input.btn {
	float: right;
	margin: 10px 0 0 0;
}

#homesearch form.search {
	margin: 10px 15px 0 15px;
}

#homesearch form.search legend {
	font-size: 1.3em;
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0;
}

#homesearch form.search input.text {
	margin: 0;
	padding: 5px 10px 0 30px;
	width: 168px;
	height: 20px;
	background: #cfd7e6 url(/template/theme/cega/img/bg-search-icon.png) 0% 50%;
	color: #0b1d3c;
	border: 1px solid #fff;
	font-size: 1.1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form.narrow {
	clear: both;
	width: 430px !important;
}

#contentleft.full form{
			clear:both;
			width: 560px !important;
			}
			#contentleft fieldset{
				background:#f4f4f4;
				border:1px solid #ddd;
				padding:15px 10px 0;
				margin:15px 0;
				}
				#contentleft fieldset fieldset{
					padding:0;
					background:none;
					border:none;
					display:block;
					float:left;
					clear:both;
					}
				#contentleft legend{
					font-size:1.5em;
					color:#666;
					}
				#contentleft form p{
					margin-bottom:10px;
					float:left;
					clear:both;
					padding: 0 !important;
					width: 100%;
				}
				#contentleft label{
					width:100px;
					margin:0 5px 0 0;
					padding:2px 0;
					font-size:1em;
					display:block;
					text-align:right;
					float:left;
					}
				#contentleft.full label{
					width:150px !important;
				}
				#contentleft input,
				#contentleft textarea,
				#contentleft select{
					width: 350px;
					font-size:1em;
					display:block;
					padding:2px;
					float:left;
					border: 1px solid #ccc;
					}
				.narrow input,
				.narrow textarea,
				.narrow select{
					width:280px !important;
					}
				#contentleft input.btn{
					width:auto !important;
					padding:5px 0;
					font-size:1.2em;
					border: 0 !important;
					}
					#contentleft fieldset.checkboxes input{
						width:auto;
						line-height:1em;
						margin:1px 0 1px 155px;
						padding:0;
						border: none !important;
						}
						#contentleft fieldset.checkboxes p.password{
						margin: 1px 0 0 155px !important;
						width: 100% !important;
						}
						#contentleft fieldset.checkboxes label{
							width:350px !important;
							margin:0 0 0 5px;
							text-align:left;
							line-height:1em;
							}

.error {
	background: #eee url(/template/theme/cega/img/bullet-error.gif) 5px 50% no-repeat;
	padding: 5px 10px 5px 30px;
	border: 1px solid #ff0000;
	color: #ff0000 !important;
}

#contentleft p.error {
	width: 388px !important;
}

#contentleft.full p.error {
	width: 517px !important;
}

.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 1em !important;
	padding-left: 5px;
}

/*Files Styles
*********************************************************/

strong.highlight {
	background: #ebebeb;
	padding: 2px;
}

.searchresult, .filescontainer{
	border:1px solid #ddd;
	margin:0 0 15px;
	}
	.filescontainer{
	margin: 20px 0;
	}
	.searchresulttitle, .filescontainertitle {
		background:#eee;
		padding:5px 10px;
		border-bottom:1px solid #ddd;
		}
		.filescontainertitle h2 {
			margin: 0;
			color: #00356a !important;
			font-size: 1.2em !important;
		}
		.searchresulttitle h2{
			float:left;
			margin: 0 !important;
			}
			.searchresulttitle h2 a{
				font-style:normal;
				color:#333;
				}
		.searchresulttitle small{
			float:right;
			margin-top: 3px !important;
			font-size:1em;
			color:#333 !important;
			}
	.searchresult p{
		padding:10px 10px 0;
		}
	.files{
		clear:both;
		padding: 0 10px;
	}
		.files p.file {
			margin: 10px 0 !important;
			padding: 0 0 5px 25px !important;
			background: url(/template/theme/cega/img/bullet-file-download.png) 0px 0px no-repeat;
			font-size: 1.1em !important;
		}
		.files p.pressfile a {
			font-size: 1.1em !important;
			font-weight: bold !important;
		}

/*Pagination Styles
*********************************************************/

.pagination{
	text-align:center;
	padding:20px 0;
	}
	.pagination a{
		padding:5px 10px;
		border:1px solid #7393ad;
		background:#fff;
		color:#666;
		text-decoration:none;
		}
		.pagination a.next,
		.pagination a.previous{
			border:1px solid #7393ad;
			color:#7393ad;
			}
		.pagination a:hover{
			background:#fff url(/template/theme/cega/img/bg-bar-silver.jpg) repeat-x;
			border:1px solid #0b1e3c;
			color: #0b1e3c !important;
			}
	.pagination span{
		padding:5px 10px;
		}
		.pagination span.next,
		.pagination span.previous{
			background:#fff;
			border:1px solid #ddd;
			color:#bbb;
			}
		.pagination span.current{
			background:#fff url(/template/theme/cega/img/bg-bar-silver.jpg) repeat-x;
			border:1px solid #0b1e3c;
			color:#0b1e3c;
			font-weight:bold;
			}

/*Table Styles
*********************************************************/

table{
	width:100%;
	border-collapse:collapse;
	}
	td{
		padding-bottom:10px !important;
		vertical-align:top;
		}
		td h2{
			margin-top:0 !important;
			}
		td h3{
			margin-top:0 !important;
			color:#666 !important;
			font-size:1.2em !important;
			padding:5px !important;
			border:1px solid #ccc !important;
			}
		/*
		td h3{
			color:#666 !important;
			font-size:1.2em !important;
			margin-top:0 !important;
			padding-left:30px;
			border-bottom:none !important;
			background:url(/template/theme/cega/img/bullet-lt.gif) 10px 0 no-repeat;
			}
		*/
		td img{
			/* text-align:right;
			margin:0 0 10px 30px; */
			border:4px solid #bbb;
			padding:0 !important;
			}
		table.pressimages td {
			width: 33%;
			font-weight: normal !important;
		}
		table.pressimages td img {
			margin: 20px 50px 0 0 !important;
			text-align: left !important;
		}
		table.pressimages td {
			width: 50%;
			font-weight: normal !important;
		}
		table.presslogos td img {
			margin: 20px 50px 0 0 !important;
			text-align: left !important;
		}