/*
Colors



*/


/*
Sections

-layout
-general
-header
-nav
-home
-footer

/*




/* layout      - - - - - - - - - - - - - - - - - - -    */

body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Verdana, sans-serif;
	
}


/* end layout  - - - - - - - - - - - - - - - - - - -    */
/* general     - - - - - - - - - - - - - - - - - - -    */

a{
	color: #2f3a8a;
	text-decoration: underline;
}
a:hover{
	color: #000000;
}
h1{
	color: #2f3a8a;
	margin: 0 0 .5em 0;
}
h2{
	color: #009966;
	margin: 0 0 .3em 0;
	font-size: 1.5em;
}
h3{
	color: #000000;
	margin: 0 0 .3em 0;
}

p{
	color: ;
	margin: 0 0 1.2em 0;
}

ul{
	list-style-type: ;
	color: ;
}
ul li{
	list-style-type: ;
	color: ;
}

.fl{ float: left;}
.flm{ float: left; margin: 0 10px 0 10px;}
.fr{ float: right;}
.frm{ float: right; margin: 0 0 10px 10px;}
.cr{clear: right;}
.cl{clear: left;}
.cb{clear: both;}
.b{font-weight: bold;}
.i{font-style: italic;}
.small{ font-size: .91em; }
.tac{ text-align: center;}
.taj{text-align: justify;}
.tal{text-align: left;}
.tar{text-align: right;}

#logo{
	margin-left: 1px;
}



/* end general - - - - - - - - - - - - - - - - - - -   */
/* header     - - - - - - - - - - - - - - - - - - -    */

#cities{
	float: right;
	margin: 26px 0 0 0;
	line-height: 2em;
	text-align: center;
}
#cities h4 a{
	color: #000000;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
#cities a:hover{
	text-decoration: underline;
}

/* end header - - - - - - - - - - - - - - - - - - -    */
/* nav         - - - - - - - - - - - - - - - - - - -   */

#nav{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li{
	float: left;
	margin: 0;
	padding: 0;
}
#nav a{
	display: block;
	padding: 0 40px 0 10px;
	color: #000000;
	text-decoration: none;
	line-height: 2.2em;
	font-weight: bold;
}
#nav a:hover{
	text-decoration: underline;
}
#nav a#last-nav{
	padding-right: 0px;
}

/* end nav     - - - - - - - - - - - - - - - - - - -   */
/* home         - - - - - - - - - - - - - - - - - - -  */

#home-copy{
	margin: 25px 0px 0 10px;
}

/* end home  - - - - - - - - - - - - - - - - - - -    */
/* int       - - - - - - - - - - - - - - - - - - -    */

#left, #middle, #right, #home-copy{
	float: left;	
}
#left{
	width: 137px;
	margin-top: 25px;

}
#middle{
	width: 479px;
	margin-right: 25px;
	margin-top: 25px;
	border-left: 1px solid #dcdcdc;
}
#middle p, #middle h1, #middle h2, #middle h3, #middle h4{
	margin-left: 25px;
}
#right{
	width: 235px;
	margin-top: 70px;
	font-size: .9em;
}
#subnav{
	margin: 0 0 0 0 ;
	padding: 8px 0 8px 0;
	list-style-type: none;	
	background: #dcdcdc;
}
#subnav li, #subnav a{
	margin: 0px;
	padding: 0px;
}
#subnav li a{
	line-height: 2em;
	padding-left: 20px;
	color: #000000;
	text-decoration: none;
}
#subnav li a:hover{
	text-decoration: underline;
}
#red{
	height: 15px;
	background: #d4001b;
	margin: 1px 0 1px 0;
}
.img-cap{
	margin: 0 0 1em 25px;
	text-align: right;
}
#current-image{	 
	position: absolute; 
	left: 100px; 
	top: 10px; 
	background-color:#dcdcdc; 
	border: 1px black solid; 
	text-align: right;
}
#large-map{
	display: block; 
	margin: 0 25px 25px 25px;
}
#close{
	border: none; 
	padding-top: 2px; 
	padding-bottom: 6px; 
	padding-right: 2px;
}

/* end int   - - - - - - - - - - - - - - - - - - -    */
/* footer    - - - - - - - - - - - - - - - - - - -    */

#footer{
	text-align: center;
	clear: both;
	margin: 50px 0 0 0;
	padding-bottom: 20px;
}
#badge{
	background: url('../images/badge.jpg') no-repeat;
	text-align: right;
	width: 286px;
	height: 90px;
	margin: 0 auto;
}
#badge div{
	padding: 12px 15px 0 0  ;
}



/* end footer  - - - - - - - - - - - - - - - - - - -  */


.dashedbar {
width: 94%%;
border-bottom: 1px dashed #ccc;
text-align: center;
padding:5px 3% 0 3%;
background-color: #f1f2fa;
font-size: 0.8em;


}

.tabmain{
padding:0 0 0 0;
}

.signature{
padding:5px 0 5px 0;text-align:right;
}