/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Content Styles
	$4 - Sidebar Styles
	$5 - Footer Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }



/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	padding:0;
	background:#F2F0EA url(/images/site-bg.gif) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	color:#555;
	}

#header {
	width:810px;
	height:187px;
	margin:0 auto;
	padding:0;
	background:url(/images/header-bg.jpg) right top no-repeat;
	}

#container {
	width:822px; 
	margin:0 auto;
	background:white url(/images/container-bg.gif) repeat-y;
	}

#content-container {
	padding:15px 20px;
	background:url(/images/ticker-bg.gif) right top no-repeat;
	}

	
#sidebar-left {
	float:left;
	width:190px;
	font-size:11px;
	line-height:100%;
	}
	
#main-content {
	float:right;
	width:565px;
    padding-top: 5px;
	}

	
#footer {
	position:relative;
	padding:0 5px;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-banner {
	height:139px;
	padding-top:25px;
	}
.header-text {
    display:none;
    }
.header-nav {
	height:23px;
	background:url(/images/header-nav-bg.gif) repeat-x;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#nav a {
	/*display: block;*/
	line-height:25px;
	padding:5px 15px 2px 15px;
	text-align:center;
	color:#F2F0EA;
	}

#nav a:hover {
	background:#F3F0EB;
	color:#432D20;
	text-decoration:none;
	}

#nav ul a {
	text-align:left;
	color:#432D20;
	}

#nav ul a:hover {
	text-align:left;
	background:#8C2E2E;
	}

#nav li {
	float: left;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background:#F3F0EB;
	border:1px solid #CFC8B6;
}

#nav li ul li {
	width: 10em;
	margin:0;
}

#nav li:hover a , #nav li.sfhover a {
	background:#F3F0EB;
	color:#432D20;
}

#nav li:hover ul li a:hover , #nav li.sfhover ul li a:hover {
	background:#8C2E2E;
	color:white;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -2em 0 0 10em;
}	

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}


#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	font-weight:bold;
	color:#8E3030;
	}

a:hover {
	text-decoration:underline; 
	}


h1,h2,h3,h4,h5,h6 {
	color:#8D2F2F;
	}
	
h1 {
	font-size:18px;
	margin-bottom:15px;
	}

h2 {
	font-size:14px;
	margin-bottom:10px;
	}

	
h3 {
	font-size:12px;
	}

p {
	margin:0 0 15px 0;
	line-height:1.5;
	}

#main-content ul {
	margin-bottom:25px;
	padding-left:20px;
	}

#main-content ul li {
	margin:0 0 5px 0;
	padding:0 0 0 10px;
	background:url(/images/content-li-bg.gif) 0px 5px no-repeat;
	}

img {
	border:none;
	}

.index-block {
	background:#F3F0EB;
	border:1px solid #CFC8B8;
	padding:15px 15px 5px 15px;
	margin-bottom:15px;
	}

.index-block h1 {
	font-size:16px;
	color:#432D20;
	margin:0 0 5px 0;
	}

#main-content .index-block a {
	color:#432D20;
	}
	

.index-block img {
	float:right;
	padding:5px;
	background:white;
	border:1px solid #D7D1C3;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.feesTable {
    border: 1px solid #8D2F2F;
    border-collapse: collapse;
    width: 90%;
    background-color: #F2F0EA;
    margin: auto;
    padding: 0;
}
.feesTable caption {
    font-size:14px;
    font-weight: bold;
    margin-bottom:5px;
    color: #8D2F2F;
}
.feesTable th {
    background-color: #8D2F2F;
    color: #fff;
    margin: 0;
    padding: 5px;
    font-size: 130%;
}
.feesTable tbody {
    margin: 0;
    padding: 0;
}
.feesTable tr {
    margin: 0;
    padding: 0;
}
.feesTable td {
    border: 1px solid #8D2F2F;
    margin: 0;
    padding: 5px;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
	
/* $4 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-left h2 {
	display:block;
	font-size:14px;
	padding:10px 0 6px 0;
	margin-bottom:12px;
	border-bottom:1px solid #C39192;
	}
	
		
#sidebar-left img {
	margin-bottom:8px;
	}

#sidebar-left form {
	margin-bottom:20px;
	}
	
#sidebar-left input {
	float:right;
	width:115px;
	height:13px;
	background:#F3F0EB;
	border:1px solid #CFC8B6;
	margin-bottom:5px;
	}
	
#sidebar-left input.sidebar-button {
	float:none;
	background:#882D2C;
	border:none;
	color:white;
	font-weight:bold;
	padding:4px 0;
	width:88px;
	height:26px;
	cursor:pointer;
	}

#sidebar-left label {
	float:left;
	font-weight:bold;
	margin-bottom:5px;
	}

p.p-flat {
	margin:0 0 8px 0;
	line-height:1;
	}

.radio-div {
	margin-bottom:3px;
	}

#sidebar-left .radio-div input {
	float:left;
	width:10px;
	margin-right:5px;
	background:none;
	border:none;
	}

#sidebar-left .radio-div label {
	float:left;
	font-weight:100;
	}
#main-content form {
    margin: 0;
    padding: 0;
	clear: both;
}
#main-content form fieldset {
    padding: 10px 0;
    margin: 0;
	border: 0;
}
#main-content form fieldset.hidden {
    border: 0;
}
#main-content form fieldset legend {
    font-weight: bold;
}
#main-content form label {
    margin: 0 0 0 5px;
}
#main-content form label.qflabel {
    display: block;
    float: left;
    width: 120px;
    padding: 0;
    margin: 5px 0 0 0;
    text-align: right;
}
#main-content form input, #main-content form select {
    width: auto;
	border: 1px solid #5f577c;
}
#main-content form textarea {
    overflow: auto;
    width: 250px;
	border: 1px solid #5f577c;
	font: 12px Arial, Helvetica, sans-serif;
}
#main-content form br {
    clear: left;
}
#main-content form div.qfelement {
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
}
#main-content form span.error, #main-content form span.required {
    color: red;
}
#main-content form div.error {
	width: 350px;
    border: 1px solid #ff3300;
    padding: 5px;
}
#contactdetails {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ecdda6;
	background:#faf6eb url(/images/index-help-bg.gif) right top no-repeat;
}
#columnOne {
	width: 220px;
}
#columnTwo {
	width: 240px;
	float: right;
}
.imageToRight {
	float: right;
	margin: 0 0 0 10px;
	padding: 2px;
	border: 1px solid #5f577c;
}
	

/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

.footer-wrapper {
	background:url(/images/footer-bg.gif) repeat-x;
	padding:10px;
	}
	
#footer p {
	font-weight:bold;
	color:white;
	margin:0;
	}

#footer a {
	color:white;
	}

.alt-logo {
	display:block;
	position:absolute;
	top:5px;
	right:18px;
	width:125px;
	height:20px;
	background:url(/images/alt-studios-logo.gif) 0 50% no-repeat;
	padding:6px 0 0 25px;
	}
