/*
 File: Skye_1.css
 Style for SkyeHughes.com
 Last Edit: 5/27/09
 Last author: JSBracher
 */
body {
    background-color: #FFFFFF;
    font-family: Candara, "Lucida Grande", Verdana, "Lucida Sans", sans-serif;
    color: #00004b;
} 

/*
	Header
*/
#heading {
    width: 100%;
    background-color: #00004b;
    text-align: left;
    margin: 0 0 1.5em 0;
    padding: 0;
} 
#accentline1 {
    width: 100%;
    background-color: #5d0072;
    height: 4px;
    padding: 0;
	margin: 0;
} 
#accentline2 {
    width: 100%;
    background-color: #ff00ff;
    height: 3px;
    padding: 0;
	margin: 0;
} 
#graphic-top {
	margin-left: 21px;
}

/*
	navigation
*/
#navigation {
	position: relative;
	float: left;
    width: 117px;
	display: block;
	margin: 0;
	padding: 0;
} 
#nav-main li {
	display: block;
	width: 100%;
	margin-left: 0;
	text-align: right;
    border-bottom: 1px solid #00ff00;
	line-height: 2.5em;
}
#navigation a {
    font-size: 12px;
    color: #0000FF;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 8px 6px 8px 4px;
	margin: 0;
    font-weight: bold;
    text-align: right;
}
#navigation a:hover {
    font-size: 14px;
}
#contact-info {
	margin-top: 3em;
	margin-left: 10px;
	border-top: #00ff00 1px solid;
	border-bottom: #00ff00 1px solid;
}

#contact-info li {
	list-style: none;
	margin-left: 0;
	color: #0000ff;
	margin: 1em 0 1em 0;
}
#contact-info a {
	padding: 0;
	text-decoration: none;
	font-weight: 500;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
}

/*
	content
*/
#content {
	margin: 0 3em 0 140px;
	padding: 0;
}
h1 {
	color: #0000a6;
	line-height: 26px;
	letter-spacing: 0.15em;
	font-size: 22px;
	font-weight: 500;
	margin: 27px 0 .75em 0;
}

h2 {
	color: #0000a6;
	letter-spacing: .1em;
    line-height: 22px;
    font-size: 20px;
	margin: 1.5em 0 .75em 0;
	font-weight: 500;
}
h3 {
    letter-spacing: .1em;
    line-height: 18px;
    font-size: 16px;
	margin: 1.5em 0 .75em 0;
	color: #0000a6;	
	font-weight: 500;
}
li {
	list-style: disc;
	line-height:2.0em;
	font-size:14px;
	margin-left: 3em;
	width: 40em
}
a {
    color: #009900;
}

a:hover {
    color: #009900;
}

p {
	font-size: 14px;
	line-height:1.5em;
	margin-bottom: 1em;
	width: 45em;
}
.section_link {
	margin-right: 1em;
}
.list-tight {
	line-height: 1em;
}

/*
	copyright
*/
#copyright p {
	margin-top: 3em;
	margin-left: 140px;
	color: #990099;
	font-size: 11px;
	line-height: 1.27em;
	letter-spacing: 1.65px;
}
