@charset "utf-8";
/* CSS Document */
body  {
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;

}
html>/**/body {     /* this will hide the following CSS from IE7 - resolved double scroll bar problem */
	overflow-y:scroll;   /* this requires a scroll bar on the right hand side in order to prevent the page from jumping  */
	height:100.01%;    /* this requires a scroll bar on the right hand side in order to prevent the page from jumping  */
}

#container {
	width:803px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
#header {
	position:relative;
	width:803px;
	height:142px;
	
}

#logo {
	position: absolute;
	left: 47px;
	top: 15px;
	z-index:20;
}


#main {
	width:803px;
	height:auto;
	position:relative;
	
}
#main-right{
	width:607px;
	height:auto;
	float:right;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	
}

#nav {
	width:181px;
	height:100%;
	float:left;
	background-color: #6699CC;
	position:relative;
	
		}

#nav ul {
	 	margin:0;
	padding:0;
	list-style: none;
}
#nav ul li {
	color: #FFF;
	margin:0;  /* this is to strip all formatting so the A tag will drive the styling */
	padding:0;
}
#nav ul a {
	color: #fff;
	text-decoration:none;  /* the 30px creates the line height for the tag so we have spacing for a background image */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 33px;
	font-weight: bold;
	display: block; /* this fixes IE not selecting the menu item when hovering over non text region of menu */
	width: 181px;
}

#nav ul a:hover {
	color: #000;
	}
#nav ul a.current {
	color: #000;
	cursor: default;  /* this is done to make cursor not appear to be a link */
	}


#google {
	position: absolute;
	top: 0px;
	right: 0px;
	
}

#footer {
	width:803px;
	height:auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	font-size: x-small;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}
#footer a, #footernav a:active, #footernav a:visited{
	text-decoration: none;
	color: blue;
} 
#footer a:hover {
    color: blue;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.bottomleft {
	position:absolute;
	left:0px;
	bottom:0px;
}
.isodamaslogo {
	position:absolute;
	left:20px;
	bottom:60px;
	z-index: 10;
}
.transheader {
	position:absolute;
	left:0px;
	bottom:0px;
	z-index: 10;
	
}
.frontext {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}
#partnerfrontpage a{
	position:absolute;
	top:387px;
	right:59px;
	text-align: center;
	color: #f00;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	letter-spacing: 3px;
	text-decoration: none;
	width: 225px;
	
}

#partner {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #f00;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	letter-spacing: 3px;
	text-decoration: none;
	width: 386px;
	
}

.blueheadertxt {
	color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 33px;
	font-weight: bold;
	position:absolute;
	top: 10px;
	right: 10px;

}
#rxwrapper a{
	text-decoration:none;
	
}

#rxwrapper img:hover {
	border: medium solid #6699CC;	
	}

.whoweare {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #f00;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 371px;
	position:absolute;
	top: 60px;
	right: 0px;
	height: 75px;
	z-index:10;
	
}


h1, h1 a:active, h1 a:link, h1 a:visited, h1 a:hover  { color: #f00; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; letter-spacing: 3px; text-decoration: none; }

h2 { color: #000; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3 { color: #000; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.names    { color: #69c; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: center }
.names a:link  { color: #69c; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline; text-align: center }
.names a:visited  { color: #69c; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: center }
.names a:hover { color: #f00; font-weight: bold; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: center }
.bigorange { color: #f00; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.blackbld12 { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }
.required { color: #f00; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }






.flag {
	position: absolute;
	bottom: 5px;
	right: 5px;
	}

#ie_historyFrame { width: 0px; height: 0px; display:block }

#wilsoncard {
	clear:both;
	padding: 15px;
	text-align:justify;
	
	
}
#tracycard {
	padding: 15px;
	text-align:justify;
}

img.floatLeft { 
    float: left; 
   	margin-right: 20px;
	
	margin-bottom: 6px;
}
img.floatRight { 
    float: right; 
   	margin-left: 20px;
	
	margin-bottom: 6px;
}
#mdcgoogle {
	clear:both;
}
.bioheader {
	font-size:16px;
	color: #f00;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}