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

body {
	background-position: center center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #C8c8c8;
	background-image: url(images/main_bck.gif);
	background-repeat: repeat-y;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}

#wrapper {
	width: 847px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: left;
}

#stripes {
	background-image: url(images/stripes.gif);
	background-repeat: repeat-x;
	height: 20px;
}

#nav {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	height:45px;
}

#TJK_dropDownMenu,
#TJK_dropDownMenu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#TJK_dropDownMenu {
	position:relative;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	width:847px;
	max-width:100%;
	float:left;
	margin-bottom:3.5em;
	font-size: 11px;
	list-style-type:none;
}
/* sub-menu ULs */

#TJK_dropDownMenu li ul {

	cursor:default;
	width:847px;
	max-width:847px;
	position:absolute;
	height:auto;
	top:2.08em;
	border-bottom:0px solid #ccc;
	padding:2px 0;
	padding-left: 0em !important;
	background-position:0 0 !important;
	left:-9000px;
	background:#003d71;

}

.TJK_dropDownMenu li{list-style-type:none;}
/* All LIs */
#TJK_dropDownMenu li {
	cursor:pointer;
	float:left;
	width:auto;
	max-width:25%;
	text-align:center;
	list-style-type:none;
	font-weight:bold;
	border-top:0px solid #fff;

}
/* sub-menu LIs */
#TJK_dropDownMenu li ul li {
	padding:0 4px 0 0;
	border:none;
	width:auto;
	max-width:none;
}
/* All anchors */
#TJK_dropDownMenu li a {
	color:#fff;
	border-left:1px solid #fff;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 .5em;
	height:2em;
	line-height:2em;
	
}
/* sub-menu Anchors */
#TJK_dropDownMenu li ul li a {
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	color:#fff;
	background:#003d71;
	border-left:0px solid #fff;

}
#TJK_dropDownMenu li ul li a:hover {
	color:#fff;
	text-decoration: underline;
}
/* :hover and stuff */
#TJK_dropDownMenu li a:hover,
#TJK_dropDownMenu li a:focus,
#TJK_dropDownMenu li a:active {color:#fff; background-color:#003d71;}
/* position and z-index for the sub-menus */
#TJK_dropDownMenu li:hover ul,
#TJK_dropDownMenu li.msieFix ul {left:0;z-index:10}
/* Current location - class on Body must match LI's id */
.AB #TJK_dropDownMenu li#AB a,
.CF #TJK_dropDownMenu li#CF a,
.GJ #TJK_dropDownMenu li#GJ a,
.KR #TJK_dropDownMenu li#KR a,
.ST #TJK_dropDownMenu li#ST a,
.UZ #TJK_dropDownMenu li#UZ a {color:#000;cursor:default;}
.AB #TJK_dropDownMenu li#AB ul,
.CF #TJK_dropDownMenu li#CF ul,
.GJ #TJK_dropDownMenu li#GJ ul,
.KR #TJK_dropDownMenu li#KR ul,
.ST #TJK_dropDownMenu li#ST ul,
.UZ #TJK_dropDownMenu li#UZ ul {left:0;z-index:5; list-style-type:none;}
/* background images and border colors */

#AB:hover,#AB:focus,
#TJK_dropDownMenu li#AB ul,
.AB #TJK_dropDownMenu li#AB {background:#003d71 !important}/* current location */
#AB,#AB li a,
.AB #TJK_dropDownMenu li#AB ul {
	background:#009544 url(../img/Hor_dropDown_Demo/1.jpg) 0 100% repeat-x;
}

#CF:hover,#CF:focus,
#TJK_dropDownMenu li#CF ul,
.CF #TJK_dropDownMenu li#CF {background:#003d71 !important}/* current location */
#CF,#CF li a,
.CF #TJK_dropDownMenu li#CF ul {background:#009544 url(../img/Hor_dropDown_Demo/2.jpg) 0 100% repeat-x}

#GJ:hover,#GJ:focus,
#TJK_dropDownMenu li#GJ ul,
.GJ #TJK_dropDownMenu li#GJ {background:#003d71 !important}/* current location */
#GJ,#GJ li a,
.GJ #TJK_dropDownMenu li#GJ ul {background:#009544 url(../img/Hor_dropDown_Demo/3.jpg) 0 100% repeat-x}

#KR:hover,#KR:focus,
#TJK_dropDownMenu li#KR ul,
.KR #TJK_dropDownMenu li#KR {background:#003d71 !important}/* current location */
#KR,#KR li a,
.KR #TJK_dropDownMenu li#KR ul {background:#009544 url(../img/Hor_dropDown_Demo/4.jpg) 0 100% repeat-x}

#ST:hover,#ST:focus,
#TJK_dropDownMenu li#ST ul,
.ST #TJK_dropDownMenu li#ST {background:#003d71 !important}/* current location */
#ST,#ST li a,
.ST #TJK_dropDownMenu li#ST ul {background:#009544 url(../img/Hor_dropDown_Demo/5.jpg) 0 100% repeat-x}

#UZ:hover,#UZ:focus,
#TJK_dropDownMenu li#UZ ul,
.UZ #TJK_dropDownMenu li#UZ {background:#003d71 !important}/* current location */
#UZ,#UZ li a,
.UZ #TJK_dropDownMenu li#UZ ul {background:#009544 url(../img/Hor_dropDown_Demo/6.jpg) 0 100% repeat-x}
/* "trigger" and "msieFix" classes */
#TJK_dropDownMenu li.msieFix a {color:#000 !important}

#content {
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}

#content p{font-size: .7em;}

#sub_column {
	float:right;
	width: 275px;
	margin: 0px 0px 25px;
	padding: 0px 0px 25px;
}
h1 {
	font-size: 1.8em;
	color: #003d71;
	font-family: Arial, Helvetica, sans-serif;
}


#main_column {float:left;
width: 500px;
}
#main_column2 {float:left;
width: 475px;
}

#mini_column li {
	list-style-image: url(images/bullet.gif);
	font-size: 12px;
	margin-bottom: 10px;
}

#footer{
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 20px;
	text-align: center;
	clear: both;
	font-size: .8em;
}

#footer ul {
padding: 2px;
color: #666;
white-space: normal;
margin: 0px;
}

#footer li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#footer ul li a {
text-decoration: none;
padding: 0px 15px 0px 15px;
color: #666;
}
#footer ul li a:link {
color: #666;
}
#footer ul li a:visited {
color: #666;
}
#footer ul li a:hover {
color: #000000;
}

#footer li.last{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
	
	img {
	border:0;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1em;
	color: #999999;
}
#main_column li {
	list-style-image: url(images/bullet.gif);
	font-size: 12px;
	margin-bottom: 10px;
}

.subscribe {
	padding-left: 350px;
}

.sidebar {
	background-color: #DFF1FF;
	text-align: left;
	padding: 15px;
	width: 150px;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003D71;
	border-right-color: #003D71;
	border-bottom-color: #003D71;
	border-left-color: #003D71;
	float: right;
	margin: 15px;
}

