

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C8C8C8;
	background-image: url(images/layout-background.gif);
	background-repeat: repeat-x;
}



/* Link */
/***********************************************************************/

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #0e7fc7;
	}

a:hover {
	text-decoration: underline;
	color: #0e7fc7;
	}

img a, img a:link, img a:visited {
	text-decoration: none;
	border:0;
	}



/* Text Formating */
/***********************************************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 140%;
	}

p, li, dt, dd, cite, td, th {
	color: black;
	margin: 0;
	padding: 0;
	line-height: 140%;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 36px;*/
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 30px;*/
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 24px;*/
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 21px;*/
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 18px;*/
	}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 15px;*/
	}

ul,ol {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	}

blockquote {
	font-size: 22px;
	line-height: 24px;
	color: black;
	margin: 0;
	padding: 0;
	}

cite, em, dfn {
	font-style: italic;
	text-transform: uppercase;
	}

code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea {
	font-size: 92%;
	font-family: Arial, "Lucida Console", courier, mono-space;
	}

pre {
	white-space: pre;
	}

pre * {
	font-size: 100%;
	white-space: pre;
	}

del {
	text-decoration: line-through;
	color: #666;
	}

ins, dfn {
	border-bottom: 1px solid #ccc;
	}

small, sup, sub { 
	font-size: 85%;
	}

big {
	font-size: 125%;
	line-height: 80%;
	}

abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	}

a abbr, a acronym {
	border: none; 
	}

abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px solid #ccc;
	}

sup {
	vertical-align: super;
	}

sub {
	vertical-align: sub;
	}



/* Form */
/***********************************************************************/

textarea, input, input[type='text'], select {
	border: 1px solid #ccc;
	color:black;
	}

textarea:hover,input[type='text']:hover, input[type='password']:hover, select:hover {
	border-color: #aaa;
	}

textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #888;
	outline: 2px solid #ddd;
	}

input[type='button'],  input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button {
	cursor: pointer;
	}

input[type='hidden'] {
	display:none;
	}

	
/* Input button
----------------------------------------------------------------------------- */
a.box-link:link,
a.box-link:visited,
input.box-link {
	display: block;
	margin: 0px;
	height: 40px;
	font-weight: bold;
	text-align: center;
	border-bottom: 0
	}

a.box-link:active,
input.box-link:active {
	background-position: 0 -40px;
	text-indent: 3px
	}

a.button-110:active {color: #ffec82}

.button-110:link, 
.button-110:visited {
	width: 110px;
	background: url('images/layout-input-button.jpg') no-repeat top left;
	color: black;
	}

/* Generics */
input.box-link, 
button.box-link {
	display: block;
	margin: 0px;
	border: 0;
	height: 40px;
	font-weight: normal;
	text-align: center;
	color: black;
	border-bottom: 0;
  	}

/* Click */
input.box-link:active, 
button.box-link:active {
	background-position: 0 -40px;
	line-height: 43px;
	text-indent: 3px
	}

input.button-110:active,
button.button-110:active {
	color: black;
	}

input.button-110, button.button-110 {
	width: 110px;
	background: #e6a800 url('images/layout-input-button.jpg') no-repeat top left;
	color: black;
	}	
	

	
/*
-----------------------------------------------------------------------------
 page structure
----------------------------------------------------------------------------- */

#container {
	width: 924px;
	margin: auto;
	overflow: hidden;
	position:relative;
	}

#header{
	width: 100%;
	height: 91px;
	margin: auto;
	position: relative;
	}

#nav {
	background: transparent url('images/layout-nav.jpg') left top no-repeat;
	height: 29px;
	overflow:hidden;
	width:100%;
	}

#contents {
	font-size: 0.8em;
	margin-top: 0px;
	padding-bottom:20px;
	width: 100%;
	height: auto;
	background: white url('images/layout-contents.jpg') left bottom no-repeat;
	overflow: hidden;
	}

#main-content {
	float:left;
	margin:0px;
	padding:10px 20px 0px 20px;
	width:580px;
	}

#sidebar {
	float:left;
	margin:0px;
	padding:0px;
	}

#footer {
	background-color: #C8C8C8;
	background-image: url(images/layout-background.gif);
	background-repeat: repeat-x;
	clear: both;
	padding: 14px 0px 10px 0px;
	height: auto;
	position:relative;
	}



/*
-----------------------------------
Header
----------------------------------- */


#header h1
{
	/*position: absolute;
	top: 10px;
	left: 0;*/
	padding: 0 0 0 0;
	margin: 0px;
	color: #FFF;
	font-size: 21px;
	width: 550px;
	height: 91px;
	background-color: transparent;
	background-image: url('images/top_logo.gif');
	background-repeat: no-repeat;
	background-position: 0px 11px;
}


/*#header a, a:link, a:visited, a:active
{
	color: black;
}

*/
#header ul#menu1 {
	font-size: 14px;
	line-height: 73px;
	float: right;
	min-height: 73px;
	height: auto !important;
	color: #8b321f;
	list-style:none;
	padding:25px 0px 0px 0px;
	}

#header ul#menu1 li {
	margin:2px;
	padding:2px;
	float:left;
	}

#header ul#menu1 a {
	display: block;
	font-size: 10px;
	text-decoration: none;
	font: 76% Arial, Helvetica, sans-serif;
	color: red;
	}


/* company_group
----------------------------------------------------------------------------- */
.company_group{
	background: url('images/layout-company-group.gif') top right no-repeat;
	text-align: right;
	height:23px;
	width:100%;
	padding:1px 0px 0 0px;
	float:left;
	}

.company_group a,
.company_group a:link {
	font-size: 10px;
	text-decoration: none;
	color: white !important;
	font-weight: bold;
	margin:0px 100px 0 0px;
	padding:0px;
	height:23px;
	background:#470202;
	}

.company_group a:hover {
	text-decoration: underline;
	color: white !important;
	background:#470202;
	}	

/* Nav - Menu 2
----------------------------------------------------------------------------- */
ul#menu2 {
	margin: 0 0 0 20px;
	border: 0 none;
	padding: 0;
	list-style: none;
	}

ul#menu2 li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	min-height: 32px;
	height: auto !important;
	background: #e73800 url(images/layout-nav-ul-li.gif) bottom right no-repeat;
	height: 32px;
	margin-bottom:-2px;
	}

ul#menu2 li a {
	padding: 12px 10px 5px 12px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font: 76% Arial, Helvetica, sans-serif;
	background: #e73800;
	}

ul#menu2 li a:hover {
	background: #ee724a;
	}

ul#menu2 li.current a, 
ul#menu2 li.current a:link, 
ul#menu2 li.current a:hover {
	cursor: default;
	color: #37454e;
	background:white;
	}



/*
-----------------------------------
Contents
----------------------------------- */

h2 {
	font-weight: normal;
	letter-spacing: -.01em;
	line-height: 1em;
	text-align: left;
	padding: 0px 0 10px 0;
	margin: 0;
	height: auto;
	color:#ff3a00;
	font-size: 29px;
	}

h3 {
	font-weight: normal;
	letter-spacing: -.01em;
	line-height: 1em;
	text-align: left;
	padding: 0px 0 5px 0;
	margin: 0;
	height: auto;
	color:#000;
	font-weight: bold;
	/*background:white;*/
	}

p {
	font: 76% Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	margin: 0 0 10px 0;
	line-height: 150%;	
	}

	
/* information
----------------------------------------------------------------------------- */
.information {
	width: 580px;
	margin: 20px 0 0 0px;
	float: left;
	height: auto;
	/*background:red;*/
	}


	
/*
-----------------------------------
Sidebar
----------------------------------- */

.news {
	width: 220px;
	padding: 0 25px;
	margin:40px 0px 0px 10px;
	border-left: 1px solid #ccc;
	}

.news h2 {
	font-weight: bold;
	font-size: 14px;
	color: #464645;
	margin:0px;
	padding: 5px 0 0 0px;
	width:100px;
	}

.news h3{
	font-size: 13px;
	padding: 2px 0 0px 0;
	color: #666666;
	font-weight: bold;
	}

.news .title {
	font-size: 13px;
	padding: 2px 0 0px 0;
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	}

.news em.hosting{
	background-image: url(images/icon.gif);
	text-indent: -999em;
	overflow: hidden;
	}

.news em.date {
	font-size: 11px;
	color: #999;
	font-style: normal;
	}

.news a {
	color:#0e7fc7;
	text-decoration: none;
	}

.news a:hover {
	text-decoration: underline;
	}

.news p {
	margin:0;
	padding: 4px 0;
	line-height: 15px;}

.news p.past-news{
	margin:0;
	padding: 15px 0 10px 0;
	line-height: 15px;
	color:#0E7FC7;
	}



/*
-----------------------------------
Footer
----------------------------------- */

#footer-contents {
	background: url(images/layout-footer-contents.jpg) left bottom no-repeat;
	width: 100%;
	min-height: 151px;
	height: auto !important;
	height: 151px;
	position:relative;
  	overflow: hidden;
	padding-bottom:5px;
	margin:0;
	}

#footer-contents h4 {
	background: url(images/layout-footer-contents-h4.gif) left top no-repeat;
	height:12px;
	width: 100%;
	text-indent:-999em;
	letter-spacing: -999em;
	margin:0;
	padding:0;
	}


/* Footer Menu 4
----------------------------------------------------------------------------- */
#menu4 {
	width: 350px;
	float: left;
	margin: 8px 0 0 10px;
	}

div.colm1 {
	width: 30%;
	float: left;
	margin: 10px 0px 0px 10px;
	}

.colm1 {
	width: 30%;
	float: left;
	padding:0;
	margin: 5px 0 0 0;
	list-style: none;
	list-style-position:outside;
	}

.colm1 li {
	list-style-image: url("images/layout-col1-li.gif");
	text-decoration: none;
	padding: 0px 0 0 0px;
	margin: 0px 0 0px 20px;
	line-height:100%;
	}

.colm1 a {
	font-size: 11px;
	}



/* Footer Central_footer
----------------------------------------------------------------------------- */
#central_footer {
	background: url(images/layout-footer-contents-separation.gif) left bottom no-repeat;
	width: 225px;
	padding: 19px 0 15px 30px;
 	float: left;
 	margin-left: 15px;
	}

* html #central_footer {
	width: 210px;
	}

#central_footer h5 {
	padding-left: 0px;
	padding-top: 2px;
	min-height: 20px;
	height: auto !important;
	}

#central_footer h6{
	background: url(images/layout-buttom01-h6.gif);
	width: 178px;
	height: 17px;
	margin-top: 5px;
    text-align:center;
    padding: 4px 0 0 0;
	}

#central_footer h6 a,
#central_footer h6 a:hover {
    color:#666;
	}

#central_footer p {
	color: #444444;
	padding: 3px;
	font-size: 8px;
	font: 76% Arial, Helvetica, sans-serif;
	}

#central_footer img {
	border: 0;
	}

#central_footer div.footer_element_1 {
	margin:0;
	padding: 0px;
	}

#right_footer div.footer_element_2 {
	margin:0;
	padding: 0px;
	}


/* Footer Right_footer
----------------------------------------------------------------------------- */
#right_footer {
	background: url(images/layout-footer-contents-separation.gif) left bottom no-repeat;
	width: 240px;
	padding: 20px 0 15px 25px;
	float: left;
	}

#right_footer p {
	color: #444444;
	padding: 3px;
	font-size: 8px;
	font: 76% Arial, Helvetica, sans-serif;
	}

#right_footer img {
	border: 0;
	}

#right_footer h5{
	padding-left: 0px;
	padding-top: 2px;
	min-height: 20px;
	height: auto !important;
	}

#right_footer h6{
	background-image: url(images/layout-buttom02-h6.gif);
	width: 236px;
	min-height: 17px;
	height: auto !important;
	height: 17px;
	margin-top: 5px;
	text-align:center;
	padding: 4px 0 0 0;
	color:#666;
	}

#right_footer h6 a,
#right_footer h6 a:hover {
	color:#666;
	}


/* Footer terms
----------------------------------------------------------------------------- */
#terms {
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
	background-color: #C8C8C8;
	background-image: url(images/layout-background.gif);
	background-repeat: repeat-x;
	}

#terms p {
	color: #FF0000;
	text-align: center;
	padding: 3px;
	font-size: 11px;
	}

#terms p a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	background:#380101;
	}

#terms p a:hover {
	text-decoration: underline;
	}
	


/*
*********************************
*********************************

generic

*********************************
********************************* */
	
/* gallery
----------------------------------------------------------------------------- */
.gallery img {
	border: 0px;
	padding: 10px 5px 0 0;
	}
	

/* information ul li
----------------------------------------------------------------------------- */
div.information li {
	list-style-image: url("images/layout-col1-li.gif");
	text-decoration: none;
	padding: 0px 0 0 0;
	margin: 8px 0 0 20px;
	}


/* Table
----------------------------------------------------------------------------- */
.table {
	width: 90%;
	border: 0.25px solid white;
	border-color: white;
	border-spacing: 0;
	margin: 0px;
	}

.table tr, 
.table td {
	border: 0.25px solid white;
	border-color: white;
	padding: 5px 5px 5px 5px;
	font-family: "Times New Roman", Times, serif;
	}

.table-header {
	background-color: #E2EAF0;
	height: 35px;
	font-size: 17px;
	color: #333333;
	}

.rown-color1 {
	background-color: #F2F5F8;
	}

.table a {
	font-weight: bold;
	}


/* form table
----------------------------------------------------------------------------- */
form.form-table table td, 
form.form-table table tr {
	height: 25px;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #DAE0E4;
	padding: 10px 10px 5px 10px;
	}

form.form-table table td p,
form.form-table table tr p{
	font-size: 11px;
	font-weight: bold;
	}

form.form-table .title {
	height: 24px;
	background-image: url(images/form.gif);
	}

form.form-table table input {
	width: 260px;
	border: 1px solid #bbb;
	}

form.form-table .agree {
	color: red !important;
	font-weight: bold;
	padding: 5px 5px 5px 0;
	}

form.form-table .fields {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	}

form.form-table .terms {
	border: 1px solid #BAD4EB;
	height: 90px;
	}

form.form-table #column2 {
	width: 255px;
	float: left;
	}

	
/* articles
----------------------------------------------------------------------------- */
.articles {
	margin-left: 20px;
	margin-top: 40px;
	font-size: 12px;
	}

.articles h4 {
	margin-top: 10px;
	}

.articles ul li {
	list-style: none;
	text-decoration: none;
	padding: 8px 0 0 0;
	color: #666666;
	}

.articles a {
	text-decoration: none;
	color: #0E7FC7;
	font-size: 12px;
	}

.articles a:hover{
	text-decoration: underline;
	}		
	