body{
	margin:0;
	padding:0;
}
html, body{
	background: url(../images/head_bg.jpg) repeat-x top center;
	background-color:#ebf6f8;
	font-family: Arial;
	color: #666666;
	font-size: small;
	margin: 0;
	padding: 0;
	line-height: 1.45em;
}

.content
{
	color: #666666;
	font-style: normal;
	font-weight: normal;	
}

.hidden{
	display:none;
}
#site-container{
	width:800px;
	margin: auto;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	background-color: #FFFFFF;
}

#logo{
	width:800px;
	margin:auto;
	height: 25px;
}

#feed{
	width:100px;
	height:auto;

}
.image_over{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1
}

#header{
	width:561px; 
	height:214px;
}

#head_menu{
	float:right;
	width:239px;
	height:214px;
}

#top_links{
	width:auto;
	padding:4px;
	font-size:0.9em;
	background:#ebf6f8;
	color:#4491b8;
}

#rss{
	float:right;
	text-align:right;
	padding-top:90px;
}

#rss a:link, #rss a:visited{
	color:#FFFFFF;
	text-transform:none;
}
#rss a:hover{
	color:#bfe8fa;
	text-transform:underline;
}

#main-nav dl { margin: 0; padding: 0; }

#main-nav{
	height:57px;
	padding-top: 0em;
	padding-bottom: 0em;
	background: url(../images/bg_.jpg) repeat-x right center;
	margin: 0px 0 1px 0;
	border-bottom: 3px solid #86D6F7;
}

#btm_content{
	clear:both;
	border-top: 1px solid #CCCCCC;
	padding-top: 0.5em;
	margin: 0.5em;
}

#content {
	margin-left: 10px;
	margin-right: 10px;
}
#content .padding {
	padding: 0.5em;
}
#left_content{
	float:left;
	width:430px;
	border-right: 1px solid #CCCCCC;
	padding-right: 8px;
}

#left_content2{
	float:left;
	width:530px;
	border-right: 1px dotted #CCCCCC;
	padding-right: 8px;
}



#sidebar-right{
	float:right;
	width:325px;
	border-left-width: thin;
	border-left-style: none;
	padding-left: 8px;
	padding-right: 10px;
}

#sidebar-right2{
	float:right;
	width:225px;
	border-left-width: thin;
	border-left-style: none;
	padding-left: 8px;
	padding-right: 10px;
}

#sidebar-right .padding {
	padding: 0.5em;
}

#footer{
	clear: both;
	color:#FFFFFF;
	height: 33px;
	background-image: url(../images/bg_.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 0.5em;
	margin-top: 0.5em;
	padding-right: 0.5em;
	font-size: 85%;
	line-height: normal;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #2189E2;
}


h1 {
	font-size:18px;
	padding: 10px 0px 10px 0px;
	margin: 0 0 10px 0;
	border-bottom:1px solid #6997c1;
	color:#4aa7d0;
}

h2 {
	margin: 0;
	padding: 5px;
	font-size: 115%;
	font-weight: bold;
	color:#2a4f95;
	text-transform:uppercase;
	
	border-top:1px solid #6997c1;
	border-bottom:1px solid #6997c1;
	background:url(../images/head_bg.jpg) center center;
}

h3 {
	margin: 0;
	padding: 0 0 3px 3px;
	font-size:100%;
	font-weight: bold;
	color:#375F8A;
}

h4 {
	margin: 0;
	padding: 0 0 3px 0;
	font-size:100%;
	font-weight: bold;
	color:#375F8A;
	border-bottom: 1px solid #375F8A;
}


.disclaimer{
	font-size:90%;
	color:#0066cc;
}

#line{
	width:auto;
	border-top: 1px solid #CCCCCC;
	margin: 1em 0em 0.75em 0em;
}

.image_arrow{
	padding-right: 0.5em;
}

a:link{
	color:#58BCEE;
	text-transform: none;
}
a:hover{
	color:#0C74CD;
	text-transform:underline;
}
a:visited{
	color:#58BCEE;
	text-transform:none;
}

#footer a {
	color:#0066CC;
	text-decoration: none;
}

#footer a:hover {
	color:#0080FF;
	text-decoration:underline;
}

.image {
	border: thin none #003399;
	padding: 0em;
	margin: 0.25em;
}
.boldtext {
	font-size:120%;
	color:#E38F6B;
	font-weight: bold;
	text-align:center;
}

table.spec{
	color:#316FA0;
	border:1px dashed #deedf6;
	background-color:#EDEFEE;
	background: url(../images/table_bg.jpg) repeat-x bottom center;
}

table.spec td {
	border:1px;
	border-style:solid;
	border-color:#deedf6;
	padding:6px 6px 6px 10px;
	-moz-border-radius: 9px;
}

.imagebd{
	padding:4px;
	border:1px solid #CCCCCC;
}

.caption{
	padding-left:5px;
	font-size:90%;
	color:#999999;
}

.feedback{
	padding:10px;
}


/*****THUMBNAIL IMAGES*****/

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color:#666666;
	text-decoration: none;
	opacity:0.90;
	filter:alpha(opacity=90);
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 25px;
	left: 0px; /*position where enlarged image should offset horizontally */

}



/*** SIDE MENU ***/
/* Menu 1 starts here */
#menu1 {
	width: auto;

}

#menu1 ul
{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu1 li
{
	display: inline;
	/* for IE5 and IE6 */
}

#menu1 a
{
	color: #316fa0;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 4px;
	padding-left:20px;
	width: 198px;
	background-color: #e0eff6;
	margin-bottom:2px;
}

#menu1 a:link, #menu a:visited
{
	color: #316fa0;
	text-decoration: none;
}

#menu1 a:hover
{
	/*background-color: #316fa0;*/
	background:url(../images/nav/images/sub_menu_bg.jpg) repeat-x top center;
	color: #fff;
}

#menu1 li a#current
{
	border-bottom: 3px solid #DAD6B7;
	background: #00BEE4;
}
/* SIDE MENU END */

#sub-menu{
	background:#ebf6f8;
	height:25px;
	margin:-12px 0 10px 0;
	color:#FFFFFF;
	border-bottom:2px solid #1287f0;
	font-size:0.9em;
}


ul#navlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	line-height:25px;
}

#navlist li a#current
{
	color: #fff;
	display: inline;
	list-style-type: none;
	line-height:25px;
	background:url(../images/nav/sub_men_bg_ro.jpg) repeat-x top left;
}

#navlist a { 
	padding: 3px 25px; 
	border-right:1px solid #0099FF;
}

#navlist a:link, #navlist a:visited
{
	color: #147bd7;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background:url(../images/nav/sub_men_bg_ro.jpg) repeat-x top left;
	text-decoration: none;
}

input {
 	background-color: #ebf6f8;
	
}

.textarea {
 	background-color: #ebf6f8;
 	color:#999999;
}

.txt_lbl{font-size:0.9em; font-weight:bold;}
.texta {background-color: #ebf6f8; border: 1px solid #aad5dd; width:20em; padding:2px; font-family:Arial, Helvetica, sans-serif; font-size:0.9em;}
.texta_dropdown {font-family:Arial, Helvetica, sans-serif; font-size:0.9em; background-color: #ebf6f8; border: 1px solid #aad5dd;	width:20.5em; padding:2px}

.txt_requiredfields{font-size:11px; font-weight:bold; color:#990000; padding-bottom:5px;}

#login .buttons {
 	background-color: #245a74;
 	color: #FFFFFF;
 	margin-right: 6px;
}


.question{
	font-weight:bold;
	color:#4b7ca7;	/* The questions is in red */
	cursor:pointer;		/* Cursor is like a hand when someone rolls the mouse over the question */
}
		
.answer{
	/* Layout properties - You can change these */
	border: 1px solid #FEF7E5;
	color:#666666;
	padding:5px;
	margin:5px;
	width:auto;
	
	/* This one should not be changed */
	display:none;	
}

