body{
	background-image: url(../images/bg_dark.png);
	background-repeat: repeat-y;
	background-position: center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}



@font-face {
	/*http://openfontlibrary.org/en/font/news-cycle*/
    font-family: 'NewsCycleRegular';
    src: url('newscycle-regular-webfont.eot');
    src: url('newscycle-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('newscycle-regular-webfont.woff') format('woff'),
         url('newscycle-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
.wrapper{
	margin:0px auto;

	background:#daecff;
	width:976px;
	
}
.homeModel{
	position: absolute;
	bottom: 130px;
	left: 265px;
	opacity:0;
}
.homeStyling{
	height:460px;
	position:relative;
	background:url(../images/skyBg.jpg) top no-repeat;
}
.contentStyling{
	padding: 0px;
	margin 0px;

	background:url(../images/contentSkyBg.jpg) #daecff top no-repeat;
}
.contentStyling .content{

	width: 896px;
	margin:0px 40px 0px 40px;
}
.appt_button{
	margin:5px;
	background-color: orange;
	padding:8px 15px;
	display: inline-block;
	border:1px solid #F05A28;
	border-radius: 4px;
}
a .appt_button {
	font-family: Segoe UI, Segoe, Helvetica, Arial,sans-serif;
	font-weight: bold;
	color:white;
}
.dropShadow{
	margin:0px;
	padding:0px;
	display:block;
	-moz-box-shadow: 4px 4px 4px #c8d9ea;
	-webkit-box-shadow: 4px 4px 4px #c8d9ea;
	box-shadow: 4px 4px 4px #c8d9ea;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#c8d9ea')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#c8d9ea');

}
.contentStyling .content h1{
	margin: 0px;
	padding-top:20px;
		color:white;
		font-weight:normal;
	font-family:NewsCycleRegular,Arial, sans-serif;
	text-transform:uppercase;
}
.contentStyling .content .colLeft{
	margin: 0px;
	float:left;
	width:353px;
	height:auto;

}
.contentStyling .content .colRight{
	margin: 0px;
	float:left;
	width:502px;
	color:#122540;
	height:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.contentStyling .content .colRight p{
	margin-top:0px;
	margin-bottom: 0em;
	padding:0px;
}
.contentStyling .content .colRight h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-top:0px;
	padding:0px;
	color:#77a1df;
	font-size:2em;
	font-weight:normal;
	text-transform:capitalize;
	margin-bottom: 0px;
}


.contentStyling .content .colFull{
	margin: 0px;
	float:left;
	width:702px;
	color:#122540;
	height:auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.contentStyling .content .colFull p{
	margin-top:0px;
	margin-bottom: 0em;
	padding:0px;
}
.contentStyling .content .colFull h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-top:0px;
	padding:0px;
	color:#77a1df;
	font-size:2em;
	font-weight:normal;
	text-transform:capitalize;
	margin-bottom: 0px;
}


.contentRightInnerColumn{
	float:left;
	width:250px;
}

.contentRightInnerColumn h2{
	font-family: Segoe, Verdana, Geneva, sans-serif;
	padding:0px;
	color:#77a1df;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
}

.contentRightInnerColumn ul {
    list-style: none;
    padding:0;
    margin:0;
}

.contentRightInnerColumn li { 
 
    text-indent: -1.2em;
	font-family: Segoe, Verdana, Geneva, sans-serif;
	list-style:#a0c4f2 12px;
	line-height:16px;
	padding-top:6px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom: .8em;
	
}

.contentRightInnerColumn li:before {
    content: "• ";
	font-size: 21px;
    color: #a0c4f2; /* or whatever color you prefer */
}

.contentRightInnerColumn ul{
 	margin-left:15px;
	padding-left:0px;
}


.fullWhite{
	background:white;
	padding-left:40px;
	padding-right:40px;
	width:810px;

}
.content hr{
	color:white;
	background-color:white;
	height:1px;
	border:none;
}
.fullWhite h2{
	font-family: Georgia, "Times New Roman", Times, serif;
		color:#77A1DF;
	font-size:28px;
	font-style:italic;
	line-height:.8em;
	margin:0px;
	padding-top:18px;
	padding-bottom:12px;
	font-weight:normal;
}
.homeSubBar{
	position:absolute;
	height: 130px;
	background: #7eaaea;
	bottom:0px;	
	width:976px;
}
.homeSubBar .colOne{
	width:330px;
	height:86px;
	margin-top:20px;
	margin-left:40px;
	margin-bottom:20px;
	float:left;
}
.homeSubBar .colThree{
	margin-top:10px;
	width:220px;
	position:absolute;
	right: 40px;
}
.homeSubBar .colOne .textArea{
	width:230px;
	height:86px;
	margin-left:10px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	
}
.homeSubBar .colOne .textArea h1{
	color:#214477;
	font-size:12px;
	margin:0px;
	text-transform:uppercase;
	
}
.floatLeft{
	float:left;
	display:block;
}
.wrapper .offerings{
	position:absolute;
	left:440px;/*440*/
	top:20px;
	width:650px;
	height:250px;
}

.wrapper .homeHeadline h1{
	color:white;
	font-family:NewsCycleRegular,Arial, sans-serif;
	/*font-family:Segoe Light;*/
	font-size:40px;
	line-height:.8em;
	margin:0px;
	font-weight:normal;
	text-shadow: 0 0 0.2em #467ec1;
	/* glow 467ec1*/
	
}


.wrapper .homeHeadline{
	position:absolute;
	left:40px;
	top:50px;
	width:230px;
	height:250px;
	color:#214477;
	font-size: 13px;
	opacity:0;
}

.offerings .contacts{
	width:187px;
	height:228px;
	float:left;
	opacity:0;
	background:url(../images/home_contacts.png) no-repeat;
}
.offerings .glasses{
	width:187px;
	height:228px;
	float:left;
	vertical-align: middle;
	margin-left:-14px;
	color:white;
	opacity:0;	
	background:url(../images/home_glasses.png) no-repeat;
}
.offerings .specialty{
	width:187px;
	height:228px;
	float:left;
	vertical-align: middle;
	margin-left:-14px;
	color:white;
	opacity:0;	
	background:url(../images/home_specialty_glasses.png) no-repeat;
}
.offerings .contacts .content, .offerings .glasses .content, .offerings .specialty .content{
	margin-left: 15px;
	margin-right: 15px;
	position:relative;
	text-align:center;
	top:80px;
}
.offerings .contacts h1,.offerings .glasses h1, .offerings .specialty h1{
	text-transform:uppercase;
	margin:0px;
	font-family:inherit;
	font-size:inherit;
}

.offerings .content{
	font-size:12px;
	color:white;
}
.headerWrapper{
	font-family:NewsCycleRegular,Arial, sans-serif;
	margin:0px auto;
	padding:0px;
	width: 965px;
	height:92px;
	background:url(../images/bg_shadow_up.png) #122540 bottom repeat-x;
}
.headerHome{
	width:171px;
	float:left;
	position:relative;
	top:34px;
	margin-left:37px;
	
}
.headerNavButton{
	width:100px;
	float:left;
	position:relative;
	top:55px;	
	margin-left:15px;
}
.headerNavButton.reorder{
	width:155px;
}

.headerNavButton.active a:visited {
  color: white;
}

.headerNavContact{
	width:200px;
	float:right;
	position:relative;
	top:35px;	
	text-align:right;
	margin-right:15px;
	color:#fff;
}
.headerNavButton a:link, .headerNavButton a:visited {
	color:#7eaaea;
	text-decoration:none;
}

.headerNavButton.active a:visited,
.headerNavButton.active a:link {
  color: white;
}

#footer{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px auto;
	width:966px;
	background:#122540;
	color:#7eaaea;
}
#footer .recognized{
	font-size:11px;
	color:white;
	width:171px;
	float:left;
	position:relative;
	top:14px;
	margin-left:37px;
}
#footer .contact{
	width:230px;
	float:right;
	position:relative;
	top:15px;	
	text-align:left;
	margin-right:15px;
	color:#7eaaea;
	font-size:.9em;

}
#footer .contact h1{
	font-weight:normal;
	margin-top:0px;
	font-size:11px;
	color: white;
}
#footer a:link, #footer a:visited{
	color:white;
	text-decoration:none;
}
#footer a:hover{
	color:#d2e4ff;
	text-decoration:underline;
}
.centered{
	text-align:center;
}
.contactHero{
	background:white; 
	width:300px;
	font-size:12px;
	text-align:right;
	padding:5px;
	padding-bottom:10px;
}
.servicesHero{
	background:white; 
	width:310px;
	font-size:12px;
	text-align:right;
	padding:5px;

}
