/*
www.crimson-light.net
Crimson-Light.net, Jennie Harris' Portfolio
04.11.09
Author: Jennie Lee Harris
E-mail: j.cldesigns@gmail.com
*/
/* This is the body. */
body {
	background: url('images/bodybg.gif') fixed;
	background-color: #CC0033;
	color: #000000;
	font-family: Garamond, "Times New Roman", Times, serif;
	margin: 50px 20px;
	padding: 0;
}
/* H1, H2, H3, H4 */
h1 {
    color: #000000;
    font: bold 30px/32px Garamond, "Times New Roman", Times, serif;
    margin: 0;
    padding: 6px 0 0 50px;
    text-align: left;
}
h2 {
    font: normal 17px/19px Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 2px 0 0 96px;
	text-align: left;
}
h3 {
    font: bold 15px/17px Georgia, "Times New Roman", Times, serif;
    margin: 2px 0;
    padding: 0;
	text-align: left;
}
h4 {
    font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
    margin: 1px 0;
    padding: 0;
	text-align: center;
}
h5 {
    font: bold 13px/15px Georgia, "Times New Roman", Times, serif;
    margin: 1px 0;
    padding: 0;
	text-align: left;
}

/* Links */
a, a:link, a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
a:active, a:hover {
    color: #939486;
    font-weight: bold;
    text-decoration: none;
}

/* Fonts */
s {
    color: #939486;
}
/* Holder */
#holder {
	background: #ffffff;
	border: 1px solid #000000;
	overflow: hidden;
	padding: 5px;
	width: 720px;
}
/* Header */
#header {
	background: url('images/logo.png') no-repeat center;
	height: 80px;
	padding: 10px 0 0;
	width: 500px;
}

/* Content */
#content {
    padding: 10px 22px;
    text-align: left;
}

/* This is how paragraphs look in the content DIV. */
#content P {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	padding: 2px;
	text-align: left;
	text-indent: .5in;
	word-spacing: 3px;
}


div#hl1 {
	float: left;
	margin: 2px 2px 2px 30px;
	width: 280px;
}
div#hl2 {
	float: right;
	margin: 2px 10px 2px 2px;
	width: 380px;
}

/* Menu */
#menu ul {
    background-color: #ffffff;
    border-top: 0;
    height: 25px;
    margin: 0;
    padding: 5px 0 0 20px;
}
#menu ul li {
    display: block;
    float: left;
    font: normal 16px/22px Georgia, "Times New Roman", Times, serif;
    margin: 0 0 0 15px;
    list-style-type: none;
    padding: 0;
    text-align: center;
}
#menu a, #menu a:visited {
	border: 1px solid White;
	color: #000;
	display: block;
	padding: 4px 7px;
	text-decoration: none;
}
#menu a:active, #menu a:hover {
	border: 1px solid White;
	color: #fff;
	display: block;
	padding: 4px 7px;
	text-decoration: none;
}

/* 2nd Menu */
#menu2 ul {
    height: 15px;
    margin: 0;
    padding: 3px 0 3px 30px;
}
#menu2 ul li {
    display: block;
    float: left;
    font: normal 11px/15px arial, tahoma, verdana, sans-serif;
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 0;
    text-align: center;
}
#menu2 a {
	border: 1px solid White;
	color: #000;
	display: block;
    padding: 0 8px;
    text-decoration: none;
}
#menu2 a:hover {
	background-color: #BD0F0F;
	color: #fff;
}

/* Footer */
#footer {
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 8px 0 5px;
	text-align: center;
	width: 739px;
}

/* Forms */
input, textarea, select {
	background-color: #ffffff;
	border-bottom: 0px;
	border-left: 2px inset #34352F;
	border-right: 0px;
	border-top: 2px inset #26281E;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 3px 0 2px 0;
	width: 250px;
}
input#cb {
	background-color: #ffffff;
	border: 0;
	width: auto;
}
input#send {
	background-color: #A7C027;
	border: 1px solid #617117;
    padding: 2px;
	width: 100px;
}

/* Other Styles */
hr {
	background: url('images/hr2.png') no-repeat center;
    border: 0;
    height: 20px;
    width: 700px;
}