/*========================================================================================
	The CSS that's required to position the footer
==========================================================================================*/

html {
	height: 100%;
}
body {
	height: 100%;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}
#footer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	margin-top: -5em;
	margin-bottom: 0;
	clear: both; /*Footer needs to clear both in order to keep any content from overflowing into it*/
	background-image: url(Global/BGD-Footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer {
	margin-top: -5em;
}

/*========================================================================================
	PAGE GENERAL
==========================================================================================*/

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
body {
	text-align: center;
	background-color: #1f4470;
	background-image: url(Global/Body-BGD.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#page {
	min-height: 100%;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html #page {
	height: 100%;
}
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
img {
	border: 0;
}
img.secCon-Top {
	height: 10px;
	width: 255px;
	position: absolute;
}
img.secCon-Bottom {
	height: 12px;
	width: 255px;
	position: absolute;
}
img.priCon-Top {
	height: 14px;
	width: 600px;
	position: absolute;
}
img.priCon-Bottom {
	height: 13px;
	width: 600px;
	position: absolute;
}
img.terCon-Top {
	height: 10px;
	width: 872px;
	position: absolute;
}
img.terCon-Bottom {
	height: 10px;
	width: 872px;
	position: absolute;
}
img.inset {
	padding-right: 20px;
	float: left;
	position: relative;
	padding-bottom: 20px;
}
img.iconPad {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	float: left;
	position: relative;
}
.hide {
	display: none;
}
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

/*========================================================================================
	PAGE FONTS/COLORS
==========================================================================================*/

h1 {
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	line-height: 28px;
}
h2 {
	font-size: 21px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h3 {
	font-size: 21px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 3px;
}
h4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-transform: uppercase;
}
h5 {
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 3px;
}
a {
	color: #84bdf9;
	text-decoration: underline;
}
a:hover {
	color: #84bdf9;
	text-decoration: none;
}
.current {
	color: #333333;
	text-decoration: none;
}
.primary {
	color: #84bdf9;
}
.secondary {
	color: #666666;
}
.tertiary {
	color: #CCCCCC;
}

/*========================================================================================
	HEADER STYLES
==========================================================================================*/

#header-container {
	background-color: #ffffff;
	height: 125px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Global/BGD-Header.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	width: 872px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 125px;
	position: relative;
}
#logo {
	margin-top: 35px;
	float: left;
	position: relative;
	height: 75px;
	width: 200px;
}
#quote1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20487B;
	float: left;
	position: relative;
	font-style: italic;
	font-weight: bold;
	margin-top: 95px;
	margin-left: 215px; /*Needed IESux styles for scooting in*/
}
#quote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20487B;
	float: right;
	position: relative;
	font-style: italic;
	font-weight: bold;
	margin-top: 95px;
}

/*========================================================================================
	PRIMARY NAV STYLES
==========================================================================================*/

#priNav-container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: 43px;
	background-color: #163f6f;
	background-image: url(Global/NAV/BGD-Nav.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#priNav {
	width: 872px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 43px;
	position: relative;
}
#priNav ul {
	list-style-type: none;
	position: absolute;
	z-index: 99;
}
#priNav ul li {
	float: left;
	display: inline;
}
#priNav ul li a {
	display: block;
	height: 43px;
}
#priNav ul li a.home {
	background: url(Global/Nav/Home.gif) no-repeat top left;
	width: 64px;
}
#priNav ul li a.homeCurrent {
	background: url(Global/Nav/Home.gif) no-repeat top left;
	width: 64px;
	background-position: top right;
}
#priNav ul li a.services {
	background: url(Global/Nav/Services.gif) no-repeat 0 0;
	width: 79px;
}
#priNav ul li a.servicesCurrent {
	background: url(Global/Nav/Services.gif) no-repeat 0 0;
	width: 79px;
	background-position: top right;
}
#priNav ul li a.clientResources {
	background: url(Global/Nav/Client-Resources.gif) no-repeat 0 0;
	width: 133px;
}
#priNav ul li a.clientResourcesCurrent {
	background: url(Global/Nav/Client-Resources.gif) no-repeat 0 0;
	width: 133px;
	background-position: top right;
}
#priNav ul li a.staff {
	background: url(Global/Nav/Staff.gif) no-repeat 0 0;
	width: 56px;
}
#priNav ul li a.staffCurrent {
	background: url(Global/Nav/Staff.gif) no-repeat 0 0;
	width: 56px;
	background-position: top right;
}
#priNav ul li a.faq {
	background: url(Global/Nav/FAQ.gif) no-repeat 0 0;
	width: 53px;
}
#priNav ul li a.faqCurrent {
	background: url(Global/Nav/FAQ.gif) no-repeat 0 0;
	width: 53px;
	background-position: top right;
}
#priNav ul li a.contactUs {
	background: url(Global/Nav/Contact-Us.gif) no-repeat 0 0;
	width: 100px;
}
#priNav ul li a.contactUsCurrent {
	background: url(Global/Nav/Contact-Us.gif) no-repeat 0 0;
	width: 100px;
	background-position: top right;
}
#priNav ul li a:hover {
	background-position: top right;
}
#priNav ul li .current {
	background-position: top right;
}

/*========================================================================================
	SPECIAL STYLES
==========================================================================================*/

#special-container {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #6a91be;
	z-index: 2;
}
#special {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 872px;
	height: 191px;
	background-image: url(Global/BGD-Special.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Dentist { 
	position: absolute;
	height: 430px;
	width: 432px;
	z-index: 5;
	float: right;
	top: -185px;
	padding-left: 475px; /*IE6 navigation won't work because of this*/
}
#Headline {
	padding-top: 50px;
}
#Points {
}
#special-container2 {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Global/BGD-Special2.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#special2 {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 872px;
	height: 55px;
}

/*========================================================================================
	CONTENT STYLES
==========================================================================================*/
/*Any information inside the content, such as a left hand nav div, will need to have the bottom margin set to the same height as the footer. In this case, the footer is 60pixels high. So any div's contained in your content also need to have a bottom margin of 60pixels high to keep the footer from overflowing into those content areas.*/

#content-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Global/BGD-Content.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#content {
	width: 872px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 161px; /*Doesn't position right in ieSUX, so had to make separate style in ie7.css*/
}
#Shadow {
	z-index: 1;
	position: absolute;
	left: -36px;
	top: 0px;
}
#Padding {
	width: 872px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 30px;
}

/*-----------------CONTENT PRICON STYLES-----------------*/
#content .priCon {
	width: 600px;
	float: left;
	position: relative;
	margin-top: 25px;
	margin-left: 15px;
	padding-bottom: 60px;
}
#content .priCon .main-container {
	width: 600px;
	float: left;
	position: relative;
	padding-bottom: 60px;
}
#content .priCon .main {
	background-color: #132c4a;
	width: 540px;
	margin-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	background-image: url(Global/BGD-priCon.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#content .priCon .main .intro {
	position: relative;
	width: 540px;
	margin-bottom: 15px;
	height: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 15px;
}
#content .priCon .main p {
	color: #FFFFFF;
	padding-bottom: 20px;
}
#Person {
	z-index: 5;
	position: absolute;
	top: -42px;
	right: 25px;
}
#content .priCon .main ul {
	list-style-type: none;
	color: #FFFFFF;
}
#content .priCon .main ul li {
	display: block;
	background-image: url(Global/Arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#content .priCon .main ul li a {
	color: #84bdf9;
	text-decoration: underline;
}
#content .priCon .main ul li a:hover {
	color: #84bdf9;
	text-decoration: none;
}
#content .priCon .main .none {
	background-image: none;
}
#content .priCon .main .contact-form {
	width: 490px;
	background-color: #001934;
	font-size: 12px;
	line-height: 2em;
	padding: 25px;
	}
#content .priCon .main .contact-form .form-field, textarea {
	width: 440px;
	color:#1F4470;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px;
	margin: 0;
	margin-bottom: 24px;
	}
	#content .priCon .main .contact-form .form-note {
	color: #999;
	margin-bottom: 12px;
	}
	#content .priCon .main .downloads {
	background-color: #132C4A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1F4470;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F4470;
	margin-bottom: 25px;
	width: 540px;
	position: relative;
	}
	#content .priCon .main .downloads .odd {
	position: relative;
	}
	#content .priCon .main .downloads .even {
	position: relative;
	background-color: #1F4470;
	}
	#content .priCon .main .downloads p {
	padding-top: 16px;
	}
	#content .priCon .main .blockquote {
	background-color: #132C4A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1F4470;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F4470;
	/*background-image: url(Global/BGD-Blockquote.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
	margin-bottom: 25px;
	width: 510px;
	position: relative;
	padding: 15px;
}
	#content .priCon .main .blockquote .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #84bdf9;
	width: 460px;
	padding-left: 50px;
	background-image: url(Global/Icons/Chat.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
	padding-top: 10px;
	position: relative;
}

/*-----------------CONTENT SECCON STYLES-----------------*/
#content .secCon {
	width: 255px;
	padding-top: 25px;
	float: left;
	position: relative;
	padding-bottom: 60px;
}
#content .secCon .sidebar-container {
	width: 255px;
	float: left;
	position: relative;
	padding-bottom: 25px;
}
#content .secCon .sidebar {
	background-color: #132c4a;
	width: 225px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 10px;
	/*background-image: url(Global/BGD-secCon.gif);
	background-repeat: repeat-x;
	background-position: center bottom;*/
}
#content .secCon .sidebar ul {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content .secCon .sidebar ul li {
	display: block;
	color: #FFFFFF;
	background-image: url(Global/Arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#content .secCon .sidebar ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .secCon .sidebar ul li a:hover {
	color: #84bdf9;
	text-decoration: none;
}
#content .secCon .sidebar ul li .current {
	color: #84bdf9;
	text-decoration: none;
}
#content .secCon .sidebar p {
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*-----------------CONTENT TERCON STYLES-----------------*/
#content .terCon {
	width: 872px;
	float: left;
	position: relative;
	margin-top: 25px;
	padding-bottom: 60px;
}
#content .terCon .main-container {
	width: 872px;
	float: left;
	position: relative;
	padding-bottom: 60px;
}
#content .terCon .main {
	background-color: #132c4a;
	width: 812px;
	margin-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	background-image: url(Global/BGD-priCon.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#content .terCon .main .intro {
	position: relative;
	width: 812px;
	margin-bottom: 25px;
	height: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 25px;
}
#content .terCon .main p {
	color: #FFFFFF;
	padding-bottom: 20px;
}
#content .terCon .main ul {
	list-style-type: none;
	color: #FFFFFF;
	position: relative;
}
#content .terCon .main ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .terCon .main ul li a:hover {
	color: #84bdf9;
	text-decoration: none;
}
#content .terCon .main ul li {
	display: block;
	background-image: url(Global/Arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#content .terCon .main .none {
	background-image: none;
}


/*========================================================================================
	FOOTER STYLES
==========================================================================================*/

#footer .wrapper {
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	width: 872px;
}
#footer .wrapper ul {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
#footer .wrapper ul li {
	display: inline;
	font-size: 11px;
	padding-right: 8px;
	padding-left: 4px;
	background-image: url(Global/Separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
}
#footer .wrapper ul li a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}
#footer .wrapper ul li a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#footer .wrapper ul li .current {
	color: #FFFFFF;
}
#footer .wrapper .LastPipe {
	background: none;
}
#footer .wrapper .email {
	float: right;
	padding-top: 15px;
	padding-right: 20px;
}
#footer .wrapper .email label {
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 5px;
}
#footer .wrapper .nameBox {
	border: 1px solid #666666;
	width: 100px;
	font-size: 11px;
	padding: 2px;
	margin-right: 10px;
	height: 20px;
}
#footer .wrapper .emailBox {
	border: 1px solid #666666;
	width: 100px;
	font-size: 11px;
	padding: 2px;
	margin-right: 10px;
	height: 20px;
}
#footer .wrapper .email input.button {
	vertical-align: middle;
	background-image: url(Global/Submit-Button.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 60px;
}
