/*
CSS Template
Ambition Design 2010
*/



/* Imports
----------------------------------------*/
/*Reset all, so displays same in all browsers*/
@import url("reset.css");


/* Elements
----------------------------------------*/


/* @group Global */

/* Full Background applied to body tag */
body{
	background-color: #122563;
}

/* Global Font Styles */
body, p, td, th, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:1.5em;
	color:#003366;
	display: block;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 5px;
}

/* Margin and font sizes for headings */
p{
	display: block;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
h1{
	color: #0137ff;
	margin:.825em 0 .5em 0.5em;
	font-size:25pt;
}

h2{	color:#0137ff;	margin:.825em 0 .5em 0.5em;	font-size:1.75em;}
h3{	color:#0137ff;	margin:.825em 0 .5em 0.5em;	font-size:1.5em;}
h4{	color:#0137ff;	margin:.825em 0 .5em 0.5em;	font-size:1.25em;}
h5{	color:#0137ff;	margin:.825em 0 .5em 0.5em;	font-size:1.125em;}
h6{	color:#0137ff;	margin:.825em 0 .5em 0.5em;	font-size:1em;}
ul{
	margin-left:0px;
	list-style-type:none;
	text-indent: 0px;
	list-style-position: outside;
}
ol{	margin-left:25px;}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/* @end */


#container{
	width:927px; /*Set container background here*/
	min-height: 75px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* @group Links */

/*--- Link Styles ---*/
a:link, a:visited{	color: #3627d8;}
a:hover, a:active{
	color: #22199b;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

/* @end */

/* @group Header */


#header{
	padding-top: 10px;
	clear: both;
	float: left;
	display: block;
	width: 100%;
}

h1#logo{
	float: left;
	/*Positioning for logo*/
	margin-left: 15px;
	margin-top: 50px;
}
#container #header #headerarrows #strapline {
	font-size: 15pt;
	float: left;
	margin-top: 80px;
	margin-left: 15px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #003366;
	font-style: normal;
	width: auto;
}
#container #header #headerarrows #contactnumbers {
	font-size: 1em;
	float: right;
	margin-right: 30px;
	margin-top: 45px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	text-align: right;
	clear: none;
}


ul#navigation{
	clear: both;
	display: block;
	background-image: url(../images/nav_back.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 927px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	margin-top: -3px;
	padding: 0px;
}

/* @group Navigation */
#navigation{padding: 10px 0 40px 10px;margin-left: 0;}

/* Navigation styling in the li tag */
#navigation li{
	float: left;
	/*Width and height of navigation*/
	width: auto;
	margin-bottom: 0px;
	text-align: left;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container  #header  #navigation  li  a p {
	color: #d7ede0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14pt;
	margin-top: 3px;
	padding-top: 0px;
	margin-left: 40px;
}
#container #content .column {
	float: left;
	width: 280px;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	font-size: .875em;
}
#container #content .column li {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-image: none;
}

/* @end */
/* @end */

/* @group Main Content */
#content{
	float: left;
	min-height: 250px;
	/*background for content*/
	background: #d7ede0;
	width: 927px;

}
/* @end */
/* @group Footer */
#footer{
	margin-top: 20px;
	clear: both;
	width:100%;
	height:40px;
}

#footer p{
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
#copyright{	margin-left: 40px;}

#credits{
	font-size: 0.825em;
	float: right;
	text-align: right;
	color: #FFFFFF;
	/*Padding for credits*/ 
	padding-right: 15px;
	padding-top: 5px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
}
#credits p {
	color: #FFFFFF;
	font-size: 1em;
	padding-top: 0px;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#credits p a{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* @end */
#container #header #headerarrows {
	background-image: url(../images/header.jpg);
	height: 141px;
	background-repeat: no-repeat;
}

