@CHARSET "UTF-8";

body {
	background-color: black;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial !important;
}

div {
	overflow: hidden;
}

img {
	border: none 0px;
}

.page-wrapper {
	margin-top: 50px;
	position: relative;
	float: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: black solid 1px;
	height: auto;
	background-color: #da6b16;
	clear: both;
	/*height:100%;*/
	font-family: arial;
}

.page-wrapper-header {
	position: relative;
	width: 800px;
	float: left;
	background-color: white;
}

.page-wrapper-header-first {
	position: relative;
	width: 800px;
	height: 80px;
	float: left;
	border-bottom: 10px solid black;
	background-color: #da6b16;
	/*background-image: url("img/ban_top.jpg");*/
	background-repeat: repeat-x;
	background-position: left;
}

.page-wrapper-header-first-img {
	position: relative;
	float: left;
}

.page-wrapper-header-first-menu {
	position: relative;
	float: right;
	width: 300px;
	margin-right: 40px;
	margin-top: 10px;
}

.page-wrapper-header-second {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px dashed black;
	padding: 0px;
}

.page-wrapper-header-second img {
	width: 100%;
	border: none 0px;
	margin: 0px !important;
}

.page-wrapper-footer {
	position: relative;
	width: 790px;
	float: left;
	height: 50px;
	font-size: 0.7em;
	color: black;
	background-color: white;
	padding: 5px;
	text-align: center;
	border-top: 1px dashed black;
}

.page-wrapper-footer a {
	color: black;
}

.page-wrapper-footer span {
	margin: 2px;
}

.page-wrapper-menu {
	position: relative;
	width: 90%;
	float: left;
	background-color: #da6b16;
}

.page-wrapper-middle {
	position: relative;
	float: left;
	width: 100%;
}

.page-wrapper-middle-right-img {
	text-align: center;
	margin-top: 10px;
}

.page-wrapper-middle-right-text {
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	font-weight: bold;
	
}


.page-wrapper-middle-right-text-subheader {
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	font-weight: bold;
	font-size: 18px;
	
}

.page-wrapper-middle-right-text-subheader a{
	text-align: center;
	color: #f5b80f;
	text-decoration: none;	
}


.page-wrapper-middle-right-text-subheader a:hover{
	font-style: italic;
}
.page-wrapper-middle-right-text-bold{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
	font-weight: bold;
	font-size: 16px;
	color: #f5b80f;

}

.page-wrapper-middle-right-text a{
	text-align: center;
	color: #da6b16;
	text-decoration: none;	
}

.page-wrapper-middle-right-text a:hover{
	font-style: italic;
}

.page-wrapper-middle-table {
	border: none 0px;
}

.page-wrapper-middle-table .td-left {
	width: 23%;
	vertical-align: top;
}

.page-wrapper-middle-table .td-center {
	background-color: white;
	color: black;
	vertical-align: top;
	border-left: 1px black dashed;
	border-right: 1px black dashed;
}

.page-wrapper-middle-table .td-right {
	width: 25%;
	padding: 2px;
	vertical-align: top;
	font-size: 12px;
	color: white;
	background-color: #171616;
}

.td-right p {
	padding: 5px;
}

.page-wrapper-middle-table {
	border-collapse: collapse;
	border-spacing: 5px;
	border: none;
}

.page-wrapper-middle-left-contact {
	position: relative;
	float: left;
	margin: 10px;
	padding-left: 5px;
	padding-bottom: 15px;
	background-color: #da6b16;
	width: 80%;
	color: white;
	font-size: 0.7em;
}

.page-wrapper-middle-center-content {
	margin-bottom: 5px;
	width: 98%;
	margin-top: 5px;
	text-align: center;
}

.middle-center-content {
	font-size: 0.8em;
	padding: 5px;
	padding-left: 10px;
}

.middle-center-content img {
	float: left;
	padding: 5px;
}

.middle-center-content p {
	padding-left: 10px;
}

.middle-center-content-header {padding; 5px;
	
}

.highlighted-text-orange {
	color: #da6b16;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	font-size: 0.8em;
}

.highlighted-text-orange-plain {
	color: #da6b16;
	padding: 5px;
	margin-top: 10px;
	font-size: 0.8em;
}

.highlighted-text-orange a {
	color: #da6b16;
	text-decoration: none;
}

.highlighted-text-orange a:hover {
	/*font-style: italic;*/
	color: #d70b7d;
}

.highlighted-text-orange-plain a {
	color: #da6b16;
	text-decoration: none;
	font-weight: bold;
}

.highlighted-text-orange-plain a:hover {
	/*font-style: italic;*/
	color: #d70b7d;
}

.highlighted-text-bold {
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
	font-size: 0.8em;
}

/*fringe content starts here*/
.fringe-content {
	margin-top: 10px;
	padding: 5px;
	border-top: dotted 3px #171616;
}

.fringe-content-details {
	margin-top: 10px;
	padding: 5px;
}


.fringe-content img {
	float:left;
	margin: 10px;
}

.fringe-content-details img {
	float:left;
	margin: 10px;
}

.fringe-content-link{
	margin: 5px;
}

.fringe-content-link a{
	color: #da6b16;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.fringe-content-link a:hover{
	/*font-style: italic;*/
	color: #d70b7d;
}

.fringe-content-header {
	margin-bottom: 5px;
	margin-top: 10px;
	color:#d70b7d;
	font-weight: bold;
	
}

.fringe-content-header-marged {
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 5px;
	padding-bottom: 5px;
	color:#d70b7d;
	font-weight: bold;
	border-bottom: dotted medium black;
	font-size: 25px;
	
}

.fringe-content-description {
	font-size: 0.8em;
}

.fringe-content-presented {
	font-size: 0.7em;
	margin-left: 15px;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
}



/*fringe content ends here*/
.middle-center-content-header img {
	width: 100%;
}

.page-wrapper-middle-center-content span {
	padding: 5px;
}

.page-wrapper-middle-center-content-header {
	width: 100%;
	height: 10px;
	background-color: #da6b16;
}

.page-wrapper-middle-center-header {
	position: relative;
	float: left;
	width: 100%;
	height: 20px;
	background-color: #da6b16;
}

.text-header {
	color: white;
	font-size: 1em;
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #171616;
}

/*MENU STYLE */
#vertical-menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 90%;
	text-align: left;
	/*border:1px solid #9B9B9B;*/
	background-color: #da6b16;
}

#vertical-menu ul { /*list-style-position : outside;*/
	list-style-type: none;
	margin-top: 10px;
	padding-left: 5px;
	text-align: left;
	margin-left: 5px;
}

#vertical-menu ul li {
	width: 100%;
	border-bottom: dotted white;
}

#vertical-menu ul li a {
	display: block;
	width: 80%;
	height: 35px;
	/*background: transparent url(img/item_on.gif) left center no-repeat;*/
	padding-left: 10px;
	margin-top: 8px;
	text-align: left;
	font: bold 11px "arial";
	text-decoration: none;
	color: #870707;
	line-height: 35px;
}

#vertical-menu ul li a:hover {
	/*background: transparent url(img/item_over.gif) left center no-repeat;*/
	color: gray;
}

/*right panel menu*/
#vertical-menu-right {
	position: relative;
	top: 0px;
	left: 0px;
	width: 90%;
	text-align: left;
}

#vertical-menu-right ul { /*list-style-position : outside;*/
	list-style-type: disc;
	margin-top: 10px;
	padding-left: 5px;
	text-align: left;
	margin-left: 15px;
}

#vertical-menu-right ul li {
	width: 100%;
	margin-top: 5px;
	vertical-align: top;
	/*border-bottom: dotted white;*/
}

#vertical-menu-right ul li a {
	display: list-item;
	padding-left: 0px;
	text-align: left;
	font: 1em "arial";
	text-decoration: none;
	color: white;
}

.fringe-content-header-subheader{
	color: #35b4e9;
	font-weight: bold;
	font-size: 80%;
	
	}
	
#vertical-menu-right ul li a:hover {
	color: gray;
}

/*MENU STYLE ENDS HERE*/
.page-wrapper-header-first-img {
	position: relative;
	float: left;
}

/*HORIZONTAL MENU*/
.navcontainer {
	position: relative;
	float: right;
	width: 250px;
	color: #da6b16;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
}

.navcontainer ul {
	font-family: Arial;
	line-height: 20px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	text-align: center;
	width: 100%;
}

.navcontainer ul li {
	float: left;
	text-align: center;
	display: inline;
	border-right: solid 2px #ffffff;
	/* background-repeat:no-repeat;*/
	/*background-image: url("img/bt.gif");*/
}

.navcontainer a {
	color: white;
	display: block;
	font-family: Arial;
	font-size: 0.7em;
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	width: 120px;
}

.navcontainer .white-link {
	color: white;
}

.navcontainer a:hover { /*background: url("img/btd.gif");*/
	color: gray;
	/*background-repeat:no-repeat;*/
}
/*END OF HORIZONTAL MENU*/ /*MENU STYLE ON THE RIGH PANEL */