/*	WyMedical stylesheet   
	Colours: 
	BG			#203784
	H1 Blue		#649DE8
	Light Blue	#BCD5F5
	Red			#D21407

*/

body {
	background-color: #203784;
	/*background-image: url(images/BG-Body.gif);
	background-repeat: repeat-x;
	background-position: bottom left;*/
	text-align: center;
	font: 80% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
td, th, table, div, input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
}
td {
	vertical-align: top;
	line-height : 1.4em;
}
h1 {
	font-size: 2em; 
	font-weight: normal;
	margin: 0;
	padding: 1em 0 1em 0;
	color: #649DE8;
}
h2 {
	
	font-size: 1.8em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #BCD5F5;
	color: #D21407;
	margin-bottom: 2em;
	padding-top: 1em;
}
h3 {
	font-size: 1.2em;
	color: #000;
	margin: 1em 0 0.7em 0;
}
h4 {
	font-size: 1.0em;
	color: #80B307;
	margin: 0 0 0.7em 0;
}
p {
	line-height : 1.4em;
	margin: 0 0 0.6em 0;
}
hr {
	color : #BCD5F5;
	border: 0;
	border-top: 1px solid #BCD5F5;
	height : 1px;
	margin: 1em 0 2em 0;
	clear: both;
}
ol {
	line-height : 1.4em;
	list-style-type : decimal;
	margin: 0 0 0.6em 0;	
	text-indent: 0;
	padding: 0;
}
ul {
	line-height : 1.4em;
	list-style-type : square;
	margin: 0 0 0.6em 1.4em;	
	text-indent: 0;
	padding: 0;
}
ul li ul {
	margin-bottom: 0;
}
blockquote {
	line-height : 1.4em;
	margin: 0 0 0.6em 1.4em;
	font-style: italic;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #203784;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}
sup {
	font-size: 0.8em;
}

/* ---- CUSTOM STYLES ---- */

/* Page layout */


#frame {
	width: 960px;
	position: relative;
	text-align: left;
	/*background-image: url(images/BG-Body.gif);
	background-repeat: repeat-y;*/
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#page {
	width: 960px;
	position: relative;
	margin: 0;
	text-align: left;
	background-image: url(images/BG-Page-Clouds.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
.page-divider {
	width: 960px;
	position: relative;
	margin: 0 -30px;
	height: 80px;
	text-align: left;
	background-image: url(images/BG-Page-Divider.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
#logo {
	width: 960px;
	position: relative;
	clear: both;
	height: 145px;
}
#nav {
	z-index: 2;	
	position: absolute;
	top: 112px; left: 21px;
	width: 919px; 
	height: 33px;
	background-image: url(images/BG-Nav.gif);
	background-repeat: no-repeat;
}
#content {
	margin: 0 30px;
	padding: 30px 0 0 0;
	width: 900px;
}
.col-1 {
	width: 220px;
	margin: 0 25px 0 0;
	float: left;
}
.col-2 {
	margin: 0 25px 0 0;
	width: 315px;
	float: left;
}
.col-3 {
	margin: 0;
	width: 315px;
	float: left;
}
#bottom {
	background-image: url(images/BG-Body.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height: 596px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -262px;
	margin-bottom: 0;
	text-align: center;
}
#footer {
	background-image: url(images/BG-Footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 596px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
#footer p {
	font-size: 90%;
	text-align: left;
	color: #203784;
	padding-top: 480px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}



/* Navigation */

#nav ul {
	list-style-type: none;
	display: block;
	height: 33px;
	margin: 0;
	font-size: 1em;
	float: left;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	text-align: right;
	border-right: 1px solid #556EBC;
	height: 33px;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited  {
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	display: block;
	line-height: 33px;
	height: 33px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;	
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
}
#nav ul li a:hover, #nav ul li a.On:hover  {
	background-image: url(images/BG-Nav-Over.gif);
}
#nav ul li a.On:link, #nav ul li a.On:visited, #nav ul li a.On:active {
	background-image: url(images/BG-Nav-On.gif);
}
#nav ul li.home a.On:link, #nav ul li.home a.On:visited { 
	background-image: url(images/BG-Nav-On-Home.gif);
}
#nav ul li.home a:hover { 
	background-image: url(images/BG-Nav-Over-Home.gif);
}
#back {
	position: relative;
	top: 15px; left: 890px;
	width: 43px;	
	z-index: 2;
}
li.bookmark {
	list-style-type: image;
	list-style-image: url(images/Bullet-Down.gif);
	padding-left: 4px;
	padding-bottom: 0.3em;
	font-size: 1.3em;
}
a.arrow, a.pdf {
	padding-left: 18px;
	background-image: url(images/Arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}
a.pdf {
	background-image: url(images/PDF.gif);
}
a.top:link, a.top:visited {
	width: 33px;
	height: 50px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(images/Top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	text-align: center;
	padding-top: 33px;
	overflow: hidden;
}
a.top:hover {
	background-position: -66px 0px;
}
.small {
	font-size: 80%;
	font-weight: normal;
}
.spacer {
	clear: both;
}
.blue {
	color: #1A3178;
}
.grey {
	color: #666;
}
.noline {
	border: 0;
}
img.box {
	border: 1px solid #BCD5F5;
	border-right-color: #649DE8;
	border-bottom-color: #649DE8;
	padding: 1px;
	margin: 2px;	
	float: right;
}
img.box-block {
	border: 1px solid #BCD5F5;
	border-right-color: #649DE8;
	border-bottom-color: #649DE8;
	padding: 1px;
	margin: 2px;	
}
p.narrow {
	width: 90%;
}

a.plain:link, a.plain:visited {
	text-decoration: none;
	color: #000;
}
a.plain:hover {
	text-decoration: underline;
}

/* Forms */



.formrow {
	padding-bottom: 0.5em;
}
.formrow-line {
	border-top: 1px solid #ccc;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.button {
	background-color: #FFF;
	font: 90% Arial, Helvetica, sans-serif;	
	text-transform: uppercase;
	border: 1px solid #80B307;
	line-height: 1.1em;
	height: 2.5em;
	padding: 0.2em;
}