body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


/*---------------- top menu section ---------- */

#top-menu {
	height: 82px;
	background-image: url(../sitepix/structural/ignite_scotland_logo.png);
	background-repeat: no-repeat;
}

#top-menu ul {
	margin: 50px 0px 0px 320px;
	padding: 0;
	list-style-type: none;
}

#top-menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#top-menu ul li a {
	color: #00265D;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#top-menu ul li a:hover {
	color: #D5006F;
}

/*------------------ shadows ------------------- */

#left-shadow {
	width: 20px;
	background-image: url(../sitepix/structural/left_hand_shadow.png);
	background-repeat: repeat-y;
}

#right-shadow {
	width: 20px;
	background-image: url(../sitepix/structural/right_hand_shadow.png);
	background-repeat: repeat-y;
}

/*------------------- left menu --------------- */

#left-menu {
	width: 175px;
	background-color: #D5006F;
}

#left-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#left-menu ul li {
	margin: 0;
	padding: 0;
}

#left-menu ul li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: 28px;
	background-image: url(../sitepix/structural/upstate_bg.png);
	background-repeat: repeat-x;
	margin: 1px 0px 1px 0px;
	padding-left: 10px;
}

#left-menu ul li a:hover {
	background-image: url(../sitepix/structural/overstate_bg.png);
	background-repeat: repeat-x;
}
/*------------------- Main text area --------------- */

#main-text-area {
	width: 510px;
	background-color: #F4EFED;
	padding-left: 15px;
}

#main-text-area p {
	color: #00265D;
	font-size: 12px;
	font-weight: normal;
	padding-right: 15px;
}

#main-text-area a {
	font-size: 12px;
	text-decoration: none;
	color: #0C2F58;
	font-weight: bold;
}

#main-text-area a:hover {
	color: #E61C67;
}

#main-text-area .blue {
	font-size: 18px;
	font-weight: lighter;
	color: #0C2F58;
}

#main-text-area .pink {
	font-size: 24px;
	font-weight: lighter;
	color: #E61C67;
}

#main-text-area .quote {
	font-size: 11px;
	font-style: italic;
	color: #666;
}

#main-text-area ul {
	font-size: 12px;
	color: #666;
}

#main-text-area ul li {
	line-height: 2.0em;
	list-style-image: url(../sitepix/structural/bullet_arrow.gif);
}

#main-text-area .form {
	margin-right: 10px;
	margin-left: 10px;
}

#main-text-area .inputbox {
	font-size: 12px;
	padding: 2px;
	border: 1px solid #002E58;

}

#main-text-area .form-text {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

/*------------------- address --------------- */

#address p {
	font-size: 12px;
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}

#address h1 {
	font-size: 12px;
	color: #FFF;
	background-color: #00265D;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding: 5px 10px 5px 10px;
}


/*------------------- footer --------------- */

#footer {
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(../sitepix/structural/footer_bg.png);
}

#footer p {
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
	font-size: 11px;
	color: #FFF;
}

#footer a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #E61C67;
}