/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #082743;
	font-size: 20px;
}

h2 {
	color: #082743;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.center {
	text-align: center;
}

body {
	background: url(../images/bg.jpg) top left repeat-x #082743;
	
}

#container {
	width: 850px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 25px 0 0 -425px;
}
/*--------------------> Header Selectors <--------------------*/

#header {
	position: absolute;
	width: 830px;
	padding-right: 20px;
	top: 10px;
	height: 112px;
}
#header .headerImg {
	float: left;
}
#header .headerLinks {
	float: right;
	height: 100px;
	text-align: right;
}
#header #google-mini-search-bar ul {
	list-style-type: none;
}
#header #google-mini-search-bar ul li {
	float: left;
}
#header #google-mini-search-bar ul li.search-box {
	padding-right: 5px;
}
#header #google-mini-search-bar ul li input {
	padding: 5px;
	border: 1px solid #144A79;
}
#header #google-mini-search-bar ul li input.search-submit {
	background: url(../images/topnav-bg.jpg) top left repeat-x;
	padding: 4px;
	color: #FFFFFF;
}
#header .headerLinks a {
	color: #082743;
	font-size: 14px;
	text-decoration: none;
}
#header .headerLinks a:hover {
	text-decoration: underline;
}
#header .headerLinks h3 {
	font-size: 22px;
	margin-top: 40px;
}
/*--------------------> Mast Selectors <--------------------*/

#mast {
	position: absolute;
	top: 260px;
	left: 256px;
	width: 574px;
	height: 212px;
	background: url(../images/mast-img.jpg) top left no-repeat;
}
#mast img {
}

/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	position: absolute;
	top: 112px;
	left: 20px;
	width: 810px;
	height: 128px;
	background: url(../images/topnav-bg.jpg) top left repeat-x;
}

#top-navigation ul {
	list-style-type: none;
	text-align: center;
	width: 550px;
	height: 39px;
	float: right;
	margin-bottom: 0!Important;
	
}

#top-navigation ul li {
	display: inline;
	float: left;
	padding: 13px 15px 10px 0;
	
}
#top-navigation ul li a {
	color: #FFFFFF;
	padding: 0 0 10px 0;
	text-decoration: none;
	font-size: 14px!important;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
#top-navigation ul li a:hover {
	background: url(../images/nav-arrow.jpg) bottom center no-repeat;
}
#top-navigation img {
	padding-top: 12px;
}
#top-navigation ul li ul {
	width: 150px;
	background: #F1E3BF;
	text-align: left;
	padding: 0 0 0 10px;
}
#top-navigation ul li ul a {
	color: #082743;
}
#top-navigation ul li ul a:hover {
	background: none;
	color: #0f4a7e;
	text-decoration: underline;
}
/*--------------------> Column Container Selector <--------------------*/

#column-container {
	position: relative;
	background: #fff2d3;
	padding: 20px;
	width: 810px;
}

/*--------------------> Left Column Selectors <--------------------*/

#left-column {
	float: left;
	width: 216px;
	padding-top: 240px;
}
#left-column img.headshot {
	float: left;
	padding-left: 30px;
}
#left-column h3 {
	text-align: center;
	color: #082743;
	padding: 15px 0 4px 0;
}
#left-column .sideNav {
	background: #f1e3bf;
}
#left-column .sideNav h3 {
	border-bottom: 1px solid #a29276;
}
#left-column ul {
	list-style-image: url(../images/bullet.jpg);
	background: #f1e3bf;
	padding: 10px 0 25px 35px;
	font-size: 14px;
	line-height: 16px;
}
#left-column ul li {
}
#left-column .sideNav ul a, #left-column .sideNav ul a:link, #left-column .sideNav ul a:active, #left-column .sideNav ul a:visited {
	color: #082743;
	text-decoration: none; 
}
#left-column .sideNav ul a:hover {
	color: #0f4a7e;
	text-decoration: underline;
}
.sf-menu * {
	line-height: 1.0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	
}
.sf-menu {
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 220px; /* left offset of submenus and width of menus need to match (see below) */
	
}
.sf-menu ul li {
	width: 100%;
	
	
}
.sf-menu li ul {
	border: 1px solid #000000!important;
}
.sf-menu ul li ul {

}
.sf-menu ul li li {
}
.sf-menu li:hover {
	visibility: inherit; 
	z-index: 100;
}
.sf-menu li {
	position: relative;	
	z-index: 900;
}
.sf-menu li li {
	position: relative;	
	z-index: 999;
}
.sf-menu li li li {
}
.sf-menu a {
	display: block;
	position: relative;
	padding: 0.5em 0; /* if you adjust the top/bottom values, you will need to adjust the ul list item height noted below line 44 */
	text-decoration: underline;
}
.sf-menu a:link, .sf-menu a:visited { 
	color: #13a;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 2em; /* match top ul list item height */
}
#top-navigation ul.sf-menu li:hover ul, #top-navigation ul.sf-menu li.sfHover ul {
	top: 39px;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 216px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
}

/* ---- Arrows - To turn on/off use jQuery options.  If you have a custom arrow style, adjust the css below -- */
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; 
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; 
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/arrows-ffffff.png) no-repeat -10px -100px; 
}
a > .sf-sub-indicator { 
	top: .8em;
	background-position: 0 -100px; 
}
a:focus > .sf-sub-indicator, 
a:hover > .sf-sub-indicator, 
a:active > .sf-sub-indicator, 
li:hover > a > .sf-sub-indicator, 
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; 
}
.sf-menu ul .sf-sub-indicator { 
background-position:  -10px 0; 
}
.sf-menu ul a > .sf-sub-indicator { 
background-position:  0 0; 
}
.sf-menu ul a:focus > .sf-sub-indicator, 
.sf-menu ul a:hover > .sf-sub-indicator, 
.sf-menu ul a:active > .sf-sub-indicator, 
.sf-menu ul li:hover > a > .sf-sub-indicator, 
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; 
}

/* ---- Shadows - To turn on/off use jQuery options.  If you have a custom shadow style, adjust the css below -- */
.sf-shadow ul {
	background: url(../images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* ---------------------------------------------------------------------------------------------------------------- Vertical Menus */


/* To add a vertical menu style, add .sf-vertical to your parent ul (see Demo markup) */
.sf-vertical, .sf-vertical li, .sf-vertical li li {
}
.sf-vertical li li {
	list-style-image: none!important;
	list-style-type: none!important;
	padding: 0 0 0 10px!important;
}
.sf-vertical li:hover ul, .sf-vertical li.sfHover ul {
	position: absolute;
	left: 200px; /* match ul width */
	top: 0;
	margin-left: 180px;
	padding: 0!important;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}
ul.sf-vertical li li li:hover ul, ul.sf-vertical li li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
}
.sf-vertical li {
	background: transparent;
}
.sf-vertical li li {
	background: transparent;
}
.sf-vertical li li li {
	background: #FF6699;
}
.sf-vertical li:hover, .sf-vertical li.sfHover, .sf-vertical a:focus, .sf-vertical a:hover, .sf-vertical a:active {
	background: transparent;
}	
.sf-vertical a {
	padding: 8px 0;
}	
.sf-vertical a:link, .sf-vertical a:visited { 
	color: #000000;
}
/* ---- Vertical Arrows - To turn on/off use jQuery options.  If you have a custom arrow style, adjust the css below -- */
.sf-vertical .sf-sub-indicator { 
	background-position: -10px 0; 
} 
.sf-vertical a > .sf-sub-indicator { 
	background-position: 0 0; 
} 
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0;
}

#ctaLocations {
	width: 216px;
	height: 129px;
	margin: 20px 0px;
	background: url(../images/locations-cta.jpg) top left;
}
#ctaLocations a, #ctaLocations a:link, #ctaLocations a:visited {
	display: block;
	width: 216px;
	height: 129px;
	background: url(../images/locations-cta.jpg) top left;
}
#ctaLocations a:hover {
	background: url(../images/locations-cta.jpg) bottom left;
}


/*--------------------> Form Selectors <--------------------*/
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Right Column Selector <--------------------*/

#right-column {
	float: right;
	width: 574px;
	padding-top: 468px;
	font-size: 14px;
	line-height: 21px;
}

#right-column h3 {
	color: #082743;
	padding: 5px 0 10px 0;
}

#right-column p {
	margin-bottom: 10px;
}
#right-column p.pharmLinks {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
}
#right-column a {
	color: #104f88
}
#right-column a:hover {
	text-decoration: none;
}

#right-column ul {
	margin: 15px 0 15px 40px;
}
#right-column ul ul {
	margin: 0 0 0 40px
}
#right-column ul li {
}

#right-column ol {
	margin: 0 0 20px 40px;
}
#right-column ol ol {
	margin: 0 0 0 40px
}
#right-column ol li {
}
#maincontact {
	padding-left: 25px;
}
#maincontact label {
	display: block;
}
#maincontact textarea {
	width: 200px;
	height: 75px;
}
#map {
    width:450px;
    height:450px;
	border: 1px solid #000000;
	margin-left: 50px;
	margin-bottom: 25px;
}
.locations {
	font-size: 12px;
}
ul.locationsList {
	margin: 0 0 0 20px!important;
	padding: 0;
}
/*--------------------> Mini Form Selectors <--------------------*/
#qc {
	float: right;
	padding: 5px 0px 15px 20px;
	margin: 0!important;
	
}
#qc form {
	width: 215px;
	background: url(../images/qc-header.jpg) top left no-repeat #0D3862;
	padding: 44px 0 0 0;
	margin: 5px 0 0 0!important;
}
#qc ul {
	list-style-type: none;
	padding-top: 5px;
	width: 175px;
	background: url(../images/qc-bg.jpg) top left repeat-x #0D3862;
	padding: 3px 20px 10px 20px;
	margin: 0!important;
}

#qc ul li {
	margin-bottom: 5px!important;
}



#qc textarea {
	width: 170px;
	height: 50px;
	font-size: 12px;
}

#qc input, #qc select {
	width: 170px;
}

#qc input.submit {
	float: right;
	width: 78px;
	height: 23px;
	padding: 0 4px 3px 0;
	font-size: 14px!important;
	background: url(../images/submit.jpg) top left no-repeat;
	border: 0;
}
#qc input.submit:hover {
	background: url(../images/submit.jpg) bottom left no-repeat;
}
#qc p {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 20px;
	line-height: normal;
	margin-bottom: 0!important;
}
#qc span {
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	width: 70px;
	float: left;
}

#qc a {
	font-size: 10px;
	color: #FFFFFF;
}

#qc a:hover {
	text-decoration: none;
}

/*--------------------> Btn Call To Action  Blog Selectors <--------------------*/

#btn-cta-blog {
}

#btn-cta-blog a {
}

#btn-cta-blog a:hover {
}

/*--------------------> Blog Navigation Selectors <--------------------*/
#blog {
}

#blog h3 {
}

#blog ul {
}

#blog ul li {
}

#blog ul li a {
}

#blog ul li a:hover {
}

#powered-by {
}

/*--------------------> Footer Selectors <--------------------*/
#footer {
	padding: 20px;
	color: #8eabc5;
	font-size: 10px;
}

#footer ul {
}

#footer ul li {
}

#footer ul li a {
}

#footer ul li a:hover {
}

#footer p {
}
/*--------------------> Disclaimer Selectors <--------------------*/

#disclaimer p {
	margin: 0 0 10px; 
}

#disclaimer a {
	color: #FFFFFF;
}

#disclaimer a:hover {
	text-decoration: none;
}
/*--------------------> Sitemap Selectors <--------------------*/
#sitemap {
	margin-bottom: 10px;
}

#sitemap a {
	color: #FFFFFF;
}

#sitemap a:hover {
	text-decoration: none;
}

/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
