/* css :: style :: API */

/* T R B L */
body {
	background-color: #999;
	padding: 0px;
	margin: 0px;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
.smaller {
	font-size: 9px;
}
.larger {
	font-size: 12px;
}
.orange {
	color: #C75E2E;
}
.grey {
	color: #5e5e5e;
}
.photoFrame {
	border: solid #999999 1px;
	padding: 3px;
	margin: 0px 0px 3px 0px;
}
.photoFrame:hover {
	border: solid #FFFFFF 1px;
}


/****************************************** container style */

#mainContainer {
	font:12px Arial, Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	line-height: 21px;
	background-color:#ffffff;
	position:relative;
}
#search {
	background-image: url(/images/search_bgnd.gif);
	background-repeat: no-repeat;
}
#search .search-inputField {
	background: none;
	border: none;
	outline: none;
	font-size: 10px;
	color: #999;
}

/****************************************** misc style */
.subpageBGND {
	background-image: url(/images/leftNavBGND_subpage.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float:left;
}
#globeHeadline {
	background-image: url(/images/icon_globeFind.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 8px 0px 20px 40px;
}
#sideBar {
	line-height: 18px;
}


/****************************************** misc text formats */
.headline26 {
	font-size: 26px;
}
.headline18 {
	font-size: 18px;
}
.headline14 {
	font-size: 14px;
}
.leftNavTitle2 {
	font-size: 21px;
	color: #5e5e5e;
	font-weight: lighter;
	text-decoration:none;
}

.leftNavTitle a {
	font-size: 21px;
	color: #5e5e5e;
	font-weight: lighter;
}
.leftNavTitle a:hover {
	font-size: 21px;
	color: #ff0000;
	font-weight: lighter;
	text-decoration:none;
}


.articleDate {
	font-size: 10px;
	color: #787878;
	text-transform: uppercase;
}

.articleTitle,div.articleTitle a {
	font-size: 14px;
	color: #c75e2e;
	text-decoration:none;
}

.solutionTitle,div.solutionTitle a {
	font-size: 12px;
	color: #c75e2e;
	text-decoration:none;
}

div.articleTitle a:hover,div.solutionTitle a:hover {
text-decoration:underline;
} 

.articleCopy {
	font-size: 12px;
	color: #787878;
}

div.homenewslinks a {
	font-size: 12px;
	color: #c75e2e;
	text-decoration:none;
	line-height:16px;
}
div.homenewslinks a:hover {
	font-size: 12px;
	color: #c75e2e;
	text-decoration:underline;
}




div.success_stories a {
	font:12px Arial;
	line-height:14px;
	color: #c75e2e;
	text-decoration:none;
}

div.success_stories  {
	font:12px Arial;
}



div.success_stories ul {
margin:6px 0px 15px 8px;
padding:0px 0px 0px 8px;
}

div.success_stories li {
list-style-type:square;
margin:0px 0px 6px 0px;
padding:0px 0px 0px 0px;
}






/****************************************** H tags */
h1, h2, h3, h4 {
	font-family: Arial, Helvetica,sans-serif;
}

h1 {
	font-size: 22px;
	color: #787878;
	margin: 0px 0px 5px 0px;
	font-weight: lighter;
}
h1 span {
	color: #C75E2E;
}
h2 {
	font-size: 14px;
	color: #c75e2e;
	margin: 0px 0px 5px 0px;
	font-weight: lighter;
}
h3 {
	font-size: 14px;
	color: #787878;
	margin: 0px 0px 5px 0px;
	font-weight: lighter;
}
h4 {
	font-size: 12px;
	color: #787878;
	margin: 0px 0px 5px 0px;
	font-weight: lighter;
}

/****************************************** links */

/* general */
a { outline: none; } /* firefox outline prevention */
a, a:link,a:visited  {
	color: #C75E2E;
	text-decoration: underline;
}
a:hover {
	color: #C75E2E;
	text-decoration: none;
}
a:active {
	color: #C75E2E;
	text-decoration: none;
}

/* leftNav */
#leftNav a, #leftNav a:link, #leftNav  {
	color: #c75e2e;
	text-decoration: none;
}
#leftNav a:hover {
	color: #c75e2e;
	text-decoration: underline;
}
#leftNav a:active {
	color: #c75e2e;
	text-decoration: none;
}

.noline a {
text-decoration:none;
color: #c75e2e;

}

.noline a:hover {
text-decoration:underline;
}

.newsdivider {
width:600px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
margin:20px 0px 120px 0px;
display:block;
clear:both;
}

/**HOme page 2014 updates****************************************  */

.graylines {
width:100%;
height:327px;
background:url(/images/home-gray-lines.png);
}




.homebox-container {
position:absolute;
top:400px;
left:20px;
z-index:1000;
}


.homebox {
  border-radius: 10px;
  box-shadow: 0px 0px 0px 6px rgba(168,168,168,0.3);   
	width:185px;
	height:291px;
	background:white;
	float:left;
	margin:0 35px;
	text-align:center;    
	padding:20px 30px 0 30px;
}

.homebox img {
margin-bottom:15px;
}

