/* Master styles */
@import url(reset-min.css);
@import url(fonts-min.css);

html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;	
	padding: 0;
	color: #808284;
}

body {
	background: #fff url(../img/masthead_bg_x.gif) repeat-x top left;
}

strong {
	font-weight: bold;
}

h1 {
	color: #c41230;
	padding: 0 0 4px 0px;

	font-size: 152%;
	margin-bottom: 20px;
}

h2 {
	color: #ef3e33;
	font-size: 92%;
}

h3.download {
	color: #00f;
	font-size: 87%;
}

p {
	font-size: 92%;
	margin-bottom: 1em;
}

table {
	margin: 1em 0;
}

td, th {
	padding-right: 1em;
	color: #000;
	font-size: 87%;
	font-weight: bold;
}
	tr.download td {
		padding-bottom: 1em;
	}
	

th {
	color: #ef3e33;
	font-size: 92%;
	font-weight: bold;
	padding-bottom: 1em;
}



div#masthead {
	height: 169px;
	width: 100%;
	background: transparent url(../img/masthead_gradient.jpg) no-repeat top left;
	float: left;
}


	div#masthead #map {
		width: 260px;
		height: 160px;
		margin-top: 6px;
		float: left;
	}
	
	div#masthead #slideshow {
		background: transparent;
		float: right;
		margin-top: 10px;
		margin-right: 4px;
		width: 232px;
		height: 75px;
	}

div#masthead ul {
	list-style-type: none;
	float: right;
	clear: right;
	margin-top: 20px;
	color: #fff;
	background-color: #fff;
}

	div#masthead ul li {
		font-size: 85%;
		float: left;
		display: block;
		width: 58px;
		margin-left: 4px;
		height: 15px;
		padding-left: 3px;
		text-align: left;
		background: #fff url(../img/masthead_menu_bg.gif) no-repeat top left;
	}
	
	div#masthead ul a {
		color: #fff;
		text-decoration: none;
		font-weight: bold;

	}
	
	div#masthead ul li.you_are_here {
		background: #f00;
		font-weight: bold;
	}

div#wrap {
	float: left;
	width: 100%;
	background: #fff url(../img/arrow_bg.gif) no-repeat 0 -20px;
}
	div#sidebar {
		float: left;
		width: 162px;
		padding-right: 10px;
		margin-right: 10px;
		margin-bottom: 2em;
		padding-left: 12px;
		border-right: 1px solid #000;			
	}

		div#sidebar a {
			text-decoration: none;
		}

		div#sidebar ul li {
			font-weight: bold;
			margin-top: 10px;
		}

			div#sidebar ul li a {
				color: #df202f;
			}

			div#sidebar ul li a:visited {
				color: #df202f;
			}
		
		div#sidebar ul li.sublist {
			margin-top: 0;
			padding-top: 0;
			width: 160px;
		}
		
		div#sidebar ul li.first {
			margin-top: 0;
		}

			div#sidebar ul li ul li {
				font-weight: normal;
				margin: 0;
			}
			
				div#sidebar ul li ul li a {
					color: #1a61c2;
				}
						
				div#sidebar ul li ul li a:visited {
					color: #1a61c2;
				}
			
		div#sidebar a:hover {
			text-decoration: underline;
		}

	div#content {
		margin: 0 10px 0 200px;
		max-width: 1024px;
		padding-left: 10px;
	}
	
		body.about div#content {
			margin: 0 10px 0 10px;
			max-width: 1024px;
			padding-left: 20px;
			border: none;
		}
	
		div#content p {
			margin-right: 10%;

		}	
	
		div#content img#iso {
			float: right;
			margin-right: 0;
			margin-top: 30px;
			clear: right;
		}
		
		img#cover {
			float: right;
			padding-left: 2em;
		}
	
	div#content ul {
		font-size: 92%;
		list-style-type: disc;
		margin-left: 12px;
		margin-bottom: 12px;
	}
	
	div#content .thumbnails {
		margin-bottom: 20px;
	}
	
	div#content .thumbnails img {
		margin-right: 8px;
	}

/* Contact page styles */

body.contact h1 { 
	border: none;
}
	img#premises {
		float: right;
	}
	
	body.contact a {
		color: #000;
		text-decoration: none;
		font-weight: bold;
	}
	
	body.contact a:hover {
		text-decoration: underline;
	}


/* for popups */

body.popup {
	background: #dfe9eb;
	padding-top: 0;
}

	body.popup p, body.popup img {
		display: block;
		margin: 0;
	}

p.close {
	padding: 10px 0;
	text-align: center;
	background-color: #dfe9eb;
}

	p.close a{
		color: #c41230;
		font-weight: bold;
	}
	
	
/* for home page */

	div#intro {
		height: 238px;
		width: 540px;
	}
	
	body#home #intro {
		margin-bottom: 2em;
	}
	
	body#home p {
		width: 20em;
		text-align: center;
		margin-bottom: 0;
	}
	
	body#home div#content  div.thumbnails img {
		padding-right: 2em;
	}

