body {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-image:url(../images/background_shadow.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#1d4a71;
}

a {
  outline: none;
}

#container {
	width:1000px;
	margin:0 auto;
}

#header {
	width:1000px;
	height:260px;
}

#header h1 {
	width:1000px;
	height:260px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}

#header a {
	display:block;
	height:260px;
	margin:0px;
	padding:0px;
}

#header_boardroom {
	width:1000px;
	height:260px;
}

#header_boardroom h1 {
	width:1000px;
	height:260px;
	background-image:url(../images/header_boardroom.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}

#header_boardroom a {
	display:block;
	height:260px;
	margin:0px;
	padding:0px;
}



#header_crm {
	width:1000px;
	height:260px;
}

#header_crm h1 {
	width:1000px;
	height:260px;
	background-image:url(../images/header_crm.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}

#header_crm a {
	display:block;
	height:260px;
	margin:0px;
	padding:0px;
}


#units {
	float:left;
	width:350px;
	height:390px;
	/*background-image:url(../images/service_arranger.jpg);*/
	
}

#units ul {
	margin:0px;
	padding:0px;
}

#units li {
	width:350px;
	list-style:none;
	text-align:center;
	border-bottom:solid 1px #fff;
}

#units a {
	background-color:#377bc1;
	padding:40px 0px 40px 0px;
	text-decoration:none;
	display:block;
	color:#fff;
}

#units a:hover {
	padding:40px 0px 40px 0px;
	text-decoration:none;
	display:block;
	background-color:#5292da;
	color:#fff;	
}

#right {
	float:left;
	background-color:#99CC00;
	width:200px;
}

#right ul {
	padding:0px;
	margin:0px;
}

#right li {
	list-style:none;
}

#right a {
	text-decoration:none;
	display:block;
	padding:20px;
	color:#fff;
}

#right a:hover {
	background-color:#b1d83d;
	text-decoration:none;
	display:block;
	padding:20px;
	color:#fff;
}

#content {
	float:left;
	padding:20px 20px 15px 20px;
	top:0px;
	font-size:14px;
	color:#3c5267;
	background-image:url(../images/content_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#f2f2f2;
	width:960px;
	margin-top:10px;
}

#content h2 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:26px;
	margin:0px;
	padding:0px;
	border-bottom:solid 1px #bcd4e1;
	color:#0770a7;
}

#content h3 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:22px;
	line-height:22px;
	margin:20px 0px -12px 0px;
	padding:0px;
	color:#0770a7;
}

#content h4 {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:20px;
	margin:0px 0px -10px 0px;
	padding:0px;
	color:#0770a7;
}

#content ul {

}

#content li {
	list-style-image:url(../images/li.gif);

}

#content p {
	line-height:19px;
}

#content a {
	color:#0770a7;
	padding:0px 3px 0px 3px;
	margin:0px -3px 0px -3px;
}

#content a:hover {
	color:#fff;
	background-color:#0770a7;
	text-decoration:none;
}

.content_left {
	width:295px;
	float:left;
	padding-right:35px;
}

.content_middle {
	width:295px;
	float:left;
	padding-right:35px;
}

.content_right {
	width:240px;
	margin:10px 0px 0px 20px;
	float:left;
}

/*** CSS Drop Down Area *****************************/
.bar {
	padding:0px;
	margin:7px 0px 0px 0px;
	height:40px;
	width:960px;
}

.bar ul {
	padding:0px;
	margin:0px;
}

/*** Solutions Architect Drop Down Area *****************************/
.drop_solutions {
	list-style:none;
	float:left;
	font-size:12px;
}

.drop_solutions a {
	cursor:hand;
	text-decoration:none;
}

.drop_solutions a .show_solutions {
	display: none;
}

.drop_solutions a:hover .show_solutions {
	display:block;
	position:absolute;
	
	/* The coordinates of the hover */
	top:36px;
	left:6px;
	
	z-index:1;
}

.drop_solutions li {
	float:left;
	position:relative;
}

.drop_solutions span {
	background-image:url(../images/button_solutions.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:186px;
	height:32px;
	display:block;
	padding:14px 0px 0px 7px;
	color:#fff;
}

.drop_solutions .show_solutions {
	width:151px;
	height:130px;
	background-color:#12c9ea;
	background-image:url(../images/gradient_solutions.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:10px;
	font-size:12px;
	color:#fff;
}


/*** Service Arranger Drop Down Area *****************************/
.drop_service {
	list-style:none;
	float:left;
	font-size:12px;
}

.drop_service a {
	cursor:hand;
	text-decoration:none;
}

.drop_service a .show_service {
	display: none;
}

.drop_service a:hover .show_service {
	display:block;
	position:absolute;
	
	/* The coordinates of the hover */
	top:36px;
	left:6px;
	
	z-index:1;
}

.drop_service li {
	float:left;
	position:relative;
}

.drop_service span {
	background-image:url(../images/button_service.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:186px;
	height:32px;
	display:block;
	padding:14px 0px 0px 7px;
	color:#fff;
}

.drop_service .show_service {
	width:151px;
	height:130px;
	background-color:#abbf29;
	background-image:url(../images/gradient_service.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:10px;
	font-size:12px;
	color:#fff;
}

/*** Stategic Advisor Drop Down Area *****************************/
.drop_strategic {
	list-style:none;
	float:left;
	font-size:12px;
}

.drop_strategic a {
	cursor:hand;
	text-decoration:none;
}

.drop_strategic a .show_strategic {
	display: none;
}

.drop_strategic a:hover .show_strategic {
	display:block;
	position:absolute;
	
	/* The coordinates of the hover */
	top:36px;
	left:6px;
	
	z-index:1;
}

.drop_strategic li {
	float:left;
	position:relative;
}

.drop_strategic span {
	background-image:url(../images/button_strategic.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:186px;
	height:32px;
	display:block;
	padding:14px 0px 0px 7px;
	color:#fff;
}

.drop_strategic .show_strategic {
	width:151px;
	height:130px;
	background-color:#d08800;
	background-image:url(../images/gradient_strategic.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:10px;
	font-size:12px;
	color:#fff;
}


/***  *****************************/
#content_lower {
	background-image:url(../images/content_lower.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:10px 10px 0px 10px;
	height:20px;
}

#content_lower a {
	font-size:12px;
	background-color:#183a60;
	text-decoration:none;
	color:#fff;
	padding:3px 5px 3px 5px;
	margin:0px 0px 0px 35px;
	display:block;
	width:62px;
}

#content_lower a:hover {
	color:#00f6ff;
}


.green {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:20px;
	margin:15px 0px 3px 0px;
	padding:0px;
	color:#639824;
}

.green_select {
	width:299px;
	font-size:13px;
	padding:2px;
	border:solid 1px #48711b;
	background-color:#e0eeb9;
	color:#48711b;
}

.orange {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:20px;
	margin:15px 0px 3px 0px;
	padding:0px;
	color:#cd4d00;
}

.orange_select {
	width:299px;
	font-size:13px;
	padding:2px;
	border:solid 1px #cd4d00;
	background-color:#fbedc8;
	color:#cd4d00;
}

.blue {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:20px;
	margin:15px 0px 3px 0px;
	padding:0px;
	color:#00609d;
}

.blue_select {
	width:299px;
	font-size:13px;
	padding:2px;
	border:solid 1px #00609d;
	background-color:#c6e1f7;
	color:#00609d;
	margin-bottom:15px;
}

#slider_top {
	background-image:url(../images/sliders_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:20px;
	background-color:#183a60;
	width:980px;
	padding:5px 0px 0px 20px;
	color:#fff;
}

#slider_top a {
	text-decoration:none;
	color:#ffcc33;
}

#slider_top a:hover {
	text-decoration:none;
	color:#fff;
}

#slider_lower {
	background-image:url(../images/sliders_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:10px;
	width:980px;
	padding:20px 0px 0px 20px;
}

.clear {
	clear:both;
}


/*** Banner 01 (CMS login)  *****************************/
#line01 {
	height:150px;
	background-image:url(../images/cms_login.jpg);
	padding:0px;
	width:1000px;
	color:#fff;
}

#line01 form {
	margin:0px;
	padding:15px 20px 20px 30px;
}

#line01 p {
	float:left;
	margin-right:40px;
}

#line01 strong {
	font-weight:normal;
	font-size:13px;
	display:block;
}

#line01 h3 {
	margin:0px;
	padding:0px;
	font-size:30px;
	line-height:24px;
	font-weight:normal;
	color:#ffa200;
}

#line01 div {
	font-size:12px;
	padding-top:5px;
}

#line01 a {
	color:#fff;
}

#line01 a:hover {
	color:#ffa200;
}

.cms_login {
	border:solid 1px #4c657c;
	background-color:#3a5671;
	font-size:20px;
	padding:4px;
	color:#fff;
	width:180px;
}

.submitbutton {
	margin:15px 0px 0px -15px;
}

#partner_logos a {
	background-color:#1d2733;
	background-image:url(../images/partner_logos.gif);
	background-position:top;
	height:88px;
	color:#fff;
	display:block;
	text-indent:-9999px;
}

#partner_logos a:hover {
	background-color:#1d2733;
	background-image:url(../images/partner_logos.gif);
	background-position:bottom;
	height:88px;
	color:#fff;
	display:block;
}


#footer {
	background-color:#141b24;
	background-image:url(../images/footer_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:15px 30px 10px 30px;
	margin-top:10px;
	color:#fff;
	text-align:center;
	font-size:12px;
}

#footer_lower {
	background-image:url(../images/footer_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:10px;
	margin-bottom:10px;
}

#footer ul {
	padding:0px;
	margin:0px 0px 0px 0px;
}

#footer li {
	list-style:none;
	float:left;
	margin-right:20px;
	display:block;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#00f6ff;
}

.float_image_right {
	float:right;
	margin:0px 0px 10px 10px;
}

.centre_image {
	text-align:center;
}

fieldset {
	border:solid 1px #ccc;
	width:425px;
	float:left;
	margin:0px 30px 30px 0px;
	background-color:#eee;
	padding:10px;
}


fieldset legend {
	color:#e76d00;
}

fieldset strong {
	width:145px;
	float:left;
	display:block;
}

fieldset select {
	width:250px;
	border:solid 1px #ccc;
	color:#0770a7;
	padding:2px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	height:23px;
}

.fieldset_input {
	width:250px;
	border:solid 1px #ccc;
	color:#0770a7;
	padding:2px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}

.fieldset_textarea {
	width:250px;
	border:solid 1px #ccc;
	color:#0770a7;
	padding:2px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	height:250px;
}

.locs {
	float:left;
	width:210px;
	height:270px;
	border-bottom:solid 1px #ccc;
	padding-bottom:20px;
	margin:15px 30px 10px 0px;
}

.half {
	width:490px;
	float:left;
}

.case_study {
	padding:10px 7px 10px 10px;
	float:right;
	margin:0px 0px 10px 20px;
	background-image:url(../images/background_case_study.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-size:11px;
	text-align:center;
}

.case_study img {
	display:block;
}

.hidden {
	display:none;
	visibility:hidden;
}

.edit_content {
	line-height:20px;
	height:20px;
	font-size:16px;
	padding:5px 5px 5px 26px;
	width:90px;
	background-image:url(../images/icon_edit.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#fff;
	clear:both;
}

.edit_content a {
	line-height:20px;
	font-size:14px;
	text-decoration:none;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.page_login {
	background-image:url(../userfiles/image/background_login.gif);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto;
	width:380px;
	height:210px;
	text-align:center;
	padding:60px 0px 0px 0px;
}

#Username {
	border:solid 1px #669dc9;
	color:#0068b9;
	padding:2px;
	background-color:#fff;
}

#Password {
	border:solid 1px #669dc9;
	color:#0068b9;
	padding:2px;
	background-color:#fff;
}

.newslistitem {
	margin:10px 0 20px 0;
}

.newsheadline {
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 5px 0;
}

.byline {
	margin-bottom:15px;
}

.byline span {
	font-size:.85em;
}