/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif,serif;
	color: #C8E0D8;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #C8E0D8;
	float: none;
	text-align: justify;
}

a:link, a:visited, a:hover {
	color: #0033CC;
	text-decoration: underline;
	border-top-color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	border-bottom-color: #000000;
	border-bottom-style: none;
	background-color: #0033CC;
	border-top-color: #000000;
	border-top-style: none;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-style: none;
	border-left-style: none;
	border-top-width: thin;
	color: #C8E0D8;
	font-weight: 800;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-color: #000000;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 2200px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #3333FF;
	background-color: #33FFFF;
}

h2{
	font-size: 114%;
	color: #330066;
	text-align: center;
}

h3{
 font-size: 100%;
 color: #000099;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000099;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: square;
	color: #000000;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	color: #9900CC;
	font-weight: bolder;
}

#masthead p {
	font-size: 1.3em;
	padding-right: 1.5em;
	padding-top: 1.3em;
	background-color: #C8E0D8;
	color: #000099;
}

#navBar{
	font-size: 1em;
	padding: 0px;
	background-color: #3366FF;
	color: #000066;
	width: 16%;
	position: absolute;
	top: 10px;
	float: left;
	left: 0px;
}

#content{
	width: 82%;
	margin: 0;
	background-color: #C8E0D8;
	position: relative;
	float: right;
	height: auto;
	padding-left: 0.5em;
	vertical-align: baseline;
	padding-right: 0.5em;
	border-bottom-color: #009933;
	border-right-color: #009933;
	border-left-color: #009933;
	border-top-color: #009933;
	border-color: #00CC33;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-family: Cursive, Arial, Helvetica, sans-serif;
	color: #66FF00;
	text-align: center;
	font-size: 225%;
	background-color: #0099FF;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	border-top-color: #FFFFFF;
	border-color: #330066;
	color: #C8E0D8;
	text-align: center;
	margin-top: 15px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #C8E0D8;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	border-top-color: #0033FF;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-color: #0033FF;
	border-bottom-color: #0033FF;
	border-left-color: #0033FF;
	background-color: #3366FF;
	margin-bottom: 1em;
	text-align: center;
	font-size: 95%;
	border-top-width: medium;
	height: 16px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 105%;
	padding: 4px;
	color: #FFFFFF;
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #3366FF;
	margin: 4px 0px;
	border: 1px solid black;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;

	background-position: 94%% 66%;
	border: 2px;
	border-top-color: #0099FF;
	border-top-style: outset;
	border-top-width: medium;
	border-right-color: #0099FF;
	border-right-style: outset;
	border-right-width: medium;
	border-bottom-color: #0099FF;
	border-bottom-style: outset;
	border-bottom-width: medium;
	border-left-color: #0099FF;
	border-left-style: outset;
	border-left-width: medium;
	background-image: url(../Images/Partnersbanner2.png);
	background-position: center center;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 16px;
	color: #0033CC;
	font-weight: 800;
	z-index: 10;
}

.feature img{
	float: left;
	clear: both;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 85%;
	list-style-type: none;
	color: #0033FF;
	text-align: left;
	vertical-align: middle;
}

.story p{
	padding: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-right: 1em;
	padding-left: 1em;
}


/************* #siteInfo styles ***************/

#siteInfo{
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #FFFFFF;
	padding: 2px;
	background-color: #3366FF;
	visibility: visible;
	margin-top: -1px;
	position: static;
	width: 100%;
	height: auto;
	text-align: center;
	border-top-color: #C8E0D8;
	border-top-width: 0.5em;
	bottom: 0px;
	clear: both;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #0033FF;
	color: #000066;
}

#search form{
	margin: 0px;
	padding: 0px;
	background-color: #0033FF;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #0000FF;
	background-color: #0033CC;
	border-top-style: none;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
	background-color: #3366FF;
	border-top-color: #3366FF;
	border-right-color: #3366FF;
	border-bottom-color: #3366FF;
	border-left-color: #3366FF;
	border-left-style: none;
	border-color: #3366FF;
	border-top-style: none;
	border-top-width: thin;
	border-right-style: none;
	border-bottom-style: none;
}
#navBar ul a:hover {
	background-color:#999999;
	color: #FFFFFF;
	}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #3366FF;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	background-color: #3366FF;
	text-align: right;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	background-color: #3333FF;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #3366FF;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	background-color: #FF0000;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-decoration: underline;
	background-color: #999999;
	color: #999999;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #999999;
	padding: 2px 0px 2px 10px;
	font-weight: bolder;
	color: #999999;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	background-color: #3366FF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #C8E0D8;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	background-color: #3366FF;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	background-color: #3366FF;
	color: #3366FF;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#masthead h1 {
	font-family: "Arial Rounded MT Bold", Tahoma, "Comic Sans MS";
	color: #0033FF;
	font-style: normal;
	text-transform: capitalize;
	text-decoration: none;
	font-size: xx-large;
	font-weight: bolder;
}
div#masthead img {
	vertical-align: text-top;
	margin-left: 1.5em;
	clear: none;
	float: none;
	background-color: #C8E0D8;
	margin-top: 1.5em;
}
.bullet1 {
	text-align: left;
	font-style: italic;
	list-style-image: url(../Images/Custom_Bullet1.gif);
	list-style-position: outside;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C8E0D8;
	padding: 1.5em;
}
li {
	padding: 0.5em;
	background-color: #C8E0D8;
}
.story img {
	text-align: left;
	vertical-align: text-top;
	padding: .3em;
	float: right;
}
.story p:first-letter {
	font-family: Gothic, Sans-Serif;
	font-size: large;
	font-weight: bolder;
	text-transform: capitalize;
	font-style: normal;
	vertical-align: baseline;
	text-align: center;
	list-style-type: disc;
	background-position: 25% 30%;
}
.story h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	font-variant: small-caps;
	font-size: 150%;
}
img.right {
	padding: 3px;
	float: right;
	vertical-align: text-top;
	margin-top: 2px;
}
span.ServiceMark {
	font-size: xx-small;
	vertical-align: super;
}
#globalNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	font-weight: bolder;
}
#content img {
	vertical-align: top;
	float: none;
	background-color: #C8E0D8;
	text-transform: capitalize;
	border-left-style: groove;
	border-left-width: thick;
	border-bottom-style: groove;
	border-right-style: groove;
	border-top-style: groove;
	border-right-color: #009933;
	border-top-color: #009933;
	color: #FFFFFF;
	border-left-color: #009933;
	border-bottom-color: #009933;
	border-color: #6633FF;
	border-right-width: thick;
	border-top-width: thick;
	border-bottom-width: thick;
	margin-left: 25px;
	overflow: visible;
}
#navbar ul a:hover {
	background-color: #999999;
}
#navbar ul a:hover {
	background-color: #CCCCCC;
}
#siteInfo a, #siteInfo a:link, #siteInfo a:visited {
	background-color: #3366FF;
	color: #eeeeee;
}
#siteInfo a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
#masthead img {
	margin-top: 1em;
}
.weachieve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0033CC;
	background-color: #C8E0D8;
	background-position: center;
	float: left;
}
div#OuterFramework {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #3366FF;
}
img.whoweare {
	margin: 0 2em 0 2em;
}

.story blockquote p:first-letter {
	font-weight: normal;
	text-transform: none;
	font-size: 100%;
}

