/*
	COLORS:
	
	light blue bg:		dae2eb
	darker blue:		5a89b5
	
*/

/* RESET */

* {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
ul { list-style: none; }
b { font-weight: bold; }
i { font-style: italic; }
em { font-style: normal; }

.end { font-size: 1px; overflow: hidden; height: 1px; clear: both; }
.center { text-align: center; }
.fr { float: right; }

p { margin: 1em 0; }
table { table-layout: fixed; }

/* LAYOUT */

html { overflow-y: scroll; overflow-x: hidden; }
html, body { height: 100%; }

body {
	background: #dae2eb url("cache=bg.jpg") repeat-y top center;
	color: #000;
	font: 11px/135% verdana, tahoma, sans-serif;
}

a:link, a:active {
	color: #33409d;
	text-decoration: underline;
}
a:visited {
	color: #5e3b78;
	text-decoration: underline;
}
a:hover {
	color: #848891;
	text-decoration: underline;
}

#bg2 {
	width: 100%;
	height: 100%;
	background: transparent url("cache=bgstripe.png") repeat-x 0 80px;
}

#frame {
	width: 800px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	background-color: #fff;
}

	#top {
		height: 70px;
		text-align: center;
		padding-top: 10px;
	}
	
	#stripe {
		height: 38px;
		background: transparent url('cache=bgstripe.png') repeat-x top left;
		padding: 6px 10px;
		color: #fff;
		font: bold 11px verdana, helvetica, sans-serif;
	}
	
	#container {
		margin: 12px;
		margin-right: 0;
		background: #fff url('cache=menubg.png') repeat-y top left;
	}
	
		#menu {
			float: left;
			width: 150px;
			margin-right: 15px;
		}
			#menu a {
				display: block;
				padding: 5px 12px;
				font: bold 11px verdana, sans-serif;
				color: #000;
				text-decoration: none;
			}
			#menu a:hover {
				color: #fff;
			}
			#menu a.selected {
				background-color: #5a89b5;
				color: #fff;
			}
			
				#menu p {
					margin-top: 240px;
					text-align: center;
				}
		
		#content {
			float: left;
			width: 608px;
		}
		#mc {
			_height: 480px;
			min-height: 480px;
		}


/* COMMON */

.leftimg {
	float: left;
	margin: 0 10px 10px 0;
}


h1 {
	font-size: 2em;
}
	#content h1 {
		padding-top: 2px;
	}
	h1.phone {
		color: #5a89b5;
		font-size: 3.5em;
		margin-top: 0.5em;
		text-align: center;
	}
#content h2 {
	font-size: 1.2em;
	margin-top: 1em;
}


.section {
	margin-bottom: 0.5em;
	padding-bottom: 1em;
	border-bottom: 1px #000 solid;
}


address {
	font: normal 10px verdana, sans-serif;
	text-align: center;
	margin: 5px 0;
	border-top: 1px #000 solid;
	padding-top: 5px;
}

.img-right-brd {
	float: right;
	margin: 0 0 10px 10px;
	border: 2px #dae2eb solid;
}
.img-brd {
	border: 2px #dae2eb solid;
}


/* SPECIFICS */


.fc li {
	float: left;
	width: 175px;
	height: 230px;
	padding: 10px;
	display: inline;
}
	.fc img { width: 175px; }
	.fc .fc1 {
		background-color: #e2dfdb;
		margin-right: 10px;
	}
	.fc .fc2 {
		background-color: #fff;
		margin-right: 10px;
		border: 1px #a5bad2 solid;
		padding: 9px;
	}
	.fc .fc3 {
		background-color: #a5bad2;
	}