﻿/* Southwest Conference of Mayors Web Site */





body{

	margin: 0;

	padding:10px 0 0 0;

	color: #333;

	background-color: #524646;

	background-image: url(Templates/images/background.jpg);

	line-height: 1.5;

	font-family: Verdana;

	font-size: 0.85em;

	scrollbar-face-color: #bbbb77;

	scrollbar-arrow-color: #fdf5e6;

	scrollbar-shadow-color: #bbbb77;

	scrollbar-highlight-color:#fdf5e67;

	scrollbar-3dlight-color:#bbbb77;

	scrollbar-darkshadow-color:#bbbb77;

	scrollbar-track-color:#bbbb77;

}



#wrapper

{

	width: 800px;

	background-color: #ffffff;

	border: 2px solid #433A2E;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}

#header

{

	background-color: #caefed;

	padding: 10px 10px 10px 30px;

	height: 115px;

}

#bheader {

	background:url(background.gif)#fff bottom left repeat-x;

	height:30px;

}



#nav

{

	float: left;

	width: 200px;

	padding-left: 0px;

	margin-top: 10px;

	text-align: left;
	
	position: static;
	
}


/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative;
	top: -1px;
	left: 0px;
	height: 25px;
}
ul.dropdown li                      {
	font-weight: 600;
	float: left;
	zoom: 1;
	background: url(background.gif)#fff bottom left repeat-x;
	font-family: Verdana;
	font-size: 13px;
}
ul.dropdown a:hover		            { color: #529b9a; }
ul.dropdown a:active                {
	color: blue;
}
ul.dropdown li a                    {
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #333;
	color: blue;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li:hover                {
	background: white;
	color: #529b9a;
	position: relative;
}
ul.dropdown li.hover                {
	background: white;
	color: #529b9a;
	position: relative;
}
ul.dropdown li.hover a              { color: #529b9a; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{
	font-weight: normal;
	background: #f6f6f6;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
	border-bottom-color: #C0C0C0;
	border-bottom-style: groove;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

a {

	color: blue;

	text-decoration: underline;

	font-weight: bold;

	font-size: .9em;

}

a:hover {

	color: #529b9a;

	font-weight: bold;

}


#mainContent {

	border-left-color: #76dddd;

	border-left-style: dashed;

	border-left-width: 1px;

	background-color: #FFFFFF;

	margin-left: 200px;

	margin-top: 0px;

	padding: 10px;
	
	border-right-color: #76dddd;
	
	border-right-style: dashed;
	
	border-right-width: 1px;
}


#rightmenu 

{

	float: right;

	width: 200px;

	padding-left: 0px;

	margin-top: 10px;

	text-align: left;
	
	position: absolute;
	
}


#footer

{

	color: #524646;

	text-align: center;
	float: inherit;

	font-size: small;

	background-color: #caefed;

	border-top-width: 2px;

	border-top-style: solid;

	border-top-color: #7E5B5F;

	padding: 5px;

	font-weight: bold;

	position:absolute;

	clear: both;
	

}

.imageRightFloat {

	float: right;

	padding-left: 5px;

	padding-bottom: 5px;

}

.imageLeftFloat {

	float: left;

	padding: 15px;

}



.beigeText {

	color: black;

	text-align: center;

	font-size: 0.9em;

	margin: 0;

}



textarea{  color:black;

		font:verdana 12px 900;

		border:solid 1px #821C34;

		background-color:#efe8de;}



input{  color:#821C34;

		font:verdana 12px 900;

		border:solid 1px #821C34;

		background-color:#efe8de;}

		

		

#nav-menu ul

{

background: url(background.gif) #fff bottom left repeat-x;

list-style: none;

padding: 0;

margin: 0;

}



#nav-menu li

{

float: left;

margin: 0 0.15em;

}



#nav-menu li a

{

background: url(background.gif) #fff bottom left repeat-x;

height: 2em;

line-height: 2em;

float:left;

width: 7.6em;

display: block;

border: 0.1em solid #dcdce9;

color: blue;

text-decoration: none;

text-align: center;

}



#nav-menu li a

{

float: none

}



#nav-menu li a:hover

{

 color: #529b9a;

}





#nav-menu

{

background:url(background.gif)#fff bottom left repeat-x;

width:35em;

} 		

		


