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

/* -------------------------------------------------------------- */
/*                       overall settings                         */
/* -------------------------------------------------------------- */

body {
	margin-top:0;
	margin-left:0;
	background:url(../img/bg_window.gif) repeat-x;
	background-color:#DFDFDF;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#23303D;
}


/* -------------------------- text -------------------------- */

p {
	/*margin:10px 0 10px 0;*/
	padding:0 8px 0 8px;
}

a, a:visited {
	color:#014C78;
	text-decoration:underline;
}


/* -------------------------- backgrounds and centering ----- */



#wrapper_overall {
	width:808px;
	height:auto;  
	margin:0 auto;
	background:url(../img/bg_overall.gif) repeat-y;
}


/* -------------------------- header ------------------------ */

#header {
	width:760px;
	height:66px;
	background:url(../img/bg_header.jpg) no-repeat;
	margin-left:24px;
	position:relative;
}

#header img {
	padding-left:16px;
}

/* -------------------------- banner ------------------------ */

#banner {
	width:760px;
	height:227px;
	background:url(../img/banner_home.jpg) no-repeat;
	margin:1px 0 0 24px;
	position:relative;
}

/* -------------------------- navigation -------------------- */

#nav {
	background:url(../img/bg_nav.gif) no-repeat;
	width:760px;
	height:42px;
	margin-left:16px;
}

#nav ul {
	padding:0;
	margin:0;
}

#nav ul li {
	list-style:none;
	float:left;
	padding:0;
	margin:0;
}

#nav_sub {
	background-color:#014C78;
	width:734px;
	height:24px;
	margin-left:16px;
	padding: 8px 0 0 26px;
	color:#FFF;
	border-top:solid 1px #6794AE;
	/*font-weight:bold;*/
	font-size:85%;
}

#nav_sub_index {
	background-color:#014C78;
	width:760px;
	height:4px;
	margin:0 0 0 16px;
	padding:0;
	color:#FFF;
	border-top:solid 1px #6794AE;
	overflow:hidden; /* :kludge: fixes IE sub 20px div bug */
}

#nav_sub a, #nav_sub a:visited {
	color:#FFF;
	text-decoration:none;
}

#nav_sub .breadcrumb {
	background:url(../img/arrow_breadcrumb.gif) no-repeat right 30%;
	padding-right:16px;
}

#nav_sub .typical {
	padding-right:36px;
}


/* -------------------------- content areas ---------------- */

#wrapper_content {
	background:url(../img/bg_content.gif);
	/*height:460px;*/ 
	width:760px;
	margin:1px 0 0 24px;
	font-size:90%;
	line-height:1.8em;
	background:url(../img/bg_tile_content.jpg) repeat-x;
	background-color:#D2D8DD;
}

.gradient { /* yellow background gradient */
	background:url(../img/bg_tile_2_1.jpg) repeat-x;
	margin-top:5px;
	padding:3px 0 0 0;
}


/* --------------- typical 2 column layout --------------- */

/*---------------------------------------------------------*/
/* ----- column 1 ----- */
/*---------------------------------------------------------*/

#col_2_1 {
	float:left;
	/*background-color:#FFF;*/
	width:300px; /* revert to 529 after removing border */
	margin:12px 10px 12px 12px;
	display:inline; /* :kludge: fixes IE double margin bug */
	border-right:#BDD1E5 1px solid;
}

#col_2_1 .title {
	width:270px;
	height:24px;
	border-bottom:1px #BDD1E5 solid;
	color:#23303D;
	font-weight:bold;
}

#col_2_1 a img {
	padding:20px 0 0 30px;
}


/* ---- body text/image alignment --- */

.img_right {
	float:right;
	padding:5px 5px 0 0;
}

.img_left {
	float:left;
	padding:5px 10px 10px 5px;
}

.text_right {
	float:right;
	width:410px;
	padding:0 10px 10px 0;
}

.text_left {
	float:left;
	width:420px;
	padding:0 0 10px 5px;
}

.text_full {
	width:715px;
	padding:0 0 10px 15px;
}

/*--------------------------------------------------------*/
				      /* ----------- column 2 ----------- */
/*--------------------------------------------------------*/

#col_2_2 {
	float:right;
	width:420px;
	height:300px;
	margin:12px 12px 12px 0;
	display:inline; /* :kludge: fixes IE double margin bug */
}

.divider_col_2_2 {
	height:1px;
	background-color:#F7F6F5;
	overflow:hidden; /* :kludge: fixes IE sub 20px div bug */
	margin:8px 0 8px 0;
	padding:0;
}

#col_2_2 .title {
	width:200px;
	height:24px;
	background-color:#EFEEEB;
}

/*--------------------------------------------------------*/
/* ------------------ 1 column layouts ------------------ */
/*--------------------------------------------------------*/

#col_1_info {
	float:left;
	background-color:#FFF;
	width:715px;
	margin:5px 5px 10px 5px;
	padding:0px 15px 10px 20px;
	display:inline; /* :kludge: fixes IE double margin bug */
	color:#014C78;
}

#col_1_directory {
	float:left;
	background-color:#FFF;
	width:758px;
	/*margin:5px 5px 10px 5px;*/
	padding:0 0 20px 1px;
	display:inline; /* :kludge: fixes IE double margin bug */
	color:#014C78;
}

#col_1_directory p {
	float:left;
	padding-left:70px;
}

/* -------------------------- footer ----------------------- */

#footer {
	clear:both;
	width:808px;
	height:66px;
	background:url(../img/bg_footer.jpg) repeat-x;
	font-size:70%;
	text-align:center;
	padding:24px 0 0 0;
}


/* -------------------------- utilities and hacks ---------- */

.divider_typical {
	clear:both;
	height:1px;
	background-color:#BDD1E5;
	overflow:hidden; /* :kludge: fixes IE sub 20px div bug */
	margin:0 10px 0 0;
	padding:0;
}

.divider_vertical {
	float:left;
	width:1px;
	height:120px;
	background-color:#E4E4E4;
	overflow:hidden; /* kludge: fixes IE sub 20px div bug */
	margin:0 5px 0 5px;
	padding:0;
}

.float_left {
	float:left;
}

.clear_both {
	clear:both;
	height:0;
	line-height:0em; /* :kludge: get IE to acknowledge height */
}
