/*
main.css
Johnnie Hassler
8/18/2009
*/
body
{
	margin: 0;
	background:				url("http://www.triplemstables.com/images/background2.jpg") repeat;
}

a
{
	border: 0;
}

a:link
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:visited:hover
{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

a:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

img
{
/*
	border-left:	10px solid #853836;
	border-top:		10px solid #853836;
	border-right:	10px solid maroon;
	border-bottom:	10px solid maroon;
*/
	border:	10px outset #853836;
}

fieldset
{
	border: 2px solid #853836;
	padding: 0 10px 10px 10px;
	margin: 0 10px 10px 10px;
}

fieldset legend
{
	font-weight: bold;
	font-size: large;
	margin: 10px;
}

#top_title {
	width:					100%;
	text-align:				center;
	margin:					0 0 5px 0;
}

#top_title tr
{
	background:				url("http://www.triplemstables.com/images/background2.jpg") repeat-x;
}


#top_title img
{
	border: 0;
	margin: 0;
	padding: 0;
}

#top_title table
{
	width: 100%;
	text-align: center;
}

#footer_title {
	text-align:				center;
	background:				url("http://triplemstables.com/images/background2.jpg") repeat-x;
	padding:				4px; 
	font-size:				90%; 
	font-weight:			bold;
	position:				fixed;
	bottom:					0px;
	right:					0px;
	width:					100%;
}

#main_menu
{
	border:					3px double maroon;
	background:				url("http://triplemstables.com/images/background2.jpg") repeat-y;
}

#left_menu
{
	margin-left: 0;
	margin-right: 0;
	list-style-type: none;
	display: inline;
	font-size: 14pt;
}

#employee_menu
{
	margin: 0;
	list-style-type: none;
	display: inline;
	font-size: 14pt;
}

#left_menu li a:link
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#left_menu li a:hover, #left_menu li a:visited:hover
{
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
}

#left_menu li a:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a#footer_contact
{
	color: black;
	text-decoration: none;
}

a#footer_contact:hover
{
	text-decoration: underline;
	cursor: pointer;
}

a#footer_contact:active
{
	color: black;
	text-decoration: none;
}