/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$6 - Miscellaneous 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 0 40px 0;
	background:#eee url(/images/site-bg.gif) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	}
	
#container {
	width:816px; 
	margin:0 auto;
	background:white url(/images/container-bg.gif) repeat-y;
	}


#header {
	height:70px;
	width:783px;
	margin:0 auto;
	padding:25px 0 0 17px;
	background:url(/images/header-hearts.gif) 95% 50% no-repeat;
	}

#header-banner {
	height:132px;
	padding:15px 8px;
	background:url(/images/header-banner-bg.gif) no-repeat;
	}

#content-container {
	padding:20px 23px;
	}

	
#sidebar-left {
	float:left;
	width:175px;
	}
	
#main-content {
	float:right;
	width:555px;
	}

	
#footer {
	padding:0 8px 8px 8px;
	background:url(/images/footer-bg.gif) left bottom no-repeat;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#header h1 {
	font-size:30px;
	color:#639DC0;
	margin-bottom:5px;
	}

#header h2 {
	font-size:22px;
	font-style:italic;
	color:#959595;
	margin-bottom:0;
	}
	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-left ul {
	margin-bottom:30px;
	}
	
#sidebar-left ul ul {
	margin-bottom:0;
	border-bottom:1px solid #CFCFCF;
	}

#sidebar-left li {
	border-bottom:1px solid #CFCFCF;
	}

#sidebar-left li a {
	display:block;
	padding:6px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#639DC0;
	height:1%; /* needed for IE */
	}
	
#sidebar-left li a:hover {
	background:#C9A5AF url(/images/li-hover-bg.gif) 95% 50% no-repeat;
	color:#fff;
	text-decoration:none;
	}
	
#sidebar-left li#parent a {
	background:#C9A5AF url(/images/li-hover-bg.gif) 95% 50% no-repeat;
	color:#fff;
	text-decoration:none;
	}

#sidebar-left li#parent li a {
	color:#666666;
	background:#EFE4E8;
	border-bottom:1px solid #EFE4E8;
	height:1%; /* needed for IE */
	}

#sidebar-left li#parent li a:hover {
	background:#fff url(/images/li-li-hover-bg.gif) 95% 50% no-repeat;
	text-decoration:none;
	}
	

#sidebar-left img {
	margin-bottom:8px;
	border: 1px solid #639DC0;
	}

.level_1 {
    background: #fff url(/images/content-li-bg.gif) 2% 50% no-repeat;
    }
.level_1 a {
    margin-left: 10px;
    border:0;
    }
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {
	font-weight:bold;
	color:#639DC0;
	}

a:hover {
	text-decoration:underline; 
	}


h1,h2,h3,h4,h5,h6 {
	color:#639DC0;
	}
	
h1 {
	font-size:20px;
	margin-bottom:20px;
	}

h3 {
	font-size:12px;
	}

p {
	margin:0 0 15px 0;
	line-height:1.5;
	}
#main-content img {
	border: 2px solid #639bb9;
	padding: 2px;
	}
#main-content ul {
	margin-bottom:25px;
	}

#main-content ul li {
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	background:url(/images/content-li-bg.gif) 0px 5px no-repeat;
	}
#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 #639DC0;
	background:#faf6eb url(images/index-help-bg.gif) right top no-repeat;
}
#columnOne {
	width: 220px;
}
#columnTwo {
	width: 240px;
	float: right;
}
img {
	border:none;
	}

.index-block {
	background:url(/images/index-box-center-bg.gif) repeat-y;
	margin-bottom:15px;
	}

.index-block p {
	padding: 10px;
	}

.index-block h1 {
	font-size:16px;
	color:#639DC0;
	margin:0 0 5px 0;
	background:url(/images/index-box-top-bg.gif) no-repeat;
	padding:10px 0 0 10px;
	}

.index-block-content {
	background:url(/images/index-box-bottom-bg.gif) 0% 100% no-repeat;
	padding:0 10px 10px 10px;
	}
	
.index-block-left {
	float:left;
	width:340px;
	}

.index-block-right {
	float:right;
	width:175px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.topNav {
    display: none;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	

/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

.footer-wrapper {
	background:#639EC0;
	padding:10px;
	position:relative;
	clear:both;
	}
	
#footer p {
	font-weight:bold;
	color:white;
	margin:0;
	}

#footer a {
	color:white;
	}

.alt-logo {
	display:block;
	position:absolute;
	bottom:5px;
	right:18px;
	width:125px;
	height:20px;
	background:url(/images/alt-studios-logo.gif) no-repeat;
	padding:6px 0 0 35px;
	}
	
/* $6 - Miscellaneous Styles ///////////////////////////////////////////////////////////////////////////////////*/

.pdfIcon {
	background:url(/images/icon_file_pdf_small.gif) no-repeat;
	padding-left: 25px;
}
.pptIcon {
	background:url(/images/icon_file_ppt_small.gif) no-repeat;
	padding-left: 25px;
}
.xlsIcon {
	background:url(/images/icon_file_excel_small.gif) no-repeat;
	padding-left: 25px;
}
.wordIcon {
	background:url(/images/icon_file_word_small.gif) no-repeat;
	padding-left: 25px;
}
