html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:100%
}
ol, ul {
	list-style: none;
}
.flshbg {
	background-color: #000000;
	height: 204px;
	width: 100%;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* RESET END */
html, body {
	height:100%;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:10px;
}
#wrapper {
	position:relative;
	min-height:100%;
	height:auto !important;
	min-width:1007px;
	height:100%;
	width:100%;






	width:expression(document.body.clientWidth < 1007? "1005px" : document.body.clientWidth > 1262? "1260px" : "auto");
	overflow:hidden;
	visibility: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -23px;
	margin-left: auto;
}
.footer, .push {
	height: 23px;
}
.push {
	position:absolute;
	margin-bottom:0;
	overflow:hidden}
#top {
	position:relative;
	width:100%;
	height:23px;
	background-image:url(../gfx/bg-nav.gif);
	background-repeat:repeat-x;
	z-index:100
}
#top2 {
	position:relative;
	width:100%;
	height:23px;
	background-color:#333;
	z-index:100
}
#header {
	position:relative;
	width:100%;
	height:118px;
	background-color:#fff;
}
.logo {
	position:relative;
	float:left;
	width:261px;
	height:118px;
	margin-left:15px;}
.login {
	position:relative;
	float:right;
	width:auto;
	height:118px;
	font-size:11px;
	line-height:118px;
	margin-right:30px;
	color:#000;
}
.login a {
	color:#c61a19;
	text-decoration:none;
}
#banner {
	position:relative;
	width:100%;
	height:204px;
	background-color:#000000;
}
#banner-inside {
	position:relative;
	width:100%;
	height:30px;
	background-color:#f5f5f5;
	background-image:url(../gfx/bg-banner-inner.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#main {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
#left {
	position:relative;
	float:left;
	width:20%;
	height:100%;
	margin-right:15px;
	margin-top:15px;
}
#right {
	position:relative;
	float:right;
	width:78%;
	height:auto;
	overflow:hidden;
}
#main img.banner{
	position:absolute;
	;
	margin-top:0;
	margin-right:0;
	width:253px;
	height:380px;
	overflow:hidden;
	top: 4px;
}
.right-column  {
	position:relative;
	float:left;
	width:30%;
	height:100%;
	margin-right:20px;
	margin-top:15px;
	margin-bottom:30px;
	border-right:1px double #e7e7e7
}
.right-column-border-r  {
	position:relative;
	float:left;
	width:30%;
	height:100%;
	margin-right:20px;
	margin-top:15px;
	margin-bottom:30px;
}
.column-inner {
	height:145px;
}
.column-inner p {
	font-size:11px;
	padding:5px 5px 5px 0;
	color:#666;
	line-height:normal;	
}
.column-inner-more p {
	font-size:11px;
	color:#666;
	line-height:normal;	
}
#content {
	clear:both;
	position:relative;
	width:98%;
	height:auto;
	padding-left:0px;
	margin-bottom:18px;
	overflow:hidden
}
#content p {
	font-size:11px;
	padding:5px 5px 5px 0;
	color:#666;
	line-height:normal;	
}
#content-inside {
	clear:both;
	float:left;
	position:relative;
	width:75%;
	height:auto;
	padding-left:0px;
}
.contentoutright {
	float: right;
	height: 100%;
	width: 24%;
}
/*div.banner {
	float:left;
	width:253px;
	height:100%;
	text-align:right;
	vertical-align:top;
	background-color:#ccc;
	border-left:1px solid #999;
}*/
#content-inside p {
	font-size:11px;
	padding:15px 5px 5px 0;
	color:#666;
	line-height:normal;
	width:95%;	
}
#content-inside p.textbox-1 {
	background-color:#f9f9f9;
	border:1px solid #e0e0e0;
	padding:8px 5px;
	margin:5px 0;
}
#content-inside p.textbox-2 {
	background-color:#666;
	border:1px solid #666;
	color:#fff;
	padding:8px 5px;
	margin:5px 0;
}
#content-inside p.textbox-3 {
	background-color:#FEEFCF;
	border:1px solid #e0e0e0;
	color:#555;
	padding:8px 5px;
	margin:5px 0;
}
#footer {
	position:relative;
	width:100%;
	background-image:url(../gfx/bg-nav.gif);
	background-repeat:repeat-x;
	z-index:100;
	margin: 0px;
	overflow: hidden;
}
#footer2 {
	position:relative;
	width:100%;
	background-color:#333;
	z-index:100;
	margin-top:0px;
	overflow:hidden
}
.title {
	color:#666;
	font-weight:bold;
}
.date {
	color:#c61a19;
	font-size:9px;
	background-image:url(../gfx/date_arrow.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	height:16px;
	line-height:16px;
}
.logintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.accessdenied {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	height: 120px;
	width: 350px;
	padding-top: 18px;
	padding-left: 25px;
	display: block;
	font-weight: bold;
}

.loginbox1 {
	height: 150px;
	width: 300px;
	border: .5px solid #CCCCCC;
	padding-left: 9px;
}


.link-more {
	width:70px;
	height:16px;
	line-height:16px;
	background-image:url(../gfx/row-on.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
	}
.link-red {
	color:#c61a19;
	text-decoration:none;
}
.link-red:hover {
	color:#c61a19;
	text-decoration:underline;
}
.link-grey {
	color:#666;
	text-decoration:none;
	margin-left:15px;
}
.link-grey:hover {
	color:#666;
	text-decoration:underline;
}
.copyright {
	position:relative;
	float:left;
	width:230px;
	height:23px;
	background-image:url(../gfx/bg-copyright.gif);
	background-repeat:no-repeat;
}
.copyright2 {
	position:relative;
	float:left;
	width:230px;
	height:23px;
	background-image:url(../gfx/bg-copyright2.gif);
	background-repeat:no-repeat;
}
.text {
	font-size: 11px;
	color: #666666;
	width: 95%;
	line-height: normal;
}
.tree1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 20px;
	display: block;
}
.contactbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 18px;
	padding-left: 10px;
	height: 558px;
}
.cbox1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 225px;
	width: 352px;
	background-repeat: no-repeat;
	padding-top: 2px;
}
.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.contacthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.contactcountry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
