/*=========================================
Tag Selectors
===========================================*/
body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}

p,h1,h2,h3,h4 { 
	margin:0px; 
	padding:0px; 
	line-height:1.5em;
}

img { border: none; }

hr {
	border: none;
	height: 1px;
	background: none;
	border-top-width:1px;
	border-top-style:solid;
}

a:link, a:visited, a:active, a:hover {
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	text-decoration:underline;
}

form { margin-bottom: 10px; }
form input, form select, form textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.0em;
}

/*=========================================
ID Selectors
===========================================*/
#docbody {
	
}

#container {
	width: 799px;
	margin: 10px auto 0px auto;
	border: 1px solid #6D6D6D;
	background-color:#FFFFFF;
}

#header { 
	height:179px;
	position:relative;
	font-size:1.1em;
	background-image:url(../../assets/images/sitelayout/Shared/header_banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#logo {
	position:absolute;
	width:220px;
	height:50px;
	top:25px;
	right:20px;
}

#logo img {
	height:100%;
	width:100%;
}

#navCat {
	position:absolute;
	width:430px;
	top:125px;
	right:10px;
	clear:right;
	padding:0px;
}

/*#navCat ul {
	line-height:1.5em;
	list-style-image:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	
}

#navCat li {
	display:inline;
	padding-left:10px;
}
*/
#tdlCols {
	width:100%; 
	border-collapse:collapse;
}

#tdLeftCol {
	vertical-align:top;
	border-right: dotted 1px;
	background-image:url(../../assets/images/sitelayout/Shared/footer_slt_top.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#leftCol {
	padding: 25px 0px 30px 30px;
	width:158px;
}

/*#navServices ul {
	line-height:2em;
	list-style-image:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#navServices ul li a {
	font-weight:bold;
}*/

#tdRightCol {
	vertical-align:top;
	width:100%;
}
#content {
	padding: 25px 20px 0px 36px;
	min-height:300px;
}

#stripline {
	height:42px;
	background-image:url(../../assets/images/sitelayout/Shared/footer_slt_middle.jpg);
	background-position:left;
	background-repeat:no-repeat;		
}

#page p { font-size:1.1em; margin:0px 0px 1.4em 0px; }
#page li { font-size:1.1em; }
#page h1 { font-size:1.1em;	margin:0px 0px 1.4em 0px; }
#page h2 { font-size:1.2em; margin:0px 0px 1.4em 0px; }
#page h3 { font-size:1.1em; margin:0px 0px 1.4em 0px; }
#page h4 { font-size:1.0em; margin:0px 0px 1.4em 0px; }

#footer {
	height:43px;
	background-image:url(../../assets/images/sitelayout/Shared/footer_bg_rpt.gif);
	background-position: top left;
	background-repeat:repeat-x;
}

#footerText {
	text-align:right;
	height:28px;
	background-image:url(../../assets/images/sitelayout/Shared/footer_slt_bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 10px 20px 0px 0px;
	margin:0px;
}

#ffmlogo {
	text-align:center;
	padding:10px 0px;
	display:none;
}