@charset "utf-8";
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-image: url(../images/bg-fade.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #037AB4;
	text-decoration: underline;
}
#sidebar {
	display: none;
}

a:visited {
	text-decoration: underline;
	color: #037AB4;
}
a:hover {
	text-decoration: none;
	color: #04A9F9;
}
a:active {
	text-decoration: none;
	color: #3A9EC9;
}



h1 {
	font-size: 20pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #152F50;
	padding: 0 0 15px 0;
	border-bottom: solid 1px #EAEAEA;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #152F50;
	font-size: 16pt;
	background-color: #FFFFFF;
	padding: 10px 0;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #152F50;
	background-color: #EAEAEA;
	padding: 10px 0;
}
h4 {
	margin: 0px;
	color: #152F50;
	padding-bottom: 5px;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	margin: 0px;
	font-size: 1em;
	color: #152F50;
	padding: 0 0 6px 0;
}
h6 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #152F50;
}

p {
	margin: 0px;
	padding: 0 0 10px 0;
	line-height: 135%;
}
img {
	border-style: none;
}
ul {
	margin: 0 0 0 45px;
	padding: 0 0 10px 0;
	line-height: 150%;
}
ol {
	margin: 0 0 0 50px;
	padding: 0 0 10px 0;
	line-height: 150%;
}
li {
	padding-left: 10px;
}
dl {
	margin: 0px;
	padding: 0px;
}

dt {
	padding-bottom: 8px;
	font-weight: bold;
}
dd {
	padding-bottom: 16px;
}

.noBullets {
	list-style-type: none;
	line-height: 135%;
	padding-top: .6em;
}

#mainContent ul {
	padding-left: 40px;
}

#mainContent ol {
	padding-left: 40px;
}


blockquote { margin: 0px; padding: 0px; }


.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}

.left {
	float: left;
}
.right {
	float: right;
}
#container {
	padding: 0px;
	width: 778px;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	color: #222222;
	margin: 0 auto;
	border-right-style: none;
	border-left-style: none;
}
#shadow {
	width: 820px;
	margin: 0 auto;
}
#banner {
	background-image: url(../images/banner.jpg);
	height: 100px;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0;
	display: none;
}
#Logo {
	display: block;
	padding: 0 0 25px 70px;
}

#head {
	width: 778px;
	border-left: solid 1px #444;
	border-right: solid 1px #666;
	margin: 0 auto;
}
#mainMenuPosition {
	position: absolute;
	top: 145px;
	left: 30px;
}
#footer {
	background-color: #EEE7EE;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	color: #222222;
	font-size: 1.15em;
	display: none;
}
#footer ul {
	list-style-type: none;
}


#copyrightBox {
	background-color: #BEDC40;
	height: 18px;
	width: 100%;
	text-align: center;
	line-height: 18px;
	color: #000000;
	clear: both;
	font-size: 11pt;
	border-top: 1px solid #000000;
	padding-top: 8px;
	font-weight: bold;
}
#copyrightBox a {
	color: #000000;
}





#topMenu {
	height: 30px;
	font-size: 1.2em;
	color: #152F50;
	overflow: hidden;
	background-color: #EEE7EE;
	vertical-align: middle;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	display: none;
}

#topMenu li {
	float: left;
	display: block;
	text-align: center;
	line-height: 30px;
	list-style-type: none;
	color: #999999;
}

#topMenu a:link {
	line-height: 30px;
	display: block;
	text-decoration: none;
}
#topMenu a:visited {
	line-height: 30px;
	display: block;
	text-decoration: none;
}
#topMenu a:hover {
	background-color: #FFFFFF;
	color: #024362;
	display: block;
	line-height: 30px;
}
#home, #ezine, #services, #faqs, #blog, #contact, #resources {
}
#homeLink, #ezineLink, #servicesLink, #faqsLink, #blogLink, #contactLink, #resourcesLink {
	width: 78px;
}

#home   #homeLink, 
#ezine   #ezineLink,
#services   #servicesLink,
#faqs   #faqsLink,
#blog   #blogLink,
#contact   #contactLink,
#resources   #resourcesLink {
	display: block;
	text-align: center;
	line-height: 30px;
	list-style-type: none;
	color: #024362;
	background-color: #FFFFFF;
	font-weight: bold;
	width: 78px;
}

#home   #homeLink a, 
#ezine   #ezineLink a,
#services   #servicesLink a,
#faqs   #faqsLink a,
#blog   #blogLink a,
#contact   #contactLink a,
#resources   #resourcesLink  a {
	color: #999999;
}
#centerContent {
	font-size: 12pt;
	padding: 0 10px;
}
.narrowcolumn {
	font-size: 12pt;
	padding-left: 10px;
	width: 90%;
	margin: 0 0 0 34px;
}
.widecolumn {
	font-size: 12pt;
	padding-left: 0px;
	width: 90%;
	margin: 0 0 0 27px;
}
.infoBox {
	padding: 5px;
	border: 1px solid #DDDDDD;
	line-height: 135%;
}
#sideContent {
	font-size: 1.2em;
	margin-left: 530px;
	padding-right: 10px;
	display: none;
}
.sideBox1 {
	padding: 5px;
	line-height: 125%;
}
.sideBox2 {
	background-color: #F5F1F5;
	padding: 5px;
	color: #10243A;
	line-height: 125%;
}
.superscript {
	font-size: 80%;
	position: relative;
	top: -4px;
}
.larger {
	font-size: larger;
}
.smaller {
	font-size: 95%;
}

.greyLine {
	padding-bottom: 20px;
	border-top: solid 1px #DDD;
}
.greyDotted {
	padding-bottom: 10px;
	border-top: dashed 1px #DDD;
}
.greyBorderBox {
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.greenBullet {
	list-style-image: url(../images/bullet-green.gif);
	line-height: 150%;
}
.noDecoration:link {
	text-decoration: none;
}
.noDecoration:visited {
	text-decoration: none;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
.activePageNumber {
	font-size: 110%;
	font-weight: bold;
	color: #152F50;
}
.bannerbox {
	border: 1px solid #DDDDDD;
	line-height: 135%;
	height: 116px;
	margin-bottom: 8px;
	background-image: url(../resources/banners/resource-pack-3b.jpg);
	background-repeat: no-repeat;
}
.more:link {
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: right 60%;
	padding-right: 17px;
	text-decoration: underline;
}
.more:visited {
	text-decoration: underline;
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: right 60%;
	padding-right: 17px;
}
.more:hover {
	text-decoration: none;
	background-image: url(../images/arrows2.gif);
	background-repeat: no-repeat;
	background-position: right 60%;
	padding-right: 17px;
}
.LinkColor {
	color: #037AB4;
}
.headingBlue {
	color: #152F50;
}
.redText {
	color: #990000;
}
small {
	display: none;
}
.postmetadata {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
float: right; 
}

img.alignright {
display: inline;
padding: 4px;
margin: 0 0 2px 7px;
}

.alignleft {
float: left;
}

img.alignleft {
display: inline;
padding: 4px;
margin: 0 7px 2px 0;
}
