/*Defaults*/
*{
	padding:0;
	margin:0;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
}
html{
}
body{
	font:62.5%/140%  Verdana, Helvetica, Geneva, Arial, sans-serif;/*62.5% equiv. 10px*/
	color:#494E4F;
	height:100%;
	background:#FFFFFF url(../img/bg-body.gif) repeat-x 0 0;
}
html>body{
	font-size:10px;/*for everything else*/
}
input, select, textarea, th, td, h1, h2, h3, h4, h5 {
	font-size:1em;
	font-weight:normal;
}
a{
	color:#B0006E;
	text-decoration:none;
}
a:hover{
	color:#B0006E;
	text-decoration:underline;
}
a,:focus{
	outline:none;/*kills dotted focus outline*/
	_outline:expression(this.hideFocus=true);
}
a img{
	border:none;
}
ul{
	list-style-type:none;
}
a.ext{
	padding-left:16px;
	background:url(../img/a_ext.gif) no-repeat 0 2px;
}
.fbd a{
	padding:0;
	background:none;
}
/*Layout*/
/*Menu*/
#navigation{
	width: 174px;
	float: left;
	margin: 0 0 12px 5px;
}
#navigation ul{
	background:url(../img/bg-nav.gif) repeat-y 100% 0;
}
#navigation ul li{
	display:block;
	background:url(../img/bg-nav-li.gif) no-repeat 0 0;
	_zoom:1;
}
#navigation li.first a{
	border-top:none !important;
}
#navigation li a{
	display:block;
	padding:5px 10px;
	background:none;
	color: #000;
}
#navigation li ul li a{
	font-weight:normal;
	padding:5px 10px 5px 20px;
}
#navigation li a:hover{
	text-decoration:none;
	color:#B0006E;
}
/* colours */
#navigation li{
	background:#ECFAFE;
}
#navigation li.on a{
	color:#B0006E !important;
	font-weight:bold;
	border-bottom:1px solid #B0006E;
}
#navigation li.selected ul li{
	display:block;
}
#navigation li.selected a{
	font-weight:bold !important;
	color:#650266;
	background:#D8F6FF;
}
#navigation li.selected ul a{
	font-weight:normal !important;
	color:#B0006E;
	background:#D8F6FF;
}
#navigation li ul li a:hover{
	color:#650266;
}
#navigation li.selected a:hover{
	/*color:#B0006E;*/
	cursor:default;
}
#navigation li.on li a{
	border:none;
	font-weight:normal;
}
#navigation li a:hover{
	color:#B0006E;
}
/* submenus */
#navigation li.off ul{
	overflow: hidden;
	height: 0;
}
#navigation .selected ul,
#navigation .on ul{
	display:block;
	overflow: auto !important;
	height: auto !important;
}
/* jquery help! */
#navigation li ul{
	display:block;
	overflow: auto;
	height: auto !important;
}
/*Breadcrumb*/
ul#breadcrumb{
	height:2em;
	border-bottom:1px solid #D5D5D5;
	margin:-10px 0 -5px 0;
	padding:0 0 1px 0;
	line-height:1.9em;
}
ul#breadcrumb li{
	display:block;
	float:left;
}
ul#breadcrumb li,
ul#breadcrumb a{
	color: #ACACAC;
}
ul#breadcrumb li.home a{
	color:#464646;
}
ul#breadcrumb a:hover{
	text-decoration:none;
	color:#464646;
}
/* Individual pages */
#navigation li.home{
	border:none !important;
}
#navigation li.home a{
	background:#BBEDFB;
	font-weight:bold !important;
	border:none !important;
}
/*Layout*/
#wrapper{
	width:777px;
	margin:0 auto;
}
#header{
	height:157px;
	position:relative;
}
#header h1 a{
	display:block;
	height:150px;
}
h1#logo{
	display:block;
	width:160px;
	height:152px;
	background:#FFFFFF url(../img/logo.gif) no-repeat 0 0;
	text-indent:-999em;
	float:left;
}
#header ul#header-links{
	float:right;
	margin: 40px 0 0 0;
	width:500px;
}
#header ul#header-links li{
	display:block;
	float:right;
	width:208px;
	padding:10px 20px;
}
#header ul#header-links li.enewsletter{
	border-left:1px solid #E6EDF0;
	background:url(../img/bg-enewsletter.gif) no-repeat 100% 50%;
}
#header ul#header-links li.image-library{
	width:188px;
	text-align:right;
	background:url(../img/bg-image-library.gif) no-repeat 0 50%;
}
#header ul#header-links li.image-library p{
	float:right;
}
#header ul#header-links li h2{
	font:150% Arial,Helvetica,sans-serif;
	color:#B0006E;
}
#header ul#header-links li p{
	width:165px;
	line-height:1.6em;
}
#header ul#header-links li a{
	color:#650266;
	font-weight:bold;
}
#header div#aaa{
	width:159px;
	height:21px;
	float:right;
	background:url(../img/bg-aaa.gif) no-repeat 0 0;
	padding:10px 0 0 5px;
	position:absolute;
	margin:1px 0 0 0;
	top:132px;
	right:0;
}
#header div#aaa a.faqs{
	color:#650266;
	cursor:hand;
	font-weight:bold;
	position:absolute;
	left:8px;
	top:8px;
}
#header div#aaa span{
	font:100% Arial,Helvetica,sans-serif !important;
	position:absolute;
	color:#000;
	display:inline-block;
	left:52px;
}
#header div#aaa ul{
	float:right;
	margin:-3px 6px 0 0;
}
#header div#aaa ul li{
	float:left;
}
#header div#aaa ul li a{
	display:block;
	border:1px solid red;
	width:16px;
	height:16px;
	border:1px solid #B0006E;
	background:#B0006E;
	color:#fff;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
}
#header div#aaa ul li a:hover{
	background:#545454 !important;
	text-decoration:none;
}
a.selected{
	background:#545454 !important;
}
li.small a{
	font-size:10px;
}
li.medium a{
	font-size:12px;
	line-height:17px !important;
	*line-height:16px !important;
	border-width:1px 0 !important;
}
li.large a{
	line-height:15px !important;
	font-size:14px;
}
#header div#aaa ul li a span{
	display:block;
	text-indent:-999em;
}
#graphic{
	background:url(../img/graphic-foreground.gif) no-repeat 0 0;
	text-align:center;
	height:148px;
}
#graphic .background{
	display:block;
	width:776px;
	height:148px;
	background:url(../img/graphic-background.gif) no-repeat 0 0;
}
#graphic .foreground{
	display:block;
	width:776px;
	height:148px;
	margin:-148px 0 0 0;
	background:url(../img/graphic-foreground.gif) no-repeat 0 0;
}
#content{
	margin:13px 5px 0 0px;
}
#page-content{
	margin-left:192px;
}
#page-content h2{
	margin:5px 0 10px 0;
	font:150% Arial,Helvetica,sans-serif;
	border-bottom:1px solid #D780B7;
	padding: 0 0 10px 0;
	color:#B0006E;
}
#page-content h3{
	font:150% Arial,Helvetica,sans-serif;
	color:#650266;/*purple*/
	color:#B0006E;/*red*/
	color:#00ADEF;/*blue*/
	margin: 1em 0 0 0;
}
#page-content h4{
	font-size:120%;
	font-weight:bold;
	color:#B0006E;/*red*/
}
#page-content h3 a{
	font:75% Arial,Helvetica,sans-serif;
	color:#B0006E;
	color:#650266;
	font-weight:bold;
}
#page-content p{
	line-height:1.5em;
	margin:1em 0;
}
#page-content p img{
	float:right;
	margin:0 0 1em 1em;
}
#page-content ul {
	list-style:disc;
	margin:0;
}
#page-content ul li {
	margin: 0 0 0 2em;
}
#page-content #breadcrumb li{
	margin: 0 0 0 0;
}
#content .content{
	margin:1em 0 0 0;
}
#content .content h3{
	font-size:130%;
	color:#B0006E;
	color:#00ADEF;
}
#content .date{
	font-weight:bold;
}
#projects{
	width:586px;
	height:143px;
	float:right;
	background:url(../img/bg-projects.gif) no-repeat 0 0;
	position:relative;
	margin:0 0 10px 0;
}
#projects ul{
	margin:13px 0 0 0;
}
#projects li{
	display:block;
	width:275px;
	float:left;
	margin: 0 0 0 16px;
}
#projects p{
	position:absolute;
	top:46px;
	*top:49px;
	width:185px;
}
#projects h2{
	color:#00ADEF;
	font:150% Arial,Helvetica,sans-serif !important;
	margin: 0 0 15px 0;
}
#projects h3{
	font-weight:bold;
	margin:0 0 0 98px;
}
#projects li.project h2{
	
}
#projects li.project p{
	padding: 1.3em 0 0 98px;
	line-height:1.3em;
	background:url(../img/bg-pro.gif) no-repeat 2px 7px;
}
#projects li.project p a{
	font-weight:bold;
	color:#00ADEF;
	line-height:2em;
}
#projects li.forum p{
	font-size:120%;
	padding: 13px 98px 5px 7px;
	line-height:1.3em;
	background: url(../img/bg-forum.gif) no-repeat 1px 7px;
}
#projects li.project p span{
	display:block;
	float:left;
	background:#fff;
	width:75px;
	height:75px;
	margin:-7px 0 0 -97px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#projects li.forum p a{
	font-size:90%;
	font-weight:bold;
	color:#00ADEF;
	line-height:2em;
}
#news-form input,
#news-form select{
	line-height:12px;
	margin: 0 2px 0 0;
}
#news-form select{
}

#news,
#news-form{
	width:589px;
	height:auto;
	float:right;
	margin:0px 0px 10px -10px;
}
#news-form{
	margin:0px 0px 0px -10px;
}
#news h2,
#news-form h2{
	margin:5px 0 10px 10px;
	font:150% Arial,Helvetica,sans-serif;
	border-bottom:1px solid #D780B7;
	padding: 0 0 10px 0;
	color:#B0006E;
}
#news h2 span{
	font:100% Arial,Helvetica,sans-serif;
	margin-left:202px;
}
#news-form form{
	display:block;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
#news-form p{
	margin:0 0 10px 0;
}
#news ul li,
#news-form ul li{
	display:block;
	width:278px;
	float:left;
	margin-left:10px;
}
#content #news li,
#content #news-form li{
	width:100%;
	margin: 0 10px 10px 10px;
}
/*front page*/
#news ul li h3,
#news-form ul li h3{
	margin:0;
	color:#444;
	font:100% Verdana,Helvetica,sans-serif;
	font-weight:bold;
}
#news ul li p,
#news-archive ul li p{
	margin:0;
	line-height:1.6em;
}
#news ul li a,
#news-archive ul li a{
	color:#B0006E;
}
#news ul li a,
#news-archive ul li a{
	color:#B0006E;
}
.news_item,
.projects_item,
.events_item,
.publications_item{
	margin:-10px 0 0 0;
	*margin:16px 0 0 0;
}
/*content page*/
#page-content #news ul li h3,
#page-content #news-form ul li h3{
	margin:0 0 5px 0;
	color:#00ADEF;
	font:100% Verdana,Helvetica,sans-serif;
	font-weight:bold;
}
#page-content #news ul li p,
#page-content #news-archive ul li p{
	display:block;
	padding:0 0 25px 0 !important;
}
span.imgbg{
	width:56px;
	height:52px;
	display:block;
	float:left;
	margin:0 5px 0 0;
	background:url(../img/imgbg.gif) no-repeat 0 0;
	padding:6px 10px 10px 6px;
}
span.image{
	width:56px;
	height:56px;
	display:block;
}
/* News and Events 
   For the most part, these are identical. Used for News, Events, Publications and Projets. */
#news-items ul,
#events ul{
	border:1px solid red !important;
	margin:13px 0 0 0;
}
#news-items ul li,
#events ul li{
	display:block;
}
#news-items ul li a,
#events ul li a{
	display:block;
}
#news p{
	margin: 0 0 0 10px;
}
/*Forms */
#page-content form{
	margin: 0 10px;
}
/*Image Library Forms*/
.form-keywords input{
	margin:0 10px 0 -5px !important;
}
.form-keywords p{
	margin:5px 0 5px 5px !important;
	font-weight:bold;
}
.form-themes{
	margin: 10px 0 10px 0;
	border-top: 1px solid #E0E0E0;
	float:none;
	background:#E8E8E8;
}
.form-themes p{
	margin:5px 0 5px 5px !important;
	font-weight:bold;
}
.form-themes div.left,
.form-themes div.right{
	width:270px;
	float:left;
	height:20px;
	margin:1px 5px;
}
.form-themes input{
	margin: 0 5px 0px -10px;
}
.form-themes div{
	padding:0;
}
div.submit{
}
div.submit input{
	float:none;
	margin:1px 5px 10px -6px !important;
	*margin:3px 5px 10px -2px !important;
}
.back-to-search{
	display:block;
	float:right;
	font-weight:bold;
	color:#B0006E;
	margin: -35px 0 0 0;
}
h3.imglib{
	font-size:120% !important;
	color:#00ADEF !important;
	margin:0.5em 0 !important;
}
ul#image-library li{
	display:block;
	float:left;
	width:89px;
}
ul#image-library li h3{
	font-size:110%;
	color:#464646;
	text-align:center;
}
ul#image-library li h3 a{
	font-size:100% !important;
}
ul#image-library li h3 a.img{
	display:block;
	width:75px;
	height:54px;
	padding:7px;
	margin:0 0 5px 0;
	background:url(../img/imgbg.gif) no-repeat 10px 0;
}
ul#image-library li h3 a.img span{
	display:block;
	width:55px;
	height:55px;
	margin: 0 0 10px 10px;
	float:left;
	cursor:hand;
}
ul#image-library li h3 a.img:hover{
	background:url(../img/imgbg.gif) no-repeat 10px -68px;
}
/*single image*/
div#library-image span.border{
	display:block;
	width:305px;
	float:left;
	background: url(../img/imgbg-big.gif) no-repeat 0 0;
	margin:0 0 10px 0;
}
div#library-image span.border img{
	margin:8px 8px 0 8px;
}
div#library-image span.foot{
	display:block;
	height:9px;
	background:url(../img/imgbg-big-foot.gif) no-repeat 0 0;
}
div#library-image p{
	display:block;
	float:right;
	width:276px;
	height:15px;
	padding: 0 0 0 20px;
	margin:5px 0px 0 0;
}
#page-content h3{
}
a.back{
	display:block;
	font-weight:bold !important;
	color:#650266;
	float:right;
}
a.float{
	clear:right;
}
div#library-image p.lo{
	background:url(../img/bg-dlicon.gif) no-repeat -2px 0;
}
div#library-image p.hi{
	background:url(../img/bg-dlicon.gif) no-repeat 0 -15px;
	margin:5px 0 1.5em 0;
}
div#library-image p a:hover{
	background-position: 0 -15px;
}
div#library-image h3{
	margin: 0 0 0.5em 0;
	padding:0;
}
div#library-image span.copy{
	display:block;
	margin: 0 0 0 7px;
	color:#777;
}
/*forum*/
#themes{
	text-align:right;
	width:555px;
	margin:1em 0 1em -1em;
	padding:0 0 1em 0;
}
#themes a{
	float:left;
	display:block;
	width:106px;
	height:15px;
	background:url(../img/new-suggestion.gif) no-repeat 0 0;
	text-align:left;
	text-indent:-999em !important;
	margin:3px 0 0 0;
}
a.new-comment{
	display:block;
	width:106px;
	height:15px;
	background:url(../img/new-comment.gif) no-repeat 0 0;
	text-indent:-999em;
}
a.new-suggestion{
	display:block;
	width:106px;
	height:15px;
	background:url(../img/new-suggestion.gif) no-repeat 0 0;
	text-indent:-999em;
}
a.new-suggestion:hover{
	background:url(../img/new-suggestion.gif) no-repeat 0 -15px;
}
a.new-comment:hover{
	background:url(../img/new-comment.gif) no-repeat 0 -15px;
}
table.forum{
	border-collapse:collapse;
	margin-bottom:1em;
	width:99%;
}
table.forum th{
	text-align:left;
	color:#B0006E;
	padding:0 5px;
	height:27px;
	background:url(../img/bg-forum-th.gif) repeat-x 0 0;
	border-bottom:2px solid #fff;
}
table.forum th.icon{
	width:20px !important;
}
table.forum td{
	height:20px;
	margin:0;
	padding:0 5px;
	border-right:1px solid #fff;
	color:#000;
}
table.forum th.title{
	width:auto;
}
table.forum td.right{
	text-align:right;
}
table.forum td.center,
table.forum th.center{
	text-align:center;
}
table.forum td a{
	color:#000;
	display:block;
	line-height:20px;
}
table.forum td a:hover{
	color:#00ADEF;
	text-decoration:none;
}
table.forum tr.off td{
	background:#F0F0F0 url() no-repeat 50% 0;
}
table.forum td.winningidea{
	background-image:url(../img/bg-forum-icon.gif) !important;
	background-position: 6px -19px !important;
	background-repeat:no-repeat !important;
	width:20px !important;
}
table.forum tr.off td.winningidea{
	background-position: -54px -19px !important;
}
table.forum td.werelookingatit{
	background-image:url(../img/bg-forum-icon.gif) !important;
	background-position: 6px 1px !important;
	background-repeat:no-repeat !important;
	width:20px !important;
}
table.forum tr.off td.werelookingatit{
	background-position: -54px 1px !important;
}
table.forum td.underconsideration{
	background-image:url(../img/bg-forum-icon.gif) !important;
	background-position: 6px -39px !important;
	background-repeat:no-repeat !important;
	width:20px !important;
}
table.forum tr.off td.underconsideration{
	background-position: -54px -39px !important;
}
p.underconsideration{
	height:48px;
	background:url(../img/big-underconsideration.gif) no-repeat 100% 0;
}
p.werelookingatit{
	height:48px;
	background:url(../img/big-werelookingatit.gif) no-repeat 100% 0;
}
p.winningidea{
	height:48px;
	background:url(../img/big-winningidea.gif) no-repeat 100% 0;
}
span.label{
	display:inline-block;
	width:10em;
}
/*webforms*/
#qa_form{
	margin:0 !important;
	padding:10px 0 0 0 !important;
}
#qa_form label{
	display:block;
	float:left;
	width:12em;
}
#qa_form input{
	width:18em;
	margin:1px 0;
}
#qa_form textarea{
	width:20em;
	height:6.5em;
	margin-top:1px;
}
#qa_form #submit{
	width:auto;
	margin-left:12em;
	*margin-left:auto;
}
div.comment{
	border:2px solid #D0D0D0;
	margin:1em 0;
	padding:0.5em 0.5em 0 0.5em;
}
div.comment .name{
	display:block;
	margin:0.5em 0;
	padding:0.5em 0 0 0;
	border-top:1px solid #E0E0E0;
	font-style:italic;
	color:#777;
}
/*webform errors*/
div.msg_err{
	font-weight:bold;
	padding:10px 0 0 0 !important;
}
div.msg_err ul{
	list-style-type:disc;
	margin:1em 0;
}
div.msg_err li{
	color:#a00;
	margin-left:2em;
}
/*image groups*/
div.images,
div.main{
	width:184px;
	float:right;
	margin: 0 0 0 0;
	background:#fff;
	border-left:10px solid #fff;
}
div.main{
	clear:right;
}
div.images ul li{
	display:block;
	float:left;
	margin: 0 8px 0 0;
}
div.images ul li.last{
	margin: 0 0 0 0px;
}
div.images img,
div.main img{
	padding:1px;
	border:1px solid #aaaaaa;
}
div.logout{
	float:right;
	margin:-3.5em 0 0 0;
}
div.logout a{
	color:#650266;
}
ul.paging li{
	display:block;
	float:left;
	margin:0 0 1em 0 !important;
	line-height:1.5em;
}
ul.paging li a{
	display:block;
	width:1.5em;
	background:#F0F0F0;
	text-align:center;
	border-right:1px solid #FFFFFF;
}
ul.paging li a.current{
	font-weight:bold;
	color:#650266;
}
/* Footer */
#footer{
	clear:both;
	width:756px;
	height:4em;
	color:#A9A9A9;
	padding: 5px 5px 0 5px;
	border-top: 1px solid #E0E0E0;
	margin:0 0 0 5px;

}
#footer ul{
}
#footer ul li{
	float:left;
}
#footer ul li a{
	color:#A9A9A9;
}
#footer ul li a:hover{
	color:#B0006E;
}
#footer li.div{
	padding:0 0.8em 0 0;
	margin:0 0.8em 0 0;
	border-right:1px solid #E0E0E0;
}
#footer ul li.fbd{
	float:right;
}
#footer ul li.fbd a{
	color:#A9A9A9;
}
#footer ul li.fbd a:hover{
	color:#f09;
	text-decoration:none;
}
#sitemap li h2{
	font-size:100% !important;
	font-weight:bold;
	padding:0;
}
#sitemap li h2 a{
	color:#650266;
	color:#444;
	display:block;
}
#sitemap ul li h2{
	border-color:#E0E0E0;
}
#sitemap ul li h2 a{
	font-weight:normal;
}
#sitemap a:hover{
	text-decoration:none;
	color:#B0006E;
}
.images ul li{
	margin:0 8px 0 0 !important;
}
.images ul li.last{
	margin:0 0px 0 0 !important;
}
/*Downloads Table*/
table.downloads{
	border-collapse:collapse;
	margin:0 auto;
	width:570px;
}
table.downloads th{
	text-align: left;
	font-weight: bold;
	color: #333333;
	padding: 4px 4px;
	margin: 0 0 2px 0;
	background-color: #D0D0D0;
}
table.downloads td{
	padding: 4px 7px;
}
table.downloads td a{
	color: #000 !important;
}

table.downloads td a:hover{
	color: #B0006E !important;
}

table.downloads tr.off td{
	background-color: #ECECEC;
}
table.downloads .icon{
	width: 15px ;
}
/*Begin IE6 hacks*/
/*home page*/
#projects li.forum{
	_float:right;
	_margin:0 3px 0 0;
}
#projects li.project h3{
	_margin-left:74px;
}
#projects li.project a{
	_margin-left:-13px;
}
#projects li.project p{
	_zoom:1;
	_position:absolute;
	_left:18px;
	_background-position: 0px 7px;
}
#projects li.project p span{
	_margin-left:-49px;
	_margin-right:10px;
}
#aaa ul{
	_margin-right:4px !important;
}
#aaa li a{
	_line-height:16px !important;
}
/*Lists&Articles*/
#news{
	_width:588px;
	_overflow:hidden;
}
#news li{
	_height:68px;
	_overflow:hidden;
}
/*Imglib Search*/
#form-themes div div{
	_width:260px;
	_padding: 0 0 0 6px;
}
/*Imglib list*/
#image-library li a.img{
	_zoom:1;
	_height:75px;
	_overflow:hidden;
}
#image-library li a span{
	_display:block;
	_margin:0 0 0 5px !important;
}
/*
table.forum{
	margin-top:-2.5em;
	*margin-top:-1em;
	_margin-top:-9em;
}
*/
#news ul.latest-news li{
	_height:auto !important;
}

/*Newsletters*/
table#newsletters,
table#flyers{
	width:100%;
}
table#newsletters th,
table#flyers th{
	padding:3px 5px;
	font-weight:bold;
	text-align:left;
	background:#E0E0E0;
}
table#newsletters td,
table#flyers td{
	padding:3px 5px;
}
table#newsletters tr.on td,
table#flyers tr.on td{
	background-color:#ECFAFE !important;
}
table#newsletters td.icon{
	background:url(../img/ico-nl.gif) no-repeat 3px 2px !important;
}
table#flyers td.icon{
	background:url(../img/ico-fl.gif) no-repeat 3px 2px !important;
}
table#newsletters td.icon,
table#flyers td.icon{
	width:10px !important;
}
table#newsletters td.date,
table#flyers td.date{
	width:12em !important;
}
/*Prev,Next Links*/
.older{
	text-align:center;
	width:50px;
	display:block;
	height:14px;
}
.range{
	text-align:center;
	width:424px;
	display:block;
	height:14px;
}
.newer{
	text-align:center;
	width:50px;
	display:block;
	height:14px;
}
span.range{
	border:2px solid #D5D5D5;
	border-width:0 2px;
}
div.nav{
	margin:0 2px;
	background:#D5D5D5;
	width:576px;
	height:22px;
}
div.nav span,
div.nav a{
	display:block;
	float:left;
	padding:4px 8px;
	background:#D5D5D5;
}
/*Notifications*/
p.msg,p.error{
	padding:3px;
	background:#D8F6FF;
	font-weight:bold;
}
/*Flash*/
#project-flash{
	width:238px;
	height:178px;
	border:1px solid #06BAFF;
	text-align:center;
	float:right;
	margin:1em 0 1em 1em;
}
#project-flash p{
	margin:5px;
	text-align:center;
}
#project-flash p a,
#project-flash p a.ext{
	display:block;
	margin:1em auto;
	width:60px;
	height:30px;
	padding:0;
	text-indent:-999em;
	background:url(../img/logo-flash9.gif) no-repeat 0 0;
	border:2px solid #A0B8CD;
	border-width:5px 10px;
}
/*css fix*/
#img-description{
	margin:0;
	padding:0;
	line-height:1.3em;
}
#img-description p{
	display:block !important;
	float:none !important;
	width:auto !important;
	height:auto !important;
	padding:0 !important;
	margin:1em 0 !important;
	/*
	display:block;
	float:right;
	width:276px;
	height:15px;
	padding: 0 0 0 20px;
	margin:5px 0px 0 0;
	*/
}
