body {
	margin:0;
	padding:0;
	font-family:arial, verdana, sans-serif; 
	font-size:14px;
	background-color:#EEF2FB;
 }

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.row {display:table-row;}
.cell {display:table-cell;}

.b {	font-weight:bold;}

a {color:#121F5C;}

a.neutral, a.neutral:visited {
	color:#000;
	text-decoration:none;
}

h1 {color:#a88240; font-family:Gerogia, Times, Serif; font-size:30px; margin:0; font-variant:small-caps;}
h2 {color:#121F5C; font-size:16px;}
h3 {font-size:13px; font-weight:bold; color:#121F5C;}
h6 {font-size:11px; font-weight:normal;}
 
.ht {
    cursor:pointer;
    text-decoration:underline;
    display:block;
}
 
#pageWrap {
	background:transparent url(img/bg.png) repeat-y center;
}
 #page {
	width:1000px;
	margin:0 auto 0 auto;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	overflow:hidden;
 }
 

 
/*    HEADER    */
#head {
	height:167px;
	background:#0d0a41 url(img/headBg.jpg) repeat-x center;
	border-bottom:3px solid #ccc;
}

#menu {
	margin:0 20px 0 0;
	position:absolute;
	top:135px;
	clear:both;
} 
#menu a {
	display:block;
	float:left;
	height:32px;
	padding:0 8px 0 8px;
	line-height:32px;
	color:#ddd;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	font-family:arial, sans-serif;
	background-color:#666;
	border-right:1px solid #555;
	position:relative;
	left:160px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
#menu a:hover, #menu a.active {
	background-color:#4b494a;
	border-top:2px solid #a88240;
	position:relative;
	top:-2px;
}

a#logo {
	display:block;
	width:138px;
	height:138px;
	background:transparent url(img/logo.png) no-repeat center;
	position:relative;
	top:8px;
	left:30px;
	float:left;
}

#soa {
	width:519px;
	height:62px;
	background:transparent url(img/headText1.png) no-repeat right;
	padding:75px 0 0 32px;
	float:left;
}
#agls {
	width:218px;
	height:48px;
	padding:90px 0 0 20px;
	background:transparent url(img/headText2.png) no-repeat right;
	float:left;
}



/*    MAIN    */
#main {
	padding:30px;
	background-color:#fff;
}
#main p {
	line-height:1.4em;
}

#leftContent {
	/*width:665px;
	float:left;*/
}
.leftWidth {
    width:665px;
}

#rightContent {
	width:275px;
	float:right;
	margin:0 0 20px 0;
}

.lightLinks a {
	color:#ddd;
	text-decoration:none;
	display:block;
	font-family:arial, sans-serif;
	background:transparent url(img/arrow.png) no-repeat left;
	padding:0 0 0 20px;
}

a.fb, a.tw, a.em, a.yt {
	padding:0 0 0 30px; 
	display:inline-block; 
	height:20px;
	text-decoration:none;
	line-height:20px;
	color:#000;
	margin:2px 10px 0 2px;
}
a.fb  { background:transparent url(img/fb.png) no-repeat left;}
a.tw { background:transparent url(img/tw.png) no-repeat left;}
a.em { background:transparent url(img/em.png) no-repeat left;}
a.yt { background:transparent url(img/yt.png) no-repeat left;}

.smallTitle {
	display:block;
	height:22px;
	line-height:22px;
	padding:0 8px 0 8px;
	background:#0C0D50 url(img/smallTitleBg.png) repeat-x top;
	color:#ddd;
	font-size:11px;
	border-radius:5px;
}
.smallDate {
	display:block;
	color:#AE8A4D;
	font-size:11px;	
}

.box {
	width:180px;
	margin:0 20px 15px 0; 
	float:left; 
	background-color:#ebe3d5;
	border-top:6px solid #BEA271;
	border-bottom:6px solid #BEA271;
	border-left:1px solid #BEA271;
	border-right:1px solid #BEA271;
	border-top-left-radius:10px;
	border-bottom-right-radius:10px;
	line-height:1.5em;
	font-size:9px;
	padding:10px;
}
.box  h2 {
	text-align:center;
	color:#000;
	font-family:Georgia, Times, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.box a {   
	color:#000;
	text-decoration:underline;
}

.box ul {
	margin:0;
	padding-left:15px;
}

table.normal {
	width:100%;
}
table.normal th {
	border:1px solid #ccc;
	background-color:#ccc;
	text-align:left;
	padding:4px 10px 4px 10px;
}
table.normal td {
	border:1px solid #eee;
	padding:3px 10px 3px 10px;
}

.news {
	padding:5px 20px 10px 20px;
	background-color:#eee;
	border-top:1px solid #ddd;
}
.news h3 {
	color:#444;
}


li h6 {
    margin:2px 0 6px 0;
}



/*    SLIDESHOW    */

ul.slideshow {
	list-style:none;
	width:665px;
	height:320px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	background-color:#000;	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}




/* jssor slider */
.slider1-N div, .slider1-N div:hover, .slider1-N div.av
		{
			FILTER: alpha(opacity=70);
			opacity: .7;
			overflow:hidden;
			cursor: pointer;
			BORDER: #000 1px solid;
		}
		.slider1-N div
		{
			background-color: gray;
		}
		.slider1-N div:hover, .slider1-N div.av:hover, .slider1-N div.hv
		{
			background-color: #d3d3d3;
		}
		.slider1-N div.av
		{
			background-color: #fff;
		}
		.slider1-N div.dn
		{
			background-color: #555555;
		}
				
/* jssor slider direction navigator skin 02 css */
		/*
		.jssord02l              (normal)
		.jssord02r              (normal)
		.jssord02l:hover        (normal mouseover)
		.jssord02r:hover        (normal mouseover)
		.jssord02ldn            (mousedown)
		.jssord02rdn            (mousedown)
		*/
		.jssord02l, .jssord02r, .jssord02ldn, .jssord02rdn
		{
			position: absolute;
			cursor: pointer;
			display: block;
			background: url(img/jssor-buttons.png) no-repeat;
			overflow:hidden;
		}
		.jssord02l { background-position: -3px -33px; }
		.jssord02r { background-position: -63px -33px; }
		.jssord02l:hover { background-position: -123px -33px; }
		.jssord02r:hover { background-position: -183px -33px; }
		.jssord02ldn { background-position: -243px -33px; }
		.jssord02rdn { background-position: -303px -33px; }		


.captionBlack {
	position:absolute;left:30px;bottom:30px;width:100px;height:30px;
}
.captionBlack, .captionSymbol {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
		
.captionBlack a {
	color:#fff;
}
.captionSymbol
{
    border-radius: 100px !important;
    font-weight: 400 !important;
    font-size: 26px !important;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}