body {
	background-image: url(../images/background-main.jpg);
	margin: auto; /* 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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-repeat: repeat-x;
}

div#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:1;
	background-color: #FFFFFF;
	background-position: center center;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #113485;
	border-left-color: #999999;
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	width: 980px;
}

div#header {
	height: 121px;
	width: 980px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/2Transition_header.jpg);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
}

div#headerleft {
	width: 980px;
	height: 121px;
	background-image: url(../images/2Transition_header.jpg);
}

div#headerright {
	float: right;
	width: 250px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 100px;
	text-align: right;
}

div#headerright p {
margin-left: 10px;
}
#headerright ul {
	margin: 0px;
	list-style-type: ;
	text-align: right;
	display: inline;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerright ul li {
	display: inline;
	text-align: right;
}
#headerright ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	float: none;
	padding-top: 100px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	text-align: right;
	font-weight: bold;
	display: inline;
}
#headerright ul li a:hover {
	color: #990000;
}

div#headerrightbottom {
float: left;
width: 508px;
height: 60px;
/* background: url(../images/masthead_bar.jpg) 0px 0px  repeat-x; */
}

div#headerimage {
height: 200px; width: 980px;
background-color:#FFFFFF;
}

div#topnav {
	width: auto;
	background-color:#CCCCCC;
	background-position: center center;
	vertical-align: middle;
	background-image: url(../images/2Transition_menuBar.jpg);
	text-align: center;
	background-repeat: no-repeat;
	height: 29px;
}



div#mainContent {
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-style: none;
	border-bottom-style: none;
	margin-top: 20px;
}

div#footer {
	background-color: #DDDDDD;
	background-image: url(../images/2Transition_footer.jpg);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 60px;
	width: 980px;
	background-repeat: no-repeat;
}

div#footerwhite {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:#FFFFFF; */
}

div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#000000;
	font-size:11px;
}

div#calloutbox {
	background-color:#eeeeee;
	font-weight:bold;
	margin-top: 20px;
	margin-left:15px;
	margin-right:40px;
	margin-bottom:15px;
	font-size:12px;
	float:right;
	width:250px;
	color:#000000;
	border: 0px solid #B51F24;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1 {
	font-size: 16px;
	margin-top:0px;
}
h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

.boxheading {
font-size: 16px;
}

.smalltext {
	font-size: 11px;
}

.maroontext {
	color: #990000;
	font-weight: bold;
}

.whitetext {
	color: #FFFFFF;
	font-weight: bold;
}

.date-font	{ color: #000000; font: 11px verdana, arial, sans-serif; font-weight: bold }

a {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: underline}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: underline;
	list-style-type: none;
}

a.footernav {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: underline}
a.footernav:hover {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffff00; text-decoration: underline}


a.calloutlink {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #113485; text-decoration: underline}
a.calloutlink:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline}

.rightimage {
	border: 0px;
	margin-left:10px;
	float:right;
	padding-top: 80px;
}

.leftimage {
	border: 0px;
	float:left;
	width: 130px;
	padding-right: 10px;
}

.ProdTable {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border: thin solid #999999;
	font-size: 12px;
}
div#bottomcalloutbox {
	background-color:#eeeeee;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	padding: 10px;
	border: 1px none #113485;
	margin-top:25px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:25px;
}

div#date-location {
	float:right;
	margin-top: 5px;
	margin-right: 10px;
}
#bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	height: 14px;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
	background-position: center;
	/* background-image: url(../images/2Transition_menuBar.jpg);
	background-repeat: no-repeat; */
}
#bottomnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#bottomnav ul li {
	display: inline;
	text-align: center;
}
#bottomnav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: none;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	text-align: center;
}
#bottomnav ul li a:hover {
	color: #990000;
}
#flash_Video {
}
#flash_Video {
	text-align: center;
	width: 330px;
	padding-left: 290px;
}
#icon {
	width: 128px;
	float: left;
	height: 80px;
	padding-right: 15px;
}
#strategic {
}
#operational {
}
#sale_marketing {
}
#strategic {
}
#operational {
	padding-left: 300px;
}
#sales_marketing {
	padding-left: 600px;
}
#pic1 {
}
#strategicPic {
	float: right;
	height: 165px;
	width: 250px;
}
#sale_pic {
	float: left;
	height: 200px;
}

