/*********************************************
* Author:     Danny Clark                    *
* Web:        http://www.aerovisionit.co.uk/ *
* Mail:       info@aerovisionit.co.uk        *
* Version     1.0                            *
*********************************************/

/* headings and text */

h1 {font-family: Georgia, Footlight MT Light, Trebuchet MS;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	color: #006633;}
	
h2 {font-family: Georgia, Footlight MT Light, Calibri, Trebuchet MS;
	font-size: 22px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	color: #006633;}
	
h3 {font-family: Georgia, Footlight MT Light, Trebuchet MS;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	color: #333333;}
	
h4  {font-family: Georgia, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}

h4.blue {color: #314F97;}

h4.red {color: #C36041;}

h4.green {color: #628D58;}
	
	
p   {font-family: Cambria, Calibri, Trebuchet MS;
	font-size: 16px;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	color: #333333;}
	
p.shortcutlinktext {
	font-size: 12px;}
	
p.quote
	{font-style: italic;}
	
.posted   {font-family: Calibri, Trebuchet MS;
	font-size: 16px;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	color: #666666;}
	
p.footertext   {font-family: Calibri, Trebuchet MS;
	font-size: 16px;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	color: #05BC45;}
	
ul  {font-family: Cambria, Calibri, Trebuchet MS;
	font-size: 16px;
	line-height: 18px;
	list-style: disc;
	color: #333333;}	
	
em {color: #333333;}

.menuul {font-family: Arial, Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	color: #009933;
	margin-top: 10px;
	margin-left: 90px;
	-moz-padding-start: 0px;}
	
.menuli {display: inline;
	padding-left: 40px;}
	
a:link {
	color: #0071BB;
	text-decoration:none;}
	
a:visited {
	color: #0071BB;
	text-decoration:none;}

a:hover {
	color: #0099FF;
	text-decoration:underline;}

a:active {
	color: #88CFFF;
	text-decoration:underline;}
	
.mainnav:link {
	color: #009933;
	text-decoration:none;}
	
.mainnav:visited {
	color: #009933;
	text-decoration:none;}

.mainnav:hover {
	color: #8AE4A8;
	text-decoration: underline;}

.mainnav:active {
	color: #8AE4A8;
	text-decoration: underline;}
	
.footerlinks:link {
	color: #05BC45;
	text-decoration:none;}
	
.footerlinks:visited {
	color: #05BC45;
	text-decoration:none;}

.footerlinks:hover {
	color: #06F95B;
	text-decoration:underline;}

.footerlinks:active {
	color: #06F95B;
	text-decoration:underline;}
	

