﻿*{
	margin:0;
}
html, body{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:9pt;
	color:#404040;
	height:100%;
	background:#BBB085 url('images/BGMainTiler.jpg') repeat-x top center;
}
/*-----------Structure----------*/
#Container{
	width:974px;
	min-height:100%;
	position:relative;
	margin:0 auto;
	background: transparent url('images/ContainerBgTilerSP.png') repeat-y;
}
#Header{
	height:165px;	
}
#Body{
	padding:0 3px 60px 3px;
}
#Footer{
	height:60px;
	bottom:0;
	width:100%;
	position:absolute;
}

/*-----------Structure----------*/
#TopMenuSetup{
	height:78px;
	background:url('images/TopMenuBG.jpg') top center repeat-x;
	
}
#TitleHeadBoxTop{
	height:217px;
	background-color:#FFFFFF;
}
#THBoxTopLeft{
	width:18px;
	height:217px;	
	float:left;
	background-image:url('images/THBoxTopLeft.jpg');
}
#THBoxTopCenter{
	float:left;
	width:644px;
	height:217px;	
}
#THBoxTopRight{
	float:left;
	width:312px;
	height:217px;
	background-image:url('images/THBoxTopRight.jpg')
}
#TitleHeadBoxBot{
	height:39px;
	background-color:#737373;
}
#THBoxBotLeft{
	background-image:url('images/THBoxBotLeft.jpg');
	width:3px;
	height:39px;
	float:left;
}
#THBoxBotCenter{
	float:left;
	width:659px;
	height:39px;
}
#THBoxBotRight{
	float:left;
	width:312px;
	height:39px;
	background-image:url('images/THBoxBotRight.jpg')
}

/*------------Sub Page setup---------*/
#SubPageHeadSetup{
	height:87px;
	background-image:url('images/SubPageHBGTiler.gif');
}

#SubPageHLeft{
	float:left;
	width:16px;
	height:87px;
	background-image:url('images/SubPageHLeftBend.gif')	
}
#SubPageHRight{
	float:left;
	width:958px;
	height:87px;
	background-image:url('images/SubPageHRightBend.gif');
	background-repeat:no-repeat;
	background-position:right top;
}
#SubPageHeading{
	color:#D02B04;
	font-family:Georgia,Arial, Helvetica, sans-serif;
	font-size:24pt;
	padding:28px 0 10px 15px;
	float:left;
	width:350px;
}

#RightContent{
	width:678px;
	padding:20px;
	float:left;
	min-height:250px;
	color:#4F4B47;
	line-height:1.5em;
}
#RightContent h2{
	font-weight:Normal;
	font-size:16pt;
	color:#1B0801;
	padding:0 0 15px 0;
}
#RightContent h3{
	font-weight:Normal;
	font-size:11pt;
	color:#1B0801;
	padding:5px 0 5px 0;
	line-height:1.5em;
}

.QnABoxHeading{
	padding:10px 0 10px 0;
	font-size:11pt;
	font-weight:bold;
	color:#9A4D00;
}
.QnABoxSubHeading{
	padding:0 0 10px 0;
	font-size:9pt;
	font-weight:bold;
	color:#45403C;
}


.GenFocusBox{
	background-color:#D5CAC0;
	padding:10px;
	border-top:1px #9A4D00 solid;
	border-bottom:1px #9A4D00 solid;	
	margin-bottom:15px;
}

.ExcoPhoto{
	float:left;
	width:100px;
	height:120px;
}
.ExcoDetails{
	float:left;
	min-height:100px;
	margin-left:25px;
}



.QnABox{
	background-color:#D5CAC0;
	padding:10px;
	border-top:1px #9A4D00 solid;
	margin-bottom:15px;
}
.QuestionSeparator{
	height:16px;
	border-bottom:1px #93897F dotted;
	margin-bottom:15px;
}


#FooterSetup{
	height:60px;
	width:968px;
	margin-left:3px;
	background-image:url('images/FooterBGTiler.gif')
}

