/* 

Please check for cross-browser compatibility prior to making changes

MINIMUM BROWSER CHECK :: IE5.x/IE6/Op7/NS7/Safari



CSS Document - layout.css

---------------------------------------------------------------------------- */





/* undo some default styling of common (X)HTML browsers

 * ------------------------------------------------------------------------- */



/* remove default link styles */

:link,:visited { text-decoration:none; }



/* No list-markers by default - must redefine bullets w/ bg graphics */





/* Avoid browser default inconsistent heading font-sizes and pre/code */

h1,h2,h3,h4,h5,h6,pre,code {
	font-size:1em;
}



/* Remove inconsistent (among browsers) default padding or margin */

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}



/* prevent blue linked image borders */

a img,:link img,:visited img { border:none; }





/* basic elements

 * ------------------------------------------------------------------------- */

body {
	margin:0 auto;
	padding:0;
	background:#DEDEDE;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

p, ul, li, dt, dd { line-height: 13px; }

p, pre, blockquote {
	margin-bottom:7px;
	font-size: 12px;
	color: #000;
}

a:link, a:visited { text-decoration:underline; color:#386273; }

a:hover, a:active {
	text-decoration:none;
	color:#000;
}

h1 span, h2 span, h3 span { display:none; }

.header-photo-gallery{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#033;
	font-weight: bold;
	text-decoration:none;
}



.10-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.12-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.12-black-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #333333;
	background-image: url(../eye-images/index/form-back.gif);

}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.12-black-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033;
	font-weight: bold;
}

 #list ul, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	list-style-type: disc;
}
Large Heading {
	font-size: 18px;
}
.12-black .12-black .12-black-green {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.Bold {
	font-weight: bold;
}
