/*
	Default Styles
*/

* { margin: 0; padding: 0; outline: 0; }
body { font-size: 13px Arial,sans-serif; color: #3a3a3a; text-align: right; background: #cad8e3 url(images/background.gif) repeat-x 0 0; padding-top: 10px; }

a { color: #000; text-decoration: none; }
a:hover { cursor: pointer; text-decoration: underline; }
a img { border: 0; }

h1 {
	font-size:14px;	
	margin-left:10px;
}

.fl { float: right; display: inline; }
.fr { float: left; display:inline; }
.ac { text-align: center; }
.ar { text-align: left; }
.al { text-align: right; }
.cl { clear: both; height: 0; line-height: 0; font-size: 0; text-indent: -4000px; }
.hidden { display: none; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.shell { width: 980px; margin: 0 auto; p}

.box { margin-bottom: 10px; }
.box .cnt { height: 100%; background: #fff; padding: 5px 10px; }
.box .bottom { background: url(images/box-bottom.gif) no-repeat 0 0; height: 3px; }
.box .top { 
	background: url(images/box-top.gif) no-repeat 0 0; 
	height: 4px; 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px; 
}

p {
	margin-bottom:10px;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the last value for the desired transparency */
    z-index: 9999; /* Make sure it's on top of other elements */
}

#overlay .centered-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
    background-color: white; /* Adjust the background color as needed */
    border: 1px solid #ccc; /* Add a border if desired */
    border-radius: 5px; /* Add border radius for rounded corners if desired */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Add box shadow for a subtle effect */
    padding: 20px; /* Add padding inside the centered div */
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;    
}
/*
	Header
*/
.alignMiddle{ vertical-align:middle}

#header { background: url(images/header-bg2.gif) repeat-x 0 0; height: 172px; }

#left { float:left; margin-left:10px; }
#logo { float:right; height: 172px; width: 276px; margin: 0 0 0 10px; }
#logo a { display: block; height: 172px; background: url(images/logo2.gif); text-indent: -4000px; }

.a-side-header { float: left; display: inline; width: 220px; font-size: 11px; color: #8f8f8f; line-height: 20px; padding-top: 10px; }
.a-side-header a:hover { text-decoration: none; }
.a-side-header span { line-height: 25px; }

.a-side-header span.sep { 
	float: right; 
	display: inline; 
	height: 25px; 
	width: 1px; 
	background: #ebebeb; 
	position: relative; 
	margin: 0 5px; 
}

.a-side-header .lang {
	float: right;
	display: inline;
	height: 20px;
	width: 72px; 
	background: url(images/lang-bg.gif) no-repeat 0 0; 
	padding-right: 7px; 
	font-size: 10px; 
	line-height: 20px; 
	color: #4d4d4d;
	margin: 3px 5px 0;
}

.a-side-header .sitemap { 
	float: right; 
	display: inline; 
	color: #8f8f8f; 
	background: url(images/icon-sitemap.gif) no-repeat 0 center; 
	padding-right: 14px; 
	line-height: 25px;
}

/*
	Navigation
*/


#navigation { 
	height: 32px; 
	background: url(images/navigation.gif) no-repeat 0 0;
	padding-top: 4px; 
	margin: 5px 0; 
}

#navigation ul { 
	list-style: none outside; 
	float: right; 
	display: inline; 
	width: 75%; 
	margin-right: 4px;
}

#navigation li { 
	float: right; 
	height: 28px; 
	margin-left: 5px;
	width:105px;
	background: url(images/nav-bg.gif) no-repeat 0 0; 	
}

#navigation li a {
	float: right; 
	height: 28px; 
	width: 105px; 
	text-align: right;
	margin-right:22px;
	font-size: 12px; 
	text-transform: uppercase;
	line-height: 28px; 
	color: #000;
	font-weight:bold;
	text-decoration: none; 	
}

#navigation li:hover, 
#navigation li.active { 
	background-position: -105px 0; 
	text-decoration: none; 
}

#search { 
	float: left; 
	display: inline; 
	width: 70px; 
	height: 25px; 
	margin: 3px 7px 0 0;
	background: url(images/search-field.gif) no-repeat 0 0;
}

#search .field { 
	font-size: 10px; 
	float: right; 
	display: inline; margin: 6px 0 0 5px;
	width: 120px; 
	border: 0;
	background: none;
	color: #616b63;
}

#search .btn { 
	float: left; 
	display: inline; 
	height: 13px; 
	width: 12px; 
	background: url(images/icon-search.gif) no-repeat 0 0; 
	border: 0;
	margin: 6px 7px 0 0; 
	cursor: pointer;
}

.column { float: right; display: inline; width: 310px; }

.middle-col { margin: 0 15px; }

.service { 
	width: 280px; 
	height: 164px; 
	padding: 7px 15px;
}

.service p { 
	text-align: center; 
	color: #fff; 
	font-size: 14px; 
	line-height: 15px; 
	padding: 5px 0; 
}

.service .more { 
	display: block;
	height: 28px;
	width: 113px;
	text-align: center;
	background: url(images/button-lrn-more.png) no-repeat 0 0; 
	color: #5d5d5d;
	font-size: 13px;
	line-height: 28px;
	margin: 7px auto; 
}

/*
	Red Box
*/

.red-box { background: url(images/red-box.gif) no-repeat 0 0; }
.red-box h2 { height: 57px; }
.red-box h2 span { 
	display: block; 
	height: 21px; 
	font-size:22px;
	margin-right: 10px; 
	position: relative; 
	top: 15px;
}

/*
	Orange Box
*/

.orange-box { background: url(images/orange-box.gif) no-repeat 0 0; }
.orange-box h2 { height: 57px; }
.orange-box h2 span { 
	display: block;
	height: 26px;
	font-size:24px;
	margin-right:10px;
	position: relative;
	top: 15px;
}

/*
	Green Box
*/

.green-box { background: url(images/green-box.gif) no-repeat 0 0; }
.green-box h2 { height: 57px; }
.green-box h2 span {
	display: block;
	height: 26px;
	font-size:22px;
	margin-right: 10px;
	position: relative;
	top: 15px;
}

/*
	Latest News
*/

.latest-news { height: 100%; background: url(images/latest-news-bg.gif) repeat-y 0 0; }
.latest-news .latest-bottom { background: url(images/latest-news-bottom.gif) no-repeat 0 bottom; }
.latest-news .latest-top { background: url(images/latest-news-top.gif) no-repeat 0 top; padding: 7px; }

.latest-news h2 { 
	font: 22px/22px "Trebuchet MS", Arial, sans-serif;
	color: #404040; 
	margin-bottom: 10px; 
	padding-right: 10px; 
}

.latest-news .news { 
	padding: 10px 5px; 
	background: url(images/latest-news-separator.gif) repeat-x 0 bottom; 
	margin: 0 5px; 
}

.latest-news .news small { 
	display: block; 
	color: #c04226; 
	font-size: 11px; 
	margin-bottom: 3px; 
}

.latest-news .news p { line-height: 15px; color: #5a5a5a; }

.latest-news .actions { 
	float: left; 
	display: inline; 
	background: url(images/latest-news-actions.gif) no-repeat 0 bottom;
	line-height: 12px;
	padding-right: 15px; 
	color: #c24426; 
	text-decoration: underline; 
	margin:  10px 5px 5px 5px; 
}

.latest-news .actions:hover { text-decoration: none; }


/*
	Other News
*/

.post { padding: 5px 0 5px 10px; } 
.post h2 { font: 20px "Trebuchet MS", Arial, sans-serif; color: #404040; margin-bottom: 7px; }
.post h2 span { color: #be3f24; }
.post p { padding-bottom: 10px; }

.post .more { 
	display: block;
	height: 11px;
	background: url(images/latest-news-actions.gif) no-repeat 0 0;
	padding-right: 15px;
	line-height: 10px;
	font-size: 12px;
	color: #c24426; 
	text-decoration: underline; 
}

.post .more:hover { text-decoration: none; }
.post ul { list-style: none outside; padding: 20px 0 0 0; }

.post li { 
	background: url(images/latest-news-actions.gif) no-repeat 0 2px; 
	padding-right: 15px; 
	padding-bottom: 5px; 
}

.post li a { 
	font-size: 11px; 
	line-height: 11px; 
	color: #c24426; 
	text-decoration: underline;
}

.post li a:hover { text-decoration: none; }


/*
	Footer
*/

#footer { padding: 10px 0; font-size: 12px; }
#footer a { color: #3a3a3a; text-decoration: underline; }
#footer a:hover { text-decoration: none; }

.input_full {
    width: 100%;
    padding: 2px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.small { font-size:10px; }	
.nornal { font-size:13px; }
.big { font-size:16px; }
.bigger { font-size:20px; }
.xtra { font-size:30px; }

#content .indent-main{padding:30px 0 0 0}

