﻿/* Global Layout Elements */	
	
div#mainDiv2
{

    width: 850px;
    height: 625px; /*border: 1px solid #ae985f;*/
    background: #FFFFFF;
    margin-left: auto;
	margin-right: auto;

    top: 100px;
}

div#mainDiv
{
	position: absolute;
	width: 800px;
	height: 625px; /*border: 1px solid #ae985f;*/
	margin: 30px auto 30px auto;
	background: #FFFFFF;
}

 div#logoDiv
{
	position: relative;
	width: 800px;
	height: 80px;
	left: 0px;
	top: 0px;
	z-index: 3;
	background-color: #FFFFFF;
	background-image: url('../images/logo.png');
	margin-left: auto;
	margin-right: auto;
}

div#menuDiv
{
	background-position: #FFFFFF;
	position: relative;
	width: 800px;
	height: 25px;
	/*border: 1px solid #ae985f;*/
	/*background-image: url('../images/bodybg.jpg');*/
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
}

div#contentDiv
{
	
	position: relative;
	width: 800px;
	height: 500px;
	left: 0px;
	top: 0px;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
}	

div#innerContentDiv
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	position: absolute;
	width: 630px;
	height: 500px;
	left: 160px;
	top: 10px;
	z-index: 4;
	background-image: url('../images/bg1.png');
}	


div#defaultTopContentDiv
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	position: absolute;
	width: 630px;
	height: 130px;
	left: 160px;
	top: 10px;
	z-index: 4;
	/*background-image: url('../images/splash.png');*/
	background-repeat: no-repeat;
}

div#defaultContentDiv
{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	position: absolute;
	width: 630px;
	height: 350px;
	left: 160px;
	top: 160px;
	z-index: 4;
	/*background-image: url('../images/bg2.png');*/
}


div#defaultBottomCapDiv
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 640px;
	height: 10px;
	left: 0px;
	top: 340px;
	z-index: 5;
	/*background-image: url('../images/bottomCap.png');*/
}		
div#bottomCapDiv
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 640px;
	height: 10px;
	left: 0px;
	top: 490px;
	z-index: 5;
	background-image: url('../images/bottomCap.png');
}	

.topCapDiv
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 640px;
	height: 10px;
	left: 0px;
	top: 0px;
	z-index:6;
	background-image: url('../images/topCap.png');

}	



div#sidebarDiv
{
	padding: 0px 0px 0px 10px;
	position: absolute;
	width: 140px;
	height: 500px;
	left: 0px;
	top: 10px;
	z-index: 2;
	/*background-image: url('../images/bg1.png');*/
}	


div#sidebarBotCapDiv
{
	position: absolute;
	width: 150px;
	height: 10px;
	left: 0px;
	top: 490px;
	z-index: 2;
	/*background-image: url('../images/sidebarBotCap.png');*/


}

div#sidebarTopCapDiv
{
	position: absolute;
	width: 150px;
	height: 10px;
	left: 0px;
	top: 0px;
	z-index: 6;
	/*background-image: url('../images/sidebarTopCap.png');*/

}


div#innerContentDiv2
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 800px;
	height: 500px;
	left: 0px;
	top: 10px;
	z-index: 4;
	background-image: url('../images/bg1.png');
}	

div#bottomCapDiv2
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 800px;
	height: 10px;
	left: 0px;
	top: 490px;
	z-index: 5;
	background-image: url('../images/bottomCap2.png');
}	

div#topCapDiv2
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 800px;
	height: 10px;
	left: 0px;
	top: 0px;
	z-index:6;
	background-image: url('../images/topCap2.png');

}	
div#image1Div
{
	position: absolute;
	width: 400px;
	height: 400px;
	left: 350px;
	top: 30px;
	z-index: 6;
}

div#image2Div
{
	position: absolute;
	width: 400px;
	height: 400px;
	left: 360px;
	top: 70px;
	z-index: 6;
}

div#FAQDiv
{
	position: absolute;
	width: 400px;
	height: 400px;
	left: 370px;
	top: 65px;
	z-index: 6;
	text-align: left;
}

div#ajaxContentDiv
{
	position: absolute;
	width: 400px;
	height: 400px;
	left: 370px;
	top: 65px;
	z-index: 6;
	text-align: left;
}

div#copyrightDiv
{
	position: relative;
	left: 0px;
	top: 20px;
	z-index: 0;
	text-align: center;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
	


.bulletList
{
	line-height: 25px;
}







