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

body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #0083a9;
}


/*----- Container -----*/
#container1 {
	position: absolute;
	left: 50%;
	width: 820px;
	margin-left: -420px;
}
#container2 {
	background: #fff url(../images/container_corner1.gif) bottom left no-repeat;
}


/*----- Header -----*/
#header {
	position: absolute;
	top: 0;
	width: 760px;
	height: 90px;
	margin: 0 30px;
	font-weight: bold;
}

#headerInfo {
	position: relative;
	width: 760px;
	height: 90px;
}
#headerLogo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#headerLogo img {
	border: 0;
}
#headerPhone {
	position: absolute;
	bottom: 40px;
	right: 15px;
	font-size: 18px;
}
#headerPhone a:link, #headerPhone a:visited {
	color: #0083a9;
	text-decoration: none;
}
#headerPhone a:hover, #headerPhone a:active {
	color: #333;
	text-decoration: none;
}
#headerAddress {
	position: absolute;
	bottom: 25px;
	right: 15px;
	color: #9fcf67;
}
#headerBanner {
	position: relative;
	width: 760px;
	height: 238px;
	border-top: 2px solid #fff;
	overflow: hidden;
}

/*----- Main Nav -----*/
#mainNav {
	position: relative;
	width: 760px;
	background: #0093be url(../images/nav_left.gif) top left no-repeat;
}
#mainNav ul {
	padding: 13px 0;
	text-align: center;
	background: url(../images/nav_right.gif) top right no-repeat;
}
#mainNav li {
	display: inline;
	list-style-type: none;
}
#mainNav li.last {
	border: 0;
}
#mainNav li a.selected {
	background-color: #88d4e3;
}
#mainNav a {
	padding: 13px 11px;
}
#mainNav a:link, #mainNav a:visited {
	color: #fff;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	color: #fff;
	text-decoration: none;
	background-color: #88d4e3;
}

.dropmenudiv {
	position: absolute;
	z-index: 100;
	top: 0;
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	background-color: #0093be;
	visibility: hidden;
}
.dropmenudiv a {
	display: block;
	width: auto;
	padding: 5px 0 5px 10px;
	color: #fff;
	text-decoration: none;
}
* html .dropmenudiv a {
	width: 100%;
}
.dropmenudiv a:hover {
	background-color: #88d4e3;
}


/*----- Content (Primary / Secondary) -----*/
#contentContainer {
	position: relative;
	width: 820px;
	padding: 390px 0 30px;
	background: url(../images/container_corner2.gif) bottom right no-repeat;
}
#content {
	width: 760px;
	padding: 0 30px 120px;
	background: url(../images/footer_curves.gif) bottom center no-repeat;
}

#contentPrimary {
	float: left;
	width: 470px;
	padding: 0 20px;
}
#contentPrimary2 {
	float: left;
	padding: 0 20px;
	color: #828282;
	line-height:18px;
}
/*  Home Page Welcome Div on the Right */
#contentWelcome {
	padding: 0 20px;
	color: #828282;
	line-height:18px;
}
#contentWelcome h1 {
	margin: 5px 0 2px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #0083a9;
}
#contentWelcome h2 {
	margin-bottom: 20px;
	font-size: 12px;
	color: #5D5D5D;
}
#contentWelcome h3 {

	font-size: 22px;
	color: #9fcf67;
}
#contentWelcome h4 {
	padding: 15px 0 8px;
	font-size: 12px;
	color: #0083a9;
}
contentWelcome a:link, #contentWelcome a:visited {
	color: #0083a9;
	text-decoration: underline;
}
#contentWelcome a:hover, #contentWelcome a:active {
	color: #9fcf67;
	text-decoration: underline;
}
/* End of Home Welcome */
#contentPrimary h1 {
	margin: 5px 0 2px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #0083a9;
}
#contentPrimary2 h1 {
	margin: 5px 0 2px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #0083a9;
}
#contentPrimary h2 {
	margin-bottom: 20px;
	font-size: 12px;
	color: #9fcf67;
}
#contentPrimary2 h2 {
	margin-bottom: 20px;
	font-size: 12px;
	color: #5D5D5D;
}
#contentPrimary h3 {
	padding: 15px 0 8px;
	font-size: 14px;
	color: #9fcf67;
}
#contentPrimary2 h3 {
	padding: 15px 0 8px;
	font-size: 14px;
	color: #9fcf67;
}
#contentPrimary h4 {
	padding: 15px 0 8px;
	font-size: 12px;
	color: #0083a9;
}
#contentPrimary2 h4 {
	padding: 15px 0 8px;
	font-size: 12px;
	color: #0083a9;
}
#contentPrimary p {
	margin-bottom: 20px;
	color: #666;
	line-height: 18px;
}

#contentPrimary ul, #contentPrimary ol {
	margin: 0 0 20px 30px;
	color: #0083a9;
}
#contentPrimary li {
	margin-bottom: 10px;
}
#contentPrimary a:link, #contentPrimary a:visited {
	color: #0083a9;
	text-decoration: underline;
}
#contentPrimary a:hover, #contentPrimary a:active {
	color: #9fcf67;
	text-decoration: underline;
}
#contentPrimary2 a:link, #contentPrimary2 a:visited {
	color: #0083a9;
	text-decoration: underline;
}
#contentPrimary2 a:hover, #contentPrimary2 a:active {
	color: #9fcf67;
	text-decoration: underline;
}
#contentPrimary table {
	margin-bottom: 20px;
}
#contentPrimary table td {
	padding: 5px;
	vertical-align: middle;
}
/*
#contentPrimary form {
	margin: 30px 0 0 50px;
	color: #666;
}
#contentPrimary form p {
	margin: 0;
}
#contentPrimary label {
	font-weight: bold;
	color: #666;
}
#contentPrimary input.field, #contentPrimary select {
	width: 200px;
	padding: 3px;
	color: #666;
	border: 1px solid #ccc;
}
#contentPrimary select {
	margin-bottom: 10px;
}
#contentPrimary textarea {
	width: 200px;
	height: 100px;
	color: #666;
	border: 1px solid #ccc;
}
#contentPrimary #formButton {
	text-align: center;
}
#contentPrimary #formButton input {
	width: 100px;
	padding: 5px 0;
	font-weight: bold;
	cursor: pointer;
}
*/
#contentPrimary div.photoLeft {
	float: left;
	margin: 0 10px 10px 0;
}
#contentPrimary div.photoRight {
	float: right;
	margin: 0 0 10px 10px;
}
#contentPrimary div.photoCenter {
	text-align: center;
	margin: 20px 0;
}
#contentPrimary div.photoCenter img, #contentPrimary div#ilasikVideo img {
	border: 0;
}

#contentSecondary {
	float: right;
	width: 250px;
}
#contentSecondary div {
	padding-bottom: 10px;
}
#contentSecondary a:hover, #contentSecondary a:active {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
#contentSecondary img {
	border: 0;
}


/*----- Footer -----*/
#footer {
	margin:0 auto;
	width:800px;
	padding: 20px 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#footer span {
	padding: 0 3px;
	color: #a0dde9;
}
#footer a:link, #footer a:visited {
	color: #a0dde9;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
}


/*----- Content Float Fix -----*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}
.less {
	color:#999;
	font-size:12px;
}
/* Side Links */
#SideLink{
	margin:0 auto;
	width:250px;
	text-align:left;
	font: 12px Tahoma;
	color:#414141;
}
a.SideLink:Link, a.SideLink:Visited{
	display:block;
	width:250px;
	height:23px;
	padding-top:10px;
	font: 12px Tahoma;
	color:#414141;
	text-decoration:none;
	border-bottom:1px solid #e0e0e0;
	background: url(../images/arrow-link.gif) no-repeat right;
}
a.SideLink:Hover{
	display:block;
	width:250px;
	height:23px;
	padding-top:10px;
	font: 12px Tahoma;
	color: #316BB7;
	text-decoration:none;
	border-bottom:1px solid #e0e0e0;
	background: url(../images/arrow-link2.gif) no-repeat right;
}
/* Online Form */
#OnlineForm table{
	margin:0 auto;
	width: 450px;
	color: #3C3C3C;
}
.Field{
	width:260px;
	height:18px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border: 1px solid #8D8D8D;
	color: #3C3C3C;
	padding-left:4px;
	padding-top:1px;
}
.FieldSM{
	width:160px;
	height:18px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border: 1px solid #8D8D8D;
	color: #3C3C3C;
	padding-left:4px;
	padding-top:1px;
}
.Zip{
	width:60px;
	height:18px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border: 1px solid #8D8D8D;
	color: #3C3C3C;
	padding-left:4px;
	padding-top:1px;
}
.email{
	width:260px;
	height:18px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border: 1px solid #8D8D8D;
	color: Blue;
	padding-left:4px;
	padding-top:1px;
}
.AreaPre{
	width:30px;
	height:18px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border: 1px solid #8D8D8D;
	color: #3C3C3C;
	padding-left:4px;
	padding-top:1px;
}
.Suffix{
	width:50px;
	height:18px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border: 1px solid #8D8D8D;
	color: #3C3C3C;
	padding-left:4px;
	padding-top:1px;
}
.Question{
	width:260px;
	height:65px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border: 1px solid #8D8D8D;
	color: #3C3C3C;
	padding-left:4px;
	padding-top:1px;
	padding-right:4px;
}
.redText{
	color: Red;
}
#SendButton{
	margin-left:150px;
}
.Selection{
	width:260px;
	height:24px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	border: 1px solid #8D8D8D;
	color: #3C3C3C;
	padding-left:4px;
	padding-top:1px;
}
