body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size:100%;
	background-color:#F3F3F3;
	color: #666;
}

#container {
	float:left;
	width: 770px;
	height:440px;
}

#contentBorder {
	width:732px;
	height:auto; 
	border: 1px solid #999;
	margin-top:53px;
	margin-left:18px;
	background-color:#fff;
}

/* ==== START: TOP NAVIGATION ====*/

#navigation {
	float:left;
	width:430px;
	height:15px;
	margin-top:35px;
	padding-left:60px;
}

#menu {
	position: relative;
	width: 430px;
	height: 15px;
	background: url(../media/menu.gif) no-repeat;
	margin: 0px; 
	margin-left: 12px;
}

#menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	position: absolute;
}

#menu a {
	display: block;
	height:15px;
}

#menuHome 			{left:  0px; top: 0px; width: 49px; height: 15px;}
#menuAbout 			{left:  58px; top: 0px; width: 54px; height: 15px;}
#menuHeart			{left: 117px; top: 0px; width: 92px; height: 15px;}
#menuMicrochip 		{left: 215px; top: 0px; width: 143px; height: 15px;}
#menuContact	 	{left: 363px; top: 0px; width: 64px; height: 15px;}

#menuHome a:hover 		{background: url(../media/menu.gif)  -0px -15px no-repeat;}
#menuAbout a:hover 		{background: url(../media/menu.gif)  -58px -15px no-repeat;}
#menuHeart a:hover 		{background: url(../media/menu.gif) -117px -15px no-repeat;}
#menuMicrochip a:hover 	{background: url(../media/menu.gif) -215px -15px no-repeat;}
#menuContact a:hover 	{background: url(../media/menu.gif) -363px -15px no-repeat;}

#menuHomeActive			{left:  0px; top: 0px; width: 49px; height: 15px; background: url(../media/menu.gif)   -0px -15px no-repeat;}
#menuAboutActive 		{left: 58px; top: 0px; width: 54px; height: 15px; background: url(../media/menu.gif) -58px -15px no-repeat;}
#menuHeartActive 		{left: 117px; top: 0px; width: 92px; height: 15px; background: url(../media/menu.gif) -117px -15px no-repeat;}
#menuMicrochipActive 	{left: 215px; top: 0px; width: 143px; height: 15px; background: url(../media/menu.gif) -215px -15px no-repeat;}
#menuContactActive	 	{left: 363px; top: 0px; width: 64px; height: 15px; background: url(../media/menu.gif) -363px -15px no-repeat;}


#menu span  {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* ==== END: TOP NAVIGATION ====*/

.logo {
	float:left;
	padding:5px 5px 5px 20px;
}

br.clearBoth {
	clear:both;
}

.flashPanel {
	float:left;
	width: 318px;
	height:327px;
}

.buttonPanel {
	float:left;
	width: 318px;
	height:327px;
}

.buttonPanel img{
	padding: 10px 0px 0px 2px;
}

#footer {
	clear:both;
	background-color:black;
	width:100%;
	height:50px;
	margin:0;
	padding:0;
}

#footerLeft {
	float:left;
	width:300px;
	padding: 6px 0px 0px 20px;
}

#footerRight {
	float:right;
	width:300px;
	margin-top:12px;
	text-align:right;
	padding: 6px 20px 0px 20px;
}

.pageTitle {
	float:right;
	padding:20px;
}

.pageTitleTight {
	float:right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.mainCopy {
	float:right;
	text-align:left;
	width: 412px;
	height:auto;
}

.padding {
	padding:0px 20px 0px 20px;
}

.paddingSmaller {
	padding:0px 5px 0px 13px;
}

#readMore {
	position:absolute;
	top:355px;
	width:200px;
}

span.greenHead {
	color:#3DB0B0;
	font-weight:bold;
	
}

#readMoreRight {
	position:absolute;
	top:355px;
	left:620px;
	width:200px;
}

p {
	font-size:70%;
	margin-top:1px;
	margin-bottom:7px;
}

.foot {
	font-size: 60%;
	margin:0px;
	color:#ABA9A9;
}

span.whiteBold {
	color:#FFF;
	font-weight:bold;
}

img {
	border:0;
}

a.bodyLink {
	color:#14ACAE;
	text-decoration:underline;
}

a.bodyLinkGrey {
	color:#666666;
	text-decoration:none;
}

a.bodyLinkGrey:hover {
	color:#666666;
	text-decoration:underline;
}

ul  {
 font-size:70%;
 padding:0;
 margin: 0px 5px 9px 15px;
 line-height:1.8em;
}

li {
 font-family:verdana, arial, helvetica, sans-serif;
 color:#666;
 margin:0;
 padding:0;
 font-weight:normal;
 list-style-type:disc;
 line-height:1.3em;
}

li.tight {
	line-height:1.2em;
}
