@charset "utf-8";
/* CSS Document */

/* ###################### */
/* General HTML Tag Rules */
/* ###################### */

ul.li{
	text-decoration:none;
}

a:link {
	color:#fff;
	text-decoration:none;
}

a:visited {
	color:white;
	text-decoration:none;
}
a:hover {
	color:white;
	text-decoration:none;
}
a:active {
	color:#fff;
	text-decoration: none;
	
	
}

a:inactve{
	color:#FFF;
	text-decoration:none;
}

h1{
	font-weight:lighter;
	color:#e3c693;
}

h2{
	font-weight:lighter;
	color:white;
}

h3{
	font-weight:lighter;
	color:#3d4d56;
}

P {
	color:#3d4d56;
	line-height:150%;
}




/* ############################ */
/* General Template Class Rules */
/* ############################ */

#logo{
	height:90px;
	background-color:#fff;
	padding:0.5em 1em 0em 1em;
	margin:0.5em ;
}

#header {
	height:100px;	
}

body{
	width:auto;
	margin:auto;
	background-color:#ece7df;
	font-family:Arial, Gotham, "Helvetica Neue", Helvetica, Arial, "JengHei", Microsoft YaHei, JengHei, 黑体, Hei Ti, sans-serif;
	color:#333333;
}


#wrap{
	width:960px;
	background-color:#FFF;
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
}

.wrap_background img{
}

#content {
	height:auto;
}

#footer {
	margin:1%;
	border-top:dashed;
	border-width:1px;
}

#feature {
	overflow:visible;
	clear: right;
	width:960px;
	height:auto;
}

#feature img{
	width:100%;
}

#feature_img{
	width:960px;
	height:500px;
	overflow:hidden;
	margin:0 0 5em 0;
}


#nav {
	height:50px;
	background-image:url(images/bg_nav.png);
	background-color:#000;
	background-repeat:repeat-x;
	padding:0 0 0em 0;	
}

.nav {
	text-decoration:none;
	color:#FFF;
}


#nav ul li {
	border-right-style:solid;
	border-right-color:#af925f;
	border-right-width:3px;

	padding:0 0 0 0;
	margin:0 0 0 0;

	display:inline;
	padding:0em 0.5em 0.25em 0.5em;
	vertical-align:text-center; 
	color:#fff;
	margin: 2px 0 0 0; 
	
	font-size:large;

}

#nav_buttons {
	margin: 0 0 0 0;
}




#content{
	background-image:url(images/bg_feature.png);
	background-repeat:repeat-x;
}

.column1 {
	
	width:30%;
	padding:0 0 1em 0;
	float:left;
	clear:left;
	background:#fff;
	-moz-box-shadow: 3px 3px 4px #CCC;
	-webkit-box-shadow:3px 3px 4px #CCC;
	box-shadow:3px 3px 4px #CCC;
}

.column1 img {
	display:inline
}

#image_wrap {
	width:650px;
	height:750px;
	margin:2px;
	text-align:center;
	background-color:#efefef;
	border:2px solid#fff;
	outline:1px solid #ddd;
	-mouz-ouline-radius:4px;
}

.column2 {
	height:auto;
	width:60%;
	float:left;
	clear:right;
	padding:0 1em 1em 1em;

}

.column2 img{
	width:25%;
	height:25%;
}

.article a:link {
	border-right-style:solid;
	border-right-color:white;
	border-right-width:1px;
	width:auto;
	padding:0 0.5em;
	font-size:18px;
	color:#3d4d56;
}

.column2 a {
	border-right-style:solid;
	border-right-color:white;
	border-right-width:1px;
	width:auto;
	padding:0 0.5em;
	font-size:18px;
	color:#3d4d56;;
}


.column2_title a:link{
	color:#fff;
	text-size:18px;
	width:auto;
	margin:0 0 1em 0;
	font-weight:lighter;
	fort-size:1.4em;
	
	
}




#footer {
	padding:0.3em 0;
	background-color:#fff;
	clear:both;
	text-align:center;
}

.article a{
	height:auto;
	margin-bottom:5em;
	backgroud-color:#FFF;
}

.column2 ul li a{
	color:#3d4d56;
	display:block;
	text-decoration:none; 
	list-style:none;
	padding:0 0 0 0;
	list-style-type:none;
	margin:.5em;
}

#pdf {
	height:700px;
	width:650px;
	overflow:hidden;
}

#nav {
	color: #FFF;
}


