/*************** utility ******************/
div.row {
	clear:both;
}
div.spacer {
	clear:both;
}

.clearfix:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
} 
.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 


/*************** page **********************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #5F6670;
	background-color: #AAAFB7;
}
div.container {
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:763px;
}
body,
a {
	color: #727B87;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	border: none;
}
a img {
	border: none;
}

/*************** header *******************/
div.torch {
	position:absolute;
	width:35px;
	top: 0px;
	z-index: 10;
	left:720px;
}
div.header {
	width: 763px;
	height: 47px;
	background: url(../Images/template/header_bg.gif) no-repeat left top;
}
div.header h1 {
	color: #7e8998;
	font-size: 13px;
	text-transform: uppercase;
	padding-top: 15px;
	margin: 0px 0px 0px 20px;
}
div.header h1 .ltGrey {
	color: #a8adb5;
}

.secNav,
.cookieCrumb {
	text-align:right;
	padding-right: 80px;
}
.secNav {
	margin-bottom: 3px;
}
.secNav ul.horizontalList li {
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #ffffff;
}

.secNav a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.secNav a:hover {
	text-decoration: underline;
}
div.cookieCrumb {
	padding-top: 3px;
	padding-bottom: 3px;
}
.cookieCrumb a, 
.cookieCrumb {
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;	
}
.cookieCrumb a:hover {
	text-decoration: underline;
}

.mainMenu {
	background-color: #963f37;
	padding-left: 20px;
}

/**************** body **********************/
div.content {
	width:763px;
}
div.two-col {
	background-image: url(../Images/template/2col_bg.gif);
	background-repeat: repeat-y;
}

div.col1 {
	float: left;
	width: 546px;
}
div.col2 {
	float: left;
	width: 210px;
}

div.one-col div.titleText,
div.one-col div.title {
	color: #a3a9b1;
	padding-left: 185px;
	padding-right: 100px;
}
div.two-col div.titleText,
div.two-col div.title {
	padding-left: 75px;
	padding-right: 240px;
}
div.one-col div.title {
	background-color: #f6f7fa;
}
div.two-col div.title {
	background-image: url(/Images/template/title_bg.gif);
	background-repeat: repeat-y;
}
div.title {
	padding-top: 15px;
	padding-bottom: 15px;
}
div.title h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0px;
}
div.one-col div.titleText {
	background-color: #e9edf2;
}
div.two-col div.titleText{
	background-image: url(/Images/template/titleText_bg.gif);
	background-repeat: repeat-y;
}
div.titleText {
	padding-top: 5px;
	padding-bottom: 10px;
}
div.titleText p {
	margin: 0px;
	font-size: 10px;
}

div.primary,
div.secondary {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	
}
div.primary a,
div.secondary a {
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}
div.primary a:hover,
div.secondary a:hover {
	text-decoration: none;
	border-bottom: 1px solid #666666;
}

div.primary h1,
div.primary h2,
div.primary h3,
div.primary p,
div.primary ul {
	margin-left: 75px;
	margin-right: 20px;
}
div.primary h1, div.secondary h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #963f37;
}
div.primary h2 {
    font-size: 13px;
}
div.primary hr {
	clear:both;
	margin: 20px 25px 10px 75px;
}
div.secondary h1,
div.secondary h2,
div.secondary h3,
div.secondary p,
div.secondary ul {
	margin-left: 15px;
	margin-right: 20px;
}
div.secondary h1,
div.secondary h2 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
div.secondary h1 {
	text-transform: uppercase;
}
/****************** General Classes ****************/
div.primary p, div.secondary p
{
    margin-top: 0px;
    margin-bottom: 10px;
}

.selected {	
	font-weight: bold;
	color: #5F6670;
}
/****************** footer ****************/
.footer {
	margin-top: 0px;
	text-align:right;
	width:743px;
	background: #7e8998;
	padding: 5px 10px;
}
.footer a,
.footer {
	font-size: 10px;
	color: #ffffff;
}
.footer ul {
	padding-right: 50px;
}
.footer ul.horizontalList a:hover {
	text-decoration: underline;
}
.footer ul.horizontalList li {
	padding-left: 3px;
	padding-right: 3px;
	border-right: 1px solid #a3a9b1;
}
.footer #copyright {
	padding-left: 30px;
}

/****************** horizontal list ****************/

ul.horizontalList {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	border: none;
}
ul.horizontalList li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.horizontalList li a {
	padding: 0px;
}
