/* Izilla CSS Template for - */
/* http://www.izilla.com.au */

/* --------------------------------------------
	Conditional Browser Rules
----------------------------------------------- */

/*
	Usage: Apply each of these "hacks" after the initial incorrect value has been set.

	Child Selector for FF, IE7, Opera, Safari:
		html > body element {rule}
	
	Child Selector + Comment Hack, which IE7 ignores:
		html >/^^/ body element {rule}
	
	Comment Hack to hide from IE5x:
		element {selector/^^/:/^^/ value;}
	
	Replace ^ with *
*/




/* --------------------------------------------
	Colour Glossary
----------------------------------------------- */

/*
	Swatch - #000000
*/




/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;	/* Creates scrollbar in FF */
}

body {
	background-color: #424242;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	padding: 10px 0;
	text-align: center;
}

body * {
	font-family: inherit;
	font-size: 100%;
}

/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.align_centre {
	text-align: center !important;
}

.align_justify {
	text-align: justify !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}

.centre_object {
	display: block;
	margin: 0 auto 1.4em auto;
}

.clear {
	clear: both;
}


div.clear {  /* for clearing divs if overflow doesn't work */
	font-size: 0;
	line-height: 0px;
}

.float_left {
	display: inline;
	float: left;
}

.float_right {
	display: inline;
	float: right;
}

img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0.5em 0 0.5em 1em;
}

img.float_left_border {
	border: 1px solid #cad5f3;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right_border {
	border: 1px solid #cad5f3;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.hidden {
	left: -999px;
	position: absolute;
	width: 1px;
}

.invisible {
	visibility: hidden;
} 

/* --------------------------------------------
	Specific Classes
----------------------------------------------- */

a {
	color: #187ab2;
	text-decoration: none;
}

a:visited {
	color: #005c91;
}

a:hover, a:focus {
	text-decoration: underline;
}

a.feature {
	background: url(../images/bg_feature_link.gif) no-repeat right 2px;
	padding: 0 20px 0 0;
}

a.feature:hover {
	background-position: right -79px;

}

#wrapper_main_content h1, h2, h3, h4, h5, h6 {
	color: #fd7303;
	font-weight: normal;
}

#wrapper_main_content h1 {
	color: #fc5b03;
	font-size: 150%;
	margin-bottom: 0.4em;
}

#wrapper_main_content h2 {
	font-size: 130%;
	margin-bottom: 0.5em;
}

#wrapper_main_content h3 {
	font-size: 120%;
	margin-bottom: 0.6em;
}

#wrapper_main_content h4 {
	font-size: 110%;
	margin-bottom: 0.6em;
}

#wrapper_main_content h5 {
	font-size: 100%;
	margin-bottom: 0.7em;
}

#wrapper_main_content h6 {
	font-size: 90%;
	margin-bottom: 0.8em;
}

p {
	margin-bottom: 1.2em;
}	

#wrapper_main_content blockquote {
	border-left: 3px solid #fc5b03;
	background: #fee5cb url(../images/bg_blockqoute.gif) no-repeat right top;
	margin-bottom: 1.2em;
	padding: 1em 11px 1px 11px;
	width: 485px;
	width/**/:/**/ 460px;
}

#wrapper_main_content cite {
	display: block;
	font-style: italic;
	margin-bottom: 1.2em;
	margin-top: -1.2em;
	text-align: right;
}

#wrapper_main_content hr {
	background-color: #FF9933;
	border: none;
	color: #FF9933;
	height: 1px;
	margin-bottom: 0.6em;
}

html > body #wrapper_main_content hr {
	margin-bottom: 0.6em;
}

html >/**/ body #wrapper_main_content hr {
	margin-bottom: 1.6em;
	margin-top: 1.6em;
}

em {
	font-weight: bold;
	font-style: normal;
}

#wrapper_main_content acronym {
	border-bottom: 1px dashed #ccc;
	cursor: help;
}
/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

a img {border: none;}

a.anchor {
	background-color: inherit;
	border: inherit;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-transform: inherit;
	white-space: inherit;
	word-spacing: inherit;
}

a.izilla, a:hover.izilla, a:focus.izilla {
	color: #00814f;
}

a.cognition, a:hover.cognition, a:focus.cognition {
	color: #237eb8;
}

q:before, q:after { 
    content: ""; /* With IE's lack of support, remove quotes on all good browsers. Add them manually in the markup */
}

/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/

address {
	bottom: -9px;
	color: #6289ac;
	font-size: 110%;
	font-style: normal;
	margin-top: 20px;
	margin-left: 19px;
	position: absolute;
	right: 0;
	width: 174px
}



#site_wrapper {
	background: #fff url(../images/bg_site_wrapper.gif) repeat-y 0 0;
	height: auto;
	margin: 0 auto;
	text-align: left;
	width: 803px;
}
#top_panel {
	background: url(../images/bg_top_panel.gif) no-repeat 0 0;
	height: 30px;
	width: 803px;
}



#container {
	background: #fff;
	height: auto;
	margin: 0 22px;
	position: relative;
	width: 759px;	
}

#bottom_panel {
	background: url(../images/bg_bottom_panel.gif) no-repeat 0 bottom;
	height: 30px;
	width: 803px;
}

#header {
	background: #fc7406 url(../images/bg_header.png) no-repeat 0 0;
	clear: both;
	height: 106px;
	position: relative;
	overflow: hidden;
	top: -10px;	
	width: 759px;
}

#header img {
	display: inline;
	float: left;
	height: 86px;
	position: relative;
	top: 13px;
	left: 12px;
	width: 448px;
	margin-right: 62px;
}

#header a {

}




html >/**/ body #header {
	height: auto;
	min-height: 106px;
}

#header h1 {
	left: 0;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}

#wrapper_login_member {
	background-color: #fff;
	border: 1px solid #dde5ea;
	float: left;
	display: block;
	font-size: 110%;
	height: 106px;
	height/**/:/**/ 104px;
	width: 247px;
	width/**/:/**/ 247px; 
}

html > body #wrapper_login_member {
	height: auto;
	min-height: 104px;
}

#wrapper_login_member h2 {
	background: #fff url(../images/bg_h2_member_login.gif) no-repeat 0 0;
	margin: -1px -1px 0 -1px;
	height: 31px;
	position: relative;
	text-indent: -9999em;
	width: 249px;	
}

#body_login_member {
	background: #fff url(../images/bg_body_login_member.gif) repeat-x 0 0;
	padding: 2px 9px 10px 10px;
}

#body_login_member .username {
	float: left;
	width: 108px;
}

#body_login_member .password {
	float: right;
	width: 108px;
}

#body_login_member input.text {
	border: 1px solid #c6c6c6;
	height: 22px;
	height/**/:/**/ 17px;
	padding: 2px 0 0 2px;
	width: 107px;
	width/**/:/**/ 103px;
}

html > body #body_login_member input.text {
	position: relative;
	top: 1px;
}

#body_login_member input.login {
	background: url(../images/btn_login.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	float: left;
	height: 21px;
	margin: 3px 5px 0 0;
	margin/**/:/**/ 4px 5px 0 0;
	overflow: hidden;
	padding-left: 55px;
	text-indent: -9999em;
	width: 54px;
}

#body_login_member input.login:hover, #body_login_member input.login:focus {
	background-position: 0 -143px;
}

html > body #body_login_member input.login {
	margin: 4px 5px 0 0;
}

html >/**/ body #body_login_member input.login {
	margin: 6px 5px 0 0;
}

#body_login_member input.reset {
	background: url(../images/btn_reset.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	float: left;
	height: 21px;
	margin: 3px 5px 0 0;
	margin/**/:/**/ 4px 0 0 0;
	overflow: hidden;
	padding-left: 55px;
	text-indent: -9999em;
	width: 54px;
}

html > body #body_login_member input.reset {
	margin: 4px 0 0 0;
}

html >/**/ body #body_login_member input.reset {
	margin: 6px 0 0 0;
}

#body_login_member input.reset:hover, #body_login_member input.reset:focus {
	background-position: 0 -143px;
}

/* --------------------------------------------
	Wrapper Content
----------------------------------------------- */

#wrapper_content {
	border: 1px solid #c1d1e0;
	clear:left; 
	margin-top: 7px;
	width: 759px;
	width/**/:/**/ 757px;
	z-index: -1;
}

#wrapper_content .top_panel {
	background: url(../images/bg_wrapper_content_top_panel.gif) no-repeat 0 0;
	height: 12px;
	margin: -2px -1px 0 -1px;
	position: relative;
	width: 759px;	
}

#wrapper_content .body_panel {
	background: url(../images/bg_wrapper_content_bottom_panel.gif) no-repeat 0 bottom;
	margin: 0 -1px -1px -1px;
	padding: 0 0 21px 0;
	position: relative;
	width: 759px;
	z-index: 50;
}

/* --------------------------------------------
	Wrapper Main Content
----------------------------------------------- */

.wrapper_outer_main_content {
	float: left;
}

#wrapper_main_content {
	margin: 8px 20px 0 21px;
	width: 717px;
	position: relative;
}

html >/**/ body #wrapper_main_content {
	margin: 9px 20px 0 21px;
	width: 720px;
}

#main_content {
	border: 1px solid #d9e4ea;
	float: left;
	width: 525px;
	width/**/:/**/ 523px;
}

#main_content img.content_header{
	position: relative;
	left: -6px;
	margin: 0 -11px 0 0;
}

#main_content .top_panel {
	background: url(../images/bg_main_content_top_panel.gif) no-repeat 0 0;
	height: 12px;
	margin: -1px -1px 0 -1px;
	position: relative;
	width: 525px;

}

#main_content .body_panel {
	background: url(../images/bg_main_content_bottom_panel.gif) no-repeat 0 bottom;
	font-size: 120%;
	margin: 0 -1px -1px -1px;
	padding: 0 20px 10px 20px;
	width: 525px;
	width/**/:/**/ 485px;
}

#main_content_sub {
	border: 1px solid #d9e4ea;
	float: left;
	margin-top: 20px;
	width: 525px;
	width/**/:/**/ 523px;
}

#main_content_sub .top_panel {
	background: url(../images/bg_main_content_sub_panel.gif) no-repeat 0 0;
	height: 12px;
	margin: -1px -1px 0 -1px;
	position: relative;
	width: 525px;
}

#main_content_sub .body_panel {
	background: url(../images/bg_main_content_bottom_panel.gif) no-repeat 0 bottom;
	font-size: 120%;
	margin: 0 -1px -1px -1px;
	padding: 0 20px 10px 20px;
	position: relative;
	width: 525px;
	width/**/:/**/ 485px;
}

/* --------------------------------------------
	Right Column
----------------------------------------------- */

#wrapper_right_col {
	float: left;
	margin-left: 20px;
	width: 172px;
	padding-bottom: 10.6em;
}

#news_update {
	background-color: #fd7303;
}

#news_update p {
	margin-bottom: 0.1em;
}

#news_update h1 {
	background: url(../images/bg_news_update_h1.gif) no-repeat 0 0;
	height: 26px;
	text-indent: -9999em;
	width: 172px;
}

#news_update br {
	padding: 0;
	margin: 0;
}

#news_update .body_panel {
	background: url(../images/bg_right_col_body_panel.gif) no-repeat 0 bottom;
	clear: both;
	font-size: 110%;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0 15px 23px 15px;
	width: 172px;
	width/**/:/**/ 142px;
}

#news_update .body_panel h2 {
	left: -999px;
	position: absolute;
	width: 1px;
}

#news_update .body_panel label {
	display: block;
	padding:  10px 0 2px 0;
}
/*if needed in futere*/
#news_update .body_panel .select {
	border: 1px solid #c6c6c6;
	height: 22px;
	height/**/:/**/ 17px;
	padding: 2px 0 0 2px;
	width: 134px;
}
/*if needed in futere*/
#news_update .body_panel .textarea {
	border: 1px solid #c6c6c6;
	height: 122px;
	height/**/:/**/ 117px;
	padding: 2px 0 0 2px;
	overflow: auto;
	width: 133px;
}

#news_update .body_panel input.text {
	border: 1px solid #c6c6c6;
	height: 22px;
	height/**/:/**/ 17px;
	padding: 2px 0 0 2px;
	width: 138px;
}

#news_update .body_panel .register {
	background: url(../images/btn_register.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	float: left;
	height: 21px;
	margin: 16px 0 0 0;
	overflow: hidden;
	padding-left: 70px;
	text-indent: -9999em;
	width: 69px;	
}

#news_update .body_panel .register:hover, #news_update .body_panel .register:focus {
	background-position: 0 -143px; 	
}


/* --------------------------------------------
	Content List
----------------------------------------------- */

#main_content_sub .feature_list, #main_content .feature_list {
	list-style: none;
	padding-left: 0;
	position: relative;
	margin-bottom: 0.9em;
}

#main_content_sub .feature_list li, #main_content .feature_list li {
	background: none;
	display: inline;
	height: auto;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
}

#main_content_sub .feature_list li a, #main_content .feature_list li a {
	background: url(../images/main_content_list_li.gif) no-repeat 0 6px;
	display: block;
	list-style: none;
	padding: 5px 0 10px 20px;
	position: relative;
}

#main_content_sub .attachment_list, #main_content .attachment_list {
	list-style: none;
	padding-left: 0;
	position: relative;
	margin-bottom: 0.9em;
}

#main_content_sub .attachment_list li, #main_content .attachment_list li {
	background: none;
	display: inline;
	height: auto;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
}

#main_content_sub .attachment_list li a, #main_content .attachment_list li a {
	background: url(../images/main_content_list_li.gif) no-repeat 0 6px;
	display: block;
	list-style: none;
	padding: 5px 0 10px 20px;
	margin-bottom: 5px;
	position: relative;
}

/* --------------------------------------------
	Footer
----------------------------------------------- */

#footer {
	color: #6289ac;
	clear: both;
	font-size: 110%;
	margin: 14px 0 0 0;
	text-align: center;
}

#footer p {
	margin: 0 0 0 0;
}

/* --------------------------------------------
	Lists
----------------------------------------------- */

/* Lists

    * DIR - Directory list
    * DL - Definition list
          o DT - Definition term
          o DD - Definition description
    * LI - List item
    * OL - Ordered list
    * UL - Unordered list
*/
/*
#content ul {
	list-style-type: none;
	margin-bottom: 1.4em;
	padding-left: 20px;
	position: relative;
}

#content ul li {
	background: url(../images/bg_column_2_ul_li.gif) no-repeat 0 3px;
	margin-bottom: 0.9em;
	padding-left: 20px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 5px;
	padding-left: 3em;
}

#content ol.lower_alpha {list-style-type: lower-alpha;}
#content ol.upper_alpha {list-style-type: upper-alpha;}
#content ol.lower_roman {list-style-type: lower-roman;}
#content ol.upper_roman {list-style-type: upper-roman;}

#content ul ol li {
	background: none;
	padding-left: 0;
}

#content li ul {margin-top: 1.4em;}
#content li ol {margin-top: 1em;}

#content ol li {
	margin-bottom: 0.9em;
}
*/
#main_content ul {
	list-style-type: none;
	margin-bottom: 0.9em;
	padding-left: 20px;
	position: relative;
}

html >/**/ body #main_content ul {
	padding-left: 25px;
}

#main_content ul li {
	background: url(../images/bullet_ul_li.gif) no-repeat 0 3px;
	margin-bottom: 0.9em;
	padding-left: 16px;
}

#main_content ul li ul li {
	background: url(../images/bullet_ul_li_ul_li.gif) no-repeat 0 3px;
	margin-top: 0.9em;
}

#main_content ul li ol {
	margin-top: 0.9em;
}

#main_content ol {
	list-style-type: decimal;
	margin-left: 5px;
	padding-left: 3em;
}

#main_content ol li {
	margin-bottom: 0.9em;
}

#main_content ol.lower_aplha {list-style-type: lower-alpha;}
#main_content ol.upper_alpha {list-style-type: upper-alpha;}
#main_content ol.lower_roman {list-style-type: lower-roman;}
#main_content ol.upper_roman {list-style-type: upper-roman;}

#main_content ul ol li {
	background: none;
	padding-left: 0;
}

#main_content ol li ul {
	margin-top: 0.9em;
}

#main_content ol li ul li {
	background: url(../images/bullet_ul_li_ul_li.gif) no-repeat 0 3px;
	margin-bottom: 0.9em;
}


	
/* --------------------------------------------
	Main Navigation
----------------------------------------------- */



#wrapper_nav_main h2 {
	left: -999px;
	position: absolute;
	width: 1px;
}

#wrapper_nav_main {
	font-size: 100%;
	font-weight: bold;
	position: relative;
	top: -2px;
	width: 759px;
	z-index: 9999;
}
/*normal not current*/
#main_nav li ul li.current a {
	background: #4989c4 !important;
	font-weight: bold;
}

#main_nav li ul li.current a:hover, #main_nav li ul li.current a:focus, #main_nav li ul li.current:hover a, #main_nav li ul li.sfhover_current a, #main_nav li ul li.sfhover_current:hover a {
	background: #4989c4 !important;
	font-weight: bold;
	
}


/*sets current background colour*/
#main_nav li.current a, #main_nav li.current a:focus, #main_nav li.current:hover a, #main_nav li.sfhover_current a, #main_nav li.sfhover_current:hover a {
	background-color: #fd7304;
}

/*background for sub ul on current*/
#main_nav li.current ul li a, #main_nav li.current ul li a:focus,  #main_nav li.current:hover ul li a, #main_nav li.sfhover_current ul li a,  #main_nav li.sfhover_current:hover ul li a {
	background: #2e71af;
}

/*sets hover state on sub ul*/
#main_nav li.current ul li a:hover {
	background-color: #4989c4;
}

#main_nav { 
	background: #1d61a0 url(../images/bg_nav_main.gif) no-repeat right bottom;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
	width: 759px;
}

#main_nav li { /* all list items */
	float: left;
}

#main_nav ul {
	list-style: none;
}

#main_nav li a {
	border-right: 1px solid #154877;
	border-left: 1px solid #3679b6;
	color: #fff;
	display: inline;
	float: left;
	padding: 7px 16px 8px 16px;
	text-decoration: none;
}

html >/**/ body #main_nav li a {
	display: block;
	float: none;
}

#main_nav li:hover a, #main_nav li:focus a, #main_nav li.sfhover a {
	background-color: #2e71af;
}

#main_nav #first_node a {
	background-image: url(../images/bg_first_node_all.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	border-left: none;
}

#main_nav #first_node:hover a, #main_nav #first_node:focus a, #main_nav #first_node.sfhover a {
	background-position: -748px bottom;
}

#main_nav #first_node:hover ul li a, #main_nav #first_node:focus ul li a, #main_nav #first_node.sfhover ul li a {
	background-color: #2e71af;
	background-image: none;
}

#main_nav #first_node.current a, #main_nav #first_node.current a:focus, #main_nav #first_node.current:hover a, #main_nav #first_node.sfhover_current a, #main_nav #first_node.sfhover_current:hover a {
	background-color: #fd7304;
	background-image: url(../images/bg_first_node_all.gif);
	background-position: -1499px bottom;
	background-repeat: no-repeat;
}

#main_nav #first_node.current ul li a, #main_nav #first_node.current ul li a:focus,  #main_nav #first_node.current:hover ul li a, #main_nav #first_node.sfhover_current ul li a,  #main_nav #first_node.sfhover_current:hover ul li a {
	background: #2e71af;
}

#main_nav #first_node.current ul li:hover a, #main_nav #first_node.sfhover_current ul li a, #main_nav #first_node.sfhover_current ul li:hover a  {
	background: #2e71af;
}

html > body #main_nav #first_node.current ul li:hover a, #main_nav #first_node.sfhover_current ul li a, #main_nav #first_node.sfhover_current ul li:hover a  {
	background: #4989c4;
}

#main_nav #first_node ul li a {
	background-image: none;
	border-top: 1px solid #78aad9;
}

#main_nav li ul li a:hover, #main_nav li ul li a:focus, #main_nav li.sfhover_current:hover ul li a:hover, #main_nav li.sfhover_current:hover ul li a:focus {
	background-color: #4989c4;
}

#main_nav #first_node.current ul li a, #main_nav #first_node.sfhover_current ul li a {
	background-image: none;
	border-left: none;
}

#main_nav #first_node.current ul li a {
	background: none;
	border-left: none;
}

#main_nav #last_node ul li a {
	background: none;
	border-right: none;
	border-top: 1px solid #78aad9;
}

#main_nav #first_node ul li a:hover, #main_nav #first_node ul li a:focus {
	background-image: none;
	background-color: #4989c4;
}

#main_nav #last_node a {
	background-image: url(../images/bg_nav_main_ul_li.gif);
	background-repeat: repeat-y;
	background-position: right top;
	border-right: none;
}

#main_nav #last_node.current a {
	border-right: none;
}

#main_nav #last_node.current ul li a {
	background: none;
}

#main_nav #last_node.current ul li a {
	background-image: none;
	border-right: none;
}

#main_nav #last_node.current ul li a:hover, #main_nav #last_node.current ul li a:focus {
	background: #4989c4;
}

#main_nav #last_node.current ul li a, #main_nav #last_node.current ul li a:hover, #main_nav #last_node.current ul li a:focus {
	background-image: none;
	border-right: none;
}

#main_nav #last_node ul li a:hover, #main_nav #last_node ul li a:focus {
	background-color: #4989c4;
}

#main_nav li ul li a {
	background: none;
	border-right: none;
	border-left: none;
	border-top: 1px solid #78aad9;
	border-bottom: 1px solid #154877;
	display: block;
	font-weight: normal;
	padding: 4px 16px 4px 16px;
	position: relative;
	width: 172px;
	width/**/:/**/ 140px;
}

#main_nav li ul {
	background: #2e71af;
	border: 1px solid #154877;
	border-top: 1px solid #154877;
	border-bottom: none;
	clear: left;
	left: -999em;
	position: absolute;
	width: 172px;
	z-index: 100;
}

#main_nav li:hover ul, #main_nav li.sfhover ul, #main_nav li.sfhover_current ul { /* lists nested under hovered list items */
	left: auto;
}

/* --------------------------------------------
	Sub Navigation
----------------------------------------------- */

#nav_sub {
	background-color: #fd7303;

}

#nav_sub h2 {
	background: url(../images/bg_right_col_top_panel.gif) no-repeat 0 0;
	height: 12px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -999em;
	width: 172px;
}

#nav_sub .body_panel {
	background: url(../images/bg_right_col_body_panel.gif) no-repeat 0 bottom;
	clear: both;
	font-size: 110%;
	margin: 0 0 0 0;
	padding: 0 0 13px 0;
	position: relative;
	width: 172px;
}

#nav_sub .body_panel ul {
	background: none;
	list-style: none;
	overflow: hidden;
}

#nav_sub .body_panel ul li {
	background: none;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;/*6px 0 7px 0*/
	width: 151px;
	width/**/:/**/ 131px;
}

#nav_sub .body_panel ul li a {
	background: none;
	color: #000;
	display: block;
	font-size: 120%;
	margin: 0;
	padding: 5px 0 7px 0;
	width: 133px;


}

#nav_sub .body_panel ul li.current  {
	background: url(../images/bg_nav_sub_ul_li.gif) no-repeat 0 center;
	padding-left: 0;
}

#nav_sub .body_panel ul li.current  a {
	color: #fff;
	font-weight: bold;
	padding-left: 19px;
}

#nav_sub .body_panel ul li.current a:hover {
	text-decoration: none;
}

/* --------------------------------------------
	Tables
----------------------------------------------- */

/* Tables

    * TABLE - Table
          o CAPTION - Table caption
          o COLGROUP - Table column group
                + COL - Table column
          o THEAD - Table head
          o TFOOT - Table foot
          o TBODY - Table body
          o TR - Table row
                + TD - Table data cell
                + TH - Table header cell
*/


table.data {
	border: none;
	border-collapse: collapse;
	line-height: 1.3em;
	margin: 0 auto 1.4em auto;
}

table.data caption {
	color: #fd7303;
	border-bottom: 3px solid #fff;
	font-size: 120%;
	font-weight: normal;
	margin: auto;
	padding: 5px;
	text-align: left;
}

table.data td, table.data th, table.data td.th {
	border: 1px solid #d6d6d6;
	padding: 3px 6px;
	vertical-align: top;
}

table.data tbody th {
	background: #75a6d2;
}

table.data td.th, table.data th { /* Due to Rad's not supporting THs, users should apply a TH class to TDs */
	background-color: #6695c0;
	color: #fff;
	font-weight: bold;
	line-height: 130%;
}

table.data td {
	background-color: #fff;
}


table.data tr.even td {
	background-color: #d9e3ed;
}


/* --------------------------------------------
	Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      # OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

fieldset {
	border: none;
	clear: both;
}

legend {
	display: none;
}

input.submit {			/* Ensure buttons behave the same across all browsers */	
	padding: 0 .25em;
    width: 0;  			/* IE width fix */
   	overflow: visible;
}

input.submit[class] {	/* IE ignores [class] (attribute selectors) */
   	width: auto;  		/* Cancel IE width fix for other browsers */
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background-color: #ffc;
}

textarea {
	font-family: Arial, Helvetica, sans-serif	/* Same as content. IE won't inherit the initial value */
}

option {
	padding-left: 3px;
	padding-right: 10px;
}

/*form*/

.wrapper_form br {
	clear: both;
}

#main_content label {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 130px;
}

#main_content label span {
	color: #666;
	font-size: 90%;
}

#main_content input.text {
	margin-bottom: 1em;
	border: 1px solid #7f9db9;
	display: inline;
	float: left;
	margin: 0 0 0.9em 0;
	padding: 2px 0 1px 2px;
	width: 258px;
	width/**/:/**/ 252px;
}

#main_content select {
	border: 1px solid #7f9db9;
	display: inline;
	float: left;
	margin-bottom: 0.9em;
	position: relative;
	width: 258px;
	width/**/:/**/ 256px;
	z-index: 1;
}

#main_content textarea {
	border: 1px solid #7f9db9;
	display: inline;
	float: left;
	height: 152px;
	height/**/:/**/ 150px;
	margin-bottom: 0.9em;
	padding: 2px 0 0 2px;
	width: 258px;
	width/**/:/**/ 252px;
}

#main_content .submit {
	background: url(../images/btn_submit.gif) no-repeat 0 0;
	border: none;
	clear: both;
	cursor: pointer;
	display: block;
	height: 21px;
	margin-top/**/:/**/ 0.5em;
	margin-left: 134px;
	margin-left/**/:/**/ 133px;
	overflow: hidden;
	padding-left: 64px;
	text-indent: -9999em;
	width: 63px;
}

html > body #main_content .submit {
	margin-top: 1em;
}

html >/**/ body #main_content .submit {
	margin-top: 0;
}

#main_content .submit:hover, #main_content .submit:focus {
	background-position: 0 -143px;
}

html > body #main_content .submit {
	margin-left: 140px;
}

#main_content .submit:focus, #main_content textarea:focus, #main_content select:focus, #main_content input.text:focus {
	background-color: #ffc;
}

.wrapper_form {
	text-align: center;
	width: 100%;
}

.wrapper_form fieldset {
	margin: 0 auto;
	padding-bottom: 15px;
	text-align: left;
	width: 406px;
}	

.wrapper_form p {
	font-size: 90%;
	text-align: left;
	margin-left: 42px;
}

.wrapper_form em {
	color: #f00;
}	

#main_content .radio_container, #main_content .checkbox_container {
	margin-bottom: 0.9em;
	overflow: hidden;
}

#main_content .radio_container p, #main_content .checkbox_container p {
	display: inline;
	float: left; 
	font-size: 110%;
	margin-left: 0;
	margin-right: 10px;
	overflow: hidden;
	width: 130px;
}

#main_content .radio_container input, #main_content .checkbox_container input {
	display: inline;
	float: left;	
	margin: -2px 10px -1px 0;
	margin/**/:/**/ -3px 10px -1px 0;
	padding: 0;
	vertical-align: top;
}

html >/**/ body #main_content .radio_container input, html >/**/ body #main_content .checkbox_container input {
	margin: 1px 10px -1px 0;
}

#main_content .radio_container label, #main_content .checkbox_container label {
	display: inline;
	float: left;
	width: 156px;
}

#main_content .radio_container div, #main_content .checkbox_container div {
	margin-left: 130px;
}

#main_content .radio_container ul, #main_content .checkbox_container ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 255px;
}

html > body #main_content .radio_container ul, html > body #main_content .checkbox_container ul {
	position: relative;
	left: -2px;
}

html > /**/ body #main_content .radio_container ul, html > /**/ body #main_content .checkbox_container ul {
	position: relative;
	left: 0;
}

#main_content .radio_container ul li, #main_content .checkbox_container ul li {
	background: none;
	display: inline;
	float: left;
	margin: 0 0 0.5em 0;
	overflow: hidden;	
	padding:  0;
}

html > body #main_content .radio_container ul li, html > body #main_content .checkbox_container ul li {
	display: block;
	float: none;
}

html >/**/ body #main_content .radio_container ul li, html >/**/ body #main_content .checkbox_container ul li {
	display: inline;
	float: left;
}


	



/* --------------------------------------------
	Phrase Elements
----------------------------------------------- */

/* Phrase Elements

    * ABBR - Abbreviation
    * ACRONYM - Acronym
    * CITE - Citation
    * CODE - Computer code
    * DFN - Defined term
    * EM - Emphasis
    * INS - Inserted text
    * KBD - Text to be input
    * SAMP - Sample output
    * STRONG - Strong emphasis
    * VAR - Variable
*/




/* --------------------------------------------
	Font Style Elements
----------------------------------------------- */

/* Font Style Elements

    * SMALL - Small text
    * TT - Teletype text
*/




/* --------------------------------------------
	Frames
----------------------------------------------- */

/* Frames

    * FRAMESET - Frameset
          o FRAME - Frame
    * NOFRAMES - Frames alternate content
*/




/* -----------------------------------------------
     Glossary Styles
----------------------------------------------- */

/* For Use in the Print Stylesheet */

/*
a.no_glossary {display: none;}

a sup.glossary {
     color: #000;
	 font-family: "Courier New", Courier, monospace;
	 font-size: 10pt;
     font-style: italic;
     font-weight: normal;
     text-decoration: none;
     padding-left: 0.2em;
}

div.glossary {
     border-top: 1px solid #cad5f3;
     clear: both;
	 font-size: 130%;
     margin-top: 1.3em;
     padding-top: 1.3em;
     text-align: left;
}

.glossary hr {display: none;}

.glossary h2 {
	font-weight: bold;
	margin-bottom: 0.85em;
	margin-top: 0.1em;
}

.glossary ol {
    list-style-type: decimal;
	padding-left: 3em;
}
*/
