/* Typography 
=================================== */
* {margin: 0; padding: 0;}

a:link, a:visited {	
	color: #161336;	
	text-decoration: none;
	border-bottom: 1px dotted; 
	}
	
a:visited {
	color: #1c1562;
}
	
a.imageLink {
	border: none;
	margin: 10px;
}
	
.external, .pdf {
	padding-right: 13px;
}
	
.external {
	background: url(../images/externalLink.gif) no-repeat top right;
	}

.pdf {
	background: url(../images/pdfLink.gif) no-repeat top right;
	}

h1 {
	font-weight: bold;
	text-align: right;
	color: #161336;
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
}

h1 span { display: none; }

h1 em {
	font-size: .5em;
	font-family: "Times New Roman", Times, serif;
}
	
h3, h4, h5, h6 {margin-top: 1em;}
p {margin-bottom: .5em;}
	
ul, ol, li { margin: 0; padding: 0; }
ul, ol { margin: .5em 0; }
ol, li { list-style-position: inside; }

li { 
	padding-left: 2em;
	text-indent: -1em;
	}

ul li { list-style: inside; }


dl { margin: .5em 10px; }
dt {
	font-style: italic;
	font-size: 1.2em;
	margin-top: 1em;
}

blockquote {
	border: double #161336;
	border-width: 2px 0;
	color: #161336;
	margin: 1em 20px 1em 0;
	padding: 10px 10px 10px 0;
	width: 35%;
	float: left;
	font-family: "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
}

blockquote.right {
	margin: 1em 0 1em 20px;
	padding: 10px 0 10px 10px;
	width: 35%;
	float: right;
}

blockquote p em {
	font-weight: bold;
}

.credentials {
	font-weight: bold;
	padding-left: 64px;
	background: url(../images/opticiansAssociationOfAmerica.gif) no-repeat top left;
	height: 50px;
	color: #044c87;
	line-height: 50px;
	clear: both;
}

.credentials a {
	border: none;
	color: #044c87;
}

.errorMessage {
	color: #a30000;
	font-size: 1.2em;
}

	
/* General Layout/Structure
=================================== */
img { border:none;}

#home #content img {
	float: right;
	margin: 10px;
	border: 2px #161336 solid;
}

#contact #content img {
	float:right;
}	


.imgCaption {
	float: right;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 10px;
}

.imgCaption em { color: #161336; }

body { font: 12pt "Times New Roman", Times, serif; }
* html #wrapper {width: 85%;}
* html #content, * html #banner {width: 70%;}
#icon { display: none;}
#banner { border-bottom: 3px solid #161336; }


#footer {
	clear: both;
	border-top: 1px solid #161336;
	font-size: .75em;
	text-align: center;
}
		
#address { border-top: 3px solid #161336; }	
#address img { display: none; }
#content, #footer, #address { padding: .5em 0; }
	
/* Navigation
=================================== */
#mainNav { display: none; }

/* Sandbag Divs
===================================
Allow tight wrapping around icon */
#sbLeft-01, #sbLeft-02, #sbLeft-03, #sbLeft-04, #sbLeft-05, #sbLeft-06, #sbLeft-07, #sbLeft-08,
 #sbLeft-09, #sbLeft-10, #sbLeft-11, #sbLeft-12 { display: none;	} 
	
/* Forms
=================================== */

form p {
	position: relative;
	margin: 5px 0;
}

fieldset {
	margin: 10px 0;
	padding: 0  5px;
	width: 98%;
	border: #b0eda0 solid;
	border-width: 1px 0 0 0;
	}
	
legend {
	font-weight: bold;
	margin: 0 10px; 
	padding: 5px 10px;
	border: solid #b0eda0;
	border-width: 0 1px;
	}

label {
	float: left;
	width: 15%;
}

input, textarea {
	width: 65%;
	font: 1em "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
}

textarea {
	height: 5em;
}

input.radio, input.checkbox, input.submit  {
	width: auto;
}

input.radio {
	float: left;
	margin-right: 1em;
}

input:focus, textarea:focus {
	background:#ccc;
	}

label em {
	position: absolute;
	left: 82%;
	top: -2px;
	width: 18%;
}

* html label em {
	width: 12em;
	left: 67%;
	}

