/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }


/* Global properties ======================================================== */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.0625em;
	color:#000000;
	background-color: #4BC5F4;
	}
html { min-width:980px;}
html, body { height:100%;}



/* Global Structure ============================================================= */
.container_24 {
	position: relative;
	font-size:.75em;
}

	/* Header */
	.top{
		height:300px;
		overflow:hidden;
		background:url(../images/header-tail1.jpg) 0 0 repeat-x #fff;
		}
	
	/* Content */
	.content {
		background:url(../images/content-tail.gif) 0 0 repeat-x #f8f8f9;
		padding-bottom:10px;
		}
	
	/* Sidebar */
	aside{
		
		}
			
	/* Footer */
	.footer{
		background:url(../images/footer-tail.gif) 0 100% repeat-x #1079ac;
		padding:15px 0 15px 0;
		}

events{
		background:url(../images/footer-tail.gif) 0 100% repeat-x #1079ac;
		padding:25px 0 25px 0;
		text-align:center;
		}



.wrapper { 
	width:100%;
	overflow:hidden;
}

/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
	}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
		}

.extra-wrap { 
	overflow:hidden;
	}

p {margin-bottom:17px;}
.p1 { margin-bottom:8px;}
.p2 { margin-bottom:17px;}
.p3 { margin-bottom:26px;}


/*----- txt, links, lines, titles -----*/
a {
	color:#f86314; 
	outline:none;
	}
a:hover{
	text-decoration:none;
	}
.title {
		font-size:15px;
		line-height:1.2em;
		font-weight:bold;
		color:#30383a;
		text-align:center;
		}
.normal_text{
		font-size:11px;
		line-height:1.2em;
		font-weight:normal;
		color:#30383a;
		
		}
		
		
.email a{
		font-size:11px;
		line-height:1.2em;
		font-weight:normal;
		text-align:center;
		color:#2597cb;
		text-decoration:none;
		
		}		
.email a:hover{
		font-size:11px;
		line-height:1.2em;
		font-weight:normal;
		text-align:center;
		color:#2597cb;
		text-decoration:underline;
		}		
		
h2 {
	font-size:45px;
	line-height:1.2em;
	font-weight:normal;
	color:#30383a;
	letter-spacing:-2px;
	font-weight:700;
	margin-bottom:18px;
	}
	h2 span {
		font-size:32px;
		line-height:1.2em;
		font-weight:500;
		display:inline-block;
		position:relative;
		top:0;
		}
h3 {
	font-size:11px;
	text-transform:uppercase;
	color:#fff !important;
	border-bottom:1px solid #fff;
	position:relative;
	padding:6px 0 14px 60px;
	height:1%;
	margin-bottom:22px;
	line-height:18px !important;
	text-shadow:1px 1px 0 rgba(0, 0, 0, .3);
}
	h3 img {
		position:absolute;
		left:0;
		top:0;
	}
h4 {
	font-size:13px;
	color:#454f51;
	margin-bottom:1.6em;
	}
	h4.alt {
		padding-top:10px;
		}
h5 {
	
	}
h6 {
	
	}
	

.button { 
	display:inline-block;
	width:81px;
	height:37px;
	line-height:37px;
	font-size:18px;
	background:url(../images/button.png) no-repeat 0 0;
	color:#fff;
	text-decoration:none;
	text-align:center;
}


/* Boxes */
.box_1 {
	background:#eeefef;
	border:1px solid #c4c4c3;
	padding:15px 15px 30px 15px;
	position:relative;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	height:100px;
	text-align:center;
	
}




/* Header
---------------------------------------- */

.header-bg {
	height:330px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	}

/* Logo */
.logo {
	position:absolute;
	left:18px;
	top:10px;
	}

/* Navigation */

header nav {
	position:absolute;
	right:0;
	top:78px;
	}
	header nav ul li {
		float:left;
		}
		header nav li a {
			float:left;
			padding:12px 21px 18px 21px;
			font-size:16px;
			line-height:1.2em;
			color:#fff;
			text-decoration:none;
			text-shadow:1px 1px 0 #004376;
			position:relative;
			}
		header nav li a:hover {
			background:#006195;
			border-radius:7px;
			-moz-border-radius:7px;
			-webkit-border-radius:7px;
			}
			
				header nav .cur:hover {
		visibility:		inherit; /* fixes IE7 'sticky bug' */
	
		border-radius: 11px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		position: relative;
		background: #f7f7f7;
		
	}
		header nav .cur ul {
			border-radius: 11px;
			-moz-border-radius: 11px;
			-webkit-border-radius: 11px;
			position: relative;
			width: 100%;
			padding-bottom: 6px;
			
			background: #f7f7f7;
		}
			header nav .cur ul li {
				font-size: 13px !important;
				font-family: Arial, Helvetica, sans-serif !important;
			}
	


/* Main banner */
.main-banner {
	display:block;
	position:absolute;
	left:8px;
	top:108px;
	}





/* Content
---------------------------------------- */
#content {
	
}
	.inside {
		padding:0 0 0 10px;
		}
		.inside .inside {
			padding:40px 0 0 0;
			}
	.row {
		padding-bottom:10px;
		}




/* Footer
---------------------------------------- */


/* Copy */
.copy {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
	.copy a {
		color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
		}
		
		.powered {
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
	.powered a {
		color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
		}

/* Footer navigation */
 nav {

	
	}
	 nav li {
		display:inline;
		border-left:1px solid #0e74a6;
		padding:0 8px 0 11px;
		}
	nav li:first-child {
		border:none;
		}
		 nav li a:hover {
			color:#fff;
			text-decoration:none;
			}


.mainlink a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-stretch:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	}
.mainlink a:hover
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-stretch:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#17b3ff;
	}


/*==========================================*/
/*==================boxes====================*/
.box {
	background-image:url(../images/box-bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:10px 19px 53px 19px;
	line-height:20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
	height:15px;
	background-color:#006195;
}
	.box a {color:#fff;}
	.box .button {
		right:19px;
		bottom:-19px;
	}
	
	.box:hover {
	background-color:#289dd0;
}
/*	
.box.color1 {
	background-color:#289dd0;
	color:#289dd0;
}
	.box.color1 h3 {
		border-color:#0e77ab;
	}
	
.box.color2 {
	background-color:#a3a3a3;
	color:#c2e2f8;
}
	.box.color2 h3 {
		border-color:#7ec3f0;
	}
	.box.color2 .button1 {
		background-color:#a3a3a3;
	}	
.box.color3 {
	background-color:#eb3d25;
	color:#f7c1ba;
}
	.box.color3 h3 {
		border-color:#ea7566;
	}
	.box.color3 .button {
		background-color:#f7543d;
	}	
.box.color4 {
	background-color:#60124b;
	color:#e8a4d5;
}
	.box.color4 h3 {
		border-color:#863870;
	}
	.box.color4 .button {
		background-color:#79185f;
	}*/
	.box .inner { 
		padding:0 3px 0 11px;
	}

/*--- box1 ---*/
.box1 {
	background:#e5e5e5;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
	padding:24px 24px 45px 24px;
}
	.box1 h2 {
		padding-top:0;
	}


.address { 
	float:left;
	margin-right:25px;
}
	.address dt {
		margin-bottom:18px;
	}
	.address dt:first-line {color:#000; font-weight:bold;}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:80px;
		}
.button1 {
	display:inline-block;
	position:absolute;
	font-size:11px;
	color:#fff;
	padding:0 21px 0 21px;
	line-height:40px;
	background-image:url(../images/button-shad.png);
	background-repeat:repeat-x;
	background-position:0 100%;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:20px;
background-color:#a3a3a3;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	left: 110px;
	top:55px;
}
	.button1 span {
		display:block;
		background:url(../images/blink.png) no-repeat 0 0;
		width:75px;
		height:13px;
		overflow:hidden;
		position:absolute;
		left:50%;
		top:-4px;
		margin-left:-38px;
	}
.button1:hover {
	text-shadow:0 0 5px #fff;
	text-decoration:underline;
	background-color:#289dd0;
}

.separator { 
	background:url(../images/separator.gif) 0 0 repeat-x;
	height:3px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 25px 0;
}

.main_title {
	font-size:12px;
	
	color:#fff !important;
	position:relative;
	height:1%;
	margin-bottom:22px;
	line-height:18px !important;
	font-weight:bold;
	padding-left:10px;
}

.bold_text {
	font-size:12px;
	position:relative;
	font-weight:bold;
	color:#2597cb;
}


.thought{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}

/*==========================================*/
/*==================inner page====================*/

.main_head {
background-color:#4AC4F5;
padding:7px;
border-bottom:0px;
font-size:13px;
font-weight:bold;
letter-spacing:1px;
color:#000000;
font-family:Verdana;
text-align:left;
border-top:1px #006195 solid;
}

.normaltext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
text-decoration:none;
text-align:justify;
color:#000000;
line-height:17px;
padding:5px;
padding-top: 10px;
padding-right: 35px;
padding-bottom: 10px;
padding-left: 15px;
	}
	
.border{
border:1px #006195 dotted;}	
	
	
	
.toplink a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF0000;
font-weight:normal;
text-decoration:none;
}
.toplink a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:underline;
color:#4471aa;
font-weight:normal;
}



/*===================menu=======================*/
.button2{background-color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
padding:3px;
cursor:pointer;
border:0px;
}

.border{
border:#3399FF thin 1px;
}

.content-wrap {
font-family : Arial, Verdana, Helvetica, sans-serif;
color : #000;
line-height : 18px;
background-color : #F8F8F9;
font-size : 12px;
text-align : justify;
padding : 20px;
}

.content {
color : #000;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
word-spacing:0.1em;
padding:0px;
line-height:18px;
margin:0px;
text-decoration:none;
}


.readmore{ font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; font-weight:normal; color:#FFFFFF; height:30px; background:	#006194; padding:5px; }
.readmore a {text-decoration:none;}

.post {font-weight : normal; margin-bottom : 5px; font-size : 11px; color : #424242;}

#sh_Content {line-height:18px; text-align:left; padding:0px; margin:0px; color:#818283; height:auto;}
#sh_Content .strong {color:#990000;}
#sh_Content dl { margin: 0px;  }
#sh_Content dt { padding:10px;  background:url(../images/profile_bg.gif) no-repeat left top; cursor: pointer; margin-bottom:10px; height:40px; width:200px; }
#sh_Content dt a { text-decoration:none; }
#sh_Content dd {
	margin: 0px;
	padding:0 5px 0px 5px;
	float:left;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	width:200px;
	text-align:justify;
	}

.sh_color {color:#0D699A;}
