/*=========================================
Tag Selectors
===========================================*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}

p,h1,h2,h3,h4,div,td,th { margin:0px; padding:0px; }

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;
}

form { margin-bottom: 10px; }
form input, form select, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;	
}

/*=========================================
ID Selectors
===========================================*/
#docbody {
	background-image:url(../../assets/images/sitelayout/Shared/doc_body-background.gif);
	background-repeat:repeat-x;
	
	
}

#container {
	margin: 0px auto 0px auto;
	width:780px;
	font-size:1.1em;
}

#header_container{
	background-image:url(../../assets/images/sitelayout/Shared/header-background.gif);
	background-repeat:repeat-y;	
}

#header { 
	width:760px;
	height:196px;
	border-bottom:1px solid;
	margin: 0px auto;
	position:relative;
}

#logo{
	width:114px;
	height:117px;
	background-image:url(../../assets/images/sitelayout/Shared/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	left:41px;
	bottom:33px;	
}

#logo img{
	width:100%;
	height:100%
}

#flash{
	width:537px;
	height:173px;
	position:absolute;
	border-top:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	top:22px;
	left:196px;
}

#nav_container{
	height:32px;
	background-image:url(../../assets/images/sitelayout/Shared/nav_background.gif);
	background-repeat:repeat-y;
	
}

#navcontent{
	margin:0px auto; 
	width:760px; 
	height:31px;
	position:relative;
}

#nav{
	position:absolute;
	left:226px;
	top:10px;
	}

#search{
	width:173px;
	height:20px;
	position:absolute;
	right:5px;
	top:5px;
	position:absolute;
	right:4px;
	top:6px;
	
}

#search #frmsearch_input{
	width:120px;
	height:16px;
	border:1px solid;
	margin-left:-3px;
	padding:3px 0px 0px 3px;
	
}

#search #frmsearch_submit{
	width:24px;
	height:21px;
	border:1px solid;
	background:none;
	margin-left:3px;
	
	
	
}

#pagebody_container{
	background-image:url(../../assets/images/sitelayout/Shared/body_container.gif);
	background-repeat:repeat-y;
	min-height:400px;
	
}

#pagebody {
	width:760px;
	margin:0px auto;
	border-top:1px solid
}

#cols {
	width:100%; 
	border-collapse:collapse;
}

#leftcol {
	vertical-align:top;
}

#left {
	width:164px;
	margin:0px 0px 0px 0px;
	padding:22px 0px 0px 32px;
}

#maincol {
	vertical-align:top;
	width:100%;
}

#page {
	margin: 0px 0px 0px 0px;
	padding: 20px 25px 30px 30px;
}
#page p { font-size:1.0em; margin:1.4em 0em; line-height:1.3em;}
#page li { font-size:1.0em; padding-bottom:10px; }
#page h1 { font-size:1.1em;	margin:0px 0px 1.4em 0px;}
#page h2 { font-size:1.0em; margin:1.4em 0em; }
#page h3 { font-size:1.0em; margin:1.4em 0em; }
#page h4 { font-size:1.0em; margin:1.4em 0em; }

#page #cmscontent table {
	border-collapse:collapse;
	padding:5px;
}

#cmscontent td, #page #cmscontent table {
	border:1px solid #DDDDDD;
	padding:5px;
}

#page #cmscontent ul {
	margin-bottom:0px;
	margin-top:0px;
}

#page #cmscontent li {
	padding-bottom:5px;
	vertical-align:top;
}


#curves{
	background-image:url(../../assets/images/sitelayout/Shared/curves.gif);
	background-repeat:no-repeat;
	height:33px;
}

#footer {text-align:center;}

#ffmlogo {
	text-align:center;
	padding:10px 0px;
	display:none;
}

.calHeader {
	padding:10px 0px 10px 0px;
	background-color:#EBDCEB;
	border:1px solid #999999;
	border-right:none;
	margin-bottom:20px;
}

.calHeader p {
	padding: 0px 25px;
	color:#A54499;
}

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid #666666;
	padding: 2px;
	background-color: #FFFFCC;
	visibility: hidden;
	z-index: 100;
	line-height:normal;
}

.help {
	color:#990000;
	font-weight:bold;
	cursor:help;
}