@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imgs/header.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: underline;
	color: #006699;
}
#wrapper {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	display: block;
	padding: 0px;
	height: 130px;
	background-image: url(../imgs/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 760px;
	margin: 0px;
}
#nav {
	float: right;
	width: 475px;
	padding: 0px;
	display: block;
	margin-top: 74px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#flash {
	display: block;
	padding: 0px;
	float: left;
	height: 260px;
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#flashTwo {
	display: block;
	padding: 0px;
	float: left;
	height: 150px;
	width: 760px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#leftCol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 510px;
	display: block;
}
.clear {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 30px;
	color: #999999;
	text-align: center;
	padding: 0px;
	clear: both;
	height: 30px;
	width: 760px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightCol {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 207px;
}
ul.menu {
	margin:0;
	padding:0;
	list-style:none;
}
ul.menu li {float:left;}
ul.menu li a {
	text-indent:-9999px;
	float:left;
	display:block;
	height:32px;
	overflow:hidden;
}
ul.menu li.navHome a {
	width:63px;
	background-image: url(../imgs/nav/home_off.jpg);
	background-repeat: no-repeat;
	background-position: 0px -32px;
}
ul.menu li.navMedia a {
	width:69px;
	background-image: url(../imgs/nav/media_off.jpg);
	background-repeat: no-repeat;
	background-position: 0px -32px;
}
ul.menu li.navContact a {
	width:83px;
	background-image: url(../imgs/nav/contact_off.jpg);
	background-repeat: no-repeat;
	background-position: 0px -32px;
}
ul.menu li.navPharm a {
	width:110px;
	background-image: url(../imgs/nav/pharmacist_off.jpg);
	background-repeat: no-repeat;
	background-position: 0px -32px;
}
ul.menu li.navLaw a {
	width:150px;
	background-image: url(../imgs/nav/law_off.jpg);
	background-repeat: no-repeat;
	background-position: 0px -32px;
}
ul.menu li a:hover {
	background-position:0px 0px;
}
#pageHome #wrapper #header #nav .menu .navHome a {
	background-image: url(../imgs/nav/home.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
}
#pageMedia #wrapper #header #nav .menu .navMedia a {
	background-image: url(../imgs/nav/media.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
}
#pageContact #wrapper #header #nav .menu .navContact a {
	background-image: url(../imgs/nav/contact.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
}
#pagePharm #wrapper #header #nav .menu .navPharm a {
	background-image: url(../imgs/nav/pharmacist.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
}
#pageLaw #wrapper #header #nav .menu .navLaw a {
	background-image: url(../imgs/nav/law.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
}
h1 {
	color: #333333;
	text-transform: uppercase;
	font-size: 21px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
.redText {
	color: #006699;
}
.introPara {
	font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	color: #666666;
}
h3 {
}
.italic {
	font-style: oblique;
}
#leftCol ul {
	padding-bottom: 20px;
	margin-bottom: 21px;
	list-style-image: url(../imgs/list_arrow_01.jpg);
}
#leftCol ul li {
	/*line-height: 28px;
	height: 28px;*/
}
.bold {
	font-weight: bold;
}
.listHeaders {
	text-transform: uppercase;
	padding-top: 5px;
	text-indent: 0px;
	color: #006699;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.projectTitles {
	padding: 0px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#pageHome #wrapper #rightCol p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#pageHome #wrapper #rightCol p a.advanced {
	height: 72px;
	width: 207px;
}
.rightText_small {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #006699;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}
#pageHome #wrapper #leftCol ol {
	list-style-type: none;
	padding: 0px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 510px;
}
#pageHome #wrapper #leftCol ol li {
	height: 42px;
	width: 510px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}
#pageHome #wrapper #leftCol ol li a {
	display: block;
	height: 42px;
	width: 510px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#pageHome #wrapper #leftCol ol li a:hover {
	background-position: left bottom;	
}
#pageHome #wrapper #leftCol ol li .btnOne {
	background-image: url(../imgs/btnOne.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageHome #wrapper #leftCol ol li .btnTwo {
	background-image: url(../imgs/btnTwo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageHome #wrapper #leftCol ol li .btnThree {
	background-image: url(../imgs/btnThree.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#surveyWrapper {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 100%;
}
#leftCol2 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 760px;
	display: block;
}
