
/******************
HTML Tags
******************/

body {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #3A3A3A;
	font-size:.8em;
	line-height:160%;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	}

#content p, #content-side p, #footer-container p, table {
	margin:10px 0px 10px 0px;
	}

#content-side img {
	border:none;
	}

/******************
FORM STYLES
******************/

#content-container form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label {
	display:block;
	padding-top:8px;
	}

.mainnav-right form {
	margin:0px;
	padding:0px;
	text-align:right;
	}

.mainnav-right form fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}

.mainnav-right form legend {
	display:none;
	}

.mainnav-right label {
	display:none
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */


/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#content-side a:link {
	color:#FFF6AE;
	text-decoration:underline;
	}

#content-side a:visited {
	color:#ECE4B0;
	}

#content-side a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

#content-side a:active {
	color:#F0FF4A;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.4em;
	padding:5px 0 6px 0;
	}

h2 {
	font-size:1.1em;
	}

h3 {
	font-size:1.4em;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}
	
#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/******************
LAYOUT DIVS
******************/
#context
{
padding:10px;
height:500px;
overflow: auto;
direction:rtl;
color: #000000;
scrollbar-face-color:#D95165; 
scrollbar-highlight-color:#646464; 
scrollbar-3dlight-color:#9999CC; 
scrollbar-darkshadow-color:#000000; 
scrollbar-shadow-color:#646464;
scrollbar-arrow-color:#FFCC00; 
scrollbar-track-color:#eeeeee;
}
#header-container {
	background: #A94B5B url(images/bg-main.jpg) repeat-x;
	height:68px;
	font-size:2em;
	margin:0px;
	font-weight:bold;
	}

#header-container a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
#header-left {
	float:left;
	width:280px;
	color:#FFFFFF;
	height:30px;
	padding:28px 10px 0px 10px;
	background: url(images/bg-curve-top-left.gif) no-repeat;
	}

#header-right {
	margin:0px 175px 0px 280px;
	color:#FFFFFF;
	padding:5px 10px 0px 0px;
	height:65px;
	border-right:5px solid #FFFFFF;
	}
	
#posterphoto {
	margin:4px 0px 0px 0px;
	padding:0px;
	}

#posterphoto img {
	border:1px solid #A7A7A7;
	margin:0px;
	display:block;
	}

.mainnav-container {
	margin:4px 0px;
	height:30px;
	clear:both;
	}

.mainnav-left {
	float:left;
	width:568px;
	padding:4px 0px 4px 10px;
	border:1px solid #A7A7A7;
	}

.mainnav-right {
	float:right;
	padding:4px 7px 4px 0px;
	border:1px solid #A7A7A7;
	width:166px;
	height:20px;
	}

#breadcrumbs {
	margin:3px 0px 0px 0px;
	color:#FFFFFF;
	}

#content-container {
	background: url(images/bg-main.jpg) repeat-y right;
	}

#content-side {
	float:right;
	width:155px;
	color:#FFFFFF;
	padding:10px;
	margin:0px 0px 4px 0px;
	background: #A94B5B url(images/bg-main.jpg);
	}

#content {
	padding:0px 10px 10px 10px;
	margin:0px 180px 0px 0px;
	border:1px solid #A7A7A7;
	background: url(images/bg-breadcrumb.jpg) repeat-x;
	}

#three-column-container {
	width:100%;
	margin:10px 0px;
	padding:10px 0px
	}

#three-column-left {
	float:left;
	width:47%;
	}

#three-column-right {
	float:right;
	width:50%;
	}



#footer-container {
	background: #A94B5B url(images/bg-main.jpg);
	height:68px;
	color:#FFFFFF;
	margin:4px 0px 0px 0px;
	clear:both;
	}

#footer-left {
	width:566px;
	height:56px;
	padding:1px 0px 0px 10px;
	margin:0px;
	}

#footer-right {
	float:right;
	color:#FFFFFF;
	padding:0px;
	width:175px;
	height:68px;
	border-left:4px solid #FFFFFF;
	margin:0px;
	background: url(images/bg-curve-bottom-right.gif) no-repeat right bottom;
	}

/******************
Menu Items
******************/
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ccc;
	border-bottom: 1px solid #999;
	}

#nav li { 
	float: left;
	margin: 0;
	padding: 0;
	}

#nav a {
	float: left;
	display: block;
	padding: 1px 26px 1px 1px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #666 ;
	background: #ccc url(images/slant.gif) no-repeat top right;
	}

#nav #nav-1 a {
	padding-left: 20px;
	}

#nav a:hover {
	color: #000;
	}

#nav li.current a {
	color: #000;
	}
/******************
LISTS - IN THE CONTENT DIV
******************/


/******************
LISTS - IN THE RIGHT COLUMN
******************/

#content-side ul.list, #content-side ul.link-list-vertical {
	margin:0px 0px 15px 5px;
	padding:0px;
	}

#content-side ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(images/bullet-right.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

#content-side ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right-visited.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right-hover.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(images/bullet-link-right-active.gif) no-repeat;
	background-position: 0 .6em;
	}

/******************
TABLE STYLES
******************/
.alert 
{
	background: #FFFF99 url(images/error.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: right;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #CC3333;
	border-bottom: 2px solid #CC3333;
	
}

/******************
CLASSES
******************/


img.photosmall {
	border:1px solid #CCCCCC;
	background: #E0E0E0 url(images/bg-table-row-alternate.jpg);
	padding:10px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}
	img.photolink {
	margin-left:40px;
	margin-right:40px;
	margin-bottom:1px;
	width: 140px;
	height: 50px;
	float: right;
	cursor: hand;
	}
	

.separator-side-column {
	border-top:1px solid #A84758;
	margin-bottom:8px;
	padding:0px;
	}

.section-title-not-heading {
	font-size:1.1em;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	}

.button-big {
	margin-top:8px;
	}

.small-text {
	font-size:.8em;
	}

.none {
	display:none;
	}

.clear {
	clear:both;
	}
