/*
*****************************************************************
** File: style.css                     						*****
** Desc: Overall style of the website						*****
*****************************************************************
*/

html,body{
	margin:0;
	padding:0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
	background-color: #FFFFFF;
}

/** Start of website layout */
#container{
	width:960px;
	margin:0px auto;
	}

#header{
	padding:0px;
	color:#FFFFFF;
	height:148px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#header-holder{
	width:960px;
	height: 148px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#logo{
	width:326px;
	height:95px;
	float:left;
	padding-top: 25px;
	}

#banner-image{
	width:630px;
	height:148px;
	float:right;
	background-image: url(../images/header_banner.jpg);
	background-repeat: no-repeat;
	}
	
#ttnz-logo{
	width:77px;
	height:148px;
	float: right;
	}

#content-area{
	color:#333333;
	background-color:#FFFFFF;
	}
	
#content-area img{
	padding:5px;
	border:#999999 solid 1px;
	margin: 5px;
	}

#col-left-home{
	float:left;
	width:520px;
	}
	
#col-right-home{
	float:right;
	width:410px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	}

#show {
	height: 275px;
	width: 480px;
	padding-top:10px;
	margin:0px;
	display:block;
	position:relative;
z-index:1;
}


#show img{
	padding:5px;
	border:#999999 solid 1px;
	margin: 5px;
	}
	
#section-holder{
	width:auto;
	height:auto;
	clear: both;
	padding-top: 20px;
	padding-bottom: 5px;
	}
	
#section-holder img{
	border-style: none;
	}
	
.section-home{
	width:300px;
	float:left;
	padding-right:10px;
	}
.section-home img{
	float:right;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 35px;
	}

#col-left{
	float:left;
	width:580px;
	background:none;
	}

#col-right{
	float:right;
	width:300px;
	}

#col-left img{
	padding:5px;
	border:#999999 solid 1px;
	margin: 5px;
	}
	
#col-right img{
	padding:5px;
	border:#999999 solid 1px;
	margin: 5px;
	}

#footer-top{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	width:auto;height:85px;
	}
		
#footer-logo-ravencrest{
	
	width:150px;
	height:85px;
	padding-left:10px;
	float:left;
	}
	
#footer-logo-ti{
	
	width:100px;
	height:85px;
	padding-right:10px;
	float:right;
	}

#footer{
	background-color:#105A94;
	color:#FFFFFF;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 150px;
	background-position: bottom;
	}

.footer-content{
	width:960px;
	margin:0px auto;
	height:100px;
	font-size: 10px;
	line-height: 15px;
	}
#footer-content-left{
	float:left;
	width:550px;
	}
	
#footer-content-right{
	float:right;
	width:230px;
	text-align:right;
	}
	
		
.footer-content a{
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
	}
	
.footer ul, li {
list-style:none outside none;
margin:0;
padding:0;
}

.spacer{
	clear:both;
	width:100%;
	height: 50px;
}

.inner-box-10{
	padding:10px;
	}

/** End of website layout **/




/** Start of Main menu style ------- DO NOT DELETE THIS SECTION, YOU CAN MAKE CHANGE TO THE PROPERTIES THOUGHT **/	
#mainMenu{
	width:960px;
	font-size:12px;
	margin-top: 0px;
	font-weight: normal;
	height:50px;
	line-height:50px;
	background-image: url(/images/nav_bg.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	position:relative;
z-index:99;
}


#menuholder {
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/nav_bg.jpg);	
}

#mainMenu a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:0px 11px;
	line-height:50px;
}



#mainMenu a:hover{
	color:#f9f9f9;
	background-color: #053F60;
}


#mainMenu ul li ul li a:hover{
	color:#FFFFFF;	
}

#mainMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
	position:relative;
}


#mainMenu li ul li a{ line-height:40px; padding:0px 8px;	}
	

#mainMenu li {
	float:left;
	position:relative;
	margin:0;
	display: block;
	color: #036C90;
	white-space:nowrap;
	border-top:#003366 solid 1px;
    }

#mainMenu li ul{
	display:none;
	position:absolute;
	top:48px;
	left:0;
	z-index:1000;
	}
	

#mainMenu li ul li{
	width:200px;
	float:left;
	height:40px;
	clear:both;
	color: #FFFFFF;
	background-color: #105A94;
	position:relative;
	
	
}

#mainMenu li:hover ul {
	display: block;
	
}

#mainMenu li ul li ul{
	display:none;
	position:absolute;
	top:0px;
	left:200px;
	z-index:1000;
	}



/*** THIRD LEVEL NAV *****/

#mainMenu li ul li ul li{
	width:200px;
	float:left;
	background-image: url(../images/subnav_bg.jpg);
	position:relative;
	top:0px;
	left:0px;
	z-index:1000;
	
}



#mainMenu li:hover ul ul { display:none; }

#mainMenu li li:hover ul { 
	display: block;
	
	 
	}



/**** END OF THIRD LEVEL NAV ** */


	  
	
	
/** TAKE OFF SELECTED STATE	
	
	
#mainMenu li.selected {
	color:#CCCCCC;
}

#mainMenu li.selected a {
	color:#CCCCCC;
}

	
/** End of Main menu **/




/*-----------------------------------------------*/


/** End of Main menu **/


/** Site wide alert message style**/
.alert{
	padding:10px 0px;
	color:#CC0000;
	font-size:14px;
	}

/** Content styling **/
a{
	color:#a41d4c; /*ravencrest red*/
	text-decoration:underline;
	}

p{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
	line-height:31px;
	color:#A41D4C;
	}
	
h2, h2 a:link, h2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:26px;
	color:#474747;
	font-weight: normal;
	margin: 0px;
	text-decoration:none;
	padding-bottom: 2px;
	padding-top: 5px;
	}

	
	
h3, h3 a:link, h3 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:20px;
	color:#666666;
	font-weight: normal;
	margin: 0px;
	text-decoration:none;
	padding-bottom: 0px;
	}

	
h3 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:20px;
	color:#666666;
	font-weight: normal;
	margin: 0px;
	text-decoration:underline;
	padding-bottom: 0px;
	}
	
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#999999;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	}
	
.faq-question { padding:10px; margin:1px; background-color:#F1F2F2; font-weight:bold;}

#youthfaq a{ text-decoration:none; color:#053F60; font-size:14px; }

#faqbox a{ text-decoration:none; color:#053F60; font-size:14px; }

.faq-details {font-weight:normal;}

#section-holder h2 a {font-size:16px; line-height:20px;}
