body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background: #fff url(../images/background.jpg) top center no-repeat;
	text-align: center;
	color: #545454;
	margin: 0;
	}
	
a {
	color: #e59400;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
img {
	border: 0;
	}
	
p {
	margin: 0 0 1.2em 0;
	}
	
ul {
	margin: 0 0 1.2em 0;
	}
	
	
h1 {
	font-family: Georgia, "Times New Roman", serif;
	margin: 0 0 .7em;
	font-weight: normal;
	font-size: 1.8em;
	color: #e59400;
	}

h2 {
	margin: 0 0 .7em;
	font-weight: bold;
	font-size: 1.3em;
	}
	
.left {
	float: left;
	margin: 4px 20px 20px 0;
	}
	
.right {
	float: right;
	margin: 4px 0 20px 20px;
	}
	
.right-nav {
	border-left: 1px solid #000;
	float: right;
	width: 180px;
	padding: 0 0 0 20px;
	margin: 4px 0 0 10px;
	font-size: 14px;
}
	.right-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.right-nav li {margin: 0 0 10px 0;}
	.right-nav a {color: #545454;}
	.right-nav a:hover {color: #E59400;}
	.right-nav .section {
		font-weight: bold;
		color: #6979ad;
	}
	
	
/*------- top nav -------*/

#wrappertop, #wrapperbottom {
	width: 979px;
	font-size: 1.2em;
	line-height: 1.3;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#wrappertop {
	background: #fff url(../images/background.jpg) -373px 0 no-repeat;
	position: relative;
	}

.logo {
	float: left;
	margin: 6px 0 6px 40px;
	}
	
.if_logo {
	float: right;
	margin: 30px 40px 30px 0;
	}
	
#navwrapper {
	margin: 0;
	padding: 0;
	border-top: 1px solid #333;
	clear: both;
	height: 45px;
	}
	
#navwrapper2 {
	margin-left: auto;
	margin-right: auto;
	width: 859px;
	padding: 0 60px;
	}

#nav {
	border-right: 1px solid #545454;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 5px 10px 5px 1px;
	float: left;
	}
	
#nav li {
	font-size: 1.5em;
	display: inline;
	padding: 0 8px 0;
	}

#nav li a {
	color: #545454;
	line-height: 2.3em;
	}
	
#nav li a:hover, #nav li.on a, li.on a {
	color: #e59400;
	text-decoration: none;
	}

#nav li.first {
	margin-left: -10px;
	}
	
#utilitynav {
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 5px 1px;
	float: left;
	}

#utilitynav li {
	font-size: 1.5em;
	display: inline;
	margin: 0;
	}

#utilitynav li a {
	color: #545454;
	padding: 0 8px 0;
	line-height: 2.3em;
	margin: 0;
	}
	
#utilitynav li a:hover, #utilitynav li.on {
	color: #e59400;
	text-decoration: none;
	}
	
#utilitynav li.on {
	padding: 0 10px 0;
	}
	
	
/*------- body -------*/

#flashwrapper {
	width: 100%;
	height: 367px;
	text-align: center;
	background: #ffa500 url(../images/background_home.jpg) top center no-repeat;
	}
	
#flashContainer {
	width: 979px;
	height: 367px;
	margin-left: auto;
	margin-right: auto;
	}
	
#wrapperbottom {
	}
	
#bodycontent {
	padding: 30px 60px 50px 60px;
	clear: both;
	}
	
#bodycontent .narrow {
	padding: 0 0 0 20px;
	width: 600px;
}
	
#sidebar {
	float: right;
	width: 170px;
	margin-top: 4px;
	font-family: Arial, Verdana, sans-serif;
	}


/*------- home -------*/

#intro {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #6979AD;
	width: 265px;
	margin-right: 30px;
	float: left;
}

.black {
	color: #000;
}

#news, #events {
	float: left;
	margin: 0;
	padding: 0 15px 4px;
	width: 235px;
	border-left: 1px solid #ccc;
}

#news {
	margin-right: 30px;
}

#news h1, #events h1 {
	margin: 0 0 .4em 0;
}

#news .newsItem, #events .eventItem {
	margin-bottom:1.4em;
	overflow:hidden;
	clear: left;
}

#news .newsItem img, #events .eventItem img {
	float:left;
	margin:2px 14px 0 0;
	border: 1px solid #d0d0d0;
}

#news .newsItem p, #events .eventItem p {
	margin: 0 0 0.1em 91px;
}

	
/*------- features -------*/

.intro {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #6979AD;
}

table.dataTable	{
	text-align: left;
	border-collapse: collapse;
	border: 0;
	width:100%;
	margin-bottom: 1.4em;
	}
	
table.dataTable td, table.dataTable th {
	border: 0;
	border-top: 1px solid #ccc;
	font-weight: normal;
	padding: 5px;
	}
	
table.dataTable .odd,
table.dataTable tr.odd td {
	background-color: #efefef;
	}
	
table.dataTable tfoot {
	display: none;
	}

table.dataTable td.selected	{ 
	background: url(../images/tick.png) no-repeat center center;
	}
	
table.dataTable td.selected span {
	display: none;
	}

table.dataTable th.component { 
	font-weight:bold; 
	background-color:#6979AD;
	color:#fff;
	}
table.dataTable th.feature { 
	padding-left:24px;
	}
	
.featurelist table.dataTable th.feature { 
	width: 585px;
	}
	
table.dataTable th#features, table.dataTable th#core, table.dataTable th#extended {
	font-weight: bold;
	}

table.dataTable th#core, table.dataTable th#extended {
	text-align: center;
	}
	
table.dataTable dl { 
	margin: 0;
	}		
	
table.dataTable dt { 
	background:url("../images/arw_collapsed.png") no-repeat 0 0; 
	padding-left:20px; 
	}	

table.dataTable dt.expanded { 
	background:url("../images/arw_expanded.png") no-repeat 0 0; 
	}

table.dataTable dd.description { 
	display:none; 
	margin-left:20px;
	}

.dataTable #core,
.dataTable #extended				{width: 100px;}
.dataTable #features				{width: 629px;}
.dataTable .dataTable td			{width: 100px;}
.dataTable .dataTable td.feature	{width: auto;}

/*------- contact -------*/

#form {
	border-bottom: 1px solid #ccc;
	}


#form input, #form textarea {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 1em;
	color: #363636;
	font-family: Arial, Verdana, sans-serif;
	}
	
#form td {
	padding-bottom: 1em;
	}
	
#form ul.contactindent {
	list-style-type: none;
	}
	
#form .contactindent {
	padding-left: 0;
	margin: 0;
	}

#form {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.2em;
	}
	
#form input.button {
	color: #fff;
	font-weight: bold;
	background: #ffa500;
	border: 0;
	}
	
#form .noborderC {
	 border: 0;
	 padding: 0;
	}


/*------- about -------*/

.screens {
	margin-bottom: 2em;
}

.screens a {
	float: left;
	margin: 0 11px 11px 0;
	border: 1px solid #ccc;
}

.links {
	clear: left;
	padding-top: 2em;
}


/*------- client list -------*/

.clientlist, .clientlist ul {
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
}

.clientlist li {
	padding-left: 10px;
	margin-bottom: 1em;
}

.clientlist ul li {
	padding-left: 40px;
	margin-bottom: 0;
}

.clientlist li.pubfactory {
	background: url("../images/reddot.gif") 0 5px no-repeat;
}

.clientlist ul li.pubfactory {
	background: url("../images/reddot.gif") 30px 5px no-repeat;
}

.legend {
	margin-bottom: 1px;
}


/*------- news -------*/

div.content {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.6em;
	padding-bottom: .8em;
	clear: left;
	min-height: 80px;
}

div.content img {
	float: left;
	margin: 2px 15px 10px 0;
	border: 1px solid #d0d0d0;
}


/*------- footer -------*/	
		
#footer {
	clear: both;
	padding: 30px 0 0;
	position: relative;
}

#footer .follow {
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	width: 132px;
}

#footer .follow h4 {
	font-weight: normal;
	font-size: 1em;
	float: left;
	padding: 10px 5px;
}

.follow ul {
	margin: 0;
}

.follow ul li {
	list-style-type: none;
	margin: 1px 0;
	padding: 0;
}

.follow ul li a {
	display: block;
	padding: 7px 35px;
	color: #6979ad;
}

.follow ul li .blog {background: url(../images/icon_blog.gif) top left no-repeat;}

.follow ul li .facebook {background: url(../images/icon_facebook.gif) top left no-repeat;}

.follow ul li .twitter {background: url(../images/icon_twitter.gif) top left no-repeat;}

.follow ul li .linkedin {
	background: url(../images/icon_linkedin.gif) top left no-repeat;
}

#footer .follow ul {
	float: right;
	padding: 0;
}

#footer .follow ul.icons li {
	float: left;
	width: 30px;
	overflow: hidden;
}

#footer .follow ul.newsletter {
	padding-top: 5px;
	padding-right: 2px;
}

#footer .follow ul.newsletter li {
	padding: 0;
	background: none;
}

#footer .follow ul li#newsletterSignup {
	margin: 0;
	padding: 0 0 5px 0;
}

#footer .follow ul li#newsletterSignup form fieldset label,
#footer .follow ul li#newsletterSignup form fieldset #inputSignup,
#footer .follow ul li#newsletterSignup form fieldset #buttonSignup {
	position: static;
	float: left;
	text-align: left;
	margin: 0;
}

#footer .follow ul li#newsletterSignup form fieldset #inputSignup {margin-right: 6px;}

#footer .follow ul li#newsletterSignup form fieldset label {
	margin: 5px 6px 3px 35px;
	width: auto;
}

.upper {text-transform: uppercase;}
.clear {clear: both;}

h2.study {
	border-bottom: 1px solid #666;
	margin: 25px 0 10px 0;
	padding: 10px 0 0 0;
}
