﻿body 
{
	background-color: White;
	font-family: Arial;
	font-size: 0.8em;
}

.Logo
{
	left: 20px;
	position: relative;
}

.Menu
{
	border-top: dotted 1px #DDDDDD;
	clear: both;
	margin-top: 10px;
	padding-left: 5px;
	background-image: url(../Images/NavBarBackground.png);
	background-repeat: repeat-x;
	height: 25px;
	font-size: small;
	font-variant: small-caps;
}

.AspNet-Menu-Leaf
{
	padding-left: 10px;
	padding-right: 10px;
}

.AspNet-Menu a
{
	margin-left: 2px;
	margin-right: 2px;
	color: #8C8C8C;
}

.Banner
{
	height: 157px;
	background-image: url(../Images/Inspiration_001.jpg);
}

.MainHeading
{
	padding-top: 2px; padding-bottom: 2px;
	padding-left: 10px;
	margin: 0px;
	background-color: Black;
	color: #2759B6;
	font-size: 1.4em;
}	

h1
{
	font-size: 1.2em;
	text-decoration: underline;
	margin-bottom: 5px;
}

h2
{
	font-size: 1em;
	margin-bottom: 5px;
}

.Content a 
{
	border-bottom: dotted 1px #2759B6;
	text-decoration: none;
	color: #2759B6;
}

.Content a:hover {
	border-bottom: solid 1px #2759B6;
}

.Content
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 3px #2759B6;
	color: #2759B6;
	background-color: White;
}

.MainContentFrame
{
	float: left;
	width: 70%;
	border-right: dotted 2px #2759B6;
}

.SideContentFrame
{
	margin-right: 5px;
	float: right;
	width: 25%;
}

.TextContainer
{
	padding-left: 5px;
	padding-right: 5px;	
}

p
{
	margin-top: 5px;
	margin-bottom: 8px;
	margin-right: 15px;
}

.Footer
{
	color: Black;
	position: relative;
	font-size: xx-small;
	text-align: center;
	clear: both;
	margin-top: 10px;
	width: 100%;
	bottom: -20px;
}

.Box
{
	clear: both;
}

fieldset
{
	margin-top: 10px;
	border: none;
}

legend
{
	font-weight: bold;
	color: #2759B6;
	margin-bottom: 20px;
}

label,
input,
textarea
{
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	width: 20%;
}

input,
textarea
{
	text-align: left;
	width: 70%;
}

.Error
{
	float: left;
	clear: right;
}

.ErrorSummary
{
	float: left;
	margin-left: 20%;
}
	
.Button
{
	margin-right: 10%;
	float: right;
	width: auto;
}

.Content ul
{
	list-style-image: url(../Images/bullet-1.png);
	font-weight:bold;
	margin-top: 5px;
}

.Content ul li ul
{
	font-weight: lighter;
	font-size: small;
	list-style-image: none;
	list-style-type: none;
	font-style: italic;
	margin-bottom: 4px;
}
