/* CSS Document */
body
{
	margin:0;padding:0;border:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:url(public/images/site/bg.jpg) repeat-x;
	color:#555555;
}

h1, h2, h3, h4, ul, p, img, form
{
	margin:0;
	padding:0;
	border:0;
}


#root
{
	margin:0 auto 0 auto;
	text-align:left;
	font-size:1.2em;
	width:779px;
	background:url(public/images/site/main_global.jpg) no-repeat #FFF;
}


#header
{
	height:326px;
}

#header div.logo
{
	float:left;
	width:144px;
	padding:0 16px 0 16px;
}

#header div.menu
{
	float:left;
	width:601px;
}

#page
{
	margin-bottom:30px;
}


#center_col
{
	float:left;
	width:484px;
	padding:0px 24px 0px 16px;
}

#right_col
{
	position:relative;
	left:0px;
	top:0px;
	float:left;
	width:255px;
	padding-top:13px;
}

#footer
{
	font-size:85%;
	text-align:center;
	line-height:16px;
	padding:0 20px 15px 20px;
}

#footer a
{
	color:#555;
}

/** ajax loader **/

	div.loading
	{
		background-image:url(public/images/spinner.gif);
		background-position:15px;
		background-repeat:no-repeat;
		padding:15px;
		padding-left:35px;
		border:1px solid #CCCCCC;
		color:#999999;
	}
	
	div.sticky_loading, div.progress
	{
		background-image:url(public/images/spinner.gif);
		background-position:15px;
		background-repeat:no-repeat;
		padding:15px;
		padding-left:35px;
		border:3px solid #333;
		background-color:#FFF;
		font-size:12px;
		color:#380609;
	}
	
	/** Message **/
	div.error
	{
		padding: 15px 20px 15px 45px;
		border-top:2px solid #000;
		border-bottom:2px solid #000;
		color:#FF0000;
		margin:0 0 18px 0;
		background:15px 15px url(public/images/delete.gif) no-repeat #fff;
	}
	
	div.message
	{
		padding: 15px 20px 15px 45px;
		border-top:2px solid #000;
		border-bottom:2px solid #000;
		margin:0 0 18px 0;
		color:green;
		background:15px 15px url(public/images/accept.gif) no-repeat #FFF;
	}
	
	div.error ul, div.message ul
	{
		margin:0px;
		list-style:square;
		padding:0 0 0 15px;
	}
	
	div.error ul li, div.message ul li
	{
		padding:0px;
		margin:0px;
		line-height:1.5em;
	}
	
	div.error b, div.message b
	{
		display:block;
		padding:0 0 8px 0;
	}
	
	div.note
	{
		padding:15px;
		border:1px solid #CCCCCC;
		color:#666666;
		font-size:90%;
		line-height:1.5em;
		background-color:#f4F4F4;
		margin:0 0 18px 0;
	}


div.entry
{
	padding:15px;
	margin-bottom:5px;
}

div.entry table
{
	padding:0px;
	margin:0px;
	border:0px;
}

div.entry p.heading
{
	font-weight:bold;
	color:#F1A21F;
	margin-bottom:10px;
	font-size:120%;
}

div.entry table tr td
{
	padding:5px;
}

div.entry table tr td.heading
{
	padding:5px;
	background-color:#EAEAEC;
	font-weight:bold;
}

td.dot
{
	border-bottom:1px dotted #EAEAEC;
}

div.entry table tr.alt td
{
	background-color:#EAEAEC;
} 

div.entry table tr td.nb
{
	padding:0px;
}

div.entry table tr td label
{
	display:block;
	width:140px;
}

div.entry table tr td label.auto
{
	display:inline;
	width:auto;
}

div.entry table tr td i
{
	color:red;
	font-style:normal;
	padding-left:2px;
}

div.entry table tr td input, div.entry table tr td textarea
{
	/*border:1px solid #D95936;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	padding:2px;
}

div.entry table tr td input.chk
{
	border:0px solid #524245;
}

td.cmd
{
	padding-top:15px;
	text-align:right;
}

.c_align
{
	text-align:center;
}

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

.lftImg
{
	float:left;
	padding:5px 5px 5px 0;
}

.clear
{
	clear:both;
}

/* CSS Document */

ul.hmenu
{
	list-style:none;
}

ul.hmenu li, ul.hmenu li ul li
{
	display:inline;
}

ul.hmenu li a
{
	display:block;
	float:right;
	padding:15px 5px 5px 5px;
	border-top:3px solid #FFF;
	text-decoration:none;
	color:#000;
	/*background:url(../images/menu_sep.gif) no-repeat right bottom;*/
	font-weight:bold;
}

ul.hmenu li a.sep
{
	width:5px;
	background:url(public/images/site/menu_sep.gif) no-repeat 50% bottom;
	border-top:3px solid #FFF;
}

ul.hmenu li a
{
	border-top:3px solid #005790;
}

ul.hmenu li a.last
{
	background-image:none;
}

ul.hmenu li.brown a
{
	border-top:3px solid #D95936;
}

ul.hmenu li.yellow a
{
	border-top:3px solid #FFD046;
}

div.submenu
{
	background-color:#FFF;
	width:150px;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}

div.submenu ul li
{
	display:inline;
}

div.submenu ul li a
{
	display:block;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #d1d2d4;
	border-left:1px solid #d1d2d4;
	border-right:1px solid #d1d2d4;
	padding:5px 10px 5px 10px;
	width:128px;
}

div.submenu ul li a:hover
{
	background-color:#005790;
	color:#FFF;
}

div.submenu ul.brown li a:hover
{
	background-color:#D95936;
}

div.submenu ul.yellow li a:hover
{
	background-color:#FFD046;
}


/* CSS Document */

h1
{
	font-size:200%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:20px;
	color:#000;
}

h2
{
	font-size:150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:20px;
	color:#555;
}

h2
{
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-bottom:20px;
	color:#777;
}

p
{
	margin-bottom:15px;
	line-height:16px;
}


img.left
{
	float:left;
	padding:0 15px 5px 0;
}

#page a
{
	color:#0A5E94;
	text-decoration:none;
}

#page a:hover
{
	text-decoration:underline;
}

#right_col div.top
{
	height:106px;
	background:url(public/images/site/rightv2.jpg) no-repeat;
}

#right_col div.top h1
{
	color:#514244;
	font-size:25px;
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-left:14px;
	padding-bottom:5px;
}

#right_col div.top p
{
	font-size:12px;
	padding:0px;
	margin:0px;
	padding-left:14px;
}

#right_col div.news, #right_col div.news_latest
{
	background-color:#AEBCC5;
	border-top:6px solid #D95936;
	color:#FFF;
}

#right_col div.news h2, #right_col div.news_latest h2
{
	display:block;
	background-color:#000;
	color:#FFF;
	padding:5px 0 5px 14px;
	height:26px;
	font-size:190%;
	margin-bottom:0px;
}

#right_col div.news p, #right_col div.news_latest div.item
{
	margin:0px;
	display:block;
	border-bottom:1px solid #FFF;
	padding:5px 14px 5px 14px;
}

#right_col div.news p b, #right_col div.news_latest div.item h3
{
	display:block;
	font-size:100%;
	font-weight:bold;
	color:#FFF;
}

#right_col div.news p a, #right_col div.news_latest p a
{
	color:#0A5E94;
	text-decoration:none;
}

#right_col div.news p a:hover, #right_col div.news_latest p a:hover
{
	text-decoration:underline;
}

#right_col div.contact
{
	height:148px;
	background:url(public/images/site/rightv2.jpg) no-repeat 0px -106px;
}

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

.lftImg
{
	float:left;
	padding:5px 5px 5px 0;
}


#center_col ul
{
	list-style:disc;
	padding-left:25px;
	margin-bottom:15px;
	line-height:16px;
}

#center_col ul li
{
	padding-bottom:3px;
}

#center_col ul.spc
{
	list-style:disc;
	padding-left:25px;
}

#center_col ul.spc li
{
	padding-bottom:8px;
}
