/* Global *************************************************/
BODY {
	background-color: #FFFFFF;
	/*
	background-image:url(images/dp_wallpaper.jpg);
	background-repeat: repeat-y repeat-x;
	*/
	margin: 0;
	padding: 0;
	
	font-family: Georgia, "Times New Roman", Times, serif;	
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #333333;
	behavior: url(htc/csshover.htc);
}

/*Body Background = FCF8EE*/

IMG {
	border: none;
	padding: 0;
	margin: 0;
}


TABLE.ContentTable {
	width: 700px;
	padding: 0;
	margin: auto;
	border-collapse: collapse;
	overflow: visible;
	top:0px;
}

/* Firefox Padding fixes*/
DIV {-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}

DIV.BodyCopy {
	padding: 5px 0 15px 0;	
}

DIV.Heading {
	font-size: 22px;
	font-weight: bold;
	color: #AB7800;
	margin-top: 10px;
	margin-bottom: 10px;
}

DIV.SubHeading {
	line-height: 22px;
	font-size: 15px;
	font-weight: bold;
	color: #777777;
	margin-bottom: 5px;
	margin-top: 15px;
	
}

DIV.SpecialPassage {
	margin-top: 5px;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

DIV.SmallPrint {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 17px;
	color: #666666;
}


IMG.TopNav_Button {
	width: 65px;
	height: 22px;
}

A.NavLink:hover { /*cursor: hand;*/ cursor:pointer; }	

/* Global ends ********************************************/



/* Content Body ********************************************/
#BodyPane{
	width: 700px;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	z-index: 100;
}

#ContentPane {
	width: 560px;
	margin: 0;
	height:auto;
	position:relative;
	background-color: #FCF8EE;
	border-left: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	overflow: hidden;
	vertical-align:top;
	/*border: 1px solid #000000;*/
}

#ContentPaneBox {
	position:relative;
	top: 0px;
	width: 535px;
	padding: 0;
	margin: 0 auto 20px auto;
	/*order: 1px solid #000000;*/
}

#LeftSideBar {
	width: 140px;
	margin: 0;
	padding: 0;
	background-color:#FCF8EE;
	vertical-align: top;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	/*border: 1px solid #000000;*/
	overflow:visible;
}

#LeftSideBarBox {
	position:relative;
	left:0px;
	top: 10px;
	width: 140px;
	margin: 0;
	padding: 0;
	/*border: 1px solid #000000;*/
	overflow: visible;
	z-index: 1000;
}

#TextBox {
	/*border-collapse: collapse;*/
	position: relative;
	width: 535px;
	height:auto;
	/*border: 1px solid #000000;*/
	margin: 0 auto 0 auto;
}

#FrontLeftColumn {
	position: relative;
	width: 255px;
	top: 0px;
	left: 0px;
	height:auto;
	/*border: 1px solid #000000;*/
	margin-right: 5px;
	/*min-height: 235px;*/
}

#FrontRightColumn {
	position: absolute;
	width: 255px;
	top: 0px;
	right: 0px;
	height: auto;
	/*border: 1px solid #000000;*/
	margin-left: 5px;
	overflow: hidden;
}

#CenterColumn {
	position:relative;
	width: 535px;
	height: auto;
	top:0px;
	left: 0px;
	/*min-height: 235px;*/
}

TABLE.MenuTable {
	width: 535px;
	height: auto;
	/*border: 2px solid #FFFFFF;*/
	/*min-height: 235px;*/
}

A.BodyLink{border: none; text-decoration:none;}
A.BodyLink:hover{font-weight: bolder;}
/* Content Body ends ***************************************/


/*Masthead & Top Navigation*************************************************/
#TDMastHead {
	height: 110px;
	width: 700px;
	margin:0;
	padding: 0;
	line-height: 0px;
	background-image:url(images/masthead.jpg);
	background-repeat: no-repeat;
	overflow: visible;
	vertical-align: bottom;
	/*border: 1px solid #000000;*/
}

#Masthead {
	margin: 0;
	padding: 0;
	oveflow: visible;
	z-index: 100000;
}
#TelNum {
	position: relative;
	left: 490px;
	bottom:15px;
	width: 200px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
/*Masthead & Top Navigation ends********************************************/


/*Bottom Info **************************************************************/
#BottomInfo {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 80px;
	/*background-image: url(images/dp_bottominfo2.gif);*/
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}

#BottomInfo_Box {
	position:relative;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 80px;
	left: 0px;
	bottom: 0px;
	background-image: url(images/bottom_background.jpg);
	/*border: 1px solid #000000;*/
}

#BottomInfo_Box_Left {
	position:absolute;
	margin: 10px 5px 10px 10px;
	width: 390px;
	height: 12px;
	padding: 0;
	left: 0px;
	bottom: 27px;
	text-align: left;
	
	/*border: 1px solid #000000;*/
}

#BottomInfo_Box_Right {
	position:absolute;
	margin: 10px 10px 10px 5px;
	width: 260px;
	height: 12px;
	padding: 0;
	right: 0px;
	bottom: 27px;
	text-align: right;
	
	/*border: 1px solid #000000;*/
}
A.BottomLink{border: none; color: #333333; text-decoration:none;}
A.BottomLink:hover{ color: #AB7800; text-decoration:underline}
/*Bottom Info ends *********************************************************/

UL.LinkList {
	list-style-type:none;
	position: relative;
	top: 0px;
	left:0px;
	margin:0;
	padding:0;
	/*border: 1px solid #000000;*/
}

/* BreadBrumb***************************************************************/
#BreadCrumb {
	position:relative;
	width: 535px;
	height: 15px;
	top: 10px;
	left: 13px;
	/*border: 1px solid #000000;*/
}

A.BCLink { font-size: 9px; color:#333333; text-decoration: none;}
A.BCLink:hover {color: #AB8018; text-decoration:underline;}


/*Left navigation***********************************************************/
#LeftNav {
	left: 140px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align:center;
}

TD.LeftNavButton {
	width: 135px;
	height: 20px;
	text-align:center;
	vertical-align: middle;
	margin: 0;
	padding: auto 0 auto;
	border: 1px solid #FCEAB8;
	background-color: #FFFFFF;
}

TD.LeftNavButton2 {
	width: 135px;
	height: 20px;
	text-align:center;
	vertical-align: middle;
	margin: 0;
	padding: auto 0 auto;
	border: 1px solid #FCDE8B;
	background-color: #FFFFFF;
}

DIV.LeftNavLinkBox {
	position:relative;
	width: auto;
	line-height: 11px;
	/*width:133px;*/
	height:20px; 
	background-color:#FFFFFF; 
	text-align: center; 
	vertical-align: middle; 
	padding-top: 3px;
	
}

DIV.LeftNavLinkBox2 {
	position:relative;
	width: auto;
	
	line-height: 11px;
	/*width:133px;*/
	height:20px; 
	background-color:#FCF4DE; 
	text-align: center; 
	vertical-align: middle; 
	padding-top: 3px;	
}

DIV.LeftNavLinkBox:hover {background-color: #AB8018; color:#FFFFFF; cursor: pointer; font-weight:bold;}
DIV.LeftNavLinkBox2:hover {background-color: #AB8018; color:#FFFFFF; cursor: pointer; font-weight:bold;}


A.LeftNavLink {  width: 135px; font-size: 11px; font-weight: normal; color: #333333; text-decoration:none;}
A.LeftNavLink:hover { font-weight: bold; color: #FFFFFF;}

/* Mics   ********************************************************************/
#Logo {
	position: relative;
	height:320px;
	width: auto;
	margin: 20px auto 5px auto;
	padding: 0;
	text-align: center;
	/*border: 1px solid #000000;*/
}

/*Drop Down *****************************************************************/
#DDMenu {
	display: none;
	position: absolute;
	left: 138px;
	top:25px;
	z-index: 10000;
	width: 140px;
	background-color:#FCF8EE;
}

#MastheadOverlay {
	position: relative;
	width: 700px;
	height: 110px;
	right:0px;
	top: 0px;
	/*border: 1px solid #000000;*/
	z-index: 100000;
}

#ImageBox {
	position: absolute;
	height: auto;
	width: auto;
	right: 0px;
	top: 0px;
}

/***************************************************************************/
