@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	background-color: #751E2F;
}
#container {
	width: 769px;
	border: 1px solid #000000;
	text-align: left;
	position: relative;
	z-index: auto;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image:  url(file:///F|/Yvonne%20Allen/images/mainbg.gif);
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}
#container h1 {
	font-size: 28px;
	padding: 0px;
	margin: 0px;
	color: #881C2F;
}
#bubble {
	position: absolute;
	z-index: auto;
	height: 120px;
	width: 120px;
	left: 666px;
	top: 124px;
}
#bubble a {
	text-decoration: none;
}
#header {
	height: 150px;
	width: 769px;
	background-image:  url(../images/header.jpg);
	float: left;
	position: relative;
	z-index: auto;
}
#header #headerNav {
	position: relative;
	color: #FFFFFF;
	width: 197px;
	font-size: 8px;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: center;
	height: 20px;
	background-image:  url(file:///F|/Yvonne%20Allen/images/headerNavBg.gif);
	padding-bottom: 5px;
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	display: inline;
}
#header #headerNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #headerNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation {
	position: relative;
	float: left;
	width: 749px;
	background-color: #475CA6;
	border-top-width: 3px;
	border-right-width: 10px;
	border-bottom-width: 3px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #314073;
	border-right-color: #314073;
	border-bottom-color: #314073;
	border-left-color: #314073;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	z-index: auto;
}
#navigationTab a {
	background-color: #475CA6;
	padding-right: 15px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-right: 1px;
	padding-bottom: 0px;
	padding-top: 5px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#navigationTab a:hover {
	background-color: #314073;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	font-size: 13px;
	padding-top: 30px;
	height: 100%;
}
#sidebar1 #newsletter {
	height: 171px;
	width: 220px;
	background-image:  url(file:///F|/Yvonne%20Allen/images/newletterbg.gif);
	margin-top: 20px;
	margin-bottom: 15px;
}
#sidebar1 #newsletter #textfield {
	margin-bottom: 6px;
	width: 190px;
	margin-left: 10px;
}
#sidebar1 #newsletter #button {
	margin-left: 10px;
}
#sidebar1 #newsletter h1 {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar1 #profileImg {
	padding-left: 10px;
}
#sidebar1 #profileImg h1 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	text-decoration: none;
}
#sidebar1 #iot {
	padding-left: 10px;
}
#sidebar1 #iot h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-decoration: none;
}
#sidebar1 #iot ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 #iot li {
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 #iot li a {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	display: block;
	text-decoration: none;
	color: #475CA6;
	font-weight: normal;
}
#sidebar1 #iot li a:hover {
	text-decoration: none;
	color: #475CA6;
	background-color: #C4C4C4;
	background-image:  url(file:///F|/Yvonne%20Allen/images/listLinkArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#mainContent {
	position: relative;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 510px;
	float: right;
	margin: 0;
	text-align: left;
}
#mainContent .title {
	font-size: 26px;
	line-height: 30px;
	color: #666666;
}
#mainContent .cvTable td{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 3px;
}
#mainContent .journeyTable{
	background-color: #FFFFCA;
	padding: 10px;
}
#mainContent .getStartedTable td{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding-bottom: 3px;
}
#mainContent .journeyTable h2{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #666666;
}
#mainContent .aboutMeTable {
	background-color: #BFCAF0;
	padding: 10px;
}
#mainContent .aboutMeTable textarea {
	width: 300px;
}
#mainContent .aboutMeFormTable {
	background-color: #E7EBFA;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
}
#mainContent .aboutMeFormTable p {
	font-size: 12px;
	margin: 0px;
	line-height: 14px;
}
#mainContent .aboutMeFormTable td{
	padding-bottom:5px;
}
#mainContent .aboutMeFormTable .leftCol{
	width: 35%;
}
#mainContent .aboutMeFormTable .required {
	color: #FF0000;
}
#mainContent #testimonialContainer{
	width:50%;
	float:left;
}
#mainContent #testimonial {
	
	float: left;
	font-size: 12px;
	color: #475ca6;
	line-height: 18px;
	margin-right: 10px;
	margin-top: 10px;
}
#mainContent #testimonial p {
	padding: 0px;
}
#mainContent .testimonialTable {
	background-color: #FFFFCA;
	padding: 10px;
}
#mainContent  .testimonialTable  h1 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	color: #666666;
}
#mainContent  .testimonialTable  h2 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #444444;
}
#mainContent #testimonial .testimonial-detail {
	color: #534741;
	font-size: 12px;
}
#mainContent #testimonial .testimonial-detail a {
	color: #FF0000;
	text-decoration: none;
}
#mainContent #testimonial .testimonial-detail a:hover {
	text-decoration: underline;
}
#footer {
	position: relative;
	width: 100%;
	background-color: #475CA6;
	color: #FFFFFF;
	clear: both;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
#footer #footerSide1 {
	width: 200px;
	position: relative;
	float: left;
	background-color: #475CA6;
	padding-left: 10px;
	padding-right: 10px;
}
#footer #footerSide1 p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 16px;
}

#footer #footerContact {
	width: 170px;
	position: relative;
	float: right;
	background-color: #475CA6;
	padding-right: 5px;
	padding-left: 5px;
}
#container #footer #footerContact p {
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#footerBaseline {
	position: relative;
	width: 100%;
	background-color: #999999;
	z-index: auto;
	clear: both;
	padding-bottom: 10px;
}
#footerBaseline p {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	line-height: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #ffffff;
}
#footerBaseline a {
	color: #FFFFFF;
	text-decoration: none;
}

#footerBaseline a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#container #mainContent p {
	color: #881C2F;
}

