/* Defaults */
/* ---------------------------------------------------------------------------- */
* {
	margin: 			0;
	padding:			0;
}


#skipNav {/* skip-navigation container - hidden except for non-full html browsers */
	position: absolute;
	top: 0.2em;
	right: -50em;
	width: 6em;
	text-align: left;
}	

body {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			62.5%;
	padding-bottom:		3em;
	background-color: 	#301E70;
	}


/* Structure */
/* ---------------------------------------------------------------------------- */

	#wrapper {
	width: 	750px;
	margin: auto auto auto auto;
	padding-top: 20px;
	}
	
	#wrapperTop {
	background-image: url(../images/imgWrapperTop.png);
	background-repeat: no-repeat;
	width: 750px;
	height:44px;
	}


	#wrapperMiddle {
	background:url(../images/imgPhysioPlusHandReversedLightened.png) no-repeat left;
	background-color: #eeebf4;
	}	


	#mastHead {
	background-image: url(../images/imgPhysioPlusLogoPurple.png);
	background-repeat: no-repeat;
	background-position: 310px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 30px;
	padding-bottom: 10px;
	height: 114px;
	background-color: #eeebf4;
	margin-left: 30px;
	margin-right: 30px;
	}
	
	#content {	
	}

	
	#menuSection {
	position: relative;
	margin-left: 30px;
	overflow:hidden;
	width: 280px;
	float: left;
	}
	
	#menuSection ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}

	#menuSection a {
	width:120px;
	height:26px;
	background: url(../images/Menu/imgMenuItemBg.png) no-repeat top left;
	position: absolute;
	padding-left: 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color:#02e64a;
	}

	#menuSection .menuItem_01 a {
	top: 50px;
	left: 130px;
	}
	
	#menuSection .menuItem_02 a {
	top: 75px;
	left: 127px;
	}

	#menuSection .menuItem_03 a {
	top: 100px;
	left: 129px;
	}

	#menuSection .menuItem_04 a {
	top: 125px;
	left: 134px;
	}

	#menuSection .menuItem_05 a {
	top: 150px;
	left: 140px;
	}

	#menuSection .menuItem_06 a {
	top: 175px;
	left: 145px;
	}

	#menuSection .menuItem_07 a {
	top: 200px;
	left: 145px;
	}

	#menuSection .menuItem_08 a {
	top: 225px;
	left: 150px;
	}

	#menuSection a:hover {
	text-decoration: none;
	background: url(../images/Menu/imgMenuItemBgHover.png) no-repeat top left;
	color:#edcd00;
	}


	/* menu end*/

	#contentMain {
	width:				380px;
	margin-bottom:		5px;
	overflow:			auto;
	margin-right: 30px;
	float: right;
		}

	#wrapperBottom {
	background-image: url(../images/imgWrapperBottom.png);
	background-repeat: no-repeat;
	width: 750px;
	height:49px;
	clear:				both;
	}
		
	
	
	#footer {
	height: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-left: 30px;
	margin-right: 30px;
	clear:				both;
	}


/* Fonts */
/* ---------------------------------------------------------------------------- */
h1 {/* main heading */
	color:	#1A3870;
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bolder;
	font-variant: normal;
}

h2 {
	margin-top: 1.2em;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
}

p {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #333333;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
}

.table1 {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #333333;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bullets {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #333333;
	clip: rect(auto,auto,auto,auto);
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 3em;
}


.portraitR {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}

.portraitL {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;
}

/* Links */
/* ---------------------------------------------------------------------------- */
a:link {
	color: #663399;
	text-decoration: none;
}
a:visited {
	color: #663399;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #663399;
	text-decoration: none;
}


/* Newcastle Web Factory */
/* ---------------------------------------------------------------------------- */
#newcastleWebFactory {
	overflow: hidden;
	}

.newcastleWebFactoryStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009f94;
	padding-top:5px;
	padding-left:30px;
}

.newcastleWebFactoryStyle img {
	border:#333 1px solid;
}
