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

Author: Jazmin Brooks
Date: August 2009

*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, form,input,textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  zoom:1;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
html {
    height: 100%;
	padding:0;
	margin:0;
    padding-bottom:1px;
}

/*standard styles */

body {
    margin: 0;
    padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#3b3b3b;
	background-image:url(images_steps/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#e2eef9;
	background-attachment:fixed;
}

p{
	margin-top:0;
	margin-bottom:15px;
}

a img{
	border:none;
}

img{
	display:block;
}

.clear{
	clear:both;
	height:0;
	overflow:hidden;
}
.left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.right{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

h1{
	line-height:normal;
	font-size:24px;
	font-weight:bold;
	color: #0a4366;
	margin-bottom:5px;
}

h2{
	line-height:normal;
	font-size:18px;
	font-weight:bold;
	color:#295f9a;
	/*margin-top:10px;*/
}

h3{
	line-height:normal;
	font-size:18px;
	font-weight:bold;
	color:#8d3550;
	margin-bottom:10px;
}

a {
		color:#29549a;
		text-decoration:none;
		font-weight:bold;
}

a:hover {
	text-decoration:underline;
}


ul{
	padding:0;
	margin:10px 10px 10px 10px;
}
li{
	list-style: none;
	background-image: url(images_steps/bullet-trans.png);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left: 20px;
	padding-bottom:3px;
	margin-bottom:10px;
	color:#5d576a;
}

label {
	cursor:pointer;
	color:#295F9A;
	font-weight:bold;
}

.noBorder{
	border-style:none !important;
}

/*header structure*/

#wrapper{
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	line-height:normal;
}

#logo{
	float:left;
	margin-top:20px;
}

#miniMenu{
	float:right;
	border-top:1px solid #19345f;
	border-bottom:1px solid #19345f;
	border-left:1px solid #19345f;
	background-image:url(images_steps/minimenu_bg.jpg);
	background-repeat:repeat-x;
	width:254px;
}

#miniMenu ul{
	list-style: none;
    padding: 0;
    margin: 0;
	background-image:none;
}

#miniMenu li {
    float: left;
    margin: 0 0;
	padding:0;
	background-image:none;
}

#miniMenu li a {
    line-height: normal;
    float: left;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
	padding:6px 0;
	font-size:14px;
	border-left:1px solid #2567b1;
	border-right:1px solid #19345f;
	width:125px;
	font-weight:normal;
	background-image:none;
}

#miniMenu li a:hover{
	color:#fff;
	background-image:url(images_steps/minimenu_bg.jpg);
	background-position:0 -30px;
}

#strap{
	float:right;
	margin-top:17px;
	padding-right:20px;
}

#menu{
	margin-top:20px;
	background-image:url(images_steps/menu_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #fff;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li {
    float: left;
    margin: 0 0;
	padding:0;
}

#menu li a {
    line-height: normal;
    float: left;
    display: block;
    color: #295f9a;
	font-size:14px;
    text-decoration: none;
    text-align: center;
	padding:9px 18px;
	background-image:url(images_steps/menu_bg.jpg);
	background-repeat:repeat-x;
	font-weight:normal;
}

.divider{
	border-left:1px solid #fff;
	border-right:1px solid #dadada;
	height:35px;
	margin:0;
	float:left;
}

#menu li a:hover{
	background-image:url(images_steps/menu_hover.jpg);
	background-repeat:repeat-x;
	color:#295f9a;
}

#menu .active a{
	background-image:url(images_steps/menu_active.jpg);
	background-repeat:repeat-x;
	color:#295f9a;
}

#menu li a:active{
	background-image:url(images_steps/menu_active.jpg);
	background-repeat:repeat-x;
	color:#295f9a;
}

#headerImg{
	padding:10px 0;
	float:left;
	border-top:1px solid #0a4366;
	border-bottom:1px solid #0a4366;
}

#homeNews{

}

/*content structure*/

#content{
	margin-top:20px;
}

#topContent{
	background-image:url(images_steps/contenttop_bg.png);
	background-repeat:repeat;
	border:1px solid #fff;
	margin-bottom:20px;
	font-size:13px;
}

#bottomContent{
	background-image:url(images_steps/twocol_bg.png);
	background-repeat:repeat-y;
	padding-bottom:40px;
}

.leftContent{
	float:left;
	width:580px;
	margin-right:18px;
	padding:15px 20px;

}


.rightContent{
	float:left;
	width:260px;
	padding:15px 20px;
		
}

.rightContent img{
	border:1px solid #fff;
}

.newsItem{
	margin-bottom:20px;
	margin-top:10px;
}

.newsPosted{
	font-size:10px;
	line-height:normal;
	margin-bottom:5px;
}

.newsReadmore{
	text-transform:uppercase;
	color:#0a4366;
}

.smallcolItem{
	margin-bottom:20px;
}

.smallcolItem img{
	margin-left:auto;
	margin-right:auto;
}

.heading{
	border-bottom:1px solid #19345f;
	margin-bottom:5px;
}

.heading h1{
	float:left;
	margin-right:5px;
}

.heading img{
	display:inline;
}

.heading h2{
	float:left;
	color: #295f9a;
	margin-bottom:5px;
}

/*footer structure*/

#footer{
	background-image:url(images_steps/footer_bg.jpg);
	background-repeat:repeat-x;
	padding:10px 0 10px 0;
	position:fixed;
	bottom:0;
	clear:both;
	width:100%;
	z-index:30;
}

#footerInternal{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
}

#footerInternal a{
	color:#6e9bcc;
}

#footerCopyright{
	float:left;
}

#footerDesignedby{
	float:right;
}

.emphasisedText{
	font-weight:bold;
	font-size:18px;
	line-height:normal;
}

.buttons{
	margin:20px 0 0 0;
}

.buttons a{
	width:275px;
	display:block;
	height:22px;
	border:1px solid #19345f;
	color:#fff;
	float:left;
	text-align:center;
	font-weight:normal;
	background-image:url(images_steps/btn_bg.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	padding-top:3px;
	margin-right:7px;
}

.buttons a:hover{
	background-position:0 -25px;
	text-decoration:none;
}

.contact{
	line-height:normal;
}

.contact td{
	padding-bottom:10px;
}

.contact img{
	display:inline;
}

input, textarea{
	border:1px solid #19345F;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:3px;
	width:260px;
}

.formButtons{
	background-color:#0B4568;
	background-image:url(images_steps/btn_bg.jpg);
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:normal;
	cursor:pointer;
	width:100px;
	border:none;
}
.pagination{
	width:500px;
	margin:0 auto;
	text-align:center;
}