/********************************************
   AUTHOR:  			Richard Welchman 
   WEBSITE:   			http://www.exigotranslations.com/
	VERSION:          1.1
	LAST MODIFIED     30-September-2008 	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #FAFAFA;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	display: block;
	font-size: 120%;
	color: #666666; 
}
h4 {
   font-size: 120%;
   color: #2180BC;
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #E5E5E5;
	padding: 5px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px 0px 25px;
}


acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

#container {	
  width: 100.5em; 
  margin: 0 auto; /* shorthand writing: top and bottom 0, right and left automatic */  
  color: #000;
  background: #FAFAFA;
  border-left: 1px solid #FDFDF0;
  border-right: 1px solid #FDFDF0;
}
#header {
	padding: 0 0 1px 0;
	height: 84px;
	position: relative;
}
#header h1 {
	float: left;
	width: 160px;
	margin: 0 0 0 20px;
	height: 84px;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-size: small;
	color: #000;
	line-height: 15px;
}
#header li {display: inline;}
#header li a {
	background:#fafafa;/*
	padding-right: 40px;*/
	padding: 37px 30px;
	color: #000 !important;
	border-right: solid #A2B5CD 1px;
	line-height: 81px;
}
#header .first a {border-left: solid #A2B5CD 1px;}/*
#header li a:link {color: #E8E8E8;}*/
#header li a:visited {color: #E8E8E8;}
#header li a:hover {/*
	font-weight: bold;*/
	color: #999 !important;
	background-color: #F5F5F5;
}
#breadcrumb {
	position: absolute;
	bottom: 0;
	left: 40px;
	color: #A2B5CD;
	font-size: 80%;
	font-style: oblique;
}
#breadcrumb a {
	color: blue;
	text-decoration: none;
}
#breadcrumb a:hover {text-decoration: underline;}


/* Main Column */
#maina  {
	float: left;
	width: 32%;
	padding: 0; margin: 5px 0 0 5px;
	display: inline;
}
#maina h2 {
	margin-top: 30px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FAFAFA url(square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}
#maina h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#maina ul li {
	list-style-image: url(bullet1.PNG);
	padding-right: 4px;
}
#mainb  {
	float: left;
	width: 32%;
	padding: 0 0 0 13px; margin: 5px 0 0 5px;
	display: inline;
}
#mainb h2 {
	margin-top: 30px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FAFAFA url(square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}
#mainb h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#mainb ul li {
	list-style-image: url(bullet1.PNG);
	padding-right: 4px;
}

#mainc  {
	float: right;
	width: 32%;
	padding: 0; margin: 5px 0 0 5px;
	display: inline;
}
#mainc h2 {
	margin-top: 30px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FAFAFA url(square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}
#mainc h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#mainc ul li {
	list-style-image: url(bullet1.PNG);
	padding-right: 4px;
}

#main p {
	clear: left;
	margin: 30px 0;
	text-align: left;
}
#main h4 {
	clear: left;
	margin: 30px 0 0 20px;
	text-align: left;
}
.question {
	font-weight: bold;
	color: #A2B5CD;
}
.news p {
	margin: 12px;
	font-size: .9em;
}
.news .date {
	font-style: oblique;
	color: #A2B5CD;
	font-size: .8em;
}
.news h3 {
	color: #A2B5CD;
	font-size: .9em;
}
#guide {
	background: #FAFAFA;
	border: 1px solid #d3d3d3;
	padding: 10px;
	text-align: center;
}
#guide p {
	font-size: .8em;
	margin: 50px 0;
	text-align: justify;
}
ol li {margin: 20px 0;}
ol ul {margin-top: 20px;}
ol ul li {
	margin: auto;
	list-style: disc;
}