/*	General Styles for United Nations Capital Master Plan
	Developed by: Ted Papoulas <ted@bitflip.com>
	Designed by: Curt Middleton <curt@curtmiddleton.com>
*/



/* OVERALL SITE STYLES */
/***********************/

body {
	font: 75%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	background: #467abb url(../images/tile_background.gif) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	

#homebanner {
	position: relative;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 43px 0 50px 0;
	width: 768px;
	background-color: white;
	border: 1px solid #666666;
	border-bottom: none;
	}
	
#intbanner {
	position: relative;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 18px 0 25px 0;
	width: 768px;
	background-color: white;
	border: 1px solid #666666;
	border-bottom: none;
	}
	
	
.bodycontainer {
	position: relative;
	margin: auto;
	margin-bottom: 20px;
	padding: 0;
	border: 1px #666666 solid;
	border-top: none;	
	width: 768px;
	background-color: white;
	}
	
.bodycontainer #homebody {
	position: relative;
	background: white url(../images/tile_bluestripe.gif) repeat-y 0 0;
	text-align: left;
	padding: 0 55px 125px 175px;
	}
	
.bodycontainer #homebody #centerwell {
	position: relative;
	text-align: center;
	/* background-color: #eeffdd; */
	}
	
.bodycontainer #homebody #centerwell.text {
	text-align: left;
	padding-right: 185px;
	}
	
.bodycontainer #homebody #centerwell.bardrop {	
	padding-top: 35px;
	}
	
	
#photocolumn {
	position: absolute;
	top: 53px;
	left: 375px;
	width: 175px;
	/* border: 1px solid gray; */
	}
		
.mainimg {
	position: relative;
	display: block;
	background: white url(../images/shadow_side_tile.jpg) repeat-y top right;
	padding: 0 10px 0 0;
	margin: auto;
	}
	
.shadowimg {
	display: block; 
	position: relative; 
	margin: 0 auto; 
	width: 30px; 
	border: 0px solid red;  
	background: white url(../images/shadow_bot_striptall.jpg);
	}
	
	
#shadowbot {
	position: relative;
	padding: 0;
	margin: 0 auto;
	height: 10px;
	background: white url(../images/shadow_bot_striptall.jpg);
	text-align: right;
	}
	
#shadowcorner {
	padding: 0;
	margin: 0;
	background: transparent url(../images/shadow_bot_r.jpg) no-repeat top right;
	}	
	
	
#sidemenu {
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 10;
	text-align: right;
	width: 138px;
	}	
	
#bottomspacer {
	height: 30px;
	}
	
.imgtitle {
	font-size: 115%;
	text-transform: capitalize;
	color: #5f8cc4;
	}
	
.imginfo {
	color: #aaaaaa;
	font-size: 90%;
	}
	
ul.mainnav {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-weight: normal;
	font-size: 105%;
	line-height: 1.3em;
	text-transform: uppercase;
	}	
	
ul.mainnav li {
	padding:  7px 0;
	}

ul.mainnav li a:link, ul.mainnav li a:visited {	
	color: #b7b7b7
	}
	
ul.mainnav li a:hover, ul.mainnav li a:active {	
	color: #32a5c3;
	}
	
ul.mainnav li a.hi {	
	color: #467abb;
	}
	
#navdiv {
	margin-top: 35px;
	}
	
	
#imagebox {
	text-align: left;
	position: relative;
	background: green url(../images/shadow_side_tile.jpg) repeat-y top right;
	padding: 0;
	margin: 0;
	
	}
	
#footer {
	margin: auto;
	background-color: white;
	border-top: solid 1px #7497cf;
	padding: 3px 0 6px 0;
	font-size: 85%;
	color: #777777;
	clear:both;
	}
	
h1 {
	font-size: 150%;
	font-weight: normal;
	color: #4667a6;
	padding: 0;
	height: 50px;
	margin: 0;
	}	
	
h2 {
	padding: 0;
	padding-bottom: 15px;
	margin: 0;
	font-size: 120%;
	font-weight: normal;
	/* text-transform: uppercase; */
	/* color: #4667a6; */
	color: #32a5c3;
	}
	

	
#photocolumn img.photo {
	border: 1px solid #666666;
	margin-bottom: 10px;
	}

.photocaption {
	font-size: 90%;
	/* color: #689bd0; */
	/* color: #467abb; */
	color: #32a5c3;
	padding-left: 18px;
	padding-right: 10px;
	margin-bottom: 30px;
	background: url(../images/blt_uparrow.gif) 4px 6px no-repeat ;
	}
	
	
#gallerytable tr td {
	padding-bottom: 20px;
	}	
	
.thumbnail {
	border: 1px solid #999999;
	}
	
.plus {
	padding-right: 5px;
	}
	
#slideshowbar {
	position: relative;
	border: 1px solid red;
	height: 40px;
	}	
	
#slideshowbar #btnleft {
	position: absolute;
	top: 0;
	left: 3px;
	z-index: 10;
	}

#slideshowbar #btnup {
	position: absolute;
	top: 0;
	left: 200px;
	z-index: 10;
	}
		
#slideshowbar #btnright {
	position: absolute;
	top: 0;
	left: 400px;
	z-index: 10;
	}
	

/*  COMMON ANCHOR STYLES */
/*************************/

a img {
	border: 0;
	}
	
a {
	text-decoration: none;
	border: 0;
	}	
	
a:link, a:visited {
	color: #4667a6;
	}
	
a:hover, a.highlighted, a.highlighted:visited {
	/* color: #3a7bcd; */
	color: #4b8cde;
	}
	
a:active {
	color: #333333;
	}

#btn1 {
	position: relative; 
	float: left; 
	width: 15px; 
	z-index: 10;
	}
		
#btn2 {
	position: relative; 
	float: right; 
	width: 15px; 
	z-index: 10;
	}
	
#btn3 {
	display: block;
	position: absolute; 
	top: -20px;
	left: 258px;
	width: 15px; 
	height: 22px;
	z-index: 20;
	}
	
	
/*  STYLES FOR ADMIN PAGES ONLY */


/*  ADMIN LINKS */

.error {
	font-weight: bold;
	color: #A83203;
	border: 1px solid #A83203;
	padding: 10px;
	background-color: white;
}

.success {
	font-weight: bold;
	color: #4c82c5;
	border: 1px solid #999999;
	background-color: white;
	padding: 10px;
}





#linkform label {
	text-transform: uppercase;	
	font-weight: bold;
	color: #ec7e43;
}


#linkform fieldset {
	border: 1px solid #999999;
	padding: 0 20px;
}


#linkform legend {
	font-weight: bold;

	color: #4c82c5;
	background: #fff;
	border: 1px solid #666666;
	border-bottom-color: #333333;
	border-right-color: #333333;
	padding: 4px 8px;
}


#newsform label {
	text-transform: uppercase;	
	font-weight: bold;
	color: #ec7e43;
}


#newsform fieldset {
	border: 1px solid #999999;
	padding: 0 20px;
	text-align: left;
}


#newsform legend {
	font-weight: bold;

	color: #4c82c5;
	background: #fff;
	border: 1px solid #666666;
	border-bottom-color: #333333;
	border-right-color: #333333;
	padding: 4px 8px;
}
