* {	margin:0; padding:0; }
header, nav, section, aside, footer, article, hgroup { display:block;}
h1{
	font-size: 34px;
	position:relative;
	color: #000;
	font-weight: 400;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
	padding: 20px;
	z-index:1000;
}
h1 span{
	font-family: 'Playfair Display', serif;
	font-style: italic;
	text-transform: none;
	font-size: 20px;
}

h2 { font-weight: bold; padding: 0 0 5px; margin: 8px 0;}

body{
	background: #404D5B; 
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
}

#pageWrapper { 
	width:1000px; 
	margin: 0px auto; 
	border: none solid #000; 
	background: #EDF6D6;
}

#topHeader { 
	border-top: 3px solid #06116B; 
	background-color: #FFF;
	padding: 20px 15px 10px;
	height: 79px;
	margin-bottom: 1px; 
}

#topMenu {
  height: 35px; 
  border-bottom: 2px solid #06116B;
  background: #F7DB5B;
  background: -moz-linear-gradient(#F7DB5B, #EABE33);
  background: -o-linear-gradient(#F7DB5B, #EABE33);
  background: -webkit-linear-gradient(#F7DB5B, #EABE33);
}

#topMenu li {
	display: inline-block;
	list-style: none;
	padding: 5px;
	font: bold 14pt tahoma;
}
#topMenu a:link, #topMenu a:visited { padding: 8px 5px; margin: 0; text-decoration:none; color: #2A53A4;}
#topMenu a:hover, #topMenu a:active { text-decoration:none;background: #FFFBCC; color: #000000; opacity: 0.5; -webkit-border-radius: 5px 5px 0 0 ; -moz-border-radius: 5px 5px 0 0 ; }
#topMenu a.current { padding: 8px 5px 10px; border-top: 1px solid #06116B; border-right: 1px solid #06116B; border-left: 1px solid #06116B; text-decoration:none; background: #06116B; color: #F7DB5B; -webkit-border-radius: 5px 5px 0 0 ; -moz-border-radius: 5px 5px 0 0 ; }

#content {
	background: #FFF;
}

#topHeader .logo1 {
	float: left;
	display: inline-block;
	padding: 0 .5em 0;
	margin-top: -1em;
}

#mainSection {
	float: left;
	width: 660px;
	margin: 20px; /* 720px used 280px left*/
}

#mainSection p {
	padding-bottom: 1em; 
}

#sideNews {
	float: left;
	width: 220px;
	margin: 20px 0; /* 720px used 280px left*/
	padding: 30px;
	background: #FFFFFF;
	border: 1px solid #CFD4D6;
}
#footerWrapper {
	clear: both;
	text-align: center;
	padding: 20px;
	margin-top: 20px; 
	border-bottom: 5px solid #06116B; 
	color: #C7E7F1;
  background: -moz-linear-gradient(#F7DB5B, #CA881E);
  background: -o-linear-gradient(#F7DB5B, #CA881E);
  background: -webkit-linear-gradient(#F7DB5B, #CA881E);
}
}
#footerWrapper a:link { color:#C7E7F1;} #footerWrapper a:hover { color:#FFFF00;}

article {
	background: #FFF;
	border: 1px solid #EFE3F4;
	padding:  20px;
	margin-bottom: 20px; 
}
article header { color: #711212; margin-bottom: .75em;}

article p:nth-child(odd) {color: #3366FF;}
article p:nth-child(even) {color: #006633;}

article footer {
	text-align: right;
	color: #880000;
	font: normal 10pt tahoma;	
}
article dl { margin-left: 5px;}
article dd { list-style-type: square; padding-left: 10px;}
aside img { margin: -.85em 0 0 -.85em;}
 
#sideNews dd { margin: 10px 0 ; border-bottom: 1px dashed #FFFBCC;}
#sideNews .address {
	font-size: 110%;
	color: #2134B9;
	line-height: 16pt; 
}
.picleft { 
	float: left;
	display: inline-block;
	padding: .5em 1em 0 0 ; margin-right: 1.5em;
	border-right: 1px dotted #aaa;
}
.picright { 
	float: right;
	display: inline-block;
	padding: .5em 0 0 1em; margin-left: 1.5em;
	border-left: 1px dotted #aaa;
}

/*typography starts */

a{
	color: #555;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 100%;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}
.reference{
	padding-top: 40px;
}

/* Header Style */
.header{
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 3px 5px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
}
.header a{
	line-height: 18px;
	padding: 0 4px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
	color: #ddd;
}
.header a:hover{
	color: #fff;
}
.header a span{
	font-weight: bold;
}
.header span.right{
	float: right;
}
@media screen and (max-width: 860px) {
	.header a{
		display: block;
		text-align: center;
		font-size: 10px;
		text-shadow: none;
	}
	.header span.right{
		float: none;
	}
}
/*typography ends */


/*contact start*/
#response{
color:#ff6c00;
margin-bottom:20px;
}

#contact_form {
	margin-top: 25px;
}

#contact_form input, #contact_form textarea {
	padding: 5px;
	width:99%;
	font-family: Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	color:#666666;
}

#contact_form textarea {
	height:185px;
	background-color:#f2f2f2;
}

#contact_form textarea:focus, #contact_form input:focus {
	border:1px solid #ff6c00;
}

#contact_form input#submit {
	float:right;
	background-color:#4d4c47;
	border:1px solid #2b2b2b;
	padding:5px;
	border-radius:5px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	width:100px;
	font-size:12px;
}

#contact_form p input#submit:hover{
		background-color:#ff6c00;
		border:1px solid #679202;
		cursor:pointer;
}

label {
	float: left;
	width:70px;
	padding-top: 5px;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	
}
.vaidate_error{
border:1px solid #FF0000!important;
}

/*contact end*/