@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align:right;
	margin:0px;
	background: #043294 url(/images/main_bg.jpg) top repeat-x; 
	
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* main tables */
.tb_header {
	width:100%;
	text-align:left;
}

.tb_center {
	width:900px;
	background:url(/images/box_middle.gif) bottom no-repeat ;
	padding-top:126px;
	padding-right:60px;
	padding-left:60px;
}

.tb_index {
	background:url(/images/box_index.gif) top no-repeat ;
	width:900px;
	padding-top:40px;
	padding-right:60px;
	padding-left:60px;
}

.tb_footer {
	width:900px;
	height:79px;
	text-align:center;
	background:url(/images/box_bottom.gif) bottom no-repeat ;
}
.tb_footer_links {
	width:900px;
	text-align:center;
}

#index_container {
	position:absolute;
	z-index:101;	
	width:100%;
	top:600px;
	text-align:center;
}



/* headder and sub menu */
#head_menu {
	position:absolute;
	z-index:100;	
	width:100%;
	display:block;
	
}

#sub_menu {
	position:absolute;
	z-index:103;
	text-align:center;
	width:100%;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	float:right;
	display:block;
	height:25px;
	top:70px;
}


A.sub_menu_link:link, A.sub_menu_link:visited {
	color:#A5C6F2;
	text-decoration:none;
	
}
A.sub_menu_link:hover 
{
	color:#FFF;	
}

/* page title with frame */

.td_title {
	width:100%;
	text-align:right;
	background:url(/images/page_frame.gif) top  no-repeat ;
	vertical-align:top;
	padding-right:30px;
	padding-left:30px;
	padding-top:15px;
	height:100%;
}

.td_title_no_frame {
	width:100%;
	text-align:right;
	vertical-align:top;
	padding-right:16px;
	height:100%;
}

.page_title {
	color:#143D6B;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	margin-right:22px;
}

/* footer buttons */

.footer_btn_1 {
	background:url(/images/footer_btn_1.gif) no-repeat;
	width:160px;
	height:37px;
	text-align:center;
}

.footer_btn_2 {
	background:url(/images/footer_btn_2.gif) no-repeat;
	width:160px;
	height:37px;
	text-align:center;
}

.footer_btn_3 {
	background:url(/images/footer_btn_3.gif) no-repeat;
	width:160px;
	height:37px;
	text-align:center;
}

.footer_btn_4 {
	background:url(/images/footer_btn_5.gif) no-repeat;
	width:160px;
	height:37px;
	text-align:center;
}

.footer_link {
	color:#A5C6F2;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;

	padding-top:10px;
	display: block;
	float: left;

	width: 160px;
	height: 37px;
	overflow: hidden;
}

.footer_link:hover {
	color:#FFF;
}


/* erroe box */
.error_box {
	background-color:#F7CCCC;
	text-align:center;
	direction:rtl;
	color:#900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(/images/error_icon.gif);
	background-repeat:no-repeat;
	background-position:right;
	vertical-align:middle;
	text-align:right;
	padding-right:60px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #900;
}

.error_box A {
	text-decoration:underline;
	color:#900;	
}
.error_box A:hover {
	text-decoration:underline;
	color:#F60;	
}

.error_title {
	color:#900;
	font-size:16px;
	font-weight:bold;
}


/* intro  and index page */ 

#intro_cont
{
/*This holds the main intro image in the homepage*/
	top: 1px;
	height: 800px;
	padding-top: 0px;
	z-index: 5;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#intro_img
{
/*This holds the main nav bar*/
	position: reletive;
	z-index: 6;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	padding-bottom: 0px;
}
#intro_alt
{
	height: 300px;
	width: 600px;
	z-index: 2;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	text-align: center;
	padding-top: 60px;
	padding-left: auto;
	padding-right: auto;
	background-image: url(/images/flash_alt.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#intro_box
{
	margin-top:-200px;
	width: 100%;
	position: relative;
	z-index: 2;
}


/* general link style */

A.general_link:link, A.general_link:visited {
	color:#487BB4;
	text-decoration:none;
}
A.general_link:hover {
	text-decoration:underline;
}


/* general titlels styls */


.title_small, .title_small A
{
	font-family: Arial, Helvetica, sans-serif;
	color:#039;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
}
.title_small A:hover
{
	color:#62A3CA;
	text-decoration:underline;		
}
.title_small A:visited {
	color:#6886A4;
}


.title_medium, .title_medium A
{
	font-family: Arial, Helvetica, sans-serif;
	color:#039;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
}
.title_medium A:hover
{
	color:#62A3CA;
	text-decoration:underline;	
}
.title_medium A:visited {
	color:#6886A4;
}


.title_large, .title_large A
{
	font-family: Arial, Helvetica, sans-serif;
	color:#039;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}
.title_large A:hover
{
	color:#62A3CA;	
}
.title_large A:visited {
	color:#6886A4;
}
