html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, button, font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
  margin: 0;
  padding: 0;
  border: 0;
  font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

html {
	height:100%;
}
body {
	background: url(assets/design/bg.jpg) repeat-x #4b7aa5;
	text-align:center;
	color:#201f1d;
	height:100%;
}
a {text-decoration: none;}
a:link {color: #BB6D24;}
a:visited {color: #BB6D24;}
a:active {color: #BB6D24;}
a:hover {color: #4c7ba7; }


div#MainWrapperPage {
 	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#FFF;
	height:100%;
}

div#MastHead {
	width:900px;
	height:106px;
}

/****************************************
  Main Menu STYLES
 ****************************************/
#MainMenuWrapper ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:900px; /*set 1px shorter thant the total master container width due to the 1px boarder edge */
	background:url(assets/design/menu_bg.jpg) repeat-x #133349;
}

#MainMenuWrapper ul li{
	float:left;
}

#MainMenuWrapper ul a {
	display:block;
	float:left;
	padding:0.1em 1em;
	line-height:2.2em;
	text-decoration:none;
	color:#FFF;
	border-right: 1px solid #0a2737;
	font-size: 0.8em;
}

#MainMenuWrapper ul .first a {
background:none;
}

#MainMenuWrapper ul a:hover {
	color:#ffffe2;
	background:url(assets/design/menu_bg_over.jpg) repeat-x #295d46;
}



/* sets the [CURRENT PAGE] state of top navigation */
/* these are set in the BODY tag of any page you wish to highlight a top nav items */

#home #MainMenuWrapper .home a,
#about_us #MainMenuWrapper .about_us a,
#research_policy #MainMenuWrapper .research_policy a,
#events #MainMenuWrapper .events a,
#resources #MainMenuWrapper .resources a,
#media #MainMenuWrapper .media a,
#contact_us #MainMenuWrapper .contact_us a {
	color:#ffffe2;
	background:url(assets/design/menu_bg_over.jpg) repeat-x #295d46;
}

#LanguageMenu {
	float:right;
	padding-right:1em;
	line-height:2.2em;
	font-size: 0.9em;
	text-decoration:none;
	color:#ffffe2;
	margin-top:-33px;
}

#LanguageMenu a {
	text-decoration:none;
	color:#c9d4ba;
}
#LanguageMenu a:hover{
	text-decoration:none;
	color:#fff;
}


.PageBody {
	width:900px;
	background-color:#ffffff;
	margin-top:40px;
	overflow:hidden;
}


/****************************************
  HOME PAGE STYLES
 ****************************************/
.PageBody .Main {
	width:470px;
	float:left;
	padding-left:40px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

.PageBody .Main p {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	margin:10px 0 8px 0;
	padding-bottom:3px;
	padding-top: 4px;
}

.PageBody .Main h1 {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:22px;
	line-height:24px;
	color:#201f1d;
	font-weight:bold;
	margin:4px 0 10px  0;
}
.PageBody .Main h2 {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#4c4d4d;
	font-weight:bold;
	margin:4px 0 0 0;
}
.PageBody .Main .SectionTitle {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#4c7ba7;
	margin:4px 0 0 0;
	border-bottom:1px solid #4c7ba7;
}







.PageBody .SideBar {
	width:310px;
	float:left;
	padding-left:50px;
}

.PageBody .SideBar p {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#4c4d4d;
	margin:10px 0 8px 0;
	padding-bottom:3px;
	padding-top: 4px;
}

.PageBody .SideBar .SectionTitle {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#4c7ba7;
	margin:4px 0 0 0;
	border-bottom:1px solid #4c7ba7;
}


.PageBody .SideBar .SideLink a{
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:1.2em;	
	font-weight:bold;
}




.PageBody .DividerH{
	background-image:url(assets/design/grey_line.jpg) ;
	background-repeat:repeat-x;
	height:1px;
	width:310px;
	margin:8px 0 12px 0;
}






/****************************************
  SUB PAGES STYLES
 ****************************************/

.PageBody .SubLeftBar {
	width:150px;
	float:left;
	padding-left:42px;
	margin-top:20px;
}

.PageBody .SubLeftBar .Menu {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-top:6px;
}
.PageBody .SubLeftBar .Menu a{
	color:#BB6D24;
}
.PageBody .SubLeftBar .Menu a:hover{
	color:#4c7ba7;
}

* .PageBody .SubLeftBar .Menu {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4c7ba7;
}







.PageBody .SubMain {
	margin-top:20px;
	width:425px;
	float:left;
	margin-left:38px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:13px;
	line-height:18px;
}
.PageBody .SubMain h1 {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:20px;
	line-height:24px;
	color:#201f1d;
	font-weight:bold;
	margin:4px 0 10px  0;
}

.PageBody .SubMain h2 {
	font-size:12px;
	line-height:18px;
	color:#201f1d;
	font-weight:bold;
	margin:20px 0 0 0;
}

.PageBody .SubMain p {
	margin:8px 0 4px 0;
}
.PageBody .SubMain ul {
	margin-top:10px;
	margin-left:20px;
}
.PageBody .SubMain li {
	list-style-image: url(assets/design/bullet_arrow.jpg);
	font-style:italic;
	color:#727272;
	margin-left:20px;
	margin-bottom:13px;
	line-height:14px;
	list-style-position:outside;
	vertical-align:middle;
}
.PageBody .SubMain .BioShort {
	height:70px;
	margin-top:14px;
}

.PageBody .SubMain .BioShort img.team_member{
	width:64px; 
	height:64px; 
	border:3px solid #000000;
	margin:0 20px 0 0;
	float:left;
}

.PageBody .SubMain .FilmInfo {
	width:425px;
	margin-top:20px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	overflow:hidden;
}

.PageBody .SubMain .FilmInfo .ico{
	width:134px; 
	float:left;
}
.PageBody .SubMain .FilmInfo .ico img.film{
	width:114px; 
	border:3px solid #000000;
	float:left;
	margin-bottom:6px;
}

.PageBody .SubMain .FilmInfo .Info{
	width:290px; 
	float:left;
	margin-top:-10px
}
.PageBody .SubMain .ClearGrey{
	color:#727272;
}


.PageBody .SubMain .address{
	color:#727272;
	font-size:12px;
	margin-left:20px;
}


.PageBody .SubMain .Error{
	color:#FF0000;
}


.PageBody .SubMain fieldset{ 
}

div.RowHeader { 
	width:425px;
	padding:6px 8px; 
	margin:1px;
	overflow:auto;
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
}

div.row { 
	width:425px;
	padding:6px 8px; 
	margin:1px;
	overflow:auto;
	font-size:0.9em;
	border-bottom:1px solid #CCC;
}

div.zebra1 {
	background:#ededed;
}
div.zebra2 { 
	background:#f7f7f7;
 }
.zebra1, .zebra2 { 
	margin-bottom:2px;
}

.zebra1 .head, .zebra2 .head, .row .head{ 
	font-weight:bold;
}
.zebra1 .head a, .zebra2 .head a, .row .head a{ 
	font-weight:bold;
}






label {
	width:180px;
	margin:4px 0 0 0;
	float:left;
	font-weight:bold;
	font-size:12px;
}
span.formField {
	float:left;
}

span.formField textarea, span.formField input[type=text], span.formField select{
	margin:6px 0 0 0;
	border-top:1px solid #7c7c7c;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	width:200px;
	float:left;
	vertical-align:middle;
}

span.formField input[type=text], span.formField select{
	height:18px;
}

span.formField li {
	display:run-in;
}



#SlideShowContent {
	width: 430px;
	height: 311px;
}












.PageBody .SubRightBar {
	margin-top:20px;
	width:155px;
	float:left;
	padding-left:50px;
}

.PageBody .SubRightBar a:hover{
	border:none;
}

.PageBody .SubRightBar .SideLink {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#767676;
	font-style:italic;
	margin:0;
}


.PageBody .SubRightBar .Testemonial {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#767676;
	font-style:italic;
	width:155px;
}
.PageBody .SubRightBar .TestemonialAuthor {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', Lucida Sans, Lucida, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#909090;
	width:155px;
}



.Footer{
	background-color:#ffffff;
	padding:24px 40px 0 40px;
	font-family:Tahoma;
	font-size:11px;
	color:#9c9c9c;
	overflow:auto;
}
.Footer .LeftSide{
	width:260px;
	text-align:left;
	float:left;
	margin-bottom:6px;
}
.Footer .RightSide{
	width:560px;
	text-align:right;
	float:left;
}
.Footer .RightSide a{
	font-family:Tahoma;
	font-size:11px;
	color:#9c9c9c;
}
.Footer .RightSide a:hover{
	border-bottom:1px dotted #9c9c9c;
}




















.btn {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing:0.02em;
	border:1px solid #AF4600;
	padding:3px 6px;
	margin:5px 0;
	font-size:11px;
	background:#FF781F;
	cursor:pointer;
}
.btn:hover {
	background:#8AB51E;
	border:1px solid #4F6F00;
}

form, select, input {
	display:inline;
}

