@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

/*
	Minimaxing 1.0 by nodethirtythree design
	http://nodethirtythree.com | @nodethirtythree
	Released under the Creative Commons Attribution 3.0 license (nodethirtythree.com/license)
*/
/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/
#articlesTable th input{
	width: 90%; 
}
#articlesTable thead{
	width: 100%;
}
.centerImage{
	display:block;	
	margin-left:auto;
	margin-right: auto;
}

form,button {
	border: 0;
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
	height: 1px;
}


table {
	
	padding: 0;
	margin: 0 auto 0 auto;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

tr.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

tr.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
.demo-wrap{
	padding: 2px 4px;	
		margin:  2px 2px 0 0;
		-moz-box-shadow: 3px 3px 4px #ccc;		
		-webkit-box-shadow: 3px 3px 4px #ccc;		
		box-shadow: 3px 3px 4px #ccc;		
		/* For IE 8 */		
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";		
		/* For IE 5.5 - 7 */		
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}
.demo-wrap.border {
	border-top: dotted #c3c3c1 1px;
	padding-top: 15px;	
}

.demo-wrap.border .bx-window {
	margin-top: 78px;
	
}

.demo-wrap .left {
	width: 205px;
	float: left;
}

.demo-wrap .right {
	width: 320px;
	float: left;
}

.demo-wrap .right .album {
	margin-top: 60px;
	font-size: 16px;
}

.demo-wrap .right .band {
	font-size: 14px;
	color: #838383;
}

.demo-wrap .multiple li {
	width: 190px;
}

.demo-wrap .bx-wrapper {
	margin: 0 auto;
}

.delete {
	position: relative;
	top: -400px;
	left: 570px;	
	padding-left:20px;
	width: 10px;
	height: 31px;
	
	background: url(/dih/public/images/resource/delete.png) no-repeat;
	
}

.demo-wrap .bx-prev {
	position: absolute;
	top: 78px;
	left: -55px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(/dih/public/images/resource/icon_arrow_left.png) no-repeat 0 -31px;
}

.demo-wrap .bx-next {
	position: absolute;
	top: 78px;
	right: -40px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(/dih/public/images/resource/icon_arrow_right.png) no-repeat 0 -31px;
}

.demo-wrap .bx-next:hover,
.demo-wrap .bx-prev:hover 
	{
	background-position: 0 0;
}
body.mbody {
	font: 100.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	
	/*
	font-size: 13.5pt;
	font-family: sans-serif;
	*/
	
	/*background: #C7DAE4 url("/dih/public/images/resource/background_01.png") repeat-x;*/
	background: url('/dih/public/images/resource/back_top.jpg') top center repeat-x, url('/dih/public/images/resource/back.jpg');
	font-family:
		/*'Ubuntu Condensed',"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica,*/
		sans-serif ;
	color: #300000;
	letter-spacing: -0.5px;
}

h1,h2,h3,h4 {
	color: #34779E;
	font-weight: normal;
	padding-left: 8px;	
}

/*	h1,h2 {
		text-transform: lowercase;
	}
*/
h2 {
	font-size: 1.6em;
	letter-spacing: -1px;
	margin-bottom: 1em;
}

h3,h4 {
	color: #283121;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
	text-align: justify;
}

h4 {
	font-size: 1em;
}

p,ul {
	margin-bottom: 1.25em;
}

p {
	line-height: 1.3em;
	margin: 0.625em;
	text-align: justify;
	text-indent: 1.5em;
}

strong {
	color: #474e43;
	font-weight: bold;
}
em{
	font-style:  italic;
}

img.left {
	float: left;
	margin: 2px 1.25em 0 0;
}

img.top {
	margin: 4px 0 2.25em 0;
}

ul {
	padding: 0.25em 0 0 0;
}

a {
	color: #34779E;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

*>p:last-child {
	margin-bottom: 0 !important;
}

article.blog-post {
	position: relative;
}

article.blog-post, .comments {
	position: relative;
	top: 0;
	right: 0;
	height: 32px;
	line-height: 24px;
	padding-left: 40px;		
	background: url('/dih/public/images/resource/icon-bubble.png') no-repeat;
}

.cateogryImg {
	position: relative;
	top: 0;
	right: 0;
	height: 32px;
	font-size: 14px;
	line-height: 24px;
	padding-left: 40px;
	color:#74AB3C;		
	background: url('/dih/public/images/resource/carti.png') no-repeat;
}

ul.small-image-list {
	
}

ul.small-image-list li {
	overflow: hidden;
	margin-bottom: 1.5em;
}

ul.big-image-list {
	
}

ul.big-image-list li {
	overflow: hidden;
	margin-bottom: 2em;
}

ul.link-list {
	
}

ul.link-list li {
	border-top: solid 1px #ced0b7;
	padding: 0.75em 0 0 0;
	margin: 0.75em 0 0 0;
}

ul.link-list li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.button {
	display: inline-block;
	padding: 2px 25px 2px 25px;
	background-color: #7B0008;
	background-image: -moz-linear-gradient(top,#74AB3C, #008dad  );
	background-image: -webkit-linear-gradient(top, #74AB3C, #008dad);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#74AB3C),
		to(#008dad) );
	background-image: -ms-linear-gradient(top, #74AB3C, #008dad);
	background-image: -o-linear-gradient(top, #74AB3C, #008dad);
	background-image: linear-gradient(top, #74AB3C, #008dad);
	border-radius: 10px;
	text-transform: lowercase;
	text-decoration: none;
	color: #fff;
	font-size: 0.7em;
	border: solid 1px #006e8b;
	box-shadow: inset 0px 0px 0px 1px #18a8c8;
}

.button:hover {
	
	background-color: #118eb1;
	background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1b9fbe),
		to(#118eb1) );
	background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: -o-linear-gradient(top, #1b9fbe, #118eb1);
	background-image: linear-gradient(top, #1b9fbe, #118eb1);
	box-shadow: inset 0px 0px 0px 1px #3ecceb;
}
.miniDate{
	width: 120px; height: 40px; 
	background: #fcfcfc; 
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	float:right;
	/*width:10px;
	height:7px;
	font-size: 7px;
	color: #ccc;
	line-height: 7px;
	background-color: #000;
	text-align: center;
	margin: 0 2px 0 0; */
		
	}

	.miniDate p{
	font-family: Helvetica, sans-serif; 
	font-size: 10px; text-align: center; color: #9e9e9e; 
	text-indent: 0;
	margin: 0;
	padding: 0;
	}
	.miniDate p span {
	background: #00cad1; 
	background: linear-gradient(top, #00cad1 0%, #0f097b 100%);
	background: -moz-linear-gradient(top, #00cad1 0%, #0f097b 100%);
	background: -webkit-linear-gradient(top, #00cad1 0%, #0f097b 100%);
	font-size: 10px; font-weight: bold; color: #fff; text-transform: uppercase; 	
	display: block;
	border-top: 3px solid #00aed1;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	padding: 6px 0 6px 0;
	
}
#button_back{
	margin:0 2px 0 0;
	margin: 5px 5px 0 20px;
	padding: 0;
	display: table;
	padding: 0;
}
#button_back a{
	opacity:0.4;
	filter:alpha(opacity=40);
}
#button_back a:HOVER{
	opacity:1.0;
	filter:alpha(opacity=100);
}
#button_back p{
	display: table-cell;
  	vertical-align: middle;
  	padding: 0;
  	margin: 0;
}
#clama{
	position: absolute;
	margin: 14px 0 0 30px;
	}
#breadcrumbs div{
		padding: 10px 20px 10px 20px;	
	}
#breadcrumbs{
		padding: 0 20px 0 20px;	
	}
#boxSearch {
	float: right;
	margin: 20px 20px 0 0;
}
#boxSearch img{
		position:relative;
		top:13px;
		
}
#boxSearch a{
	color:#FFF;
	}
#boxSearch input{
	width: 250px;
	margin: 17px 0 0 0 ;
	border-radius : 5px;
	font-size: 14px;  
	}
	.leftMenu a {
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	}
	#sus {
		width:35px;
		padding: 0 5px;
		position: fixed;
		top:50px;
		right:2px;	
		
	}
	#sus a{
	
	opacity:0.7;
	filter:alpha(opacity=70);
	margin:0 2px 0 0;
	
	}
	#sus a:HOVER{
	font-weight:bolder;
	opacity:1.0;
	filter:alpha(opacity=100);
	}
/*********************************************************************************/
/* 1200px (>= 1200px)                                                            */
/*********************************************************************************/
@media only screen and (min-width: 1200px) {
	section,article {
		margin: 0 0 60px 0;
	}
	section:last-child,article:last-child {
		margin-bottom: 0;
	}
	section.left-content {
		padding-right: 30px;
	}
	section.right-content {
		padding-left: 30px;
	}
	section.middle-content {
		padding: 0 30px 0 30px;
	}
	ul.small-image-list img {
		width: 78px;
	}
	ul.big-image-list img {
		width: 178px;
	}
	.blog-post-image {
		width: 588px;		
	}
	#headerTitle a{
		position: relative;
	
	height:120px;
				
		color: #FFF;
		padding: 0 0 0 10px;
		margin:0;		
		text-decoration: none;
		font-size: 130%;		
		display:table-cell; 
		vertical-align:middle;
				
	}
	#headerTitle img{
	float: left;		
	
	}
	#header-wrapper {
		/*background-color: #008dad;*/
	}
	#header {
		color: #FFF;
		padding: 10px 0 5px 5px;
		/*text-align:center;*/
		font: 120.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	}
		
	#contentCanvas{
	font-family: 'Droid Sans', sans-serif;
	border: 1px solid #86AFC5;
	margin: 20px;
	padding: 20px; 
	overflow: auto;
	}
	
	#content{
		background-color: #FFFAFA;
		width: 999px;
		float:right;		 
	}
.topnav{
		/*background-color: #DCDDDE;*/
		
		height:80px;
		margin:0;
		background: url("/dih/public/images/resource/menu_top_gray_2.png") repeat-x;
		border-radius: 5px;
	}
	.topnav ul {
	width: 150%;
	padding:0;
	margin: 0 auto;
	
	}
	
	.topnav li{
	display: inline-table;
	}

	.topnav li {
		float:left;
		padding: 30px 5px;
		font-size:70%;
		border-radius: 5px;	
		
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
	}
	.topnav li a{
	color: #497305;
	}
	.topnav a.current-page-item {
		background: url("/dih/public/images/resource/menu_top_green_2.png") repeat-x;
		background-color: #74AB3C;
		text-decoration: none;
	}
	
	.topnav li:HOVER  {
		background: url("/dih/public/images/resource/menu_top_green_2.png") repeat-x;
		background-color: #74AB3C;
		text-decoration: none;
		color: #FFF;
	}
	.topnav li a:HOVER  {
		color: #FFF;
	}
	.topnavJQ{

		background: url("/dih/public/images/resource/menu_top_green_2.png") repeat-x;
		background-color: #74AB3C;
		text-decoration: none;
		color: #FFF;
		
	}
	
	#leftSlider{
		background-color: #005685;
		width: 200px;
		float:left;
	}
	#activeMenu{
		color: #FFF;
		padding: 10px 0 5px 5px;
		text-align:center;
		font: 120.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	}
	.leftMenu{
		/* margin: 2.5% 0 2.5% 0; */
	
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
		
	}
	.leftMenu li {	
		
	font: 80.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;					
	}

	.leftMenu a {				
	background: #74A3B8;
	border-bottom: 3px solid #005685;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	/*
		color: #EEF3FA;		
		text-decoration: none;
		background-color: #74A3B8;
	background-image: url("/dih/public/images/resource/leftMenuButton_03.gif") x-repeat;
	*/
	}
	.leftMenu a:HOVER, .leftMenu a.activated:HOVER {	
		background: #0A9EC3;
	text-indent: -5px;
		
	}
	.leftMenu a.activated{
		background: #007A98;
		
	}
	
	/* ----------- My Form ----------- */
.myform {
	margin: 0 auto;
	width: 900px;
	padding: 14px;
}

/* ----------- stylized ----------- */
#stylized {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}

#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#stylized p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
}

#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 280px;
	float: left;
}

#stylized .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 280px;
}

#stylized input {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 400px;
	margin: 2px 0 20px 10px;
}

#stylized textarea {
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 600px;
	height: 200px;
	margin: 2px 0 20px 10px;
}

#stylized select {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 400px;
	margin: 2px 0 20px 10px;	
}

#stylized #arhives  {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 50px;
	margin: 2px 350px 20px 10px;	
}

#stylized #status  {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 50px;
	margin: 2px 350px 20px 10px;	
}

#stylized #submit {
	clear: both;
	margin-left: 300px;
	width: 125px;
	height: 31px;
	background: #666666 url(img/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
	
	
	#copyright {
		font-weight:bolder;
		text-align: center;
		color: #A6A88F;
		border-top: solid 1px #ced0b7;
		padding: 2em 0 0 0;
		margin: 1% 0 0 0;	
	}
	#copyright a {
		color: #FAFAFA;
	text-decoration: none;
	}
	/*--- Right Menu Top ---*/
	#backLink {
		position: fixed;
		top:130px;
		right:0;	
		
	}
	
	#backLinkIn {
		position:relative;
		top:-265px;
		left:25px;	
		width:80px;
	 	border:3px solid #2280AA;
	}
	#backLinkIn img{		
		padding-bottom:2px;
		width: 50px; 
	}
	#backLinkIn img:HOVER{	
		border:2px solid #CCC;
		 
	}
	/*--- End Right Menu Top ---*/
	
}

/*********************************************************************************/
/* 1000px (> 480px && < 1200px)                                                  */
/*********************************************************************************/
@media only screen and (max-width: 1199px) and (min-width: 481px) {
	section,article {
		margin: 0 0 50px 0;
	}
	section:last-child,article:last-child {
		margin-bottom: 0;
	}
	section.left-content {
		padding-right: 15px;
	}
	section.right-content {
		padding-left: 15px;
	}
	section.middle-content {
		padding: 0 15px 0 15px;
	}
	ul.small-image-list img {
		width: 50px;
	}
	ul.big-image-list img {
		width: 75px;
	}
	.blog-post-image {
		width: 490px;
	}
	
	#headerTitle a{
		position: relative;
	
	height:120px;
				
		color: #FFF;
		padding: 0 0 0 10px;
		margin:0;		
		text-decoration: none;
		font-size: 130%;		
		display:table-cell; 
		vertical-align:middle;
				
	}
	#headerTitle img{
	float: left;		
	
	}
	#header-wrapper {
		/*background-color: #008dad;*/
	}
	#header {
		color: #FFF;
		padding: 10px 0 5px 5px;
		text-align:center;
		font: 120.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	}

		
	#contentCanvas{	
	border: 1px solid #86AFC5;
	margin: 20px;
	padding: 20px; 
	overflow: auto;
	}	
	
	#content{
		background-color: #FFFAFA;
		width: 799px;
		float:right;		 
	}
.topnav{
		/*background-color: #DCDDDE;*/
		
		height:80px;
		margin:0;
		background: url("/dih/public/images/resource/menu_top_gray_2.png") repeat-x;
		border-radius: 5px;
	}
	.topnav ul {
	float:left;
	width: 150%;
	padding:0;
	margin: 0 2%;
	
	}
	
	.topnav li{
	display: inline;
	}

	.topnav li {
		float:left;
		padding: 30px 5px;
		font-size:65%;
		border-radius: 5px;	
		
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
	}
	.topnav li a{
	color: #497305;
	}
	.topnav a.current-page-item {
		background: url("/dih/public/images/resource/menu_top_green_2.png") repeat-x;
		background-color: #74AB3C;
		text-decoration: none;
	}
	
	.topnav li:HOVER  {
		background: url("/dih/public/images/resource/menu_top_green_2.png") repeat-x;
		background-color: #74AB3C;
		text-decoration: none;
		color: #FFF;
	}
	.topnav li a:HOVER  {
		color: #FFF;
	}
	.topnavJQ{

		background: url("/dih/public/images/resource/menu_top_green_2.png") repeat-x;
		background-color: #74AB3C;
		text-decoration: none;
		color: #FFF;
		
	}
	
#leftSlider{
		background-color: #005685;
		width: 200px;
		float:left;
	}
	#activeMenu{
		color: #FFF;
		padding: 10px 0 5px 5px;
		text-align:center;
		font: 120.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	}
	.leftMenu{
		/* margin: 2.5% 0 2.5% 0; */
	
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
		
	}
	.leftMenu li {		
	font: 80.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;					
	}

	.leftMenu a {				
	background: #74A3B8;
	border-bottom: 3px solid #005685;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	/*
		color: #EEF3FA;		
		text-decoration: none;
		background-color: #74A3B8;
	background-image: url("/dih/public/images/resource/leftMenuButton_03.gif") x-repeat;
	*/
	}
	.leftMenu a:HOVER, .leftMenu a.activated:HOVER {	
		background: #0A9EC3;
	text-indent: -5px;	
	}
	.leftMenu a.activated{
		background: #007A98;
	}
	#copyright {
		font-weight:bolder;
		text-align: center;
		color: #A6A88F;
		border-top: solid 1px #ced0b7;
		padding: 3em 0 0 0;
		margin: 1% 0 0 0;	
	}
	#copyright a {
		color: #FAFAFA;
	text-decoration: none;
	}
	
	/* ----------- My Form ----------- */
.myform {
	margin: 0 auto;
	width: 700px;
	padding: 14px;
}

/* ----------- stylized ----------- */
#stylized {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}

#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#stylized p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
}

#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 180px;
	float: left;
}

#stylized .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 180px;
}

#stylized input {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 300px;
	margin: 2px 0 20px 10px;
}

#stylized textarea {
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 500px;
	height: 200px;
	margin: 2px 0 20px 10px;
}

#stylized select {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 300px;
	margin: 2px 0 20px 10px;	
}

#stylized #arhives  {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 50px;
	margin: 2px 350px 20px 10px;	
}

#stylized #status  {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 50px;
	margin: 2px 350px 20px 10px;	
}

#stylized #submit {
	clear: both;
	margin-left: 300px;
	width: 125px;
	height: 31px;
	background: #666666 url(img/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
/*--- Right Menu Top ---*/
	#backLink {
		position: fixed;
		top:110px;
		right:0;	
		
	}
	#backLinkIn {
		position:relative;
		top:-265px;
		left:25px;	
		width:80px;		
	 	border:3px solid #2280AA;
	}
	#backLinkIn img{		
		padding-bottom:2px;
	 width: 50px;
	}
	#backLinkIn img:HOVER{	
		border:2px solid #CCC;
		 
	}
	/*--- End Right Menu Top ---*/	
	
}

/*********************************************************************************/
/* Mobile (<= 480px)                                                             */
/*********************************************************************************/
@media only screen and (max-width: 480px) {
	body {
		font-size: 15pt;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.2em;
	}
	h4 {
		font-size: 1em;
	}
	ul.small-image-list img {
		width: 75px;
	}
	ul.big-image-list img {
		width: 75px;
	}
	ul.link-list {
		margin: 0 0 2em 0;
	}
	section,article {
		padding: 40px 20px 40px 20px;
	}
	#main section,#main article {
		background: #fff;
	}
	article.blog-post .comments {
		display: block;
		position: relative;
		top: -0.5em;
		margin: 0 0 0.5em 0;
	}
	article.blog-post h2 {
		
	}
	.button {
		font-size: 1em;
	}
	.blog-post-image {
		width: 100%;
	}
	#headerTitle a{
		position: relative;
	
	height:120px;
				
		color: #FFF;
		padding: 0 0 0 10px;
		margin:0;		
		text-decoration: none;
		font-size: 130%;		
		display:table-cell; 
		vertical-align:middle;
				
	}
	#headerTitle img{
	float: left;		
	
	}
	#header-wrapper {
		/*background-color: #008dad;*/
	}
	#header {
		color: #FFF;
		padding: 10px 0 5px 5px;
		text-align:center;
		font: 120.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	}
	#breadcrumbs{
		padding: 10px 20px 0 20px;	
	}
		
	#contentCanvas{
	border: 1px solid #86AFC5;
	margin: 20px;
	padding: 20px; 
	overflow: auto;
	}
	
	#content{
		background-color: #FFFAFA;
	}
	.topnav{
		background-color: #DCDDDE;	
		margin: 0.5% 0 0.5% 0;
		padding:10px 0;	
	}
	.topnav ul,.topnav li {
		display: inline;
		padding: 0px;		
	}

	.topnav a {
		padding:0 10px;
		color: #74AB3C;
		text-decoration: none;
		text-transform: uppercase;
	}
	.topnav a.current-page-item {
		
		background-color: #74AB3C;
		text-decoration: none;
	}
	.topnav a:HOVER {
		
		background-color: #74AB3C;
		text-decoration: none;
		color: #FFF;
	}
	#leftSlider{
		background-color: #005685;
		
	}
	#activeMenu{
		color: #FFF;
		padding: 10px 0 5px 5px;
		text-align:center;
		font: 120.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	}
	.leftMenu{
		/* margin: 2.5% 0 2.5% 0; */
	
	list-style: none;
	margin: 0;
	padding: 0;
		
	}
	.leftMenu ul {
	text-align: center;
	}
	.leftMenu li {		
	font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 0;
	display: inline-table;
						
	}

	.leftMenu a {				
	background: #74A3B8;
	border-bottom: 3px solid #005685;
	color: #FFF;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	/*
		color: #EEF3FA;		
		text-decoration: none;
		background-color: #74A3B8;
	background-image: url("/dih/public/images/resource/leftMenuButton_03.gif") x-repeat;
	*/
	}
	.leftMenu a:HOVER, .leftMenu a.activated:HOVER {	
		background: #0A9EC3;
	text-indent: -5px;	
	}
	.leftMenu a.activated{
		background: #007A98;
	}
	
	/* ----------- My Form ----------- */
.myform {
	margin: 0 auto;
	width: 245px;
	padding: 4px;
}

/* ----------- stylized ----------- */
#stylized {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
}

#stylized h1 {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 8px;
}

#stylized p {
	font-size: 9px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
}

#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 80px;
	float: left;
}

#stylized .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 80px;
}

#stylized input {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 100px;
	margin: 2px 0 20px 10px;
}
 #stylized #image  {	
	font-size: 8px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 10px;
	margin: 2px 0 10px 5px;
}
	

#stylized textarea {
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 200px;
	height: 200px;
	margin: 2px 0 10px 5px;
}

#stylized select {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 100px;
	margin: 2px 0 10px 5px;	
}

#stylized #arhives  {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 20px;
	margin: 2px 50px 10px 5px;	
}

#stylized #status  {	
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 20px;
	margin: 2px 50px 10px 5px;	
}

#stylized #submit {
	clear: both;
	margin-left: 10px;
	width: 125px;
	height: 31px;
	background: #666666 url(img/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
	
	#copyright {
		font-weight:bolder;
		text-align: center;
		color: #A6A88F;
		border-top: solid 1px #ced0b7;
		padding: 3em 0 0 0;
		margin: 1% 0 0 0;	
	}
	#copyright a {
		color: #FAFAFA;
	text-decoration: none;
	}
/*--- Right Menu Top ---*/
	#backLink {
		position: fixed;
		top:110px;
		right:0;	
		display: none;
	}
	#backLinkIn {
		position:relative;
		top:-265px;
		left:25px;	
		width:80px;		
	 	border:3px solid #2280AA;
	}
	#backLinkIn img{		
		padding-bottom:2px;
	 width: 50px;
	}
	#backLinkIn img:HOVER{	
		border:2px solid #CCC;
		 
	}
	/*--- End Right Menu Top ---*/	
	
	/*
	
	/*
	#header-wrapper {
		background-color: #008dad;
		background-image: -moz-linear-gradient(top, #C3000C, #008dad);
		background-image: -webkit-linear-gradient(top, #C3000C, #008dad);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C3000C),
			to(#008dad) );
		background-image: -ms-linear-gradient(top, #C3000C, #008dad);
		background-image: -o-linear-gradient(top, #C3000C, #008dad);
		background-image: linear-gradient(top, #C3000C, #008dad);
	}
	
	#header {
		text-align: center;
		padding: 25px 0 25px 0;
	}
	#header h1 {
		color: #fff;
		font-size: 2.4em;
		text-align: center;
		margin: 0 0 20px 0;
	}
	#header h1 a {
		color: #fff;
		text-decoration: none;
	}
	#header nav {
		text-transform: lowercase;
		font-size: 1em;
		margin: 0 auto;
	}
	#header nav a {
		display: inline-block;
		text-decoration: none;
		color: #fff;
		padding: 10px 15px 10px 15px;
		margin: 3px 0 3px 0;
	}
	#header nav a.current-page-item {
		background-color: #970705;
		background-image: -moz-linear-gradient(top, #9F0705, #970705);
		background-image: -webkit-linear-gradient(top, #9F0705, #970705);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9F0705),
			to(#970705) );
		background-image: -ms-linear-gradient(top, #9F0705, #970705);
		background-image: -o-linear-gradient(top, #9F0705, #970705);
		background-image: linear-gradient(top, #9F0705, #970705);
		box-shadow: inset 0px 1px 5px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px 1px
			rgba(255, 255, 255, 0.1);
		border-radius: 10px;
	}
	#banner-wrapper {
		background: #c8d2bc url(images/bg1.png);
		display: none;
	}
	#banner {
		position: relative;
		width: 100%;
		height: 240px;
		background: #fff url(images/banner.jpg) no-repeat;
		background-size: 100% 100%;
	}
	#banner {
		position: relative;
	}
	#banner h2 {
		position: absolute;
		z-index: 1;
		width: 100%;
		bottom: 80px;
		left: 0;
		font-size: 2em;
		color: #fff;
		text-align: center;
		letter-spacing: -2px;
	}
	#banner span {
		display: block;
		position: absolute;
		z-index: 1;
		width: 100%;
		top: 135px;
		left: 0;
		font-size: 1em;
		color: #fff;
		text-align: center;
		letter-spacing: -1px;
		text-transform: lowercase;
		opacity: 0.8;
	}
	#footer-wrapper section,#footer-wrapper article {
		border-bottom: solid 1px #ced0b7;
	}
	#copyright {
		text-align: center;
		color: #A6A88F;
		padding: 40px;
		font-size: 0.8em;
		line-height: 1.5em;
	}
	#copyright a {
		color: #A6A88F;
	}
	*/
}