/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}


body
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #fff;
}

.popup
{
	margin: 1em;
	}
	
.boarder {

	border: thin dotted #006699;
	padding: 10px;
	}

a:link
{
	color: #0077dd;
	text-decoration: none;
}



a:visited
{
	color:#006699;
	text-decoration: none;
}

a:hover
{
	color:#990033;
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #004778 url('images/a5.gif') bottom left repeat-x;
	height: 10em;
	padding-left: 2em;
}

#header h1
{
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: .6em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 1em;
	top: 7em;
	color: #E0E8EF;
	border-bottom: solid 1px;
	
}


/* Menu */

#menu
{
	position: absolute;
	top: 5em;
	right: 3em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

.productname h3
{
	font-size: 1.1em;
	color:#990033;
	}

#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1.5em;
	text-align: justify;
}

#content h1,h2,h3,h5,h6
{
	color: #545454;
	margin-bottom: .5em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.1em;
}

#content h1
{
	font-size: 1.5em;
}

#content h2
{
	font-size: 1.3em;
}

#content h3
{
	font-size: 1.1em;
}
#content h4
{
	font-size: 1em;
	color: #545454;
	padding-bottom: 0.1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin: .5em 2.5em 1.5em 2.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	
}


#content .center
{
text-align: center;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	text-align: center

}

#content table tr.rowH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;

}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	
	color: inherit;
	
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width: 100%;
}
#primaryContentContainer h3
{
	font-size: 1.1em;
	color:#990033;
	}
	

#primaryContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a1.gif') top right repeat-y;
}



#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a2.gif') top left repeat-y;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}
/* Nav Content */

#nav {
width: 15em;
position:absolute;
top:2em;
left:2em;
z-index:2;
padding: 2px 3px;
/*padding-bottom:1em;  To allow room for bottom dropdown */
}

#nav a, #nav h2{
font:12px/16px arial,helvetica,sans-serif;
display:block;
border-style:dotted;
border-width:1px;
border-color: #ccc;
white-space:nowrap;
margin:0;
padding: 5px 2px 2px 4px;
}

#nav h2{
color:#333;
background:#eee;
text-transform:uppercase;
}

#nav a{
color:#005082;
background:#eee;
text-decoration:none;

}

#nav a:hover{
color:#a00;
background:#ddd;
}

#nav a:active{
color:#060;
background:#ccc;
}

#nav ul{
list-style:none;
margin:0;
padding:0;
width:100%;

}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#nav li, div#menu li:hover{
position:relative;
}

div#nav li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#nav ul ul,
div#nav ul ul ul,
div#nav ul li:hover ul ul,
div#nav ul li:hover ul ul ul
{display:none;}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#nav a.x, #nav a.x:visited{
background:#fff;
}

#nav a.x:hover{
background:#ddd;
}

#nav a.x:active{
color:#060;
background:#ccc;
}

/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0}
/* image and left padding for DDs */
#TJK_DL dd {background:url(TJK_ToggleDL/answer.gif) no-repeat;padding-left:55px}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat;padding-left:32px;color:#666;text-decoration:none}
#TJK_DL dt a:visited {color:#006699}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {font-weight:bold; color:#0077dd}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(TJK_ToggleDL/toggleDLplus.gif); font-weight:bold; color:#666}
#TJK_DL .DTminus a {background-image:url(TJK_ToggleDL/toggleDLminus.gif)}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}


/* Link Pages */
#link p
{
	margin-bottom: 1.5em;
	text-align: justify;
}

#link h1,h2,h3,h5,h6
{
	color: #545454;
	margin-bottom: .5em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.1em;
}

#link h1
{
	font-size: 1.5em;
}

#link h2
{
	font-size: 1.3em;
}

#link h3
{
	font-size: 1.1em;
}
#link h4
{
	font-size: 1em;
	color: #545454;
	padding-bottom: 0.1em;
	}
#link .center
{
text-align: center;
}	
	
#link table tr.rate-back
{
	background: #dff4ff;
} 
#link table td.term-title-back
{
	background: #eeeeee;
	font-weight: bold;
	color: inherit;
} 
#link table td.name-back
{
	font-weight: bold;
}
	
#link ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#link .pn7
{
	font-weight: bold;
	}
	.large { font-size: 15px; font-weight: bold; }
.red { color: red; }
.medium { font-size: 13px; }
.medium_bold { font-size: 13px; font-weight: bold }
.small { font-size: 11px; }

/* WRAP TABLE FOR SUBMIT FORM BUTTON */
table.brc_button { width: 100%; }
table.brc_button tr { font-family: Arial, sans-serif; font-size: 80%; }
table.brc_button td { padding: 10px; text-align: center; font-size: 12px; }
table.brc_button td input.btn_brc { background-image: url('../images_brc/brc_btn.gif'); background-color: #eee; color: #fff; padding: 2px 10px; }
table.brc_button td.large { font-size: 120%; }

/* INPUT FORM TABLE SETTINGS */
table.brc { width: 100%; font-size: 120%; }
table.brc tr { font-size: 12px; }
table.brc tr.font2 { font-family: Arial, sans-serif; }
table.brc th { padding: 5px; background-color: #eee; text-align: left; border-bottom: solid 1px #ccc; }
table.brc td { padding: 2px 5px; }

table.brc td.brcright { width: 55%; }
table.brc td.cntr { text-align: center; }
table.brc td.radio { width: 55%; }
table.brc td.radio input { float: left; }
table.brc input { background-image: url('../images_brc/brc_input.gif'); border: solid 1px #aaa; font-family: Arial, sans-serif; }
table.brc select { font-size: 95%; font-family: Arial, sans-serif; }
table.brc select.small { font-size: 90%; }
