@charset "utf-8";
/* CSS Document */

html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:1.5em;
	text-align:left;
}

body {
	background-image:url(../images/bg-tile.gif);
	background-repeat:repeat;
}

*{
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
}

a, input{
	outline:none;
	overflow:hidden;
}

a:link, a:visited, a:active, a:focus{
	color:#000000;
	text-decoration:underline;
}

a:hover{
	color:#1186ce;
	text-decoration:none;
}

a.no-underline-bold{
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}

a.no-underline-bold:hover{
	color:#1186ce;
}

a.no-hover:hover{
	color:#000000;
}

p{
	margin:0 32px 10px 32px;
}

h1{
	font-size:15px;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
	letter-spacing:0;
	
	color:#1186CE;

	margin:0 32px 10px 32px;
}

h2{
	font-size:13px;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
	letter-spacing:0;

	margin:0 32px 10px 32px;
}

img{
	border:none;
}

#site-container{
	width:764px;
	margin: 0 auto;
	padding:0;
}

#container-top{
	width:764px;
	height:84px;
	padding:0;
	background-image:url(../images/bg-container-top.png);
	background-repeat:no-repeat;
}

#container-mid{
	width:764px;
	padding:0px;
	background-image:url(../images/bg-container-middle.png);
	background-repeat:repeat-y;
	overflow:auto;
}

#container-bottom{
	width:764px;
	height:52px;
	padding:0px;
	background-image:url(../images/bg-container-bottom.png);
	background-repeat:no-repeat;
}

#container-top img.logo{
	margin: 44px 0 0 53px;
}

div#column-left{
	width:491px;
	float:left;
	
	margin-top:15px;
	padding-left:44px;
}

div#column-right{
	width:167px;
	float:right;
	margin-top:15px;
	padding-right:44px;
}

div#column-full{
	margin-top:15px;
	padding:0 44px;	
}

#copyright{
	margin:-7px 0 20px 20px;
	color:#ACACAC;
	font-size:9px;
}

.remove-bold{
	font-weight:normal;
}

/*****Styles for Nav Bar*****/
#nav{
	width:676px;
	height:41px;
	margin: 20px 44px 0 44px;
}

#nav ul{
	list-style-type:none;
	position:relative;
}

#nav a{
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	height:41px;
	overflow:hidden;
}

li#nav-button-home{
	position:absolute;
	top:0;
	left:0;
	height:41px;
	width:144px;
	background:url(../images/nav-button-home.gif) no-repeat 0 0;
}

li#nav-button-home a:hover{
	background:url(../images/nav-button-home.gif) no-repeat 0 -41px;
}

li#nav-button-news{
	position:absolute;
	top:0;
	left:144px;
	height:41px;
	width:133px;
	background:url(../images/nav-button-news.gif) no-repeat 0 0;
}

li#nav-button-news a:hover{
	background:url(../images/nav-button-news.gif) no-repeat 0 -41px;
}

li#nav-button-team{
	position:absolute;
	top:0;
	left:277px;
	height:41px;
	width:132px;
	background:url(../images/nav-button-team.gif) no-repeat 0 0;
}

li#nav-button-team a:hover{
	background:url(../images/nav-button-team.gif) no-repeat 0 -41px;
}

li#nav-button-partners{
	position:absolute;
	top:0;
	left:409px;
	height:41px;
	width:133px;
	background:url(../images/nav-button-partners.gif) no-repeat 0 0;
}

li#nav-button-partners a:hover{
	background:url(../images/nav-button-partners.gif) no-repeat 0 -41px;
}

li#nav-button-contact{
	position:absolute;
	top:0;
	left:542px;
	height:41px;
	width:134px;
	background:url(../images/nav-button-contact.gif) no-repeat 0 0;
}

li#nav-button-contact a:hover{
	background:url(../images/nav-button-contact.gif) no-repeat 0 -41px;
}

/*****Styles for homepage*****/
div#banner-main{
	background:url(../images/banner-main.png) no-repeat 0 0;
	width:498px;
	height:296px;
	margin:-5px 0 15px 0;
	position:relative;
}

div#banner-main h1{
	position:absolute;
	left:40px;
	top:95px;
	width:200px;
	font-weight:normal;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.15em;
	line-height:1.4em;
	font-size:17px;
	margin:0;
	
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;

}

ul.services-list{
	width:410px;
	margin:5px 32px;
	list-style-type:none;
}

ul.services-list li{
	position:relative;
	float:left;
	width:125px;

	padding: 0px 5px 5px 5px;
	margin:10px 0;

	font-weight:bold;
	text-align:center;
}

ul.services-list p{
	margin: 0;
}

#banner-news-container{
	width:167px;
	margin-bottom:15px;
}

#banner-news-top{
	background:url(../images/banner-recent-news-top.png) no-repeat 0 0;
	width:167px;
	height:31px;
}

#banner-news-middle{
	background-image:url(../images/banner-white-middle.png);
	width:167px;
	padding-bottom:15px;
	overflow:auto;
}

#banner-news-bottom{
	background:url(../images/banner-white-bottom.png) no-repeat 0 0;
	width:167px;
	height:15px;
}

p.banner-news-entry{
	font-size:10px;
	margin:10px 10px 5px 10px;
}

#banner-casestudies-container{
	width:167px;
	margin-bottom:15px;
}

#banner-casestudies-top{
	background:url(../images/banner-casestudies-top.png) no-repeat 0 0;
	width:167px;
	height:32px;
}

#banner-casestudies-middle{
	background:url(../images/banner-gray-middle.png) repeat-y 0 0;
	width:167px;
	padding-bottom:15px;
	overflow:auto;
}

#banner-casestudies-middle img{
	float:left;
	margin: 10px 15px 10px 25px;
}

#banner-casestudies-middle p{
	margin:10px 10px 5px 10px;
}


#banner-casestudies-bottom{
	background:url(../images/banner-gray-bottom.png) no-repeat 0 0;
	width:167px;
	height:21px;
}



/*****Styles for Upcoming Events, News, and Case Studies Page*****/
div#section-upcoming-events, div#section-news, div#section-casestudies{
	margin:0 0 20px 0;
}

div.upcoming-events-item, div.news-item, div.casestudies-item{
	margin: 30px 20px 30px 25px;
}

div.upcoming-events-item h2, div.news-item h2, div.casestudies-item h2{
	font-size:11px;
}

/*****Styles for Team page*****/
div#section-team{
	margin-bottom:10px;
}

div.team-member{
	margin:25px 32px 10px 32px;	
	overflow:auto;
	position:relative;
}

img.team-member-pic {
	position:absolute;
	left:0;
	top:0;
	margin-bottom:5px;
	display:block;
}

div.team-member-description{
	width:510px;
	float:right;	
}

div.team-member-description h2{
	font-size:10px;
	font-weight:bold;
	
	margin:0;
}

div.team-member-description p.job-title{
	font-style:italic;
	margin:0 0 10px 0;
}

div.team-member-description p{
	margin:0 0 10px 0;
}

/*****Styles for Partners Page*****/

div#section-partners{
	height:600px;
}

div#section-partners table.logo-soup{
	margin: 0 auto;
	width:85%;
	text-align:center;
}

div#section-partners table.logo-soup td{
	padding: 20px 0;
}

/*****Styles for Contact/Support page*****/
div#section-contact{
	margin:20px 0;
	overflow:auto;
}

div#section-contact img.icon-contact{
	float:left;
	margin:10px 10px 10px 32px;
}

div#section-contact p{
	float:right;
	width:575px;
	margin: 0 0 10px 0;
}

div#section-support, div#section-support-confrim{
	clear:both;
	margin:20px 0;	
	overflow:auto;
}

div#section-support table{
	margin:0 auto;
	width:575px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:1.5em;
	text-align:left;
}

div#section-support table td{
	padding:4px;
}

div#section-support table td.form-label{
	text-align:right;
	width:125px;
}

div#section-support form  input, div#section-support form  select, div#section-support form textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:2px;
}

div#section-support form textarea{
	width:500px;
	padding:4px;
}

.textfield-error-msg{
	color:#CC0000;
	font-style:italic;
}

div#section-support-confrim{
	height:300px;
}