body
{
	/*ie nedds these*/
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	/*align center for IE*/
	text-align:left;
	color: #000000;
	
}
/*
	make text more visible
*/
div
{
	text-align:center;
}

/*we use container DIV  to center #content and #navigation in the page*/
#container
{
	/*our page width*/
	width:840px;
	/*make space for the header*/
	margin-top:180px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#content
{
	/*  we substracted navigation width from page width and got 800px*/
	width:600px;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:300px;
	/* use float to inverse position with navigation DIV*/
	float:left;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 83%;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}

/*
	internet explorer min-height fix 
	can be removed if you don't need a minimum height
	in this way your CSS will be clean from hacks
*/
* html #content
{
	height:300px;
}


#content a {
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
}
#content a:hover {
	text-decoration: none;
}


#content ul {
	margin: 0px;
	padding: 0px;
}

#content li {
	background-image: url(../images/t_Yellow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}


#content li a {
	color: #333333;
	font-size: 11px;
}
#content li a:hover {}

h1 {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFCC00;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
}

h2, h3, h4, h5, h6 , pre {
	color: #006699;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}


#navigation
{
	/* set margin top to header height*/
	float:right;
	height:auto;
	/* have a minimum height, this does not work in IE*/
	min-height:300px;
	width:200px;
	text-align: left;
}

/*
	internet explorer min-height fix 
	can be removed if you don't need a minimum height
	in this way your CSS will be clean from hacks
*/	
* html #navigation
{
	height:300px;
}

#navigation .hd {
	font-size: 16px;
	font-weight: bold;
	color: #006A92;
	width: 200px;
	padding-bottom: 5px;
	margin-right: auto;
	clear: both;
	float: left;
	background-image: url(../images/PENCIL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	line-height: 80px;
	position: relative;
	top: -20px;
	left: -10px;
	padding-top: 4px;
	padding-left: 10px;
}
.form-box {
	text-align: left;
	background-color: #F8F8F8;
	height: 660px;
	width: 200px;
	border: 1px solid #F9F9F9;
	margin-top: 10px;
}
.i-text {
	border: 1px solid #999999;
	padding: 3px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 165px;
}

.right {
	MIN-HEIGHT: 24px;
	margin: 0px;
	text-align: left;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.row {
	MIN-HEIGHT: 32px;
	text-align: left;
	margin: 0px;
	width: 195px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}
.over {
	BACKGROUND-COLOR: #CCCCCC;
}

.clear {
	CLEAR: both;
	FLOAT: none;
	HEIGHT: 0px;
	text-align: left;
}



.code {
	height: 50px;
	width: 170px;
	float: left;
}
.ac {
	float: left;
	width: 60px;
	margin: 0px;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.ac-img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}

.details {
	width: 170px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}


.btn {
	height: 20px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	background-color: #FFFF99;
	cursor:pointer;
	border: 1px solid #FF9900;
	margin-right: auto;
	margin-left: 12px;
	margin-top: 12px;
	float: left;
}

label {
	font-weight: bold;
	color: #000000;
	height: 20px;
	float: none;
	clear: both;
	margin: 0px;
	display: block;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#header
{
	/* postion absolute so we can place our div anywhere on the page, in this case the first div*/
	position:absolute;
	/*our page width*/
	width:100%;
	/*pu the div fist on the page*/
	top:0px;
	height:120px;
	background-repeat: repeat-x;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/hd-gr.jpg);
	margin: 0px;
	padding: 0px;
}
#header .top-nav-box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	margin-top: 14px;
}

.logo      {
	float: left;
	height: 82px;
	width: 215px;
	margin: 0px;
	padding: 0px;
}
.nav  {
	height: 25px;
	margin-top: 50px;
	width: 500px;
	float: left;
}

#header .nav Li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	background-image: url(../images/arrow.jpg);
	background-position: left center;
	padding-right: 12px;
	background-repeat: no-repeat;
}

#header .nav UL {
	margin: 0px;
	padding: 0px;
}

#header .nav Li a {
	font-weight: bold;
	color: #FFFFFF;
}

#header .nav Li a:hover {
	text-decoration: none;
}


#services-box {
	height: 40px;
}














#pointermenu{
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#pointermenu ul{
	margin-left: auto;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 9px;
	width: 800px;
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
	display: inline;
	height: 30px;
}


#pointermenu ul li a{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin-bottom: 12px;
}

#pointermenu ul li a:visited{
	color: #666666;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
	color: #FFFFFF;
	border-bottom-width: 6px;
	border-bottom-style: double;
	border-bottom-color: #990000;
}

#pointermenu ul li a#rightcorner{
	padding-right: 0;
	padding-left: 2px;
}










#footer
{
	width:100%;
	clear:both;
	/*center relative div*/
	margin:auto;
	height:400px;
	background-color: #0082B3;
	text-align: left;
	background-image: url(../images/foot-gr.jpg);
	background-repeat: repeat;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#footer .credits {
	background-color: #063345;
	height: 40px;
	width: 100%;
	float: none;
	clear: both;
	margin-top: 6px;
}

#credits a {
	color: #FFFFFF;
}

#credits a:hover {
	text-decoration: underline;
}

#credits a:visited {
	color: #FFFFFF;
}

#articles-box {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 6px;
	height: 320px;
	width: 870px;
}
#articles-box  .hd {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
	text-decoration: underline;
}

#articles-box .line {
	height: 300px;
	width: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}

#articles-box .ar-content {
	float: left;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 800px;
	height: 300px;
}

.one {
	float: left;
	width: 200px;
	text-align: left;
}

.date {
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px;
	width: 70px;
	font-size: 11px;
}
#articles-box UL {
	margin: 0px;
	padding: 0px;
	float: left;
}
#articles-box Li {
	list-style-type: none;
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	float: left;
	width: 180px;
	height: 150px;
}


#articles-box Li.no-l {
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFFFFF;
	background-color: #006D96;
	font-size: 13px;
}


#articles-box Li a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 4px;
	padding-bottom: 4px;
	margin-right: 4px;
}

#articles-box Li a:hover {
	color: #FFFFFF;
	background-color: #497097;
}
#credits
{
	width:100%;
	clear:both;
	/*center relative div*/
	margin:auto;
	height:40px;
	background-color: #063345;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}




#stylefour{
	position:relative;
	display:block;
	height:49px;
	font-size:14px;
	font-weight:bold;
	background:transparent url(../images/bgOFF.gif) repeat-x top left;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003366;
}
#stylefour ul{
	padding:0;
	list-style-type:none;
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#stylefour ul li{display:block;float:left;margin:0;}
#stylefour ul li a{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	height:41px;
	background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 45px;
}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;background:#fff url(../images/bgON.gif) no-repeat top right;}
.ac {
	float: left;
	width: 60px;
	margin: 0px;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.ac-img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}












.form-box-contact {
	text-align: left;
	height: 400px;
	width: 500px;
	border: 1px solid #F9F9F9;
	margin-top: 10px;
	padding-top: 15px;
}
.contact-f {
	float: left;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contact-d-box {
	float: left;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.contact-label {
	font-weight: bold;
	color: #000000;
	height: 30px;
	float: left;
	clear: both;
	margin: 0px;
	display: block;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	width: 100px;
	text-align: right;
	line-height: 30px;
}
.contact-label-code {
	font-weight: bold;
	color: #000000;
	height: 20px;
	float: left;
	clear: both;
	margin: 0px;
	display: block;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 150px;
}


.contact-right {
	MIN-HEIGHT: 24px;
	margin: 0px;
	text-align: left;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.contact-text {
	border: 3px solid #C6E1FF;
	padding: 3px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	color: #006F9A;
}
.contact-details {
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	border: 3px solid #C6E1FF;
	margin-left: 10px;
	font-size: 13px;
	color: #006F9A;
}

.contact-code {
	height: 50px;
	width: 400px;
	float: left;
}

.contact-btn {
	height: 20px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	background-color: #FFFF99;
	cursor:pointer;
	border: 1px solid #FF9900;
	margin-right: auto;
	margin-left: auto;
}



.contact-bdr {
	width: 190px;
	padding-top: 16px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.contact-bdr a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.contact-bdr a:hover {
	background-color: #FF9;
}

.emailus {
	font-size: 14px;
	font-weight: bold;
	color: #036;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
}
