/* Around the Corner screen CSS v1.3 4 Feb 2008 */

/* GENERAL
------------------------------------------ */
* {	margin: 0;
	padding: 0;
}

img {border:0;}

a img {border:0;}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	background-color:#ccc;
}
	
.floatleft {float:left;}
.floatright {float:right;}

a {
	color:#74c;
	text-decoration:none;
}

a:hover {color:#666;}

/* WRAP
------------------------------------------ */
 #wrap {
	width: 900px;
	margin:0 auto;
	background:#fff url(/images/background.gif) repeat-y left top;
}
#wrap-inner {
	width:880px;
	background-color:#fff;
	margin:0 10px;
	}

/* HEADER
------------------------------------------ */
 #header {
}

/* PRINT THIS PAGE LINK */
#topbar {list-style:none;}

#print {
	float:right;
	padding:5px 20px;
	background: #74c url(/images/print_icon.gif) no-repeat 0 50%;
}

#print a {
	color:#fff;
	font-size:10px;
}

#print a:hover {color:#333;}

#header h1 {
	/* clear:both; */
	font-size: 1.8em;
	color:#fff;
	padding: 5px 0 0 20px;
}
#header h2 {
	font-size:1.5em;
	padding:.3em 0 0 20px;
}

#header div {
	background-color:#74c;
	padding:15px 0 0 0;
}


	
/* NAV is within HEADER
------------------------------------------ */	
 #nav {
	float:left;
	width:100%;
	padding: 10px 0 0 0;
	list-style:none;
	background-color:#74c;
}

#nav li {float:left;}

#nav a {
	float:left;
	display:block;
	margin:0 2px 0 0;
	padding:4px 8px;
	color:#fff;
	text-decoration:none;
	border:1px solid #333;
	border-bottom:none;
	background-color:#333;
}

#nav li#t-home {
	padding:0 0 0 20px;
}

#nav a:hover, body#home #t-home a, body#whats_new #t-whats_new a, body#routes #t-routes a, body#newsroom #t-newsroom a, body#toptips #t-toptips a, body#links #t-links a, body#events #t-events a {
	color:#333;
	border-color:#333;
	background:#fff url(/images/on-bg.gif) repeat-x top left;
}

/* MAIN BODY
------------------------------------------ */
 #main-body {
	float: left;
	width: 730px; 
	clear:left; 
}
	
/* CONTENT
------------------------------------------ */

#content div {padding:20px;}

#content div div, #content div div div {padding:0;}

 #content {
	float: right;
	width: 580px;
} 

#content div#map {
	padding:0;
	margin:0 0 1em 0;
	}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {color:#74c;} 

#content h1 {
	font-size:1.8em;
	padding:0 0 .5em 0;
}

#content h2 {
	font-size:1.4em;
	padding:0 0 .5em 0;
}

 #content p {
	padding: 0 0 .5em 0;
	line-height:1.3em;
}

/* LOGOS */

 #content div#logos img {
	padding: 0 10px 0 0;
}

#content div#logos {
	border-top: 1px solid #999;
	padding:10px 0 0 0;
}

/* INLINE PHOTO */

#content div.inline_photo {
 	width:270px;
height:1%;
float:right;
	margin: 0 0 .2em .5em;
	padding:0;
} 

#content div.inline_photo img {
	padding:5px;
	border: 1px solid #999;
}

#content div.inline_photo p {font-size:0.9em;}

/* ROTATING PHOTO ON HOME PAGE */

#content div#rotate {
	display:none;
	margin-bottom:1em;
	padding:0; 
}

#content div#rotate img {
	padding:5px; 
	border:1px solid #999;
}

/* TELL A FRIEND LINK */
#content p.friend {
	border-top:1px solid #999;
	padding:5px 0;
}

/* EVENTS LISTING */
table {
	text-align: left;
/*	width: 100%; */
	border: 1px solid #999;
	margin: 0 0 10px 0;
}

table th {
	padding: 5px;
	color: #FFF;
	font-weight: bolder;
	background: #74c;

}

table td { border: 1px solid #999;
	padding: 5px;
}



/* SIDEBAR
------------------------------------------ */
 #sidebar {
	float: left;
	width: 150px;
}

#sidebar div {padding:20px;}

#sidebar ul li {
	padding:.5em 0 0 0;
}

/* SIDEBAR 2
------------------------------------------ */
 #sidebar-2 {
	float: right;
	width: 150px;
}

#sidebar-2 img {padding:0;}

#sidebar-2 div {padding:20px;}

#sidebar-2 div div {padding:0;}

#sidebar-2 p {
	font-weight:bold;
	padding:.3em 0;
}

#sidebar-2 p a {
	color:#74c;
	font-weight:bold;
}

#sidebar-2 a:hover {color:#666;}

/* INFORMATION DIVs */
 #sidebar-2 div.inform {
	margin: 0 0 1.5em 0;
}
	
/* FOOTER
------------------------------------------ */
 #footer {
	clear: both;
	padding: 7px 20px;
	background: #74c;
	font-size:11px;
}

#footer p {color:#000;}

#footer a {color:#fff;}

#footer a:hover {color:#333;}

/* GOOGLE MAPS
------------------------------------------ */
p.casualties {color:#F00;}