* {
	padding: 0;
	margin: 0;
	}
	
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	border: 0;
}

a, a:link, a:visited{
	text-decoration: underline;
	color: #195090;
	font-style: normal;
}

a:hover, a:active{
	color: #4C89CA;
	font-style: normal;
}
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: left; /* 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: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	width: 100%;
}
p {

}
.wrapper #container {
	width: 100%;
	margin: 0px;
	text-align: left;
	padding: 0px;
} 
.wrapper #header {
	padding: 0;  /* 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-color: #003652;
	background-image: url(images/blue_gradBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	margin: 0px;
	width: 100%;
	display:none;
} 
.wrapper #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	width: 202px;
	display:none;
}
.wrapper #header #toptag {
	float: right;
	background-image: url(images/onTime.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 112px;
	display:none;
}
.wrapper #header #toptag ul{
	text-decoration: none;
	font-size: 80%;
	list-style-type: none;
	text-align: right;
	margin-top: 20px;
	display:none;
}
.wrapper #header #toptag ul li{
	display: inline;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	display:none;
}
.wrapper #header #toptag ul li a:link, .wrapper #header #toptag ul li a, .wrapper #header #toptag ul li a:visited{
	color: #FFFFFF;
	padding-left: 15px;
	text-decoration: none;
	margin-right: 20px;
	display:none;
}
.wrapper #header #toptag ul li a:active, .wrapper #header #toptag ul li a:hover{
	color: #9FDAF7;
	display:none;
}
.wrapper #header #toptag ul li a.topchosen{
	font-weight: bold;
	text-decoration: underline;
	display:none;
}
.wrapper #nav {
	padding: 0;
	background-image: url(images/green_gradBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	width: 100%;
	background-color: #70B642;
	height: 31px;
	float: left;
	display:none;
}
.wrapper #nav ul {
	font-size: 80%;
	text-align: right;
	margin: 0px;
	padding: 8px 0px 10px;
	display:none;
}
.wrapper #nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	display:none;
}
.wrapper #nav ul li a, .wrapper #nav ul li a:link, .wrapper #nav ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	display:none;
}
.wrapper #nav ul li a:hover, .wrapper #nav ul li a:active {
	background-color: #63DC52;
	padding-top: 7px;
	padding-bottom: 5px;
	display:none;
}
.wrapper #nav ul li.border {
	border-right: 1px solid #558932;
	display:none;
}
.wrapper #nav ul li.chosen {
	background-color: #549F22;
	padding-top: 7px;
	padding-bottom: 5px;
	display:none;

}
.wrapper #nav ul li.chosen a:hover, .wrapper #nav ul li.chosen a:active {
	background-color: #549F22;
	padding-top: 0px;
	padding-bottom: 0px;
	display:none;
}
.wrapper #bannerhed {
	background-image: url(images/banner_long-hm.jpg);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	margin: 0px;
	padding: 0px;
	height: 220px;
	float: left;
	width: 100%;
	display:none;
}
.wrapper #bannerhed h2 {
	width: 280px;
	font-size: 9pt;
	color: #333333;
}
.wrapper #bannerhed h2.title {
	color: #333333;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
.wrapper #bannerco {
	background-image: url(images/banner_long-5.jpg);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	margin: 0px;
	padding: 0px;
	height: 220px;
	float: left;
	width: 100%;
	display:none;
}
.wrapper #bannerco h2 {
	width: 280px;
	font-size: 90%;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 15px;
	color: #CAE4EE;
	line-height: 1.5em;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
}
.wrapper #bannerco h2.title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 100%;
	line-height: 1.25em;
	margin: 50px 0px 8px 50px;
	padding: 0px;
	background-image: none;
	font-weight: bold;
	font-style: italic;
}
.wrapper #bannerclients {
	background-image: url(images/banner_long-3.jpg);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	margin: 0px;
	padding: 0px;
	height: 220px;
	float: left;
	width: 100%;
	display:none;
}
.wrapper #bannerclients h2 {
	width: 280px;
	font-size: 90%;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 15px;
	color: #CAE4EE;
	line-height: 1.5em;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
}
.wrapper #bannerclients h2.title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 100%;
	line-height: 1.25em;
	margin: 50px 0px 8px 50px;
	padding: 0px;
	background-image: none;
	font-weight: bold;
	font-style: italic;
}
.wrapper #bannersol {
	background-image: url(images/banner_long-8.jpg);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	margin: 0px;
	padding: 0px;
	height: 220px;
	float: left;
	width: 100%;
	display:none;
}
.wrapper #bannersol h2 {
	width: 280px;
	font-size: 90%;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 15px;
	color: #CAE4EE;
	line-height: 1.5em;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
}
.wrapper #bannersol h2.title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 100%;
	line-height: 1.25em;
	margin: 50px 0px 8px 50px;
	padding: 0px;
	background-image: none;
	font-weight: bold;
	font-style: italic;
}
.wrapper #bannernet {
	background-image: url(images/banner_long-9.jpg);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	margin: 0px;
	padding: 0px;
	height: 220px;
	float: left;
	width: 100%;
	display:none;
}
.wrapper #bannernet h2 {
	width: 280px;
	font-size: 90%;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 15px;
	color: #CAE4EE;
	line-height: 1.5em;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
}
.wrapper #bannernet h2.title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 100%;
	line-height: 1.25em;
	margin: 50px 0px 8px 50px;
	padding: 0px;
	background-image: none;
	font-weight: bold;
	font-style: italic;
}
.wrapper #bannerapp {
	background-image: url(images/banner_long-11.jpg);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	margin: 0px;
	padding: 0px;
	height: 220px;
	float: left;
	width: 100%;
	display:none;
}
.wrapper #bannerapp h2 {
	width: 280px;
	font-size: 90%;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 15px;
	color: #CAE4EE;
	line-height: 1.5em;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
}
.wrapper #bannerapp h2.title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 100%;
	line-height: 1.25em;
	margin: 50px 0px 8px 50px;
	padding: 0px;
	background-image: none;
	font-weight: bold;
	font-style: italic;
}
.wrapper #bannerweb {
	background-image: url(images/banner_long-6.jpg);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	margin: 0px;
	padding: 0px;
	height: 220px;
	float: left;
	width: 100%;
	display:none;
}
.wrapper #bannerweb h2 {
	width: 280px;
	font-size: 90%;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 15px;
	color: #CAE4EE;
	line-height: 1.5em;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
}
.wrapper #bannerweb h2.title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 100%;
	line-height: 1.25em;
	margin: 50px 0px 8px 50px;
	padding: 0px;
	background-image: none;
	font-weight: bold;
	font-style: italic;
}
.wrapper #bannerpro {
	background-image: url(images/banner_long-10.jpg);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	margin: 0px;
	padding: 0px;
	height: 220px;
	float: left;
	width: 100%;
	display:none;
}
.wrapper #bannerpro h2 {
	width: 280px;
	font-size: 90%;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 15px;
	color: #CAE4EE;
	line-height: 1.5em;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
}
.wrapper #bannerpro h2.title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 100%;
	line-height: 1.25em;
	margin: 50px 0px 8px 50px;
	padding: 0px;
	background-image: none;
	font-weight: bold;
	font-style: italic;
}
.wrapper #bannereve {
	background-image: url(images/banner_long-4.jpg);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	margin: 0px;
	padding: 0px;
	height: 220px;
	float: left;
	width: 100%;
	display:none;
}
.wrapper #bannereve h2 {
	width: 280px;
	font-size: 90%;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 15px;
	color: #CAE4EE;
	line-height: 1.5em;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
}
.wrapper #bannereve h2.title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 100%;
	line-height: 1.25em;
	margin: 50px 0px 8px 50px;
	padding: 0px;
	background-image: none;
	font-weight: bold;
	font-style: italic;
}
.wrapper #bannercont {
	background-image: url(images/banner_long.jpg);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	margin: 0px;
	padding: 0px;
	height: 220px;
	float: left;
	width: 100%;
	display:none;
}
.wrapper #bannercont h2 {
	width: 280px;
	font-size: 90%;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 15px;
	color: #CAE4EE;
	line-height: 1.5em;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
}
.wrapper #bannercont h2.title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 100%;
	line-height: 1.25em;
	margin: 50px 0px 8px 50px;
	padding: 0px;
	background-image: none;
	font-weight: bold;
	font-style: italic;
}
.wrapper #bannerpart {
	background-image: url(images/banner_long-7.jpg);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	margin: 0px;
	padding: 0px;
	height: 220px;
	float: left;
	width: 100%;
	display:none;
}
.wrapper #bannerpart h2 {
	width: 280px;
	font-size: 90%;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 15px;
	color: #CAE4EE;
	line-height: 1.5em;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
}
.wrapper #bannerpart h2.title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 100%;
	line-height: 1.25em;
	margin: 50px 0px 8px 50px;
	padding: 0px;
	background-image: none;
	font-weight: bold;
	font-style: italic;
}
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the .wrapper #sidebar1 p rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.wrapper #sidebar1 {
	float: left;
	width: 24%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 25px; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	font-size: 90%;
	display:none;
}
.wrapper #sidebar1 p , .wrapper #sidebar1 h3{
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
	font-size: 90%;
}
.wrapper #sidebar1 p{
	line-height: 1.3em;
}
.wrapper #sidebar1 h3 {
	background-image: url(images/green_gradBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	font-size: 100%;
	margin-bottom: 10px;
	height: 31px;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
}
.wrapper #sidebar1 #eventbox{
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	background-color: #EDEDED;
	background-image: url(images/gray_gradBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #E6E6E6;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}
.wrapper #sidebar1 #eventbox h2 {
	font-size: 100%;
	color: #1E4E9A;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.wrapper #sidebar1 #eventbox img {
	margin-left: 10px;
	margin-bottom: 10px;
}
.wrapper #sidebar1 #sidenav {
	padding-right: 20px;
	margin-left: 20px;
	padding-bottom: 55px;
}
.wrapper #sidebar1 #sidenav ul {
	font-size: 100%;
	list-style-type: none;
	border: 1px solid #E4E4E4;
}
.wrapper #sidebar1 #sidenav ul li {
	display: inline;
}
.wrapper #sidebar1 #sidenav ul li a, .wrapper #sidebar1 #sidenav ul li a:link, .wrapper #sidebar1 #sidenav ul li a:visited {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #E4E4E4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.wrapper #sidebar1 #sidenav ul li a:hover, .wrapper #sidebar1 #sidenav ul li a:active {
	background-color: #E5E5E5;
}
.wrapper #sidebar1 #sidenav ul li a.select {
	background-color: #2d5fa7;
	color: #FFFFFF;
	font-weight: bold;
}
.wrapper #sidebar1 #sidenav ul li a.subchosen {
	background-color: #F4F4F4;
	color: #2D5FA7;
	font-weight: bold;
}
.wrapper #sidebar1 #sidenav ul ul {
	margin: 0px;
	padding: 0px;
}
.wrapper #sidebar1 #sidenav ul li ul li {
	margin: 0px;
	padding: 0px;
}
.wrapper #sidebar1 #sidenav ul li ul li a, .wrapper #sidebar1 #sidenav ul li ul li a:link, .wrapper #sidebar1 #sidenav ul li ul li a:visited {
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0.8em 0.6em;
	margin: 0px;
	padding: 5px 5px 5px 27px;
	font-size: 90%;
	border-width: 0px;
	border-style: none;
	background-color: #F4F4F4;
}
.wrapper #sidebar1 #sidenav ul li ul li a:hover, .wrapper #sidebar1 #sidenav ul li ul li a:active {
	background-color: #E5E5E5;
}
.wrapper #sidebar1 #sidenav ul li ul li a.select {
	background-color: #2d5fa7;
	color: #FFFFFF;
	font-weight: bold;
}

.wrapper #sidebar1 #sidenav ul li ul li ul li a, .wrapper #sidebar1 #sidenav ul li ul li ul li a:link, .wrapper #sidebar1 #sidenav ul li ul li ul li a:visited {
	padding-left: 40px;
	background-position: 2em;

}
/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent hasLayout. This avoids several IE-specific bugs.
*/
.wrapper #mainContent {
	margin: 0px 0px 15px;
	padding: 0px;
	width: 100%;
} 
.wrapper #mainContent h1{
	color: #4E8D32;
	font-size: 13pt;
	margin-bottom: 8px;
} 
.wrapper #mainContent h1 span#silver {
	color: #999999;
}
.wrapper #mainContent h1 span#gold {
	color: #CCCC33;
}
.wrapper #mainContent h1 span#platinum {
	color: #C1C1C1;
}
.wrapper #mainContent h1 span#blue {
	color: #2D5FA7;
}
.wrapper #mainContent h2{
	color: #4E8D32;
	font-size: 11pt;
	margin-bottom: 8px;
} 
.wrapper #mainContent h3{
	color: #4E8D32;
	font-size: 10pt;
	margin-bottom: 8px;
} 
.wrapper #mainContent h4{
	color: #2D5FA7;
	font-size: 10pt;
	margin-bottom: 8px;
} 
.wrapper #mainContent h5{
	color: #2D5FA7;
	font-size: 9pt;
	margin-bottom: 8px;
}
.wrapper #mainContent p{
	font-size: 10pt;
	margin: 0px 0px 10px;
	padding: 0px;
} 
.wrapper #mainContent ul {
	font-size: 10pt;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.wrapper #mainContent ul li {
	margin-bottom: 5px;
	background-image: url(images/green_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
	padding-left: 16px;
	padding-right: 35px;
}
.wrapper #mainContent ol {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
.wrapper #mainContent ol li {
	margin: 0px 35px 10px 25px;
	padding: 0px;
}
.wrapper #mainContent dl {
	font-size: 10pt;
	padding-right: 35px;
}
.wrapper #mainContent dt {
	font-size: 10pt;
	font-weight: bold;
	color: #2D5FA7;
	margin-bottom: 8px;
}
.wrapper #mainContent dd {
	margin-bottom: 15px;

}
img.padbottom {
	margin-bottom: 15px;
}
.wrapper .leftprofile {
	float: left;
	width: 20%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	margin: 0px;
}
.wrapper .leftprofile p strong {
	font-size: 12pt;
	font-weight: bold;
	color: #2D5FA7;
}
.wrapper .rightprofile {
	margin: 0px 20px 0px 22%;
	padding: 0px 0px 12px;
}
.wrapper .leftcasestudy {
	float: left;
	width: 8%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	margin: 0px;
}
.wrapper .rightcasestudy {
	margin: 0px 20px 0px 8%;
	padding: 0px 0px 12px;
}
.wrapper .rightcasestudy h2 a{
	font-size: 80%;

}

.wrapper .leftportfolio {
	float: left;
	width: 40%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	margin: 0px;
}
.wrapper .leftportfolio p strong {
	font-size: 10pt;
	font-weight: bold;
	color: #2D5FA7;
}
.wrapper .rightportfolio {
	margin: 0px 20px 0px 43%;
	padding: 0px 0px 12px;
}
.wrapper .rightportfolio p strong {
	font-size: 10pt;
	font-weight: bold;
	color: #2D5FA7;
}
.wrapper .leftnews {
	float: left;
	width: 25%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	margin: 0px;
}
.wrapper .leftnews p strong {
	font-size: 12pt;
	font-weight: bold;
	color: #2D5FA7;
	margin: 0px;
	padding: 0px;
}
.wrapper .leftnews img {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 30px;
}
.wrapper .rightnews {
	margin: 0px 20px 0px 25%;
	padding: 0px 0px 12px;
}
.wrapper #mainContent .rightnews h5 {
	margin: 0px 0px 5px;
	padding: 0px;
}
.wrapper #mainContent .rightnews h4 {
	margin: 0px 0px 5px;
	padding: 0px;
	color: #4E8D32;
	font-size: 9pt;
}
#mainContent .lefthome {
	float: left;
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	margin: 0px;
}
#mainContent .lefthome p strong {
	font-size: 100%;
	font-weight: bold;
	color: #2D5FA7;
}
#mainContent .righthome {
	margin: 0px 35px 0px 270px;
	padding: 0px 0px 12px;
	background-image: url(images/graygradient2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 2px solid #E0E0E0;
	background-color: #F7F7F7;
	width: 320px;
}
#mainContent .righthome p {
	color: #333333;
	margin: 0px;
	padding: 6px 12px 5px;
}
#mainContent .righthome p strong {

}
#mainContent .righthome h5 {
	margin: 0px;
	padding: 10px 12px 5px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CC6600;
}
#mainContent .righthome img#ask {
	float: right;
	width: 130px;
	margin-top: 10px;
	margin-right: 8px;
	margin-left: 10px;
}
.wrapper .partnerlogo {
	float: left;
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	background-color: #FFFFFF;
	margin: 0px;
}
.wrapper .partnerprofile {
	margin: 0px 20px 0px 28%;
	padding: 0px 0px 12px;
}
.wrapper #footer {
	padding: 0;
	text-align: center;
	border-top: 1px solid #EAEAEA;
	width: 100%;
} 
.wrapper #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: 10px 0 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 8pt;
	color: #666666;
}
.wrapper #footer p a {
	text-decoration: none;
}
.wrapper #footer p a:hover {
	text-decoration: underline;
}
.wrapper #footer img {
	margin-right: 15px;
	display:none;
}

/* Miscellaneous classes for reuse */
.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;
}
img.blogfloat {
	float: left;
	width: 145px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
.icon {
	padding-left: 21px;
}
.arrow{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
	background-position: left top;
}
.leftspace {
	padding-left: 10px;
}
iframe.border {
	border: 1px solid #CFCFCF;
	margin-top: 12px;
	margin-bottom: 12px;
}
span.small {
	font-size: 80%;
	line-height: 1.5em;
	color: #333333;
	}
img.rightspace {
margin-right: 10px;
}
img.border {
	border: 2px solid #B4D0E5;
}
.submitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #67BB32;
	border-top: thin solid #76CC42;
	border-right: thin solid #569F2B;
	border-bottom: thin solid #569F2B;
	border-left: thin solid #76CC42;
	padding: 1px;
	font-weight: bold;

}
table.proactiveit {
}
table.proactiveit th {
	background-color: #9EC0E2;
	color: #FFFFFF;
	padding: 5px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
table.proactiveit tr {
}
table.proactiveit td {
	border-bottom: 1px solid #b2cde8;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px;
	border-right: 1px solid #B2CDE8;
}
table.proactiveit td.norightbr {
	border-right-width: 0px;
	border-right-style: none;
}
table.proactiveit td.blue {
	color: #81ADDA;
	font-weight: bold;
}
table.eset {
}
table.eset td {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 90%;
}
table.eset span {
color:#CC0033;
}
table.eset span em {
	font-size: 8pt;
}
table.register {
	margin-bottom: 15px;
}
table.register td {
	font-size: 9pt;
}
table.register span {
color:#CC0033;
}
table.register span em {
	font-size: 9pt;
}

