/*---------------GLOBAL STYLES-------------------*/

	html
	{
		overflow: auto;
	}
	
	body
	{
		width: 964px;
		margin: 0px auto 0px auto;
		font-family: verdana, arial, helvetica, sans-serif;
		background-color: #461B5C;
		background-image: url(../img/template/bodybg.jpg);
		background-position: left top;
		background-repeat: repeat-x;
	}
	
	a img
	{
		border: none;
	}
	
	a
	{
		color: #461B5C;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #461B5C;
		text-decoration: underline;
	}
	
	.clear
	{
		clear: both;
		font-size: 0px;
		line-height: 0em;
		height: 0px;
		margin: 0px 0px 0px 0px;
	}
	
	.error
	{
		color: #D27160;
		font-weight: bold;
	}
	
	.status
	{
		color: #00983D;
		font-weight: bold;
	}
	
	.form
	{
		font-size: 10px;
		color: #333;
		line-height: 1.75em;
		padding: 3px 8px 3px 0px;
	}
	
	.dropdown
	{
		font-size: 10px;
		color: #333;
		line-height: 1.75em;
		padding: 1px 4px 1px 0px;
	}
	
	.inputmulti
	{
		font-family: verdana, arial, helvetica, sans-serif;
		color: #666;
		border: 1px solid #999;
		background: #fff;
		font-size: 13px;
	}
	
	.inputtext
	{
		color: #666;
		border: 1px solid #999;
		font-size: 13px;
		font-family: verdana, arial, helvetica, sans-serif;
	}
	
	.left
	{
		float: left;
	}
	
	.right
	{
		float: right;
	}
	
	.print
	{
		display: none;
	}
	
	.white
	{
		color: #fff;
	}
	
/*---------------HEADER STYLES-------------------*/

	#header
	{
		display: inline;
		float: left;
		clear: left;
		width: 964px;
		height: 58px;
		margin: 0px 0px 0px 0px;
	}
	
/*---------------BREADCRUMBS STYLES-------------------*/

	#breadcrumbs
	{
		display: inline;
		float: left;
		margin: 28px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 18px;
		line-height: 1em;
		color: #c9c;
		font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	}
	
	#breadcrumbs a.home
	{
		display: block;
		float: left;
		width: 12px;
		height: 18px;
		background-image: url(../img/template/home.gif);
		background-position: 0px 0px;
		background-repeat: no-repeat;
		margin: 0px 4px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#breadcrumbs a.home:hover
	{
		background-position: -12px 0px;
	}
	
	#breadcrumbs a
	{
		width: 12px;
		height: 12px;
		color: #c9c;
		text-decoration: none;
	}
	
	#breadcrumbs a:hover
	{
		color: #fff;
		text-decoration: none;
	}
	
/*---------------NAV STYLES-------------------*/

	#nav, #nav ul {
		display: inline;
		float: right;
		margin: 20px 22px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		font-size: 13px;
		color: #fff;
		
	}
	
	#nav a {
		color: #fff;
		display: block;
		text-decoration: none;
		margin: 8px 6px 0px 6px;
		padding: 0px 0px 0px 0px;
	}
	
	#nav a:hover {
		color: #c9c;
		text-decoration: none;
	}
	
	#nav li {
		float: left;
		height: 37px;
		margin: 0px 0px 0px 2px;
		padding: 0px 0px 0px 0px;
		cursor: pointer;
	}	
	
	#nav li:hover, #nav li.sfhover {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #461B5C;
		border-top: #8D739B 1px solid;
		border-left: #8D739B 1px solid;
		border-right: #8D739B 1px solid;
	}

	#nav li:hover a, #nav li.sfhover a {
		color: #c9c;
	}

	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
	}

	#nav li ul {
		position: absolute;
		z-index: 3;
		width: 210px;
		left: -999em;
		background-color: #461B5C;
		border: #8D739B 1px solid;
		margin: 13px 0px 0px -1px;
		padding: 0px 0px 0px 0px;
	}
	
	#nav li ul li {
		float: left;
		font-size: 11px;
		height: 32px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}	
	
	#nav li ul li a {
		color: #fff;
		width: 194px;
		height: 24px;
		margin: 8px 8px 0px 8px;
		padding: 0px 0px 0px 0px;
	}	
	
	#nav li ul li a:hover {
		color: #fff;
	}	
	
	#nav li ul li:hover, #nav li ul li.sfhover {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #461B5C;
		border: none;
		background-image: url(../img/template/libg.gif);
		background-position: 0px 0px;
		background-repeat: no-repeat;
	}

	#nav li ul li:hover a, #nav li ul li.sfhover a {
		color: #fff;
	}

/*---------------MAIN STYLES-------------------*/

	#main
	{
		display: inline;
		float: left;
		width: 944px;
		height: 556px;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
	}
	
	#mainimages
	{
		display: inline;
		float: left;
		width: 542px;
		height: 556px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#mainimage1
	{
		position: absolute;
		z-index: 1;
		width: 542px;
		height: 556px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		opacity: 0.99;
		filter: alpha(opacity=100);
	}
	
	#mainimage2
	{
		position: absolute;
		z-index: 2;
		width: 542px;
		height: 556px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	
	#mainimage1 img, #mainimage2 img
	{
		display: inline;
		float: left;
		margin: 436px 0px 0px 86px;
	}
	
/*---------------CONTENT STYLES-------------------*/

	#content
	{
		display: inline;
		float: left;
		width: 402px;
		height: 518px;
		margin: 0px 0px 0px 0px;
		padding: 28px 0px 0px 0px;
		background-image: url(../img/template/mainbg.jpg);
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	#content h1
	{
		font-family: dinproregular, verdana, arial, helvetica, sans-serif;
		font-size: 26px;
		color: #5F2B7A;
		line-height: 1.25em;
		margin: 0px 15px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content h2
	{
		font-size: 13px;
		color: #5F2B7A;
		font-weight: bold;
		line-height: 1.5em;
		margin: 0px 32px 0px 0px;
		padding: 3px 0px 0px 0px;
	}
	
	#content h3
	{
		font-size: 11px;
		color: #5F2B7A;
		font-weight: bold;
		line-height: 1.5em;
		margin: 0px 32px 0px 0px;
		padding: 4px 0px 4px 0px;
	}
	
	#content div.latest
	{
		display: inline;
		float: left;
		width: 180px;
		height: 120px;
		margin: 12px 12px 0px 0px;
	}
	
	#content h4
	{
		display: inline;
		float: left;
		width: 172px;
		height: 21px;
		font-size: 10px;
		color: #fff;
		background-color: #9768B0;
		line-height: 1.5em;
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 0px 8px;
	}
	
	#content div.latestbg
	{
		display: inline;
		float: left;
		z-index: 2;
		width: 180px;
		height: 100px;
		background-color: #9768B0;
		margin: 0px 0px 0px 0px;
		opacity: 0.15;
		filter: alpha(opacity=15);
	}
	
	#content p.latesttext
	{
		position: relative;
		display: inline;
		float: left;
		z-index: 3;
		width: 164px;
		height: 110px;
		margin: -100px 0px 0px 0px;
		padding: 3px 8px 3px 8px;
	}
	
	#content p
	{
		font-size: 10px;
		color: #333;
		line-height: 1.75em;
		margin: 0px 32px 8px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content p: link
	{
		color: #ffffff;
		text-decoration: none;
	}
	
	#content p span.big
	{
		font-size: 11px;
		color: #333;
		line-height: 1.85em;
		margin: 0px 32px 8px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content p span.med
	{
		font-size: 10px;
		color: #333;
		line-height: 2em;
		margin: 0px 32px 8px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content p span.tag
	{
		display: block;
		float: left;
		clear: left;
		width: 202px;
		height: 28px;
		background-image: url(../img/template/tagbg.gif);
		background-position: 0px 0px;
		background-repeat: no-repeat;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-decoration: none;
		opacity: 0.15;
		filter: alpha(opacity=15);
	}
	
	#content p a.taglink
	{
		position: relative;
		display: block;
		float: left;
		width: 202px;
		height: 24px;
		color: #5F2B7A;
		font-size: 10px;
		font-weight: bold;
		margin: 0px 0px 0px -208px;
		padding: 4px 0px 0px 12px;
		background-image: url(../img/template/tagbg.gif);
		background-position: -1000px 0px;
		background-repeat: no-repeat;
	}
	
	#content p a.taglink:hover
	{
		background-position: -208px 0px;
		text-decoration: none;
	}
	
	#content ul
	{
		list-style: none outside;
		line-height: 1em;
		margin: 0px 32px 8px 4px;
		padding: 0px 0px 0px 0px;
	}
	
	#content ol
	{
		list-style: roman outside;
		line-height: 1em;
		margin: 0px 32px 8px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#content ul li
	{
		font-size: 10px;
		color: #333;
		line-height: 1.75em;
		padding: 0px 0px 0px 14px;
		margin: 0px 0px 4px 0px;
		background-image: url(../img/template/bullet.gif);
		background-position: 0px 5px;
		background-repeat: no-repeat;
	}
	
	#content ol li
	{
		font-size: 10px;
		color: #333;
		line-height: 1.75em;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 4px 0px;
	}
	
	#content .image-left
	{
		float: left;
		clear: left;
		margin: 0px 10px 6px 0px;
	}
	
	#content .image-right
	{
		float: right;
		clear: right;
		margin: 0px 0px 10px 10px;
	}
		
/*---------------NEWS STYLES-------------------*/

	.col p
	{
		font-size: 13px;
		color: #000;
		line-height: 1.65em;
		margin: 0px 14px 12px 14px;
		padding: 0px 0px 0px 0px;
	}
	
	.col p em
	{
		font-size: 17px;
		color: #EC7A23;
		font-style: normal;
	}
	
	.col p a
	{
		font-weight: bold;
	}
	
/*---------------NEWS STYLES-------------------*/

	.col ul
	{
		list-style: none outside;
		font-size: 17px;
		color: #EC7A23;
		line-height: 1.5em;
		margin: 0px 0px 12px 16px;
		padding: 0px 0px 0px 0px;
	}
	
	.col ul li
	{
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 0px;
	}
	
/*---------------FOOTER STYLES-------------------*/

	#footer
	{
		display: inline;
		float: left;
		width: 964px;
		height: auto;
		margin: -12px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#footer p
	{
		display: inline;
		font-size: 11px;
		color: #c9c;
		margin: 0px 0px 0px 22px;
		padding: 0px 0px 0px 0px;
	}
	
	#footer p img
	{
		margin: 0px 0px -2px 4px;
	}
	
	#footer p.right
	{
		font-size: 10px;
		margin: 0px 22px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#footer p a.xhtml
	{
		display: block;
		float: left;
		width: 78px;
		height: 11px;
		background-image: url(../img/template/xhtml.gif);
		background-position: 0px 0px;
		background-repeat: no-repeat;
		margin: 2px 0px 0px 8px;
		padding: 0px 0px 0px 0px;
	}
	
	#footer a.xhtml:hover
	{
		background-position: -78px 0px;
	}
	
	#footer p a.css
	{
		display: block;
		float: left;
		width: 76px;
		height: 11px;
		background-image: url(../img/template/css.gif);
		background-position: 0px 0px;
		background-repeat: no-repeat;
		margin: 2px 0px 0px 8px;
		padding: 0px 0px 0px 0px;
	}
	
	#footer a.css:hover
	{
		background-position: -76px 0px;
	}
	
	#footer p a
	{
		color: #c9c;
		text-decoration: none;
	}
	
	#footer p a:hover
	{
		color: #fff;
		text-decoration: none;
	}
	

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	letter-spacing: -4px;
	visibility: hidden;
}
/*.sIFR-hasFlash h2 {
	letter-spacing: -2px;
	visibility: hidden;
}*/


	#content div#clientlogos
	{
	
	}
	
	#content div#clientlogos img
	{
		display: inline;
		float: left;
		width: 68px;
		height: 68px;
		border: 1px solid #fff;
		margin: 0px 5px 5px 0px;
	}

	#content div#clientlogos div.imgContainer
	{
		display: inline;
		float: left;
		width: 218px;
		height: 68px;
		border: 1px solid #fff;
		margin: 0px 5px 5px 0px;
	}
	
	#content div#clientlogos div.imgContainer img
	{
		display: inline;
		float: left;
		width: 218px;
		height: 68px;
		border: none;
		margin: 0px 0px 0px 0px;
	}








