html,body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#wraper {
	width: 930px;
	margin: 0 auto;
}

.header {
	width: 930px;
	height: 170px;
}

.logo {
	width: 830px;
	height: 59px;
	float: left;
	margin-top: 27px;
}

.area_top_menu {
	float: left;
	width: 100px;
	height: 59px;
}

.header-banner {
	width: 930px;
	height: 335px;
	background-color: #FFFFFF;
}

.main-content {
	margin-top: 40px;
	width: 930px;
	font-size: 12px;
	font-family: Arial;
	color: #342a20;
	line-height: 20px;
}

.left-col {
	float: left;
	width: 540px;
}
.right-col {
	float: left;
	width: 350px;
	margin-left: 40px;
}

.footer {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 49px;
	clear: both;
}
.footer-text {
	width: 713px;
	height: 49px;
	float: left;
	line-height: 49px;
}

.footer-text a {
	color: #342a20;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

.footer-text a:hover {
	text-decoration: none;
}

.footer-copyright {
	background: url('/assets/design/logo-footer.jpg') no-repeat left top;
	height: 49px;
	width: 157px;
	line-height: 49px;
	float: left;
	padding-left: 60px;
}

.footer-navigation {
	clear: both;
	width: 930px;
}

.footer-navigation .cols {
	width: 131px;
	float: left;
	margin-top: 26px;
	margin-right:8px;
}

.footer-navigation .cols p.head {
	margin-bottom:12px;
}
.footer-navigation .cols ul {
	margin:0;
	padding:0; 
}
.footer-navigation .cols ul li {
	list-style:none;
	line-height: normal !important;
	padding-bottom: 12px;
	padding-bottom: 12px;
}
.footer-navigation .cols ul li a {
   line-height: normal;
   color:#342a20;.
   display:inline;
}

.footer-navigation a {
	color:#342a20;
	font-size: 12px;
	font-weight: bold;
	line-height:normal !important;
	padding-bottom: 12px;
}

ul#header-banner {
	margin: 0;
	padding: 0;
}

.headerbanner {
	height:335px;
	width:930px;
	/*left:-80px;*/
}
.headerbanner-text {
	top: 131px;
	left: 596px;
	position: absolute;
	width: 275px;
	height: 156px;
	color: #FFFFFF;
}

.tborder {
	border-top: 1px solid #000000;
}
.nomargin {
	margin: 0;
	padding-top:21px;
}

.print-share {
	margin-top: 10px;
	color: #8d1676;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
.print-share a {
	margin-top: 10px;
	color: #8d1676;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

/* top menu */
p {
	margin: 0px;
	padding: 0px;
}

#top_menu {
	padding-top: 0px;
	height: 20px;
}

p {
	padding: 0px;
	margin: 0px;
}

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

a:hover {
	color: #000000;
	text-decoration: underline;
}

.linkgray {
    color:#9E9E9E;
    font-weight: normal;
}

a.linkgray {
    color:#9E9E9E;
    font-weight: normal;
    text-decoration: none;
}

a.linkgray:hover {
    color:#9E9E9E;
    font-weight: normal;
    text-decoration: underline;

}


#main_left {
	background: #ffffff;
	color: #9e9e9e;
	padding-left: 26px;
	padding-top: 20px;
	padding-right: 20px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#port_left {
	background: #ffffff;
	color: #9e9e9e;
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 46px;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#port_left1 {
	background: #ffffff;
	color: #9e9e9e;
	padding-left: 6px;
	padding-top: 20px;
	padding-right: 46px;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#main_right {
	background: #ffffff;
	color: #9e9e9e;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#main_right_home {
	background: #ffffff;
	color: #9e9e9e;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#nav { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
	list-style: none;
	padding: 4px 2px 2px 2px;
	margin: 0px;
	list-style: none;
	width: 140px;
	background-color: transparent;
	white-space: normal;
	z-index: 1000;
}

#nav li.over ul li {
	border-right: 0px none;
	background-color: #eee;
	width: 100%;
	border-top: 1px solid #ffffff;
	white-space: normal;
	z-index: 1000;
}

#nav li>ul {
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: transparent;
}

#nav a {
	color: #342A20;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
}

#nav a:hover {
	color: #342A20;
}

#nav a:current {
	color: #342A20;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

.current {
	color: #b41b6e;
}

/*////// */
#nav a.submenu {
	color: #4a3c31;
	font-weight: normal;
	padding: 5px 0px 5px 15px;
}

#nav a.submenu:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

#last_menu {
	float: left;
	padding-right: 30px;
	/*width: 110px;
	text-align: right;*/
}

#last_menu a {
	color: #9e9e9e;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	font-size: 13px;
}

#last_menu a:hover {
	color: #4a3c31;
}

#port_content {
	color: #9e9e9e;
	font-family: Arial;
	font-size: 11px;
}

#link a {
	margin-bottom: 20px;
	color: #9e9e9e;
	text-decoration: underline;
	font-size: 11px;
}

#link a:hover {
	margin-bottom: 20px;
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
}

.text_blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #9e9e9e;
	font-size: 11px;
}

#news {
	font-family: Arial, Helvetica, sans-serif;
	color: #9e9e9e;
	font-size: 11px;
}

div.faq_answer {
	width: 540px;
	margin-bottom: 20px;
	float: left;
	padding-top: 10px;
}

.selected {
	color: #8D1676;
}

.menuitems {
	font-weight: bold;
	font-size: 16px;
	padding: 0 14px;
	color: #342A20;
}

.submenu-separator {
	clear:both;
	position:relative;
	top:8px;
}

.menuitems1 {
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
	color: #8c8c8c;
}

.text_news {
	color: #8c8c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}

#nav1 { /* all lists */
	margin-top: 27px;
	padding: 0;
	list-style: none;
	background-color: transparent;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

#nav1 li { /* all list items */
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

#nav1 li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
	list-style: none;
	padding: 4px 2px 2px 2px;
	margin: 0px;
	list-style: none;
	width: 140px;
	background-color: transparent;
	white-space: normal;
	z-index: 1000;
}

#nav1 li.over ul li {
	border-right: 0px none;
	background-color: #eee;
	width: 100%;
	border-top: 1px solid #ffffff;
	white-space: normal;
	z-index: 1000;
}

#nav1 li>ul {
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav1 li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: transparent;
}

#nav1 a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin-right: 17px;
}

#nav1 a.last {
	margin-right: 0;
}

#nav1 a:hover {
	color: #8d1676;
	text-decoration: none;
}

#nav1 a:current {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.current {
	color: #000000;
}

#area_port {
	margin-top: 53px;
}

#area_port .row {
	border-top: 1px solid #000000;
	width: 200px;
	float: left;
	margin-right: 43px;
}
#area_port .row-last {
	border-top: 1px solid #000000;
	width: 200px;
	float: left;
	margin-right: 0;
}

#area_port .row a img, #area_port .row-last a img {
	margin-top: 15px;
	position: relative;
}
#area_port .magenta-hover {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 200px;
	height: 150px;
	background-color: #8d1676;
	opacity:0.5;
	filter:alpha(opacity=50)
}

#area_port .port-desc {
	width: 200px;
	height: 142px;
	color: #342a20;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px;
}

#area_port .port-desc a {
	color: #31271e;
	text-decoration: none;
    line-height: 18px;
    font-size: 12px;
    font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	paddint-top: 18px;
}

#area_port .port-desc a:hover {
	color: #8d1676;
	text-decoration: underline;
}

#area_port .primage {
	position: relative;
}

.pagging {
	width: 930px;
	margin-top: 50px;
	padding-bottom: 59px;
}

.pagging a {
	color: #342a20;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.pagging .inactive a {
	color: #cccccc;
}

.pagging .prev {
	float: left;
	width: 100px;
}
.pagging .next {
	float: right;
	width: 100px;
}


.left-col h1 {
	color: #8d1676;
	font-size: 24px;
	line-height:24px;
	padding-bottom: 9px;
	/*padding-top: 10px;*/
	margin: 0 0 10px 0;
	border-bottom: 1px solid #000000;
}

.addthis {
	padding-top: 10px;
	width: 540px;
	text-align:right;
}

.btop {
	border-top: 1px solid #000000;
}

.pt17 {	padding-top: 17px; }
.pt20 {	padding-top: 20px; }
.pb17 { padding-bottom: 17px; }

/* addthis style */
#at15s {
	background: none;
	border:1px solid #8d1676;
	float:none !important;
	line-height:1em !important;
	margin:0 !important;
	overflow:visible !important;
	padding:0px !important;
	position:absolute !important;
	text-align:left !important;
}
#at15s, #at16p {
	-moz-border-radius: 0;
}

/*////// */
#nav1 a.submenu {
	color: #4a3c31;
	font-weight: normal;
	padding: 5px 0px 5px 15px;
}

#nav1 a.submenu:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#nav1 .selected {
	color: #b41b6e;
	font-weight: bold;
	text-decoration: none;
}

span.header1 {
	font-family: Georgia;
	font-size: 30px;
	line-height: 30px;
	color: #342A20;
    font-style: italic;	
    font-weight: normal;
}
span.header2 {
	font-family: Georgia;
	font-size: 16px;
	color: #FFFFFF;
    font-style: italic;	
}
span.header3 {
	font-family: Arial;
	font-size: 20px;
	color: #342A20;
	font-weight: normal;
}

span.header4 {
	font-family: Arial;
	font-size: 16px;
	color: #8D1676;
	font-weight: normal;
}
span.header5 {
	font-family: Arial;
	font-size: 12px;
	color: #342A20;
	font-weight: normal;
}
span.header6 {
	font-family: Arial;
	font-size: 12px;
	color: #8D1676;
	font-weight: normal;
}
span.header7 {
	font-family: Arial;
	font-size: 18px;
	color: #8d1676;
	font-weight: normal;
}
span.header8 {
	font-family: Arial;
	font-size: 24px;
	color: #8d1676;
	font-weight: bold;
}
span.header9 {
	font-family: Arial;
	font-size: 12px;
	color: #8d1676;
	font-weight: bold;
}
