
/* << ----------------// Left column //---------------->> */

#columnOne { float:left; margin:0; padding:5px 5px 10px 20px; width:175px; background-color:#FFFFFF; }

#columnOne p, #columnThree p, #columnOne ul li, #columnOne ol li, #columnThree ul li, #columnThree ol li { font-size:12px; }

#columnOne h2, #columnThree h2 { font-size:14px; }
 
 
/* << ----------------// Vertical navigation //---------------->> */

#navVertical { /*border: 1px solid #000;*/ margin:0; padding:0; width:173px; 
/*background-color:#000;*/ background-color:#0354c2;}*/

#menu {
  width:13em; 
  padding:0.5em;
  background:#ccc;
  margin:0 auto;
  }

#menu a, #menu a:visited {
  display:block; 
  width:12em; 
  padding:0.25em 0.25em;
  color:#000; 
  text-indent:0.2em;
  background-color:#eeeeee; 
  /*font-family: eras bold itc;*/
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  text-decoration:none;
  margin:0.5em 0; 
  border-left:0.2em solid #9ab;
  border-right:0.2em solid #9ab;  
  border-top:0.2em solid #9ab;
  border-bottom:0.2em solid #9ab;
  }
#menu a:visited span {
  display:block; 
  position:absolute; 
  top:0; 
  left:10em; 
  width:5em;
  font-size:0.9em;
  color:#c00; 
  border:1px solid #c00;
  }
#menu a span {
  display:none;
  }
#menu a:hover {
  color:#FF8C00; 
  border-left:0.5em solid #000; 
  }
.box {
  position:relative;
  }
  
  
/* << ----------------//  Bullets //---------------->> */

#bullets { 
  /*width:442;*/  
  font-family: verdana;
  text-align: left;
  font-size: 14px;
  padding:0.5em;
  margin:0 auto;
  }

/* << ----------------// Rounded Corners //---------------->> */
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

#tlc, #trc { zoom: 1 }

/*body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}*/

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: auto;
	padding: 0;
	/*text-align: right;*/
	width:75%;				/* <-- use this to tie width to viewport size */
	width: 745;				/* <-- use this for a set width */
	/*background-color: #eeeeee;*/
	background-color: #FFFFFF;
	}
 	
#content
	{
	padding:1em;
	text-align: center;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	/*font-family: helvetica, geneva, arial, sans-serif;*/
	font-family: verdana;
	}
		
#content p
	{
	color:#3b3b3b;
	/*font-size: 1em;*/
	font-size: 14px;
	line-height: 1.3em;
	/*font-family: arial, helvetica, sans-serif;*/
	font-family: verdana;
	}
  		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/tlc.png);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(images/trc.png);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.png);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/brc.png);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/tb.png);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.png);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(images/r.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	/*background-color: #eeeeee;*/
	background-image:url(images/l.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
		


/* << ----------------// Inner Rounded Corners //---------------->> */
/* \*/
* html #Itlc, * html #Itrc {height: 1%;}
/* */

#Itlc, #Itrc { zoom: 1 }

/*body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}*/

#Ibox
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	padding: 0;
	text-align: left;
	width:100%;				/* <-- use this to tie width to viewport size */
	width: 400;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
 	
#Icontent
	{
	padding:1em;
	}

#Icontent h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	/*font-family: helvetica, geneva, arial, sans-serif;*/
	font-family: verdana;
	}
		
#Icontent p
	{
	color:#3b3b3b;
	/*font-size: 1em;*/
	font-size: 14px;
	line-height: 1.3em;
	/*font-family: arial, helvetica, sans-serif;*/
	font-family: verdana;
	}
  		
/* ---=== border code follows ===--- */
/*
	Itlc = top left corner
	Itrc = top right corner
	Iblc = bottom left corner
	Ibrc = bottom right corner
	Ilb = left border
	Irb = right border
	Itb = top border
	Ibb = bottom border 
*/

#Itlc, #Itrc, #Iblc, #Ibrc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#Itlc
	{
	background-image:url(images/Itlc.png);
	background-position: 0% 0%;
	}

#Itrc
	{
	background-image:url(images/Itrc.png);
	background-position: 100% 0%;
	}
	
#Iblc
	{
	background-image:url(images/Iblc.png);
	background-position: 0% 100%;
	}

#Ibrc
	{
	background-image:url(images/Ibrc.png);
	background-position: 100% 100%;
	}

#Itb, #Ibb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#Itb
	{
	background-image:url(images/Itb.png);
	background-position: 0% 0%;
	}

#Ibb
	{
	background-image:url(images/Ibb.png);
	background-position: 50% 100%;
	}
	
#Irb
	{
	background-image:url(images/Ir.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#Ilb
	{
	background-color: #eeeeee;
	background-image:url(images/Il.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}



  
/* << ----------------// Picture Frame //---------------->> */

#pictureframe { 
  width:442;  
  font-family: sans-serif;
  padding:0.5em;
  font-family: verdana;
  border-width: thin;
  border-color:#999999; _border-color:#000000;
  border-style:solid;
  margin:0 auto;
  }
  
  

/* << ----------------// Header //---------------->> */

#header { 
	/*margin:0;*/ 
	/*padding:0px 0px 0px 0px;*/
	/*padding-top: 1%;*/
	background: #fff; 
	background: url(gntLOGO.png);
	/*right no-repeat; 
	left no-repeat;
	bottom no-repeat;*/
	width:auto;
	height:150px; 
	font:40px eras bold itc; 
	color: #FF8C00; 
	text-align:center;
	margin:0px 0px 0px 0px;
	

		}

/* << ----------------// Middle column //---------------->> */

#columnTwo { float:left; margin:0; padding: 0px 20px 20px 20px; width:460px; 
/*background-color :#CCCCCC;*/ /*background-color :#eeeeee;*/ background-color:#FFFFFF;}
#mainContainer { /*margin:0 auto;*/ padding:0; width:700px; /*border:1px solid #000000;*/ 
/*background-color: #CCCCCC;*/ /*background-color:#eeeeee;*/ background-color:#FFFFFF;}


/* << ----------------// Right column //---------------->> */

/*#columnThree { 
	float:left; 
	margin:0; 
	padding:0 20px 10px 20px; 
	width:160px; 
	}*/

/* << ----------------// Content Box //---------------->> */

#rightcolbox { 
  width:140;  
  font-family: verdana;
  font-size: 14px;
  padding:0.5em;
  border-width: thin;
  border-color:#999999; _border-color:#000000;
  border-style:solid;
  margin:0 auto;
  }

/* << ----------------// Form //---------------->> */
fieldset {
	/*margin: 1em 0;
	padding: 1em;
	border : 1px solid #ccc;
	background: #f8f8f8;
	text-align:left;*/
	width: 24em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
background: #f8f8f8;
	
	}
	
legend {
	font-weight: bold;
	}	

/* << ----------------// Image Styling //---------------->> */
.img-wrapper {
	background: url(images/shadow.gif) no-repeat bottom right;
	position: relative;
	}
	
.img-wrapper img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	display: block;
	margin: -5px 5px 5px -5px;
	position: relative;
	}
	
	
/* << ----------------// Footer //---------------->> */

#footer { margin:0; /*width:800px;*/ height:125px; font-size:12px; color:#ccc; background-color:#333333; clear:both; padding: 0 0 0 0; }

#footer a:link, #footer a:visited { color: #FFF9EF; text-decoration:none; }

#footer a:hover, #footer a:active { text-decoration:underline; }


.clearfix:after { content: "."; /*display: block;*/ /*height: 0;*/ /*clear: both;*/ /*visibility: hidden;*/ }

/*.clearfix {display: inline-table;}*/

/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;} /* End hide from IE-mac */