/*--LAYOUT STYLING--*/
body, table, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: 000000;
}

body {
	background-color: white;
	background-image:url('../images/bg.gif');
	margin:0;
}

a,a:visited {
	color: #252968;
	text-decoration: underline;
	font-weight:bold;
}

a:HOVER {
	color: #999999;
	text-decoration: underline;
}

#site{
	background-color:#FFFFFF;
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
}

#menu{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	width:180px;
	background-image:url('../images/menu-bg.gif');
	background-repeat:repeat-x;
	background-position:bottom left;
}
#menu a, #menu a:visited, #menu a:hover{
	position:relative;
	top:0px;
	left:0px;
	display:block;
	border-left:8px solid #e5e5e5;
	background-image:url('../images/menu-bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
	width:180px;
	font-weight:normal;
	padding:3px;
	padding-left:10px;
	text-decoration:none;
	font-size:120%;
} 
#menu[id] a, #menu[id] a:visited, #menu[id] a:hover{
	width:160px;
}

#menu a:hover{
	color:#252968;
	border-left:8px solid #5d6197;
	background-color:#e5e5e5;
	font-weight:bold;
}
#menu li.linktitle a, #menu li.linktitle a:visited, #menu li.linktitle a:hover{
	background-color:#f3f3f3;
	color:#252968;
	border-left:8px solid #5d6197;
	font-weight:bold;
}
#menu li.sublink{
	background-color:#f9f9f9;
	font-size:80%;
}
#menu li.sublink a, #menu li.sublink a:visited, #menu li.sublink a:hover{
	padding-left:30px;
	font-weight:normal;
}
#menu[id] li.sublink a, #menu[id] li.sublink a:visited, #menu[id] li.sublink a:hover{
	width:140px;
}
#menu li.sublink a:hover{
	text-decoration:underline;
}

td.logo-area{
	padding:10px;
}
td.header{
	border-top:3px solid #6CAEE0;
	border-bottom:1px solid #252968;
}
td.menu{
	height:25px;
	padding-top:20px;
}
td.tiny{
	font-size:90%;
	text-align:center;
	padding-bottom:20px;
}

td.content{
	width:570px;
	padding:20px;
}
td.content ul{
	margin-top:0;
	margin-left:60px;
}
h1{
	background-color:#e5e5e5;
	padding:4px;
	border-left:8px solid #5d6197;
	font-weight:bold;
	font-size:120%;
	color:#252968;
}
h2{
	padding:4px;
	border-left:8px solid #e5e5e5;
	background-image:url('../images/menu-bg.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:110%;
	color:#252968;
}
td.content p{
	margin:0;
	padding:0;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}

td.footer{
	height:20px;
	padding:5px;
	border-top:1px solid #464646;
	color:#464646;
	font-size:100%;
}
td.footer a, td.footer a:visited{
	color:#464646;
	font-weight:normal;
}
table.case-study-item{
	background-image:url('../images/menu-bg.gif');
	background-position:bottom left;
	background-repeat:repeat-x;
	padding-bottom:5px;
	padding-top:5px;
}
#case-listing-title{
	font-weight:bold;
}
p.sub-header{
	font-size:120%;
	font-weight:bold;
}
.highlight{
	font-weight:bold;
}
p.testimonial-foot{
	font-style:italic;
}
#case-thumbs{
	clear:both;
	border-top:1px solid #b1b1b1;
}

/*--CASE STUDIES--*/
#case-imgs{
	float:left;
	padding:0px 1px 3px 1px;
	text-align:center;
	background-color:#2A306D;
	margin-right:10px;
	margin-left:20px;
	margin-bottom:5px;
}
#case-imgs a{
	color:#FFFFFF;
	font-size:16px;
}
#case-imgs .img{
	width:240px;
	height:180px;
	overflow:hidden;
	background-color:#E5E5E5;
	text-align:center;
}
#case-imgs a.title{
	color:#FFFFFF;
	text-align:center;
	padding-top:2px;
	width:200px;
	font-size:11px;
}
a.case-img-thumb{
	float:left;
	width:150px;
	height:120px;
	text-align:center;
	background-color:#E5E5E5;
	border:1px solid #E5E5E5;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:middle;
}
a:hover.case-img-thumb{
	border:1px solid #2A306D;
}


/*--END LAYOUT--*/

/*--FORM STYLING--*/
td.error{
	color:#FF0000;
}
input,input.blurred, select, select.blurred, textarea, textarea.blurred{
	font-family: Arial, Helvetica, sans-serif;
	width:210px;
	border:1px solid #b1b1b1;
	font-size:11px;
}
textarea, textarea.focused, textarea.blurred{
	height:80px;
}
input.radio{
	width:15px;
	border:0;
}
input.button{
	width:100px;
	border:1px solid #252968;
}
input.focused, select.focused, textarea.focused{
	background-color:#f3f3f3;
}