@charset "utf-8";
/* CSS Document */

/***** 

#2a363b ==> Dark Blue
#b63748 ==> Dark Pink Text
#e84a5f ==> Dark Pink
#ff847c ==> Light Pink
#fecea8 ==> Peach
#99b898 ==> Green



*****/


.accent {
	color: #fecea8;	
}


h1 {  /*****Header Text*****/
	color: #2a363b;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 3px;
	font-size: 22px;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.5em;

}

h2 { /***** sidebar header *****/
	color: #2a363b;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 3px;
	font-size: 22px;
	line-height: 50px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.2em;
	font-variant: small-caps;
}

h3 { /*****Heading Above*****/
	color: #2a363b;
	font-size: 12px;
	letter-spacing: .3em;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 20px;
}

h4 { /***** Headers Below *****/
	color: #2a363b;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	letter-spacing: .3em;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 15px;
}

h5 { /***** Top Block Width 100% *****/
	font-size: small;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/bg.png);
	height: 15px;
}

h6 { /***** Top Block Width 50% *****/  
	font-size: small;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/bg.png);
	height: 15px;
	width: 80%;

}


h7 {
	color: #2a363b;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 3px;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.2em;
	font-variant: small-caps;
}

/*****Global Reset*****/  
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}  

/*****Basic Elements*****/  
a img { 
	border: none;
}

a:hover img {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */	
}

a:link, a:visited {
	color: #99b898;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #2b363c;
}

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #2a363b;
	background-color: #fff;
}


/* Glyph, by Harry Roberts */ hr.style-eight { padding: 0; border: none; border-top: medium double #333; color: #333; text-align: center; } hr.style-eight:after { content: "§"; display: inline-block; position: relative; top: -0.7em; font-size: 1.5em; padding: 0 0.25em; background: white; }


/***** Navigation *****/  

#nav a:link, #nav a:visited {
	display: block;
	float: left;
	font-size: 13px;
	height: 20px;
	text-align: left;
	width: 100px;
	letter-spacing: 0.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

#nav a:hover, #nav a:active, #nav a:focus {
	color: #2a363b;
}

ul#nav {
	list-style: none;
	margin: 0px;
	text-align: left
}

/***** End of Navigation *****/  

/***** Form Start *****/ 

label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 12px;
}

.submit input
{
margin-left: 4.5em;
}
input
{
	color: #781351;
	border: 1px solid #2a363b;
	background-color: #ff847c;
	width: 200px;
}

.submit input
{
	color: #000;
	border: 2px outset #e84b60;
	background-color: #99b898;
	width: 100px;
}
fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
} 

/***** End of Form *****/ 

p {
	font-size: 11px;
	line-height: 13px;
}


p.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	
}


</style>[if lte IE 7]>
<style>
.content { margin-right: -1px; } 
ul.nav a { zoom: 1; } 
</style>
<![endif]
