
* 
{
    margin: 0;
    padding: 0;
}

body
{
	width: 100%; 
	height: 99%; /* 99% for rounding errors which show scrollbar */
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/*TRAJAN srf*/  /* use <h4> or <h5> to make the headline in trajan swf */
h4
{
	margin-top: 5px;
	padding-bottom: 4px;
	font-size: 20px;
	/* if siFR did not load, fall back */
	color: #6699cc;
	font-weight: normal;
	font-family: Arial;
}

h5
{
	margin-top: 5px;
	padding-bottom: 4px;
	font-size: 14px;
	/* if siFR did not load, fall back */
	color: #6699cc;
	font-weight: normal;
	font-family: Arial;
}


h2
{
	margin-top: 12px;
	padding-bottom: 4px;
	font-size: 20px;
	color: #6699cc;
	font-weight: normal;
	font-family: Arial;
}

hr
{
	height: 1px;
	color: #DDDDDD;
}

p
{
	padding-bottom: 10px;
}

img
{
	border: none;
}

option
{
	height: 4px;
}

#pageContainer
{
    position:relative;
    margin: 0px auto;
    height:auto !important;
    height:100%;  
    min-height:100%;
    border: none;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px 0px 0px 0px;
}

#pageInnerContainer
{
    margin: 0px auto;
    width: 790px;
    position: relative;
    height:auto !important;
    /*height:100%;  */
    /*min-height:100%;*/
}

.pageWelcomeHeader
{
    margin: 0px auto;
    width: 100%;
    position: relative;
    height: 20px;
    background-color: #FFFFA0;
    text-align: center;
    font-weight: bold;
}

#header 
{
	height: 156px;
	padding: 0px 0px 0px 0px;
}

#header img
{
	display: block;
}

#contentContainer 
{
    padding: 0px 23px 20px 23px;
  	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}


#footerContainer
{
	clear: both;
	margin: 0px 0px 10px 0px;
  	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}

#headerBar
{
	height: 41px;   
	background-image: url(../images/header_co.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#headerBarLeft
{
	height: 91px;
	width: 11px;
	background-image: url(../images/header_bar_left.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	float: left;
}

#headerBarRight
{
	height: 91px;
	width: 11px;
	background-image: url(../images/header_bar_right.jpg);
	background-repeat: no-repeat;
	background-position:top right;
	float: right;	
}


#copyright
{
	padding-bottom: 10px; 
	text-align: center;
	font-size: 10px;
	color: #888888;
}

#copyright a:link
{
	color: #000000;
	text-decoration: none;
	outline: none;
}
#copyright a:visited
{
	color: #000000;
	text-decoration: none;
	outline: none;
}
#copyright a:hover 
{
	color: #000000;
	text-decoration: underline;
	outline: none;
}
#copyright a:active
{
	color: #000000;
	text-decoration: none;
	outline: none;
}


#footer 
{
    height: 28px;
    bottom: 10px;  /* stick to bottom */
  	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


.leftAlign
{
	display: inline;
	float: left;
}

.rightAlign
{
	display: inline;
	float: right;
}

ul
{
	margin-left: 8px;
	padding-left: 8px;
	list-style-position: outside;
	list-style-type: square;
}

.emphasis
{
	font-weight: bold;
}

a:link
{
	color: #6699CC;
	outline: none;
}
a:hover 
{
	/*color: #000000 ! important;*/
}
a:active
{
	color: #6699CC;
	/*outline: none;*/
}

a:visited
{
	color: #6699CC;
	outline: none;
}


#policy
{
	margin: 0px auto;
	width: 701px;
	color: #7D848A;
}

#policy img
{
	float: left; 
	display: block;
}

#policy .content
{
	clear: both;
	padding: 25px 55px 25px 55px;
	background-image: url(../images/policy_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#policy p
{
	text-align: justify;
}

#policy .footer
{
	padding-top: 10px;
	padding-bottom: 10px;
}
/*
#policy #back
{
	float: right;
	padding-bottom: 10px;
}*/


#policy #back
{
	clear: both;
	height: 30px;
	background-image: url(../images/policy_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#policy #back img
{
	float: right;
	padding-right: 55px;
}


/* data layout */
 
.data
{
	/*padding-top: 4px;*/
	padding-bottom: 8px;
	padding-right: 10px;
	vertical-align: top;
	font-weight: normal;
}

.data_label
{
	font-weight: bold;
	vertical-align: top;
	/*padding-top: 4px; */
	padding-bottom: 8px;
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}
.data_text
{
	font-weight: bold;
	vertical-align: top;
	padding-top: 4px; 
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: justify;
}

.data_html
{
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
}

.data_html ul
{
	margin-left: 16px;
	padding-left: 10px;
}
.data_html ol
{
	margin-left: 10px;
	padding-left: 26px;
}

.edit_label
{
	padding-top: 4px;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 4px;
	white-space: nowrap;
	text-align: left;
}

.edit
{
	/*border: solid 1px;*/
	padding-top: 1px;
	padding-bottom: 4px;
	padding-right: 10px;
	vertical-align: top;
	margin: 0px;
}

.edit input
{
	margin-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px; 
	font-size: 12px;
	font-family: tahoma;
}

.edit label
{
	padding-right: 5px;
}

.edit select
{
	margin-top: 1px;
	font-size: 12px;
	font-family: tahoma; 
}

.edit option  /* the drop down section of the dropdown list - for Firefox, no effect on IE*/
{
	padding-left: 2px;
	padding-bottom: 2px;
}

.edit textarea
{
	font-size: 12px;
	font-family: tahoma;
	padding-left: 2px;
}

.loadingHeader
{
	width: 90%;
}

.loading
{
	text-align: right;
	margin-top: 5px;
	padding-right: 10px;
}

#startPageContainer
{
	width: 100%;
	margin: 0px auto;

	background-image: url(../images/startup_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}


#startPageContent
{
	margin: 0px auto;
	width: 899px;
	padding-top: 370px;
}

#startPageOrImage
{
    margin: 0px auto;
    width: 313px;
}

.navigation_panel
{
	width: 187px;
	background-image: url(../images/box_small_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 10px 0px;
	vertical-align: top;
}
.navigation_panel_top
{
	width: 187px;
	height: 11px;
	background-image: url(../images/box_small_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.navigation_panel_content
{
	width: 157px;
	padding: 0px 15px 0px 15px;
}
.navigation_panel_bottom
{
	width: 187px;
	height: 11px;
	background-image: url(../images/box_small_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* menu */

.menu
{
	width: 150px;
}


.menu ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu li
{
	height: 16px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
}

.menu a
{
	text-decoration: none;
	color: #666666;
	position: relative;
}

.menu a:active
{
	color: #666666;
}
.menu a:visited
{
	color: #666666;
}
menu a:hover
{
	color: #666666;
}


.menu_selected 
{
	color: #6699CC !important;
	font-size: 10px;
	cursor: text;
}

.menu_selected_normal
{
	color: #6699CC !important;
	font-size: 10px;
}


.menu_unavailable
{
	color: #AAAAAA !important;
	cursor: text;	
}

.menu_hidden
{
	display:none;
}

#content
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 542px;
	float: right;
	overflow: hidden;
	min-height: 300px;
}

.content_panel
{
	width: 542px;
	background-image: url(../images/box_large_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 15px 0px;
	vertical-align: top;
}
.content_panel_top
{
	width: 542px;
	height: 11px;
	background-image: url(../images/box_large_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.content_panel_content
{
	width: 512px;
	padding: 0px 15px 0px 15px;
}
.content_panel_bottom
{
	width: 542px;
	height: 11px;
	background-image: url(../images/box_large_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*
.content_panel a:link
{
	color: #000000;
	text-decoration: none;
	outline: none;
}
.content_panel a:visited
{
	color: #000000;
	text-decoration: none;
	outline: none;
}
.content_panel a:hover 
{
	color: #000000;
	text-decoration: underline;
	outline: none;
}
.content_panel a:active
{
	color: #000000;
	text-decoration: none;
	outline: none;
}
*/

.benefits ul
{
	list-style:disc;
	list-style-position: inside;
	padding-left: 20px;
}

.benefits li
{
	padding-bottom: 5px;
}

.benefits ol
{
	padding-left: 30px;
}
.benefits .footnote
{
	padding-left: 27px;
}
.benefits .footnote .head
{
	float: left;
}
.benefits .footnote .text
{
	padding-left: 15px;
}
.faq ul
{
	list-style:disc;
	list-style-position: inside;
	padding-left: 20px;
}

.faq li
{
	padding-bottom: 5px;
}

.faq ol
{
	padding-left: 30px;
}

/*
.faq a:link
{
	color: #000000;
	text-decoration: underline;
	outline: none;
}
.faq a:visited
{
	color: #000000;
	text-decoration: underline;
	outline: none;
}
.faq a:hover 
{
	color: #000000;
	text-decoration: underline;
	outline: none;
}
.faq a:active
{
	color: #000000;
	text-decoration: underline;
	outline: none;
}
*/

.disclaimer
{
	line-height: 16px;
	text-align: justify;
	padding: 0px 5px 10px 5px;
}


.disclaimer ul
{
	margin-left: 40px;
}


.checkbox input
{
	height: 13px;
	width: 13px;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: bottom;
	top: 15px;
}

.checkbox label
{
	display: block;
	padding-left: 20px;
}

#slideshow
{
	width: 542px;
	
}
#slideshow .top
{
	width: 542px;
	height: 7px;
	background-image: url(../images/slideshow_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#slideshow .left
{
	float: left;
	width: 6px;
	height: 298px;
	background-image: url(../images/slideshow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#slideshow .main
{
	float: left;
	width: 530px;
	height: 298px;
}
#slideshow .right
{
	float: left;
	width: 6px;
	height: 298px;
	background-image: url(../images/slideshow_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#slideshow .bottom
{
	clear: both;
	width: 542px;
	height: 7px;
	background-image: url(../images/slideshow_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
