@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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13 px;
	background-image: url(../images/backtile.jpg);
	background-repeat: repeat;
}
h1, h2, h3, ul, li{
	margin: 0px;
	padding: 0px;
}

a{
	color: #06C;
	text-decoration: none;
}
a:hover{
	color: #e51b24;
}
img, a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 986px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: repeat-y;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #000000;
} 
#header {
	padding: 0 0 0 0; 
	background-color: #FFF;
} 

#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 */
}
#HeaderLinks {
	float: right;
	margin: 20px;  /* this is the padding to the right of the search button */
	background-color: #FFF;
	width: 220px;
	font-size: 12px; /* this is the font size, color, and weight of the Home and Contact Us links*/ 
	font-color: 333;
	font-weight: bold;
}
#HeaderLinks a {
	text-decoration: none;
	color: #333;
} 
#HeaderLinks a:hover {
	color: #e51b24;
	text-decoration: none;
}

.breadCrumb{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #e51b24;
}

#sidebar1 {  /* sidebar1 is the left column */
	float: left;
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	font-size: 13px;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}


#LatestNews{
	align: center;
	background-color: #FFF;
	width: 100%;
	height: 20%;
	font-size: 14px;
	color: #333;
	margin-top: 15px;
}
#LatestNews h4{      /* the following are the attributes of the News Article date*/
	font-size: 14px;  
	color: #000;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#LatestNews h4 a{
	text-decoration: none;
	color: #000;
}
#LatestNews h4 a:hover{
	text-decoration: none;
	color: #e51b24;
}
#LatestNews  a{          /* the following are the attributes of the "more" link in the News Articles*/
	text-decoration: none;
	color: #06C;
}
#LatestNews  a:hover{
	text-decoration: none;
	color: #e51b24;
}
#sidebar2 {  /* sidebar2 is the right column */
	float: right; 
	width: 220px; 
	background-color: #FFF;
	font-size: 13px;
	color: #06C;
	 /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar2level2 {  /* sidebar2 is the right column */
	float: right;
	width: 220px;
	background-color: #FFF;
	font-size: 13px;
	color: #06C;
	/* padding keeps the content of the div away from the edges */
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}

.MainTitle{
	font-size:14px;
	font-weight: bold;
	color: #666666;
	padding-top: 15px;
}


.SecondTitle {
	font-size:12px;
	font-weight: bold;
	color: #000;
	text-transform: capitalize;
	margin-top: 3px;
	margin-bottom: 15px;
}
.SubTitle {
	font-size:13px;
	font-weight: bold;
	color: #06C;
	margin-top: 15px;  
}
.SubTitle a{
    color: #06C;
	text-decoration: none;
}
.OurSolutionsHome  {
	background-image: url(../images/OurSolutionsGradient.jpg);
	background-repeat: no-repeat;
	height: 340px;
	width: 200px;
	background-position: 0px 40px;
		
}
.OurSolutionsHome  h3{   /* this is the Our Solutions title */
	margin-left: 10px;
}

.OurSolutionsHome li  {       /* these are the links under Our Solutions */
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 180px;
	height: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.OurSolutionsHome li a {
	color: #06C;
	text-decoration: none;	
}
.OurSolutionsHome li a:hover {
	color: #e51b24;
}

.OurSolutionsLevel2  {
	background-image: url(../images/OurSolutionsGradient.jpg);
	background-repeat: no-repeat;
	height: 340px;
	width: 200px;
	background-position: 0px 40px;
	text-align: left;
	margin-left: 10px;
	
		
}
.OurSolutionsLevel2  h3{   /* this is the Our Solutions title */
	margin-left: 10px;
	text-align: left;
	
	
	
}

.OurSolutionsLevel2 li  {       /* these are the links under Our Solutions */
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 180px;
	height: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.OurSolutionsLevel2 li a {
	color: #06C;
	text-decoration: none;
	text-align: left;
}
.OurSolutionsLevel2 li a:hover {
	color: #e51b24;
}

#subContent {
	background-color: #FFF;
	border-right-width: 0px; /* these are the borders that divide the main content area */
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #FFF;
	font-size: 13px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

#mainContent {
	background-color: #FFF;
	border-right-width: 1px; /* these are the borders that divide the main content area */
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-size: 13px;
	margin-top: 15px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent a{
	color: #06c;
	text-decoration: none;
}
#mainContent a:hover{
	color: #e51b24;
}
.homeTable{  /* this table contains the home page thumbnails and links */
	color: #666;
	font-size: 12px;
}
.homeTable a{
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

.homeTable h2 a{
	color: #06C;
	font-size: 12px;
	text-decoration: none;
}
.contentTable {
	text-align: center;
}
.contentTable a{
	color: #666;
	font-size: 12px;
	text-decoration: none;
}
.contentTable h1 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: left;
}
.contentTable h2 a{
	color: #06C;
	font-size: 12px;
	text-decoration: none;
}

#footer {
	background-color: #FFF;
	border-top-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 10px;
	text-align: center;
} 
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	font-weight: bold;
}

#footer a {
	text-decoration: none;
	font-size: 11px;
	color: #06C;
	font-weight: bold;
} 
#footer a:hover {
	color: #333;
	text-decoration: none;
}


.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  #topNav {
	border: 1px solid #333;
	width: 954px;
	height: 30px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #e6e6e6;
	
}
h4.resources  {
	color: #333;
	font-weight: bold;
	font-size: 14px;
	padding-top: 30px;
}
ul.resources li{
	list-style-type: none;
	padding-top: 10px;	
}
ul.resources li  a{
	color: #06c;
	font-weight: normal;
	font-size: 12px;
	list-style-type: none;
	
}
ul.resources li a:hover {
	color: #e51b24;
	font-weight: normal;
}
ul.resources ul li{
	list-style-type: none;
	padding-top: 3px;	
}
#container  #animation {
	background-color: #999;
	border: 1px solid #333;
	width: 974px;
	height: 199px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#animationShadow {
	height: 6px;
	width: 976px;
	background-image: url(../images/animationShadow.jpg);
	background-repeat: repeat-x;
	border: none;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.features li{
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	margin-left: 15px;
}
ol.rma li{
	list-style-type: 1;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	margin-left: 15px;
}
ol.rma ol{
	margin-left: 45px;
	list-style-type: upper-alpha;
	
}
.darkGrey {
	color: #333;
	text-align: left;
	font-size: 12px;
}
.siteMapTitles {
	color: #B9B9B9;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.SubTitleTable {

	font-size:13px;
	font-weight: bold;
	color: #FFFFF1;
	margin-top: 15px;
}

