/* General Styles Site-wide */

/* CSS hack examples
Hide a rule from IE: */
html>body p { } 

/*Hide a rule from all browsers but IE: */
* html p { }

html,body,#bgflash{
	height:100%;
}
body {
	background: #ccc url(../media/images/bg_top.jpg) no-repeat center top;
	padding:0;
	margin:0;
}
body,input,select,textarea{
	font-family:'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif;
	color:#666;
	font-size:70%; /* nested elements inherit this size*/
}
a {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
hr{
	height:1px;
	background-color:#ddd;
	color:#ddd; /*IE6 hack*/
	border:none;
	margin:1.5em 0;
	clear:both;
}
h1, h2, h3, h4, h5 {
	font-weight:bold;
	font-family:'VAG Round','Arial Rounded MT Bold','Arial Rounded','Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande',Sans-serif;
	clear:both;
}
h1 {
	/*font-size:190%;*/
	font-size:72px;
	color:#fff;
	margin:0;
	padding-left:15px;
	float:left;
}
h2 {
	font-size: 240%;
	color:#333;
	margin:0;
}
h3 {
	margin-top:0;
	margin-bottom:.2em;
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
fieldset, p, #content-body table, textarea{
	margin-bottom:1em;
	margin-top:0;
}
ol{
	margin-top:.5em; /*ie 6 adds too much auto padding*/
	margin-bottom:1em; /*ie 6 adds too much auto padding*/
}
small{
	font-size:90%;
}
code{
	font-family:Consolas, "Lucida Console", "Courier New","Courier", typewriter;
	font-size:110%;
}

#h1-wrapper{
	background-color:#99ccff;
	height:96px; 
	overflow:hidden;
}
#logo-wrapper{
	 float:right;
	 direction:rtl;
	 text-align:right;
}

#background{
	/*
	left:50%;
	margin-left:-536px;
	*/
	position:absolute;
	width:100%;
	margin:0 auto;
	z-index: 3;
}
#content-wrapper{
    /*position:absolute;
    left:50%;
    margin-left:-440px;
    position:absolute;
    z-index:2;
    */
    width:880px;
    margin: 0 auto;	
}
#bg-blur-wrapper{
	width:100%;
	position: absolute;
	z-index: 2;
}
#bg_blur{
	display: block;
	margin: 50px auto 0 auto;
	width: 1076px;
}
#bg_filmstrip{
	background: url(../media/images/bg_bottom.jpg) no-repeat center bottom;
	overflow: hidden;
	min-height: 780px;
	height: 827px;
}
#content-body{
	padding:20px;
}
/* Frames */
#frameshadow_leftmiddle{
	background:url(../media/images/frameshadow_leftmiddle.png) repeat-y;
}
#frameshadow_rightmiddle{
	background:url(../media/images/frameshadow_rightmiddle.png) repeat-y;
}
#frameshadow_bottommiddle{
	background:url(../media/images/frameshadow_bottommiddle.png) repeat-x;
}
.frame_leftmiddle{
	background:url(../media/images/frame_leftmiddle.gif) repeat-y;
}
.frame_rightmiddle{
	background:url(../media/images/frame_rightmiddle.gif) repeat-y;
}
.frame_topmiddle{
	background:url(../media/images/frame_topmiddle.gif) repeat-x;
}
.frame_bottommiddle{
	background:url(../media/images/frame_bottommiddle.gif) repeat-x;
}
/* Layout */
#content{
	background:#ccc;
	padding:5px;
}
#footer {
	font-size:95%;
	padding:5px;
	white-space:pre;
}
#footer a{
	color: #666;
}
#footer .legal{
	font-size:80%;
	text-align:right;
}
/* Tables */
table {}
td{
	vertical-align:top;
}
th {}
th a {}
th a:hover {}
.linetable td{
	border-bottom:1px solid #333;
	padding:3px 0;
}
/* Forms */
form {
	padding:0;
	margin:0;
}
input,textarea,select{
	font-size:100%;
	margin-bottom:1em;
	/*
	width:100%;
	padding:2px;
	background:#99ccff;
	border:1px solid #ccc;*/
}
fieldset {
	border: 1px solid #333;
	padding: 16px 20px;
}
fieldset legend {
	font-size: 120%;
	font-weight: bold;
	padding:0.5em;
	margin:0;
	color:#ccc;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
label {
	display: block;
}
.inlineinput{
	width:auto;
}
.submit{
	clear:both;
	display:block;
}
.success{
	color:#CC3333;
}
.required{
	color:#CC3333;
}
/* content styling */
pic, .picleft, .picright, .picleftholder img, .picleftholder img{
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
}
.picleftholder, .picrightholder{
	border:10px solid #333;
}
.picleft, .picleftholder{
	clear:left;
	float:left;
	margin:0.4em 15px 0 0;
}
.picright, .picrightholder{
	clear:right;
	float:right;
	margin:0.4em 0 0 15px;
}
caption{
	font-size:85%;
	color:#999;
	margin-bottom: 15px;
	margin-top: 4px;
	padding-top: 4px;
}
