/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 5px;
	padding: 0;
	background: #0168ab ;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-attachment: fixed;
}

h1, h2, h3 {
	margin-top: 0;
	padding-top: 0;
	letter-spacing: -1px;
	font-family: Tahoma,"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #ffffff;
}

h4 {
	margin: 0;
	padding: 0;
	font: bold 11px Tahoma,Verdana, Arial, Helvetica, sans-serif;
}


p, ul {
	line-height: 18px;
	font-size: 16px;
}

a:link {
	color: #356AA0;
}

a:hover {
	text-decoration: none;
}


/* Header */

#header {
	width: 100%;
	height: 245px;
	margin: 0 0;
	
	
}

#header h1 {
	float: left;
	
	
	margin: 0;
	padding:  0;
	color: #09215d;
	
	
}

#header h1 a {
	text-decoration: none;
	color: #fff;
	font-size: 175%;
	
}
#header img {
		float: left;
	padding: 0px 100% 1px 1px;
	
}




	
}
/* Menu */

#menu {
	width: 100%;
	height: 40px;
	margin: 2px;
	padding: 1px 1px 0 0;
	
	color: #ffffff;
}

#menu ul {
	margin: 0;
	padding: 10px;
	background:#0168ab url(img/img3.gif) repeat-x;
}

#menu li {
	display: inline;
}

#menu a {
	font-size: 17px;
	padding: 10px 5px;
	font-weight: bold;
	color: #ffffff;
}
#menu a:hover {
	font-size: 14px;
	padding: 10px 10px;
	font-weight: bold;
	color: #09215d;
}
#menu a.active {
	font-size: 19px;
	padding: 10px 10px;
	font-weight: bold;
	color: #09215d;
}
/* Content */
#rs {
	margin: 4px 0 0 0;
	padding: 4px;
	clear:both;
	width:100%;
}
#content {
	width: 100%;
	margin: 4px 0 0 0;
	background: #fff url(img/img4.gif);
	
}

#colOne {
	float: left;
	width: 65%;
	margin: 1px;
	color: #fff;
	background:#0168ab url(img/img3.gif) repeat-x;
}
#colOne h1 {
	color: #ffffff;
		font-style: italic;
		font-weight: bold;
		font-size: 40px;
}
#colOne b {
	color: #ffffff;
		font-style: italic;
		font-weight: bold;
		font-size: 18px;
}
#colOne a {
	color: #ffffff;
	font-size: 17px;
		font-style: italic;
	font-weight: bold;
}
#colOne a.hover {
color: #ffffff;
	font-size: 18px;
font-style: italic;
}
#colOne a.active {
color: #ffffff;
	font-size: 16px;
	font-style: italic;
}
#colOne p {
color: #ffffff;
	font-size: 16px;
}
#colTwo {
	float: left;
	width: 15%;
	margin: 1px 5px 1px 2px;
	padding: 5px;
	background:#0168ab url(img/img3.gif) repeat-x;
	
}

#colTwo h4 {
	color: #ffffff;
}
#colTwo h2 {
	font-style: none;
	margin: 0 ;
	padding:  0 0px 0 5px;
	color: #ffffff;
}
#colTwo h3 a{
	font-style: none;
	font-size: 17px;
	margin: 0 ;
	padding:  0 0px 0 20px;
	color: #ffffff;
}
#colTwo h3 a:hover{
	font-style: none;
	font-size: 19px;
	margin: 0 ;
	padding:  0 0px 0 10px;
	color: #09215d;
}
#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#colTwo a {
	color: #09215d;
}
#colTwo h4 a {
	color: #09215d;
	font-size: 14px;
}
#colTwo a.active {
color: #ffffff;
	font-size: 16px;
	padding:  0 0px 0 5px;
}
#colTwo h4 a:hover {
	color: #ffffff;
	font-size: 14px;
}
#col3 {
	float: right;
	width: 15%;
	margin: 1px 2px 1px 5px;
	padding: 10px;
	background:#0168ab url(img/img3.gif) repeat-x;
	
}

#col3 h4 {
	color: #000000;
}

#col3 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#col3 a {
	color: #09215d;
}
.adr {
	color: #ffffff;
}
/* Footer */

#footer {
	width: 100%;
	height: 30px;
	margin: 2px;
	background:#ffffff;
	text-align:center;
	color: #0168ab;
}
.left {
	float:left;
	margin: 0 10px 5px 0;
}
.l1 {
	float: left;
	margin: 1px 1px 1px 1px;
}
#c11 {
	position:relative;
left: 25%;
margin: 1px 1px 1px 1px;
}
.c1 {
	position:relative;
left: 25%;
margin: 1px 1px 1px 1px;
}
/**************************************************************
   Design Thumbnails
 **************************************************************/

ul.thumbnails {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}

ul.thumbnails li {
  margin: 1em 0;
  padding: 0;
  clear: both;
}

ul.thumbnails li a.thumbnail {
  position: relative;
  float: left;
  /* Set to the height of the thumbnail - needed by FF to prevent whitespace at the bottom */
  
  margin: 0 1em 2px 0;  

}

ul.thumbnails li a:hover.thumbnail {
  border: 4px solid #000;
}

/* Tooltips for design info 
   <ins> is needed to validate XHTML */
ul.thumbnails li a.thumbnail ins {
  text-decoration: none;
}


ul.thumbnails li a.thumbnail dl {
  display: none;
}

ul.thumbnails li a:hover.thumbnail dl {
  display: block;
  position: absolute;
  z-index: 5;
  top: -35px;
  left: -40px;
  width: 330px;
  
  padding: 1em;
  
  font-size: 0.8em;
  line-height: 120%;
  text-decoration: none;
  
  color: #A1988B;
  background-color: #FCF9CB;
  border-bottom: 1px solid #FFD925;
  border-right: 1px solid #FFD925;
}

ul.thumbnails li a:hover.thumbnail dl dt {
  float: left;
 clear: left;
  
  margin-top: 10px ;
  padding: 3px 0;

  text-transform: uppercase;
  color: #8A6736;
}

ul.thumbnails li a:hover.thumbnail dl dd {
  float: left;  
  clear: left;
   
  margin: 1px;
  padding: 3px 0;
}

ul.thumbnails li a {
  text-decoration: none;
    color: #ffffff;
}

ul.thumbnails li a span {
  text-decoration: underline;
}

ul.thumbnails li a img {
  border: 0;
  vertical-align: middle;
}

ul.thumbnails li ul {
  float: left;
  width: 11em;
  margin: 0;
  padding: 0;
  list-style: none; 
}

ul.thumbnails li ul li {
  margin: 1px 0 2px 0;
  padding: 0;
}  