/*** common ***/
body {
	background: #FFFFFF;
	color: #0F2F49;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	margin: 0;
	min-width: 976px;
	padding: 0 0 30px;
	text-align: center;
}

a {
}

hr {
	border: none;
	border-top: 1px solid #0F2F49;
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
	max-height: 0;
	margin: 6px 0px;
	padding: 0px;
}

img {
	border: 0;
}

ul {
	margin: 0 0 0 15px;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 15px 0;
}


/*** clear float ***/
.clear_float {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}


/*** wrappers and content ***/
#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 976px;
}

#wrapper_content {
	margin-left: 136px;
	padding-top: 114px;
}

#content {
	border-left: 1px solid #5C5C5C;
	border-top: 1px solid #5C5C5C;
   height: auto !important;
   height: 411px;
   min-height: 411px;
	padding: 53px 20px 25px 25px;
}


/*** navigation ***/
#navigation {
	border-top: 1px solid #5C5C5C;
	left: 0px;
	padding-top: 47px;
	position: absolute;
	top: 114px;
	width: 136px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	margin: 0;
	padding: 0;
}

#navigation ul li a {
	background: url(../images/button_off.jpg) no-repeat;
	color: #666666;
	display: block;
	font-size: 10px;
	height: 34px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	width: 136px;
}

#navigation ul li a.selected {
	background: url(../images/button_on.jpg) no-repeat;
	color: #0F2F49;
}

#navigation ul li a:hover {
	background: url(../images/button_on.jpg) no-repeat;
	color: #0F2F49;
}


/*** footer ***/
#footer {
	border-top: 1px solid #5C5C5C;
	padding: 23px 0px 27px;
}

#footer #hours_mankato {
	color: #5C5C5C;
	float: left;
	line-height: 150%;
	padding-right: 10px;
	width: 269px;
}

#footer #hours_ulm {
	color: #5C5C5C;
	float: left;
	line-height: 150%;
	padding-right: 10px;
	width: 234px;
}

#footer #navigation_disclaimer {
	color: #5C5C5C;
	font-family: "Arial", sans-serif;
	font-size: 9px;
	text-align: right;
}

#footer #navigation_disclaimer #facebook_txt {
	color: #5C5C5C;
	float: right;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 310%;
	text-decoration: none;
}

#footer #navigation_disclaimer #facebook_img {
	float: right;
}

#footer #navigation_disclaimer a {
	color: #5C5C5C;
	text-decoration: underline;
}

#footer #navigation_disclaimer ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}

#footer #navigation_disclaimer ul li {
	display: inline;
	font-size: 9px;
	margin: 0;
	padding: 0;
}

#footer #navigation_disclaimer ul li a {
	padding: 0px 3px;
	text-decoration: none;
}

#footer #navigation_disclaimer ul li a:hover {
	text-decoration: underline;
}


/*** header ***/
#appointment {
	color: #5C5C5C;
	left: 10px;
	line-height: 150%;
	position: absolute;
	top: 34px;
}

#logo {
	margin-right: -191px;
	position: absolute;
	right: 50%;
	top: 18px;
}


/*** type size ***/
#type_size {
	color: #5C5C5C;
	font-weight: bold;
	left: 774px;
	position: absolute;
	top: 55px;
}

.size a {
	color: #5C5C5C;
	font-weight: bold;
	text-decoration: none;
}

#size_1 a {
	height: 20px;
	left: 857px;
	line-height: 12px;
	padding-top: 8px;
	position: absolute;
	top: 49px;
}

#size_2 a {
	font-size: 16px;
	height: 20px;
	left: 886px;
	line-height: 16px;
	padding-top: 4px;
	position: absolute;
	top: 49px;
}

#size_3 a {
	font-size: 20px;
	height: 20px;
	left: 921px;
	line-height: 20px;
	position: absolute;
	top: 49px;
}


/*** type size brackets ***/
.bracket {
	border: 2px solid #5C5C5C;
	height: 36px;
	overflow: hidden;
	width: 12px;
}

#left_bracket {
	border-right: none;
	left: 848px;
	position: absolute;
	top: 42px;
}

#right_bracket {
	border-left: none;
	left: 954px;
	position: absolute;
	top: 42px;
}

