

/* RESET All Stlyes*/
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, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td
{
	border: 0;
	font-weight: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
:focus {outline: 0;}
body {line-height: 1; color: #000; background: #fff;}
table { border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q { quotes: "" "";}


/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/

/*reset*/
h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;} 
em{font-style:italic;}
blockquote,ul,ol,dl{margin:1em;}
ol,ul,dl{margin-left:2em;}
ol li{list-style:decimal outside;}
ul li{list-style:disc outside;}
dl dd{margin-left:1em;}
th,td{padding:.5em;}
th{font-weight:bold;text-align:center;}
caption{margin-bottom:.5em;text-align:center;}
p,fieldset,table,pre{margin-bottom:1em;}
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}



/* Fonts */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}





/******************************************/
/*            COMMON ELEMENTS             */
/******************************************/
h1,h2,h3,h4,h5,h6{
margin:0px;
 margin-bottom:0.5em;
 font-weight:bold;
 line-height:1.2em;
}

h1{ font-size:153.9%;} 
h2{ font-size:138.5%; color:#003366;}
h3{ font-size:123.1%;color:#0074fc;} 
h4{ font-size:108%; color:#0074fc; border-bottom:1px solid #0074fc;}
h5{ font-size:108%; border-bottom:1px solid #000;}
h6{ font-size:108%; color:#999;}


p,ul,ol{ 
	margin-bottom: 1em; 
	line-height:1.2em;
}

ul,ol{
	list-style:disc;
	padding-left:20px;
	line-height:1.5em;
} 
ol{ list-style:decimal; padding-left:25px;}
dl{ margin-bottom:1em;}
dt{ font-weight:bold;margin-bottom:0.5em;}
dd{
padding-left:1em;
}


strong{font-weight:bold; }
em{font-style:italic;}

img{vertical-align:middle}
kbd{
	font-weight:bold;
	font-style:italic;
	color:#333;
	padding:0px 2px;
	background:#f8f8f8;
	border:1px solid #ddd; 
	border-color:#ddd #333 #333 #ddd;
}

a,
a:visited{text-decoration:underline;color:#31649B;}
a:hover,
a:focus{color:#000}

blockquote{
	background:transparent url(../images/quote.gif) no-repeat scroll left top;
	margin-bottom:0.5em;
	padding:0.5em 48px;
	display:block;
}
ins {border-bottom: 1px solid green;text-decoration: none;color: green;}
del {color: red;text-decoration: line-through;}
cite {border-bottom: 1px dashed blue;}
acronym {border-bottom: 1px dotted #CCC;cursor: help;}
abbr, html\:abbr {border-bottom: 1px dashed #CCC;cursor: help;}
pre{
	background-color:#DEE7EC;
	border:1px solid #8CACBB;
	color:Black;
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:100%;
	overflow:auto;
	padding:1em;
}
q{
font-style: italic;
quotes: 'È' 'Ç'   
}
/* Other Styles*/
p.description{
	font-weight:bold;
	color:#003366;
}
p.lastUpdated{
	color:#aaa;
	font-size:0.834em;
	margin-top:-1em;
	display: none;
}

a.internal_link{background:url(../images/icons/internallink.gif) no-repeat right; padding-right:16px; margin-right:5px;}
a.external_link{background:url(../images/icons/externallink.gif) no-repeat right; padding-right:16px; margin-right:5px;}

.hidden{display:none !important;}


p.back,
p.up{
	background:url(../images/icons/arrow_left.gif) no-repeat left; 
	padding:5px 0 5px 16px;
	border-top:1px solid #dfdfdf;
}
p.up{
background-image:url(../images/icons/arrow_up.gif)
}
/* ---- pull quote */
.pullquote {
	display: block;
	float:right;
	padding:0px 10px;
	border-left:5px solid #003366;
	width:40%;
	margin:5px 0 5px 10px;
	font-weight:bold;
}

.callout{
	color:#003366;
	font-weight:bold;
	padding:5px;
	border:1px solid #CCC;
	margin:10px 20px;
	background: #FFF;
	font-size: 108%;
}
.discreet {
	color:#76797C;
	font-size:85%;
	font-weight:normal;
}

.alignLeft{text-align:left;}
.alignCenter{text-align:center;}
.alignRight{text-align:right;}

img.alignCenter{margin:0 auto; display:block}
img.alignLeft{float:left; margin-right:10px;}
img.alignRight{float:right; margin-left:10px;}


/*Info Messages */
.success,
.msginfo,
.msgerror{
	background-position:10px 50%;
	background-repeat:no-repeat;
	padding: 5px 20px 5px 35px;
	border-width:2px 0px;
	border-style:solid;
	position:relative;
	height:1%;
	color:#000;
}
.msgerror{
	background-color:#fff6bf ;
	background-image:url(../images/icons/exclamation.gif);
	border-color:#ffd324;
}
.msginfo {
	background-color:#F8FAFC ;
	background-image:url(../images/icons/information.gif);
	border-color:#B5D4FE;
}
.success{
	background-color: #ebf4e6;
	background-image:url(../images/icons/accept.gif);
	border-color:#72B95B;
}
.msgerror h2{color:#E25F53; margin:0}
.msgerror ul{margin:0}

.success a,
.msginfo a,
.msgerror a{ color:#000;}


/* PAGINATION */
.page{
	border:1px solid #8CACBB;
	clear:both;
	margin:1em 0 0.5em 0;
	padding:0.7em;
}
.page a,
.page a:visited, 
.page .this{
	border:1px solid #8CACBB;
	margin:2px;
	text-decoration:none;
	background-color:#EEF3F5;
	padding:1px 0.5em;
}
.page a:focus,
.page a:hover, 
.page a.firstlast,
.page a.firstlast:visited{
	background-color:#DEE7EC;
}
.page .this{
	background-color:transparent;
	border-color:#eee;
}
.page a.firstlast:focus,
.page a.firstlast:hover{
	background-color:#8CACBB;color:#fff;
}


/* Folder View */
/* Summary VIEW*/
div.folder_summary .element
{
	margin-bottom:0.5em;
	clear:right;
	padding: 0.5em 0 ;
}
div.folder_summary p.image
{
	float:right;
	margin:-2em 0 0em 0;
	border:1px solid #dfdfdf;
	padding:2px;
}
div.folder_summary p.more
{
	background:url(../images/icons/arrow_right.gif) no-repeat left; 
	padding:5px 0 5px 16px;
	margin-bottom:0;
	clear:right;
}
.element h2 img{ vertical-align: bottom;}

/* THUMBNAIL VIEW*/
div.folder_thumbnail .thumb
{
	float:left;
	margin:0 1em 1em 0;
	min-height:128px;
	text-align:center;
}
div.folder_thumbnail .thumb a{
border:1px solid #dfdfdf;
display:block;
padding:3px;
min-width:120px;
}
div.folder_thumbnail .thumb a:hover,
div.folder_thumbnail .thumb a:hover:focus{ border-color:#333; background:#dfdfdf;}
div.folder_thumbnail .thumb p{
	background:#f7f7f7;
	border:1px solid #dfdfdf ;
	border-top:0;
	margin:0;
	padding:5px;
}

/* Article */
p.article-image{
float:right;
}
.article .back{clear:both}

.item_article .date{
	color:#aaa;
	font-size:0.834em;
	margin-top:-0.6em;
}

/* Navigation */
#site_navigation li.current{
border:1px solid red;
}

// LiveSearch
#livesearch_box{
width:250px;
padding:4px 5px 3px 0;
margin:0 0 0 auto;
text-align: right;
float:right;
}
* html #livesearch_box{padding:3px 5px 2px 0;}
#livesearch_box input{
vertical-align: middle;
width:150px;
border:1px solid #CCC;
font-size:0.95em;
}

#livesearch_box noscript div{display:inline;}
#livesearch_box label {
    margin:0 5px 0 5px;
    display:inline;
}
#livesearch_results{
	position:relative;
	background:#fff;
	border:1px solid #1361AA;
	padding-bottom:5px;
}
#results p.msgerror{margin:0.5em 0.5em 1em;} /*FOR No RESULT STYLE*/
#livesearch_results a{text-decoration:none;}

#search_title{
	background:#1361AA  bottom left repeat-x; 
	border-bottom:1px solid #005582;
	color:#fff;
	padding:5px;
	margin:0;
	font-weight:bold;
}
#results dl{padding:0.5em 10px; margin:0;}
#results a:hover dl{background:#efefef}
#results a  + a {display:block; border-top:1px solid #005582}

#close_tab{
	position:absolute;
	width:100%;
	height:9px;
	bottom:0;
	display:block;
	border-bottom:5px solid #1361AA;
	text-decoration:none;
	background:transparent url(../images/livesearch_close.gif) no-repeat center top;
}
* html #close_tab{line-height:1px;}
/* html #livesearch_results{ padding:0px;}*/
#close_tab:hover{
	border-color:#CCC;
	background-position:center -10px;
}

div.more{padding:5px 5px 10px; background:#f8f8f8; border-top:1px solid #eaeaea}

/*spacer */

.spacer {clear:both;}

body{
	font-family: Arial, Verdana;
	color: #333;
	background:#fff;
	margin:0px

}

body#maincontent{
margin:5px;
}

#global{



}

/* site layout */

/* header */
#header {
border-top:10px solid #000;
}

#logo {
	background: transparent url(../images/strapline.gif) top center no-repeat;
	height:72px;
}
#logo h1 a{
	text-indent: -10000000px;
	font-size: 0px;
	display: block;
	height:72px;
	width:300px;
}

#banner {
background:#000 url(../images/banner.jpg) top center no-repeat;
height:252px;
}

/*site body*/

#wrapper {
	width:960px;
	margin:0 auto;


}

#content{
	float:left;
	width:790px;
}
#center{

	float:left;
	padding:0 10px;
	width:940px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#middle{
	float:left;
	margin:0 15px;
	width:585px;
}

* html #middle{
margin:0px 10px 0px 15px;
 }

#maincontent {
	padding:10px;
	margin-bottom:10px;
}
#maincontentwrapper {

}

#maincontent h1 {
margin:0px 0px 10px;
border-bottom:1px solid #8297b0;
}

#bottomlinks ul {
	list-style: none;
	margin:0px;
	padding:0px;

}

#bottomlinks li {
	list-style: none;
	float:left;
}

#bottomlinks li img {
border:none;
}


/* left hand side */

#left{
	width: 160px;
	float:left;
}
.bluray {
	text-indent: -10000000px;
	font-size: 0px;
	display: block;
	width:119px;
	height:62px;
	background:transparent url(../images/blueray.gif) top left no-repeat;
	margin:15px;

}

ul.site_navigation {
	background:#003366 url(../images/navigation-bottom.gif) bottom right no-repeat;
	list-style: none;
	margin:0px;
	padding:0px;
	padding-bottom:10px;

}
ul.site_navigation li {
	border-bottom:1px solid #336699;
	margin:0px 5px;
	padding:5px;
	list-style: none;
}
ul.site_navigation a, ul.site_navigation a:visited {
	text-decoration: none;
	color:#FFF;
}

ul.site_navigation a:hover {color:#699de1;}


ul.site_navigation li ul {margin:0px; padding:0px;}
ul.site_navigation li ul li {
	border:none;
	font-weight: normal;
}

/*-------right--------*/

#right {float:left; width:165px;}
* html #right {width:145px;}

ul#quicklinks {margin:0 0 0 -8px; padding:0px; list-style:none;}
* html ul#quicklinks {margin:0px;}

ul#quicklinks li {margin:0px; padding:0px; list-style: none;}

ul#quicklinks li a {
	text-indent: -10000000px;
	font-size: 0px;
	display: block;
	height:75px;
	width:178px;

}

ul#quicklinks li#ql-showreel {background: url(../images/btn-showreel.jpg) top left no-repeat;}
ul#quicklinks li#ql-news {background: url(../images/btn-news.jpg) top left no-repeat;}
ul#quicklinks li#ql-contact {background: url(../images/btn-contact.jpg) top left no-repeat;}

/*news*/

#latestnews {
border-left:1px solid #CCC;
border-right:1px solid #CCC;
width:158px;
margin-top:10px;
margin-bottom:10px;


}



#latestnews h2 {
	background:#FFF url(../images/news-header.jpg) top left no-repeat;
	color:#FFFFFF;
	margin:-1px;
	padding:10px;
}


#latestnews .article {
	padding:5px 10px;
	border-bottom:1px solid #CCC;
	font-size:85%;
	font-weight: bold;
	}

#latestnews h3 {margin-bottom:0px;}
#latestnews p {margin:0px;}

#latestnews .date {margin-bottom:3px;}

#latestnews .viewall {
padding:5px 10px 10px;
background: url(../images/news-bottom.jpg) bottom left no-repeat;
margin:1px -1px -1px -1px;
font-weight: bold;
width:140px;
cursor: pointer;
}

* html #latestnews .viewall  {
	width:143px;
	background: none;
	border-bottom:1px solid #CCC;
	margin:0px;
	}

/* -------- FOOTER ----------- */

#footerwrapper {
	clear:both;
	background: #000;
	color:#FFF;
	font-size: 85%;

}
#footer{
	margin:0px auto;
	width:960px;
	padding:10px 0 5px;
	min-height:20px;
	background: transparent url(../images/footer-icon.gif) center right no-repeat;

}

#footer ul {margin:0px; padding:0px; width:400px; float:left;}

#copyright {
float:left;
width:560px;
text-align: right;
margin:0px;

padding-right:35px;
width:520px;
min-height: 26px;
}

#calmasylum {
margin:0px auto;
width:960px;
font-size: 85%;
padding:5px 0px;
color:#999;
}

#calmasylum a {color:#999;}

/* navigations */
#navigation {
margin-bottom:10px;
min-height:30px;
}

* html #navigation {
height:30px;
}
#top-nav,
#bottom-nav {
	list-style: none;

}

ul#top-nav {
margin:0px;
padding:0px;
font-size:93%;

}

#top-nav a,
#bottom-nav a{
	color:#FFF;
	text-decoration: none;

}

#top-nav li a {
	background: transparent url(../images/nav-tab.gif) bottom right no-repeat;
padding:6px 10px 2px 0;
	display: block;
 }

#top-nav a:hover {
 color:#003366;

}
#top-nav li,
#bottom-nav li{display: inline; padding :0 3px;}

#top-nav li {
	background:transparent url(../images/nav-tab.gif) bottom left no-repeat;
	margin-right:5px;
	padding:0 0 0 10px;
	display: inline;
	float:left;
 }



#contentbg {
}


