/*#hoverOver
{
    clear: both;
    display: block;
    height: 34px;
    background: url('images/hoverBack.png') repeat-x;
    width: 964px;
    margin-left: -22px;
    padding-top: 8px;
}
#hoverOver p
{
    font-family: 'helveticaregular';
    font-size: 16px;
    color: #9B8055;
    text-align: center;
    margin: 0 auto;
    float: left;
    display: inline;
}
#downArrow
{
    background: url('images/downIcon.png') 50% 50% no-repeat;
    height: 7px;
    width: 10px;
    display: inline;
    float: left;
    margin: 10px 10px;
}
#hoverWrapper
{
    width: 385px;
    height: 25px;
    display: block;
    margin: 0 auto;
}






#bottomContent
{
    display:block;
    clear:both;
    height:300px;
    padding-top:20px;
    padding-bottom:20px;
}
#businessNews, #tcsBlog, #tcsLocations
{
    width: 265px;
    height: 200px;
    display: inline;
    float: left;
    padding: 20px 10px 20px 20px;
}
#businessNews
{
    border-right:1px solid #f0f0f0;
}
#businessNews li
{
    margin: 11px 15px;
    font-size: 14px;
    font-weight: bold;
}
#businessNews li a
{
    color:#707070;
    text-decoration: none;
}
#businessNews li a:hover
{
    text-decoration: underline;
}
#tcsBlog
{
    border-right:1px solid #f0f0f0;
}
#rssIcon
{
    margin-left:10px;
}
#tcsBlog li
{
    list-style-type: none;
}
#blogPost
{
    font-family: 'helveticaregular';
    color:#959595;
    display:block;
    clear:both;
    margin-bottom:10px;
    margin-top:10px;
}
#blogPost img
{
    display: inline;
    float: left;
    margin-right:10px;
}
#blogPost h1
{
    margin: 0;
    line-height: 0;
}
#blogPost h1 a
{
    color:#9b8055;
    font-size:14px;
}
#blogExcerpt p
{
    font-family: 'helveticaregular';
    font-size:11px;
    margin:0;
    overflow: hidden;
    height: 35px;
}
#tcsLocations img
{
    display:inline;
    float:left;
}
#location
{
    height:50px;
    display:block;
    margin:15px 0px;
}
#locationName
{
    margin: 15px 0 0 10px;
}

#bottomContent h1, #bottomContent h2
{
    font-family: 'helveticaregular';
    color:#ab0635;
    display:inline;
    font-size: 20px;
}
#bottomContent h1
{
    font-weight:normal;
}
#bottomContent h2
{
    font-weight:bold;
}
#bottomContent h3
{
    color: black;
    margin: 15px 0;
}*/


/* SIDEBAR STUFF */


.sidebar input
{
    margin:4px auto;
    display: block;
}

.ie7 .sidebar input
{
    margin:4px 0px;
    display: block;
}

.sidebar input, .sidebar textarea
{
    color:#a1a1a1;
    font-size:12px;
}

#ftr_form #text-footer-StayUpToDate {
	width:255px;
}

#subpageList {
	padding:0px;
}

#subpageList p.title {
	padding:10px 19px 9px 19px;
}

#subpageList ul {
	list-style: none;
	padding:17px 0px 10px 25px;
	margin-bottom:15px;
}

#subpageList li {
	background: url('images/bg-li.png') left 50% no-repeat;
	padding-left:15px;
	margin-bottom:10px;
	padding-right:25px;
}

#subpageList li a {
    text-decoration: none;
    font-size:14px;
    color: #878a80;
}

.contactNumberFtr_txt.txt3 a {
	color:#FFFFFF;
}

body.page-template-requestCallback-php {
	background:#AB0635;
}

.post_content pre code ul {
    float: left;
    list-style: circle outside none;
    margin-left:0px;
}

.post_content pre code ul li{
    float: left;
    clear:both;
}
#languageIcons
{
    clear:both;
}
.langIcon
{
    margin-left: 5px;
    cursor:pointer;
}
.langIcon#en
{
    margin-left:0;
}
.language.arabic, .language.hebrew
{
    direction: rtl;
}