*{
	margin:0;
	padding:0;
	}
.content {
	font-family: Arial, "Droid Sans", Helvetica, sans-serif;
	font-size: 90%;
}
a:visited {
	color: #7777A8;
}
.thumbnail {
	float: left;
	margin: auto 1em 0.5em auto;
}
.content small, .content sup, .content sub {
	font-size: 70%;
}
img { -ms-interpolation-mode: bicubic; }

#col1_content {
	padding-left: 5px;
}

/*

	Common page header styles

*/
#header {
	font-size: 90%;
	background: #6978B8 url(/assets/images/site_wide/header_back_fade.png) no-repeat top right;
	text-align: right;
}
#header h1 {
	margin: 0.25em 1.5em auto auto;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
.tagline {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	font-style: italic;
	padding-top: 0.5em;
}

/*

	Top navigation styles

*/
#nav {
	background-color: #6978B8;
	border-bottom: 4px solid #CF4E73;
	font-size: 88%;
}
#nav ul {
	margin: 0 auto;
}
#nav li {
	display: inline;
	list-style-type: none;
	color: #fff;
}
#nav li {
	margin-left: -4px;
}
#nav li a {
	display: inline-block;
	color: #fff;
	padding: 0.5em 0.8em;
	text-decoration: none;
	border-right: 1px solid #C0C8E2;
}
#nav li.last a {
	border-right: none;
}
#nav li a:hover {
	background-color: #C0C8E2;
	color: #333;
}
#nav li.active a {
	background-color: #CF4E73;
}


/*

	Page footer styles

*/


#footer {
	background-color: #6978B8;
	padding: 1em;
	font-size: 90%;
	color: #fff;
}
#footer ul {
	margin: 0;
}
#footer li {
	display: inline;
	list-style-type: none;
	margin: auto 0.25em auto 0;
}
#footer a {
	color: #fff;
}
#footer p {
	margin-bottom: 0;
}
#footer p strong {
	color: #CF4E73;
	color: #CF9DAB;
}


#col3 {
	background: #C7CEEB url(/assets/images/site_wide/side_background_fade.png) repeat-x;
	padding-top: 1em;
	font-size: 90%;
	min-height: 30em;
}
#col3 ul {
	list-style: none outside url(/assets/images/site_wide/list_arrow-trans.png);
	margin: 0 auto;
}
#col3_content h5 {
	font-size: 105%;
	font-weight: bold;
	color: #333;
	margin: 0.5em auto;
	padding: 0.5em 0 0.2em 0;
	border-bottom: 1px solid #CF4E73;
}




/*

	Section Index styles

*/
#col1 .section_title {
	height: 100px;
	background-color: #ccc;
	margin: 0 -10px 0.8em -20px;
}
#col1 .section_title h2 {
 	margin: 0;
 	padding: 38px 1em;
	color: #222;
	margin-bottom: 0.8em;
	background: transparent url(/assets/images/site_wide/section_header_fade-trans.png) repeat-y left center;
	font-size: 180%;
	font-weight: normal;
}

.section_index_item {
	margin-left: 2em;
}
.section_index_item div {
	margin-left: 220px;
	color: #31629A;
}
.section_index_item div p {
	margin-bottom: 0.8em;
}
.section_index_item h3 {
	border-bottom: 3px solid #FFBDCF;
	color: #333;
	padding-bottom: 0.25em;
}


.section_index_grid_item {
	float: left;
	width: 140px;
	height: 160px;
	
	border: 1px solid #ccc;
	margin: 4px;
	padding: 4px;
}
.section_index_grid_item h3 {
	padding-bottom: 0.25em;
	font-size: 110%;
	margin: 0.4em auto 0.1em auto;
	text-align: center;
}
.section_index_grid_item img {
	display: block;
	margin: 0.2em auto;
	float: none;
}



/*

	Homepage styles

*/
.homepage_content {
	margin-left: 2em;
	float: none;
	clear: both;
}
.homepage_content h2 {
	font-style: italic;
}

.homepage .footer_boxes {
	padding-bottom: 1em;
	margin-left: 192px;
}
.homepage .footer_boxes h2 {
	margin-left: 1em;
}

/*

	Composite page styles

*/
#col1 .content h2 a, #col1 .content h3 a {
	text-decoration: none;
}
#col1 .content h2 a:hover, #col1 .content h3 a:hover {
	color: inherit;
}


/*

	Content styles

*/
.content h1, 
.content h2, 
.content h3, 
.content h4 {
	color: #5b7eb8;
}
.content h1 {
	font-size: 2em;
	font-style: italic;
	font-family: "Trebuchet MS", "Droid Sans", Helvetica, sans-serif;
}
.content h2 {
	font-size: 1.3em;
}
blockquote {
	padding-left: 0;
}

/*

	Forms styles

*/
form {
	margin: 0.2em auto;
}
form p{
	padding: 0;
	margin: 1em 1.5em;
}
form input[type="text"], .content form select {
	margin-bottom: 0.4em;
}
form fieldset {
	/* border: none;
	background-color: #eee; */
	margin: 0 auto 0.8em auto;
	border: 1px solid #efefef;
}
fieldset legend {
	font-size: 100%;
	font-weight: bold;
	background-color: transparent;
	color: #333;
}
label {
	vertical-align: top;
	margin-right: 0.5em;
	display: inline-block;
	width: 16%;
	padding-left: 0.2em;
	color: #333;
}
.nowrap label {
	width: 80%;
}
div.content form fieldset ul {
	list-style-type: none;
	margin: 0;
}
div.content form fieldset ol li {
	margin: 1em;
}
form .form_note {
	background-color: #C0C8E2;
	border: 1px solid #6978B8;
	padding: 1em;
}
form .errors {
	background-color: #ffdf9b;
	border: 1px solid #ffbc38;
	padding: 1em;
}

form em {
	padding-right: 0.5em;
	font-weight: bold;
	color: #D69600;
	color: #CF4E73;
}

form .required { background-color: #ffdf9b; }
form .invalid { background-color: #ffc1c1; }

form input[type="checkbox"] .required {
	background-color: #ffdf9b;
	border: 3px solid #ffbc38;
}
textarea { margin: 0.4em auto 0.5em 0.2em; }


/*
 
	Handheld Applications styles
 
*/

/*

	Top Banner areas styles

*/
.banner_box{
	width: 890px;
	float: left;
	margin: 10px auto 10px auto;
	background: url(../images/line.jpg) no-repeat center top;
}

.banner_content{
	width: 640px;
	float: left;
	margin-left: 8px;
}
.header_img{
	width: 631px;
	height: 135px;
	float: left;
	padding-left: 0px;
	margin: 19px 0 15px 0;
	background-repeat: no-repeat;
	clear: both;
}
.banner_content {
/*
	width: 400px;
*/
	height: auto;
	float: left;
	display: block;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #686868;
/*
	border: 1px solid #fc0;
*/
}
.services_index .banner_content {
	width: 600px;
}
.homepage .banner_content {
	width: auto;
}

.handheld-index .banner_content h1,
.case_studies_index .banner_content h1,
.homepage .banner_content h1 {
	font-style: italic;
	margin-left: 1em;
}
.banner_content p {
	margin-top: 13px;
/*
	float: left;
*/
	display: block;
	width: 580px;
	padding-left: 5px;
}
.banner_content .content_box p {
	font-family: 'Myriad Pro', serif;
	font-style: italic;
	line-height: auto;
	width: 400px;
	padding-left: 21px;
}
.banner_content .content_box p.quote {
	font-size: 13px;
	color: #acacac;
	margin-top: 0px;
}
.banner_content .content_box p.quote_from {
	font-size: 14px;
	color: #575757;
	font-weight: bold;
}


#banner_menu {
	float: left;
	display: block;
	width: 190px;
	background: url(../images/menu_bg1.jpg) repeat-y;
	padding: 10px 0 15px 1px;
	margin-top: 2px;
}
.homepage #banner_menu {
	margin-left: 10px;
}
#banner_menu ul {
	padding: 0;
	margin: 0;
}
#banner_menu li {
	line-height: 29px;
	background: url(../images/li_bg.jpg) no-repeat left top;
	margin-left: 0;
	padding-left: 10px;
	list-style-type: none;
}
#banner_menu a, #banner_menu a:visited {
	font: bold 12px/29px Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	text-decoration: none;
	background: url(../images/bullet1.jpg) no-repeat left center;
	padding-left: 20px;
}
#banner_menu a:hover {
	color: #6978B8;
	background: url(../images/bullet.jpg) no-repeat left center;
}
#banner_menu .banner_content p {
	display: block;
	width: auto;
}

.main_text {
/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
*/
	color: #686868;
/*
	margin-top: 13px;
	padding-left: 21px;
*/
	float: left;
/*
	font-weight: normal;
	display: block;
	width: 600px;
	text-decoration: none;
	line-height: 18px;
	margin-bottom: 0px;
*/
}


/*

	Footer boxes

*/
.footer_box.light-blue h3 { color: #69B6EA; }
.footer_box.blue h3 { color: #5B7EB8; }
.footer_box.pink h3 { color: #EB68D8; }
.footer_box.orange h3 { color: #E98468; }
.footer_box.purple h3 { color: #9F74DF; }

.footer_boxes {
	height: 199px;
	width: 890px;
	float: left;
	margin: 0px auto 80px auto;
}
.footer_box {
	font-family: Arial, Helvetica, sans-serif;
	width: 218px;
	height: 199px;
	float: left;
	background: url(../images/box_bg_plain.png) no-repeat right top;
	padding-bottom: 10px;
	position: relative;
}
.footer_box a {
	text-decoration: none;
	color: #5B7EB8;
}
.footer_box a:hover {
	text-decoration: underline;
	color: inherit;
	color: #5B7EB8;
}
.footer_box p {
	font-size: 12px;
	color: #686868;
	margin-top: 5px;
	padding-left: 30px;
	float: left;
	font-weight: normal;
	display: block;
	width: 180px;
	text-decoration: none;
	line-height: 18px;
	margin-bottom: 0px;
}
.footer_box h3 {
	font-weight: normal;
	margin-left: 25px;
	padding: 15px 5px 15px 70px;
/*
	height: 30px;
*/
	background-position: left 50%;
	background-repeat: no-repeat;
	vertical-align: middle;
}


/*

	Case studies index styles

*/
.case_study img {
	margin: 0 auto;
	padding: 10px 5px 5px 30px;
/*
	float: left;
*/
	display: block;
}
.case_study div.img_container {
	height: 100px;
}
.case_study p {
	float: none;
}
.footer_box.case_study h3 {
	margin: 0;
	padding: 15px 5px 15px 45px;
	text-align: centre;
	font-size: 110%;
}

/*

	More buttons

*/

#more_content {
	display: none;
}

a.more_button {
	display: block;
	float: right;
	min-width: 55px;
	height: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: right;
	vertical-align: centre;
	padding: 0 2px 2px 20px;
	background: #5B7EB8 url(../images/more_button_arrow.png) 0 50% no-repeat;
}

.footer_box a.more_button {
	float: none;
	position: absolute;
	top: 172px;
	right: 10px;
}
.more_button.inline {
	float: none;
	display: inline;
}

.services_index .more_button {
	min-width: 40ex;
}

a.more_button.light-blue { background-color: #69B6EA; }
a.more_button.blue { background-color: #5B7EB8; }
a.more_button.pink { background-color: #EB68D8; }
a.more_button.orange { background-color: #E98468; }
a.more_button.purple { background-color: #9F74DF; }


a.more_link {
	display: block;
	float: right;
	min-width: 55px;
	height: 15px;
	font-weight: bold;
	font-size: 110%;
	text-align: right;
	padding: 0 2px 2px 20px;
}

.clear {
	clear: both;
	float: none;
}

