/* CSS Document */
html, body {
	margin: 0;
    padding: 0;
    background-color: #2a1f4c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

a{
color:#FFFFFF;
text-decoration:none;
}

#center{
	margin:auto;
	width:1003px;
	height: auto;
	padding:0px;
}

#header{
	width:1003px;
	margin:auto;
	height:42px;
	clear:none;
	padding-left:25px;
	background-color:#2a1f4c;
}

#middle{
	width:750px;
	margin:auto;
	height: 580px;
	clear:none;
	background-image: url(../images/home_01.jpg);
	background-repeat:no-repeat;
}

#footer{
	width:750px;
	margin:auto;
	height:17px;
	clear:none;
	text-align:center;
	/*background-image: url(../images/home_02.jpg);
	background-repeat:no-repeat;*/
}

.footertext{
	/*float:left;
	margin-left:55px;*/
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:2px;
}

.space{
	float:left;
	margin-left:8px;
}

/****************************** inner ********************************/

#inner_header{
	width:1003px;
	margin:auto;
	height:170px;
	clear:none;
	background-color:#2a1f4c;
}

#header_left{
	float:left;
	width:650px;
	margin:auto;
	height:170px;
	clear:none;
	background-image: url(../images/new-inner_01_01.jpg);
	background-repeat:no-repeat;
}

#header_right{
	float:left;
	width:323px;
	margin:auto;
	height:170px;
	clear:none;
	background-image: url(../images/new-inner_01_02.jpg);
	background-repeat:no-repeat;
}

#inner_menu{
	width:650px;
	margin:auto;
	height:42px;
	clear:none;
	padding-left:25px;
	background-color:#2a1f4c;
}

#page_topic{
	margin-left:90px;
	padding-top:15px;
}

#inner_middle{
	width:100%;
	margin:auto;
	height: auto;
	clear:none;
	background-image: url(../images/background_02.jpg);
	background-repeat: repeat-y;
	background-position:left;
}

#body_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding:30px 150px 250px 150px;
	line-height:20px;
}

#inner_footer{
	width:725px;
	margin:auto;
	height:17px;
	clear:none;
	background-color:#2a1f4c;
}

.clear{
	clear:both;
}

a{
	border:none;
}

img{
	border:none;
}

/******************************* image gallery *****************************************/

#image_wrapper{
	margin:auto;
	width: auto;
	height: auto;
	margin:0px 120px 0px 87px; 
}

#row{
	margin:auto;
	width: 800px;
	height:280px;
	max-height:300px;
	padding:0px;
	margin:10px 0 0 0;
}

#column{
	width:160px;
	height: auto;
	margin:0px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ebe9ee;
	font-weight:bold;
}

#space{
	width:53px;
	height: 280px;
	float:left;
}

#photo{
	float:left; 
	width:500px;
}

#description{
	float:left; 
	width:295px; 
	padding-top:15px;
}

#buttons{
	 float:right; 
	 width:50px;
}

#more{
	float: right;
	text-align:right;
	width:400px;
	height:30px;
	padding-top:5px;
}

#back{
	float: left;
	text-align: left;
	width:380px;
	height:30px;
	padding-top:5px;
}

/********************************* nav menu ********************************************/

.wrapper1{
	color: #ffffff;	
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0 0 0 50px;
	padding: 13px 0 0 0;
	}
	.wrapper1 a{
		color: #ffffff;
		text-decoration: none;
	}
	.wrapper1 a:hover {
		color: #ffffff;
	}
	.wrapper1 p {
		margin: 0 0 17px;
		padding: 0;
		line-height: 17px;
	}

.nav {
	float: left;
}

.nav ul {
	/*width: 648px;*/
	height: 25px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
}
.nav li {
	float: left;
	padding: 0 7px;
	background: url(../images/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height:25px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(../images/menu_left.gif) no-repeat left top;
	width: 8px;
	height: 26px;
	line-height: 28px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(../images/menu_mid.gif) repeat-x top left;
	height: 26px;
	line-height: 28px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(../images/menu_right.gif) no-repeat top left;
	width: 8px;
	height: 26px;
	line-height: 28px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #ffffff;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 26px;
	left: 6px;
	background: url(../images/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(../images/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 14px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #fff;
	background: none !important;
	line-height: normal;
	width: 166px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(../images/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
.content {
	width: 670px;
	background: transparent url(../images/content_bg.png) repeat-y;
	float: left;
	padding: 10px 20px;
}
.content h1 {
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #C1D9F0;
}
.content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
.content p {
	padding: 0 15px;
	text-align: justify;	
}
.content-bottom {
	width: 710px;
	background: transparent url(../images/content_bottom.png) no-repeat;
	height: 13px;
	float: left;
}  
/***************************************************/


/*************************** individual page *****************************/

#gallery_image_wrapper{
	margin:auto;
	width: 817px;
	height: auto;
	margin:0px 120px 0px 87px;
}

#gallery-left{
	margin:auto;
	float:left;
	width:480px;
	height: auto;
}

#gallery-right{
	margin:auto;
	float: right;
	width:337px;
	height:658px;
}

.topheight{
	height:42px;
}

#button{
	width:337px;
	height:30px;
	padding-top:5px;
}

#buttons-left{
	 float: left; 
	 width:310px;
	 height:30px;
	 text-align:right;
}

#buttons-right{
	 float:right; 
	 width:20px;
	 height:30px;
	 text-align: left;
}

.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
}

#text-description{
	float: right; 
	width:300px; 
	padding-top:15px;
	padding-right:0px;
}

#desc-row{
	width:100%;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:20px;
	float: left;
}

#col-left{
	float:left;
	width:50%;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:20px;
	font-weight:bold;
}

#col-right{
	float:right;
	width:45%;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:20px;
	float: left;
}

.backbutt{
	float: left;
	padding-left:40px;
	padding-top:80px;
}

.alternate{
	color: #FFFFFF; 
	padding: 0px; 
	font-family: Arial; 
	font-size: 12px; 
	background-color:transparent; 
	border:none; 
	cursor:pointer;
}

.intern-view{
	width:470px;
	height:auto;
}

.cealr-h{
	clear:both;
	height:10px;
}

.revisit{
	text-align:center;
	font-size:16px;
	margin-top:50px;
	line-height:20px;
}