@charset "utf-8";
/* CSS Document */

/* setup */

html{
height:100%;
}
body{
width:100%;
margin:0;
padding:0;
background-color:#2b1313;
}
#container{
	width:796px;
	left: 50%;
	
	margin-left: -397px;
	position:relative;
}
#content{
	width:768px;
	margin-left:14px;
	background: #440001;
}




/* text */

p, ul, li, .profile{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#9d9291;
}
.heading{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#440001;
font-weight:bold;
}
.sub-nav-text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:22px;
}
 .sub-nav-text a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
line-height:22px;
}
 .sub-nav-text a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-decoration:underline;
line-height:22px;
}
.sub-nav3-text{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#440001;
line-height:18px;
}
 .sub-nav3-text a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#440001;
text-decoration:none;
line-height:30px;
}
 .sub-nav3-text a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#440001;
text-decoration:underline;
line-height:30px;
}
th h2, h2{
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#463234;
text-transform:uppercase;
text-align:left;
line-height:16px;
margin-left:10px;
}
a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#9d9291;
text-decoration:underline;
}
a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#440001;
text-decoration:underline;
}
.text-indent{
padding-left:10px;
line-height:14px;
}


/* header */

#header{
	width:768px;
	height:103px;
	background:url(../Images/TEMPLETONS-content2_03.jpg) no-repeat;
	margin:0px 0px 0px -1px;
	padding:0;
}
#nav{
	width:768px;
	height:39px;
	margin: 0px 0px 0px -1px;
	background-color:#440001;
}
#sub-nav{
	width:768px;
	height:65px;
}
#sub-nav div{
display:none;
width:758px;

}
#sub-nav td{
text-align:center;
}
#div-sub-nav-3 {

}


/* content */

#content-area{
	width:768px;
	background:url(../Images/top-content-script.jpg) no-repeat #ffffff;
	background-position:top;
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px -1px;
	position:relative;
}
#profile{
width:728px;
background:url(../Images/profile-repeat.jpg) repeat-x top #efece6;
}
#content-indent{
margin-top:0;
margin-left:10px;
width:758px;
min-height:400px;
  height:auto !important;
  height:400px;
}


/* footer */

#footer{
	width:695px;
	height:41px;
	padding: 0px 12px 0px 61px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9d9291;
	margin: 0px 0px 0px -1px;
	position:relative;
}
*html #footer{
	width:695px;
	height:41px;
	padding: 0px 11px 0px 61px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9d9291;
	margin: 0px 0px 0px -1px;
	position:relative;
}
#footer a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#9d9291;
text-decoration:none;
}
#footer a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#440001;
text-decoration:underline;
}
