/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background: #ffffff; 
  font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;	
	margin: 0px  0px  0px  0px ;
	padding: 0px  0px  0px  0px;
	text-align:center;
	font-size:1.0em;
}

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

a:link{
  font-weight: bold; 
	text-decoration: none;
}

a:visited{
  font-weight: bold; 
	text-decoration: none;
}

a:hover{
  font-weight: bold; 
	color: #555555;
	text-decoration: none;
}


.header h1 {
	text-align:left;
	margin-bottom:50px;
	color:#424242;
	font-size:42px;
  text-align:left;
  background:#ffffff url('images/dot1.png') no-repeat top right;
  width:350px;
  height:110px;
}

.header p {
 color:#5A7B18;
 margin-top:-110px;
 margin-bottom:100px;
 margin-left:50px;
text-align:left;
}
 
.center-box {
  font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	padding:0px 10px 0px 10px;
	margin:20px 10px 10px 10px;
	width:850px;
  color:#000000;
	clear: both;
  margin-left: auto ;
  margin-right: auto ;
	align:center;
	background-color:#fff;
}

.links{
  font-size: 9pt;
	margin-top:-170px;
	margin-left:260px;
	margin-bottom:80px;
}

.footer{
  font-size: 9pt;
	text-align:center;
}

.filter{
  filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

.tag {
  position:absolute;
	top:-1px;
	right:-1px;
  filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

table.niceTable th {
	text-align:right;
	font-weight: normal;
	vertical-align: top;
}

input.niceInput {
	vertical-align: bottom;
	font: 1em Arial, Helvetica, sans-serif;
	border: 1px solid #5F2508;
	width: 300px;
	background: #FFF;
}


textarea.niceArea {
	vertical-align: bottom;
	font: 1em Arial, Helvetica, sans-serif;
	border: 1px solid #5F2508;
	width: 300px;
	height:65px;
	background: #FFF;
}



#apply {
	width: 800px;
	margin:auto;
	text-align:center;
}

#landing {
	/*border:solid 1px #333;*/
	text-align:left;
	width: 840px;
	margin-left:-20px;
}

#landing li {
	list-style: url(images/graphicli.png) inside;
	color: #4B6814;
}

img{
border:none;
}

h2, h3, h4, h5 , h6 {
 color:#5A7B18;
}

/* begin customized behaviour */
a.trailer_link		{font-size: 5pt; text-decoration: none; color: white;}
a.trailer_link:link	{font-size: 5pt; text-decoration: none; color: white;}
a.trailer_link:visited	{font-size: 5pt; text-decoration: none; color: white;}
a.trailer_link:active	{font-size: 5pt; text-decoration: none; color: white;}
a.trailer_link:hover	{font-size: 5pt; text-decoration: none; color: white;}

.trailer		{font-family: verdana,tahoma,sans-serif; font-size: 5pt; color: white;}
/* end customized behaviour */

