/* CSS for general contents page */

/* Nav shadow */
#nav_shadow 
{
	width:100%; 
	height:6px; 
	overflow:hidden; /* < IE6 height fix */
}
#nav_shadow #left_shadow 
{
	width: 162px; 
	height:6px; 
	background-image:url("/Images/template/nav_shadow_1.png");
	background-repeat:repeat-x;
	background-position:top left; 
	float:left;
	overflow:hidden;
}
#nav_shadow #right_shadow 
{
	width:798px; 
	height:6px;
	background-image:url("/Images/template/nav_shadow_2.png");
	background-repeat:repeat-x;
	background-position:top left; 
	float:left;
	overflow:hidden;
}


/* Content page wrappers */
#left_column { width:160px; float:left; /*background-color:#f2f2f2;*/ }
#main_column { width:788px; float:left; padding-left:10px; }
#breadcrumb { font-size:0.8em; font-weight:bold; width:100%; padding-top:7px; padding-bottom:7px; }
#breadcrumb a { font-weight:normal; }

#main_contents {
	width:550px;
	float:left;
	padding:10px;
	border:1px solid #dddddd;
	margin-bottom:10px;
}

#right_column {
	width:195px;
	float:left;
	padding-left:15px;
}

/* Menu boxes */

.submenu_wrapper {
	width:100%;
	padding-top:8px;
	padding-bottom:5px;
}

.submenu_wrapper p 
{
	margin:6px;
	font-weight:bold;
	color:#464646;
}

.submenu_wrapper a {
	border-top:1px solid #b69ba0;
	border-right:1px solid #b69ba0;
	border-bottom:1px solid #b69ba0;
	background-color:#ffffff;
	background-image:url(../Images/template/subnav_gradient.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin-bottom:5px;
	padding-left:5px;
	width:152px;
	display:block;
	line-height:1.81em;
	text-decoration:none;
	color:#2d2d2d;
}

.submenu_wrapper a:hover 
{
	text-decoration:underline;
	margin-bottom:5px;
}

.submenu_wrapper .active 
{
	background-image:url(../Images/template/subnav_gradient_selected.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	border-right:5px solid #42759f;
	background-color:#ffffff;
	font-weight:bold;
}

.submenu_wrapper .active:hover 
{
}

.submenu_wrapper a.subsubmenu 
{

	border-top:1px solid #b69ba0;
	border-right:1px solid #42759f;
	border-bottom:none;
	border-left:1px solid #b69ba0;
	background-color:#ffffff;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:0px;
	margin-left:10px;
	width:145px;
	display:block;
	line-height:1.50em;
	text-decoration:none;
	background-image:none;
}

.submenu_wrapper a.subsubmenu:hover 
{
	text-decoration:underline;
	margin-bottom:0px;
}

.submenu_wrapper a.subsubmenu_active
{
	border-top:1px solid #b69ba0;
	border-right:1px solid #42759f;
	border-bottom:none;
	border-left:1px solid #b69ba0;
	background-color:#ffffff;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:0px;
	margin-left:10px;
	width:145px;
	display:block;
	line-height:1.50em;
	text-decoration:none;
	background-image:none;
	font-weight:bold;
}

.submenu_wrapper a.subsubmenu_bottom 
{
	border-top:1px solid #b69ba0;
	border-right:1px solid #42759f;
	border-bottom:1px solid #b69ba0;
	border-left:1px solid #b69ba0;
	background-color:#ffffff;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:8px;
	margin-left:10px;
	width:145px;
	display:block;
	line-height:1.50em;
	text-decoration:none;
	background-image:none;
}

.submenu_wrapper a.subsubmenu_bottom:hover
{
	text-decoration:underline;
	margin-bottom:8px;
}

.submenu_wrapper a.subsubmenu_bottom_active
{
	border-top:1px solid #b69ba0;
	border-right:1px solid #42759f;
	border-bottom:1px solid #b69ba0;
	border-left:1px solid #b69ba0;
	background-color:#ffffff;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:0px;
	margin-left:10px;
	width:145px;
	display:block;
	line-height:1.50em;
	font-weight:bold;
	text-underline:none;
}



/* External link wrapper */

.ext_wrapper 
{
	border-top:1px solid #CCCCCC;
	width:100%;
	margin-top:12px;
	padding-bottom:5px;
}

.ext_wrapper p
{
	font-weight:bold;
	line-height:1.2em;
	padding:15px 0px 10px 5px;
	margin:0px;
}

.ext_wrapper ul
{
	padding:0px;
	margin:0px;
	padding-left:30px;
	margin-bottom:10px;
}

.img_wrapper 
{
	margin-top:5px;
	margin-bottom:5px;
}

.img_wrapper img
{
	padding-left:10px;
	margin-bottom:5px;
}

.img_wrapper p
{
	font-weight:bold;
	line-height:0.8em;
	padding-left:5px;
	margin:0px;
}

.img_wrapper ul
{
	padding:0px;
	margin:0px;
	padding-left:30px;
	margin-bottom:10px;
}

/* Page header wrapper */

#print_logo {
    display:none;
    visibility:hidden;
}

#page_title 
{
	width:100%;
	border-bottom:1px solid #dbdbdb;
	margin-bottom:5px;
}

#page_title h1 
{
	float:left;
	margin-bottom:4px;
	width:69%;
}

#page_title p
{
	font-size:0.9em;
	color:Gray;
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
	top:24px;
	font-weight:bold;
	width:29%;
	text-align:right;
}

/* Content area */

#content_clearer 
{
	padding-top:40px;
	clear:both;
	width:100%;
	text-align:right;
}

#content_clearer #top_of_page_arrow 
{
	background-image:url("../images/template/arrow_up_blue.gif");
	background-repeat:no-repeat;
	background-position:left;
	float:right;
	padding-left:10px;
	width:8%;
	text-align:right;
}

#content_clearer #back_arrow
{
	background-image:url("../images/template/arrow_left_blue.gif");
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	width:8%;
	text-align:left;
	padding-left:10px;
}

.photo_wrapper_right 
{
	float:right;
}

.photo
{
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	margin:20px 20px 4px 20px;
}

.photo_description 
{
	margin:0px 20px 20px 20px;
	text-align:center;
	color:Gray;
}

.CrsSubHeader 
{
	border-bottom:1px solid #dbdbdb;
	Width:50%;
	padding:2px;
	margin:24px 0px 8px 0px;
	font-size:1.2em;
}

.CentreObject 
{
	text-align:center;
}


.FAQQuestion {
	background-image:url(../Images/template/faq_gradient_1.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#f9ffec;
	border:1px solid #FFE8B7;
	border-bottom:2px solid #FFFFFF;
	text-align:left;
	width:518px;
	padding:10px;
	padding-right:20px;
}

.FAQQuestionAlt {
	background-image:url(../Images/template/faq_gradient_2.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#f9ffec;
	background-color:;
	border:1px solid #FFE8B7;
	border-bottom:2px solid #FFFFFF;
	text-align:left;
	width:518px;
	padding:10px;
	padding-right:20px;
}

.FAQQuestion p, .FAQQuestionAlt p {
	padding:0px;
	margin:0px;
}

.FAQQuestion p a.selected, .FAQQuestionAlt p a.selected {
	background-image:url("../Images/template/arrow_up_green.gif");
	background-position:right;
	background-repeat:no-repeat;
	padding-right:15px;
	cursor:pointer;
	color:#111111;
	font-weight:bold;
}

.FAQQuestion p a.closed, .FAQQuestionAlt p a.closed {
	background-image:url("../Images/template/arrow_down_green.gif");
	background-position:right;
	background-repeat:no-repeat;
	padding-right:15px;
	cursor:pointer;
	color:#111111;
}

.FAQAnswer {
	width:530px;
	padding:10px;
	border-left:1px solid #FFE8B7;
	border-right:1px solid #FFE8B7;
	text-align:left;
}

.FAQAnswerBottom {
	width:530px;
	padding:10px;
	border-left:1px solid #FFE8B7;
	border-right:1px solid #FFE8B7;
	border-bottom:1px solid #FFE8B7;
	text-align:left;
}

.PaginateWrapper
{
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
}

.PaginateWrapper .Left
{
	float:left;
	width:48%;
	text-align:left;
}

.PaginateWrapper .Right
{
	float:right;
	width:48%;
	text-align:right;
}

.UnderlineText 
{
	width:100%;
	border-bottom:1px solid #DDDDDD;
	margin-top:5px;
	margin-bottom:5px;
}

/* Right column */

.user_panel
{
	width:194px;
	margin-bottom:15px;	
}

.user_panel .user_panel_top
{
	height:16px;
	width:100%;
	overflow:hidden;
}

.user_panel .user_panel_top .top_left
{
	width:16px;
	height:21px;
	background-image:url(../Images/template/user_panel_tl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

.user_panel .user_panel_top .top_middle
{
	height:21px;
	width:162px;
	background-image:url(../Images/template/user_panel_header.gif);
	background-position:top left;
	background-repeat:repeat-x;
	float:left;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}

.user_panel .user_panel_top .top_right
{
	width:16px;
	height:21px;
	background-image:url(../Images/template/user_panel_tr.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

.user_panel .user_panel_middle 
{
	width:192px;
	background-color:#ececec;
	border-left:1px solid #b69ba0;
	border-right:1px solid #b69ba0;
}

.user_panel .user_panel_middle .panel_row
{
	width:100%;
}

.user_panel .user_panel_middle .panel_row .cell_left 
{
	width:40%;
	float:left;
	padding:5px;
	text-align:right;
	font-size:12px;
}

.user_panel .user_panel_middle .panel_row .cell_right
{
	width:45%;
	float:left;
	padding:5px;
}

.user_panel .user_panel_middle .panel_row .cell_full 
{
	width:90%;
	padding:5px;
}

.user_panel .user_panel_bottom 
{
	width:100%;
	height:16px;
}

.user_panel .user_panel_bottom .bottom_left
{
	height:16px;
	width:16px;
	background-image:url(../Images/template/user_panel_bl.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
}

.user_panel .user_panel_bottom .bottom_middle 
{
	height:15px;
	width:162px;
	background-color:#ececec;
	border-bottom:1px solid #b69ba0;
	float:left;
}

.user_panel .user_panel_bottom .bottom_right
{
	height:16px;
	width:16px;
	background-image:url(../Images/template/user_panel_br.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
}

a.btn_text_small
{
	background-image:url(../Images/template/btn_small_font.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	display:block;
	float:left;
	margin:4px 2px 2px 0px;
}

a.btn_text_small_selected
{
	background-image:url(../Images/template/btn_small_font_selected.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	display:block;
	float:left;
	margin:2px 2px 2px 0px;
}

a.btn_text_medium
{
	background-image:url(../Images/template/btn_medium_font.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	display:block;
	float:left;
	margin:4px 2px 2px 2px;
}

a.btn_text_medium_selected
{
	background-image:url(../Images/template/btn_medium_font_selected.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:26px;
	height:26px;
	display:block;
	float:left;
	margin:2px;
}

a.btn_text_large
{
	background-image:url(../Images/template/btn_large_font.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:26px;
	height:26px;
	display:block;
	float:left;
	margin:4px 2px 2px 2px;
}

a.btn_text_large_selected
{
	background-image:url(../Images/template/btn_large_font_selected.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	display:block;
	float:left;
	margin:2px;
}

a.btn_bg_white 
{
	background-image:url("../images/template/btn_bg_white.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	display:block;
	float:left;
	margin:4px 2px 2px 0px;
}

a.btn_bg_white_selected
{
	background-image:url("../images/template/btn_bg_white_selected.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	display:block;
	float:left;
	margin:2px 2px 2px 0px;
}

a.btn_bg_pale_yellow
{
	background-image:url("../images/template/btn_bg_pale_yellow.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	display:block;
	float:left;
	margin:4px 2px 2px 2px;
}

a.btn_bg_pale_yellow_selected
{
	background-image:url("../images/template/btn_bg_pale_yellow_selected.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	display:block;
	float:left;
	margin:2px;
}

a.btn_bg_yellow 
{
	background-image:url("../images/template/btn_bg_yellow.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	display:block;
	float:left;
	margin:4px 2px 2px 2px;
}

a.btn_bg_yellow_selected
{
	background-image:url("../images/template/btn_bg_yellow_selected.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	display:block;
	float:left;
	margin:2px;
}

a.btn_bg_blue 
{
	background-image:url("../images/template/btn_bg_blue.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	display:block;
	float:left;
	margin:4px 2px 2px 2px;
}

a.btn_bg_blue_selected
{
	background-image:url("../images/template/btn_bg_blue_selected.png");
	background-position:top left;
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	display:block;
	float:left;
	margin:2px;
}

a.disabledgo {
	background-image:url(../Images/Logos/Disabled_Go.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:100px;
	height:63px;
	display:block;
	margin:0px;
	padding:0px;
}

#story_wrapper 
{
	border-top:1px solid #dbdbdb;
	width:100%;
	padding-top:15px;
	margin:20px 0px;
}

#story_wrapper p 
{
	margin:0px;
	font-weight:bold;
}

#story_wrapper ul 
{
	padding:0px;
	margin:0px;
	padding-left:18px;
}

.object_wrapper
{
	width:100%;
	padding:0.8em 0em 0.8em 0em;
	border-bottom:1px solid #dbdbdb;
}

.object_wrapper_top
{
	margin-top:1.6em;
	width:100%;
	padding:0.8em 0em 0.8em 0em;
	border-bottom:1px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
}

.warning
{
	width:95%;
	padding:10px;
	text-align:center;
	border:3px solid red;
	color:Red;
}