/* -------------------------------------------------------------- 
   RESET
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { background: #fff; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: bold; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }
a { outline: none; } /* Removes Firefox imposed outline */


/* -------------------------------------------------------------- 
   TYPOGRAPHY
-------------------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, Verdana, sans serif; }

body {
	position:relative;
	}

/* HEADINGS */
h1 { font-size: 40px; line-height: 50px; font-weight: bold; margin-bottom: 10px; }
h2 { font-size: 16px; line-height: 20px; font-weight: bold; margin-bottom: 10px; }
h3 { font-size: 25px; line-height: 20px; }
h4 { font-size: 14px; line-height: 20px; }
h5 { font-size: 14px; line-height: 20px; font-weight: bold; }
h6 { font-size: 14px; line-height: 20px; font-weight: bold; }

/* TEXT ELEMENTS */
p, ul, ol, dl { margin-bottom: 20px; font-size: 14px; line-height: 20px; }
ul, ol { padding-left: 20px;}
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
dl dt { font-weight: bold; }
dl dd { padding-left: 10px; }
abbr, acronym { text-decoration: underline; }
a { color: #009; text-decoration: none; }
a:hover { text-decoration: underline; }
blockquote { margin: 20px 0; padding-left: 10px; }
dfn { font-style: italic; font-weight: bold; }
pre, code { margin: 20px 0; white-space: pre; }
pre, code, tt { font: 10px monospace; line-height: 20px; } 
tt { display: block; margin: 20px 0; line-height: 20px; }
#text ul li{font-family: Arial, Helvetica, Verdana, sans serif;color: #fff;font-size: 12.5px;line-height: 1.75;}

/* TABLES */
table { margin-bottom: 20px; }
th { font-weight: bold; }

th,td { padding: 5px 10px 5px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* -------------------------------------------------------------- 
   FORMS
-------------------------------------------------------------- */

label { font-weight: bold; }
fieldset { padding: 9px; margin-bottom: 20px; border: 1px solid #ddd; }
legend { padding: 0 10px; font-weight: bold; font-size: 14px; line-height: 20px; }
textarea { padding: 10px; }




/* --------------------------------------------------------- Outside Eye Specific Rules -------------------------------------------------*/


/* --------------------------------------------------------- General Text Style -------------------------------------------------*/

p {
	font-family: Arial, Helvetica, Verdana, sans serif;
	color: #fff;
	font-size: 12.5px;
	line-height: 1.75;
	
}

p a{
	color: #A49432;
	text-decoration: none;
}

p a:hover{
	color: #fff;
	text-decoration: none;
}



/* --------------------------------------------------------- Top Section: Header/Top-Nav -------------------------------------------------*/

#header {
	background: #fff;	
	width: 1000px;
	height: 200px;
	margin: 0 auto 0 auto;
}

#headerleft {
	background: #fff;	
	width: 500px;
	height: 200px;
	margin: 30px 0 0 50px;
}

#headerright {
	background: #fff;	
	width: 500px;
	height: 200px;
	margin: -53px 0 0 380px;
}



/* --------------------------------------------------------- Middle Section: Content/Text -------------------------------------------------*/

/*---defines background color of content section---*/

#content {
	background: #D02037;	
	width: 1000px;
	height: 400px;
	margin: 0 auto 0 auto;
}

#text {
	color: #fff;
	width: 690px;
	margin: 0 auto 0 auto;
	padding: 35px 0 25px 0;
}

#text img {
	padding: 28px 10px 0px  220px;
}

#text ul li a{
	color: #A49432;
	text-decoration: none;
}

#text ul li a:hover{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

span.bodycopy {
	color: #ccc;
	font-size: 16px;
}

span.testimonials {
	color: #ccc;
	font-family: Courier, Courier New;
	font-size: 14px;
}

/* --------------------------------------------------------- Bottom Section: Footer/Bottom-Nav -------------------------------------------------*/


#footer {
	background: #1F2733;	
	width: 100%
	height: 100px;
	margin: 0 auto 0 auto;	
}

/*---size/positioning of nav---*/

#bottom-nav {
	width: 1100px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding-top: 15px;
}

/*---how the list is displayed---*/

#bottom-nav ul li{
	display: inline;
	list-style-type: none;
	padding: 0 40px;	
}

/*---nav links, normal state---*/

#bottom-nav a {
	font-size: 20px;
	color: #C93C4F;
	margin: 0 auto 0 auto;
	text-decoration: none;
}

/*---nav links, rollover state---*/

#bottom-nav a:hover {
	color: #F44960;
	text-decoration: none;
}




