/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

body {
	background-color:#2C2D37;
	margin: 0;
	height:100%
}

a {
	text-decoration:none;
	color:#333;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	width: 760px;
	text-align: left;
	background-color:#fff;
}

html>body #container {margin-top:3px}

#header {
	height:140px;
}
#header img{
	margin:5px 0 10px 5px;
	float:left;
}
#header p {
	padding-left:160px;
	padding-top:27px;
	font-family:"Times New Roman", Times, serif;
	font-size:2.4em;
	font-style:italic;
}
#header p.tagline {
	padding-left:187px;
	padding-top:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	font-style:italic;
}
#content {
	background-color:#fff;
	height:300px;
}
#content #flash {
	width: 760px;
	height: 300px;
	margin: 0px;
	float:left;
	background-position:center;
	background-image:url(flash/flashfile02.jpg);
	background-repeat:no-repeat
}
#content #left {
	width:365px;
	height:290px;
	margin: 0px 0px 5px 5px;
	background-color:#fff;
	float:left;
}
#content #left #contact{
	width:200px;
	height:150px;
	margin: 45px 0px 5px 45px;
	background-color:#fff;
	float:left;
}
html>body #content #left #contact {margin-left:80px}

#content #right {
	width:380px;
	height:300px;
	margin: 0px 0px 0px 0px;
	background-color:#fff;
	float:right;
}
#menu {
	width:100%;
	height: 140px;
	background-color:#aaa;
}
#menu :hover{
	background-color:#ccc;
}
#menu ul{
	margin:0 0 0 0;
	width:100%;
	list-style:none;
}
html>body #menu ul {margin-left:0px}

#menu li{
	margin:0 0 0 0;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	display:block;
	width:152px;
	height:140px;
	float:left;
	background-position:bottom;
}

#menu li a{
	text-align:center;
	width:152px;
	height:140px;
	display:block;
	background-position:bottom;
}
li#home.active a, li#aboutus.active a, li#mgt.active a, li#jaguar.active a, li#contactus.active a {
	color:#FFFFFF;
}
#menu li#home {
	background-image:url(images/home_nohover.jpg);
	background-repeat:no-repeat;
}
#menu li#home a:hover, li#home.active {
	background-color:#333;
	background-image:url(images/home_hover.jpg);
	background-repeat:no-repeat;
}
#menu li#aboutus {
	background-image:url(images/healy2_nohover.jpg);
	background-repeat:no-repeat;
}
#menu li#aboutus a:hover, li#aboutus.active{
	background-color:#333;
	background-image:url(images/healy2_hover.jpg);
	background-repeat:no-repeat;
}
#menu li#mgt {
	background-image:url(images/mgt2_nohover.jpg);
	background-repeat:no-repeat;
}
#menu li#mgt a:hover, li#mgt.active{
	background-color:#333;
	background-image:url(images/mgt2_hover.jpg);
	background-repeat:no-repeat;
}
#menu li#jaguar{
	background-image:url(images/jag_nohover.jpg);
	background-repeat:no-repeat;
}
#menu li#jaguar a:hover, li#jaguar.active {
	background-color:#333;
	background-image:url(images/jag_hover.jpg);
	background-repeat:no-repeat;
}
#menu li#contactus {
	background-image:url(images/contactus_nohover.jpg);
	background-repeat:no-repeat;
}
#menu li#contactus a:hover, li#contactus.active {
	background-color:#333;
	background-image:url(images/contactus_hover.jpg);
	background-repeat:no-repeat;
}
#footer {
	width:100%;
	background-color:#2C2D37;
	padding-top:1em;
	height: 25px;
	color:#5A5A5A;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	line-height:20px;
}
#footer p#registration {
	text-align:left;
	float:left;
}
#footer p#copyright {
	text-align:right;
}
.fontset_text {
	color:#5A5A5A;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	line-height:16px;
	text-align:left;
	padding:2px 0 5px 0;
}
.fontset_contact_text {
	color:#5A5A5A;
	font-family:verdana,arial,sans-serif;
	font-size:18px;
	line-height:20px;
	text-align:left;
	padding:2px 0 5px 0;
}
a.fontset_text {
	color:#5A5A5A;
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	line-height:16px;
	text-align:justify;
	padding:0px;
}
