@charset "UTF-8";
body {
	background: #E6E7E8;
	background-image: url(../images/public_pagebg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
}

#container {
	width: 750px;
	background-position: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #FFFFFF; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
#container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	}

#container #header #tausigmalogo {
	border: 9px solid #FFFFFF;
}
/*header begins*/

#header {
	height: 100px;
	background-color: #FFFFFF;
	width: 750px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header img {
	float: left;
	border: 0px none #FFFFFF;
}

/*navigationmain begins*/


/*navigationmain ends*/


/*navigationsub begins*/

#container #navigationsub {
	background-color: #FBC62E;
	list-style-image: none;
	color: #691A23;
	height: 36px;
	float: left;
	width: 750px;
}
#body_abo #container #navigationsub a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #70142f;
}
#container #navigationsub ul li {
	text-decoration: underline;
	display: inline;
	list-style-type: none;
	float: left;
}

#container #navigationsub ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#container #navigationsub ul li {
	text-align: center;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	height: 20px;
	margin: 0px;
}
#container #navigationmain1 #nav {
}

#container #navigationsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

/*navigationsub ends*/



/*navigationsubhomepage begins*/

#container #navigationsubhomepage {
	background-color: #691A23;
	list-style-image: none;
	color: #FCF9F2;
	height: 35px;
	float: left;
	width: 750px;
}
#container #navigationsubhomepage ul li {
	text-decoration: underline;
	display: inline;
	list-style-type: none;
	float: left;
}

#container #navigationsubhomepage ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#container #navigationsubhomepage ul li {
	text-align: center;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#container #navigationsubhomepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

/*navigationsubhomepage ends*/

/*maincontent begins*/

#mainContent {
	background: #FFFFFF;
	width: 710px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
	margin: 0px;
	border-top-width: 3px;
	border-top-style: none;
	border-top-color: #FBC62E;
}
#container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
}
#container #footer #lowernav ul {
	float: left;
	height: 25px;
	width: 700px;
}


/*footer begins*/

#footer {
	background-color: #691A23;
	float: left;
	height: 65px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 729px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


#container #photomaincontentbar {
	float: left;
	height: 182px;
	width: 500px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#container #photo2maincontentbar {
	height: 181px;
	width: 248px;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container #photo2maincontentbar img {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#container #photomaincontentbar img {
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #691A23;
}
#container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #691A23;
}
#container #footer p {
	font-size: 14px;
	color: #FFFFFF;
}
#container #footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #footer ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
}
#container #footer ul li a {
	text-decoration: none;
	padding: 5px;
	float: left;
	height: 21px;
}
#container #footer ul li a:link, #container #footer ul li a:visited {
	color: #FFFFFF;
}
#container #footer p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container #footer #bottommenu {
}
#container #navigationsub ul {
	text-decoration: none;
}
#container #navigationsub ul li a:link {
	color: #691A23;
}
#container #mainContent #states1 {
	float: left;
	width: 300px;
	margin-right: 50px;
}
#container #mainContent #states2 {
	float: left;
	width: 300px;
	margin-left: 50px;
}
#body_why #container #header a {
	text-decoration: none;
	list-style-type: none;
}
#container #dividerbar {
	background-color: #FBC62E;
	float: left;
	height: 2px;
	width: 750px;
	background-image: url(../images/caption-white.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#container #footer #copywrite {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#container #mainContent a {
	color: #691A23;
	text-decoration: underline;
}
#body_cha #container #mainContent img {
	margin-right: 100px;
	margin-left: 150px;
}
#body_cha #container #mainContent a {
	width: 750px;
}
#container #header img {
}
#container #header a {
	text-decoration: none;
	border-style: none;
}
#container #navigationmain1 {
	width: 750px;
}
#body_cha #container #mainContent #quicklinks #Quicklinks {
}
#body_cha #container #mainContent img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body_con #container #mainContent #Lee {
	float: left;
	border: 5px solid #FFFFFF;
}
#body_con #container #mainContent #Melanie {
	float: left;
	border: 5px solid #FFFFFF;
}
#body_con #container #mainContent .lee {
	float: left;
	width: 350px;
}
#body_con #container #mainContent .melanie {
	width: 360px;
	float: right;
}
#body_con #container #bottomspace {
	height: 25px;
	width: 700px;
}
#body_con #container #bottomspace p {
	text-align: left;
	float: left;
	height: 24px;
}
