body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    font-size: 12px;
    color: #FFFFFF;
    min-width: 960px;
    /* background-image: url(images/background.png); */
    background-color: #333333;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}
.justify {
    text-align: justify;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.nostart {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
br.clear {
    clear: both;
    margin-top: -15px;
}
a {
    outline: none;
    text-decoration: none;
}

.fl_left {
    float: left;
}
.fl_right {
    float: right;
}

.fl_center {
    float: middle;
}

.imgl, .imgr {
    border: 0px solid #666666;
    padding: 5px;
    color: #666666;
    background-color: #FFFFFF;
}
.imgl {
    float: left;
    margin: 0 15px 0 0;
    clear: left;
}
.imgr {
    float: right;
    margin: 0 0 15px 15px;
    clear: right;
}

.arabic {
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    font-size: 12px;
    color: #0F3C66;
    font-weight: bold;
    margin-left: 10px;
}

/* ----------------------------------------------Theme and Country-------------------------------*/
.example {
    color: #FFC;
    cursor: pointer;
    padding: 4px;
    font-size: 10px;
    border-radius: 4px;
}

.example:after {
    margin-left: 6px;
    color: #AFADAA;
}

.example:hover {
    background: #5F5B54;
}

.example.dropdown-open {
    background: #888;
    color: #FFF;
}

.example.dropdown-open:after {
    color: #FFF;
}
/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
}

.col0 { 
    background-color:  #FFFFFF;
}

.col0 a {
    color: #FFFFFF; 
}

.col1, .col1 a {
    color: #FFFFFF;
    background-color: #E2231A;
}
.col2 {
    color: #666666;
    background-color: #FFFFFF;
}
.col3 {
    color: #666666;
    background-color: #FFFFFF;
}
.col4 {
    color: #666666;
    background-color: #FFFFFF;
}
.col4 a {
    color: #982216;
    background-color: #FFFFFF;
}
.col5 {
    color: #999999;
    background-color: #FFFFFF;
}
.col5 a {
    color: #CCC;
    background-color:  #A22929;
}
.col6, .col6 a {
    color: #000000;
    background-color: #FFFFFF;
}

#content_body {
    position: relative;
    float: left;
    display: block;
    width: 948px;
    margin: 0;
    margin-top: 0px;
    text-align: left;
    border: 1px solid;
    background-color:  #fffbfb;
    z-index: 80;
}

/* ----------------------------------------------Generalise-------------------------------------*/

#theme {
    padding-top: 5px;
    padding-bottom: 0px;
    background-color: #E2231A;
    height: 90px;
}

#theme #corner {
    position: relative;
    padding-top: 5px;
    padding-bottom: 0px;
    height: 75px;
    margin-top: -85px;
    margin-right: -1px;
    background: url(../images/bgr_red.png) right top no-repeat;
}

#header, #intro, #breadcrumb, #container, #copyright {
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 950px;
}

#footer {
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 950px;    
    background: url(../images/footer_bg.jpg);
}
/* ----------------------------------------------TopBar-------------------------------------*/

#topbar {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    height: 20px;
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 950px;
}

.ticker {
    width: 500px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ticker li {
    height: 30px;
    padding: 5px;
    margin: 0px 5px;
}
.ticker li a {
    font-weight: normal;
    color: #fff;
    padding: 0px 0px 0px 0px;
}

.ticker li a:hover {
    color: #ccc;
    width: 68px;
    min-height: 23px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 5px 0px 5px;
    z-index: 30;
}

#ticker_01 {
    padding-left: 50px;
    margin-top: -20px;
    height: 20px;
}

#ticker_01 a {
    font-color: #fff;
}

#newscontent {
    padding: 8px;
    background: rgba(0,0,0,.3);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -94px !important;
    margin-left: -180px !important;
    z-index: 101;
}

#newscontent #content {
    width: 100%;
    background: #fcfcfc;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    box-shadow: 0px 1px 3px rgba(0,0,0,.25);
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

#newscontent #heading {
    width: 100%;
    height: 44px;
    background-image: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -moz-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -o-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: -ms-linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    background-image: linear-gradient(top, rgb(249, 249, 249), rgb(233, 233, 233));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e9e9e9');
    border-bottom: 1px solid #bababa;
    -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    color: #444444;
    text-shadow: 0px 1px 0px #fff;
}

#newscontent #content p {
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    line-height: 22px;
    color: #555555;
    width: 100%;
    float: left;
    margin: 19px 0;
}

#newscontent #button {
    width: 138px;
    height: 33px;
    font-size: 13px;
    font-weight: bold;
    line-height: 33px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0,0,0,.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 2px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 2px rgba(0,0,0,.3);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,.5), 0px 1px 2px rgba(0,0,0,.3);
    float: left;
}
#newscontent .button img {
    float: left;
    width: 33px;
    height: 33px;
}
#newscontent .button.green {
    background: -webkit-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    background: -moz-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    background: -o-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    background: -ms-linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    background: linear-gradient(top,  rgba(170,212,79,1) 0%,rgba(116,185,49,1) 90%,rgba(106,173,45,1) 95%,rgba(96,157,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad44f', endColorstr='#609d29',GradientType=0 );
    border: 1px solid #5b8821;
    margin: 0 5px 0 35px;
}

#newscontent .button.red {
    background: -webkit-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    background: -moz-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    background: -o-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    background: -ms-linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    background: linear-gradient(top,  rgba(248,114,136,1) 0%,rgba(243,71,85,1) 90%,rgba(225,65,77,1) 95%,rgba(206,59,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87288', endColorstr='#ce3b46',GradientType=0 );
    border: 1px solid #b0333e;
    margin: 0 35px 0 5px;
}

/* ----------------------------------------------Header-------------------------------------*/

#header {
    z-index: 10;
    background-color: #E2231A;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 375px;
    background: url(..images/mainhead_curve.png) left top no-repeat;
}

#theme #overlay_img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 1px;
    z-index: 2;
    opacity: 0.4;
    overflow: hidden;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#header li {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #333333;
}

#header #logo {
    z-index: 1000;
    display: block;
    margin-left: 0.1em;
    float: left;
}

/* ----------------------------------------------Homepage Intro-------------------------------------*/

#intro {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #CCCCCC;
}

#intro ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#intro li {
    display: block;
    float: left;
    width: 234px;
    margin: 0 8px 0 0;
}

#intro li.last {
    margin-right: 0;
}

#intro img {
    display: block;
    width: 224px;
    margin: 0 0 8px 0;
    padding: 4px;
    color: #666666;
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
}

#intro a {
    display: block;
    width: 234px;
    margin: 0;
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    color: #982216;
    background-color: #F8F8F8;
}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb {
    padding: 30px 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#breadcrumb a {
    color: #982216;
    background-color: #FFFFFF;
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadcrumb ul li {
    display: inline;
}
#breadcrumb ul li.current a {
    text-decoration: underline;
}

/* ----------------------------------------------Content-------------------------------------*/

#container {
    line-height: 1.4em;
}

#container_img {
    background-color: #E2231A;
}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
    padding-bottom: 8px;
    border-bottom: 0px dotted #CCCCCC;
}

#content {
    display: block;
    float: left;
    width: 600px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

#main_flash2 {
    border: 1px solid;
    position: relative;
    width: 950px;
    height: 227px;
}

/* ------Comments-----*/

#comments {
    margin-bottom: 40px;
}

#comments .commentlist {
    margin: 0;
    padding: 0;
}

#comments .commentlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even {
    margin: 0 0 10px 0;
    padding: 15px;
    list-style: none;
}

#comments .commentlist li.comment_odd {
    color: #666666;
    background-color: #FFFFFF;
}
#comments .commentlist li.comment_odd a {
    color: #3E7060;
    background-color: #FFFFFF;
}

#comments .commentlist li.comment_even {
    color: #666666;
    background-color: #E8E8E8;
}
#comments .commentlist li.comment_even a {
    color: #3E7060;
    background-color: #E8E8E8;
}

#comments .commentlist .author .name {
    font-weight: bold;
}
#comments .commentlist .submitdate {
    font-size: smaller;
}

#comments .commentlist p {
    margin: 10px 5px 10px 0;
    padding: 0;
    font-weight: normal;
    text-transform: none;
}

#comments .commentlist li .avatar {
    float: right;
    border: 1px solid #EEEEEE;
    margin: 0 0 0 10px;
}

/* ----------------------------------------------Column-------------------------------------*/

#column {
    display: block;
    float: right;
    width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.flickrbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flickrbox li {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 15px 15px 0;
    padding: 4px;
    color: #666666;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.flickrbox li.last {
    margin-right: 0;
}

#column #accordion {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    line-height: normal;
}

#column #accordion h3 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

#column .holder, #column #featured {
    display: block;
    width: 300px;
    margin-bottom: 20px;
}

#column .holder h2.title {
    display: block;
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 20px;
    line-height: normal;
    border-bottom: 1px dashed #666666;
}

#column .holder h2.title img {
    float: left;
    margin: -15px 8px 0 0;
    padding: 5px;
    border: 1px solid #666666;
}

#column div.imgholder {
    display: block;
    width: 290px;
    margin: 0 0 10px 0;
    padding: 4px;
    color: #666666;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

#column .holder p.readmore {
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: right;
    line-height: normal;
}

/* Featured Block */

#column #featured a {
    color: #666666;
    background-color: #F9F9F9;
}

#column #featured ul, #column #featured h2, #column #featured p {
    margin: 0;
    padding: 0;
    list-style: none;
}

#column #featured a {
    color: #982216;
    background-color: #F9F9F9;
}

#column #featured li {
    display: block;
    width: 250px;
    margin: 0;
    padding: 20px 25px;
    color: #666666;
    background-color: #F9F9F9;
}

#column #featured li p.imgholder {
    display: block;
    width: 240px;
    height: 90px;
    margin: 20px 0 15px 0;
    padding: 4px;
    border: 1px solid #CCCCCC;
}

#column #featured li h2 {
    margin: 0;
    padding: 0 0 14px 0;
    font-weight: normal;
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    line-height: normal;
    border-bottom: 1px dashed #666666;
}

#column #featured p.readmore {
    display: block;
    width: 100%;
    margin-top: 15px;
    font-weight: bold;
    text-align: right;
    line-height: normal;
}

#column #latestnews {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#column #latestnews li {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    border-bottom: 0hepx dotted #CCCCCC;
}

#column #latestnews li.last {
    margin-bottom: 0;
}

#column #latestnews p {
    margin: 0 0 5px 0;
    padding: 0;
}

#column #latestnews p.readmore {
    margin: 0;
    padding: 0;
}

#column #latestnews .imgl {
    margin: 0 10px 10px 0;
    padding: 4px;
}

/* ----------------------------------------------Footer-------------------------------------*/

#footer {
    padding: 10px 0;
    width: 950px;
}

#footer h2 {
    padding-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
}

#footer p, #footer ul, #footer a {
    margin: 0;
    display: inline-block;
    font-weight: normal;
    line-height: normal;
}

#footer .footcol {
    display: block;
    float: left;
    width: 180px;
    margin: 0 0 0 5px;
    padding: 0;
}

#footer li {
    margin-left: -20px;
    margin-bottom: 3px;
    font-color: #FFFFFF;
}

#newsletter {
    padding-left: 10px;
    display: block;
    float: left;
    width: 200px;
}

#navm {
    display: inline-block;
    width: 100%;
    float: right;
    padding-top: 5px;
    margin: 0 0 0 0;
    list-style: none;
    width: 950px;
    z-index: 400;
    position: relative;
}

#navm ul {
    display: inline-block;
    float: left;
    margin: 0;
    list-style: none;
    background-color: #55575B;
}

#navm li {
    text-align: center;
    display: inline-block;
    width: 100px;
    padding-top: 2px;
    background-color: #55575B;
    float: right;
    margin: 1px;
}

#navm li:first-child {
    margin: 0;
    padding: 0;
    border-right: none;
}

#navm li a {
    display: inline-block;
    font-color: #fff;
    font-weight: bold;
    color: #fff;
    background-color: #55575B;
    padding: 0px 0px 0px 0px;
}

#navm li a:hover {
    display: inline-block;
    color: #fff;
    width: 68px;
    min-height: 23px;
    background: #3a3a3a;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 5px 0px 5px;
    z-index: 30;
}

/* ----------------------------------------------Drop Down Nav -------------------------------------*/
#middlebar {
    font-size: 12px;
    color: #fff;
    background: #ec0505;
    font-weight: bold;
    padding-top: 1px;
    width: 150px;
    padding-bottom: 4px;
    height: 25px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#middlebar .menu li {
    background: url(lm.png) left top no-repeat;
    height: 25px;
    float: left;
    margin-right: 10px;
}

#middlebar .menu li a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    height: 25px;
    line-height: 30px;
    display: block;
    float: left;
    padding: 0 26px 0 10px;
    background: url(rm.png) right top no-repeat;
}
#middlebar .menu li a:hover {
    color: #666666;
}

#middlebar ul .submenu {
    border: solid 1px #c9dea1;
    border-top: none;
    background: #FFFFFF;
    position: relative;
    top: 4px;
    width: 150px;
    padding: 6px 0;
    clear: both;
    z-index: 2;
    display: none;
}
#middlebar ul .submenu li {
    background: none;
    display: block;
    float: none;
    margin: 0 6px;
    border: 0;
    height: auto !important; 
    line-height: normal;
    border-top: solid 1px #DEDEDE;
}
#middlebar .submenu li a {
    background: none;
    display: block;
    float: none;
    padding: 6px 6px;
    margin: 0;
    border: 0;
    height: auto !important; 
    color: #ec0505;
    line-height: normal;
}
#middlebar .submenu li a:hover {
    background: #e3edef;
}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright {
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    font-size: 9px;
    padding: 0px 0;
}

#copyright p {
    margin: 0;
    padding: 0;
}

/* ----------------------------------------------Accordion-------------------------------------*/

.accordion h3.collapse-open {
}
.accordion h3.collapse-close {
}
.accordion h3.collapse-open span {
}
.accordion h3.collapse-close span {
}

/*----------------------------------------Table & Linecard-----------------------------------------------*/

table #linecard {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.linecard{
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.linecard_font{
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    font-size: 11px;
}

.linecard_header{
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    font-size: 14px;
    color: #f9273b;
}

#content_linecard {
    display: block;
    float: left;
    width: 950px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 0 0 0;
}

#column_linecard{
    display: block;
    float: right;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.linecard_cellpadding{
    padding: 10px 10px 10px 10px;
}
/*-----------------------------------Location Finder------------------------------------------*/

.loc_header{
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    font-size: 14px;
}

.loc_column{
    list-style: none;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
}

.loc_column li{
    list-style: none;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
}

.loc_text{
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    font-size: 11px;
}

/*--------------------------------------Division Link-----------------------------------------*/

a.division{
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    color: #666666;   
}

a.division:active{
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    color: #666666;
}

a.division:hover{
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin;
    color: #a20028;
}

/*-----------------------------------Customer Satisfaction Survey-------------------------------*/

.survey_subheader{   
    font-size: 14px;
    font-weight: normal;
    color: #ef2351;
    padding: 1px 1px 1px 1px;
}

.sub_option{
    background-color: #ef2351;
    color:#ffffff;
    padding: 5px 5px 5px 5px;
    font-weight: normal;
}

.sub_rating5{
    background-color: #ef2351;
    color:#ffffff;
    padding: 5px 5px 5px 5px;
}

.sub_rating4{
    background-color: #ed365f;
    color:#ffffff;
    padding: 5px 5px 5px 5px;
}

.sub_rating3{
    background-color: #ed5c7d;
    color:#ffffff;
    padding: 5px 5px 5px 5px;
}

.sub_rating2{
    background-color: #ee7f98;
    color:#ffffff;
    padding: 5px 5px 5px 5px;
}

.sub_rating1{
    background-color: #f0a4b5;
    color:#ffffff;
    padding: 5px 5px 5px 5px;
}

.survey_header{    
    font-size: 16px !important;
    font-weight: normal !important;
    color: #ef2351;
}

.css_override_text{
    width: 250px !important;
}

.css_override_td{
    white-space: nowrap;
}

.css_submit{
    height: 30px;    
    width: 100px !important;
    color: #fff;
    background-color: #982216;
}

.error-message {
    background-color: #eee;
    border: 1px solid red;
    margin: 5px;
    padding: 5px;
}
.error-message ol li {
    list-style-type: disc;
    margin-left: 20px;
}
.error-message {
    display: none
}


.error-message label.error{
    color: #EF2351;
    font-weight: normal;
    display: inline;
    width: auto;    
}
/*-------------------------------------Contact Form---------------------------------------------*/

#contactform{
    width: 100%;
    font-size: 12px; /* Primary font size of form. Contained elements' font size are all relative to this setting */
}


#contactform input, #contactform textarea{
    width: 98%;
    /*
    border-radius: 1px;
    border: 1px solid gray;
    font: normal 12px auto;  24px, or 16px x 1.5 
    padding: 0px 0px 0px 0px;  10px, or 24px x 0.4166666666666667 
    box-shadow: 0 0 10px gray inset;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.reduceinput{
    width: 73% !important;
    display: inline-block !important;
    border-radius: 1px;
    border: 1px solid gray;
    font: normal 12px auto; /* 24px, or 16px x 1.5 */
    padding: 0px 0px 0px 0px !important; /* 10px, or 24px x 0.4166666666666667 */
    /*box-shadow: 0 0 10px gray inset;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

#contactform textarea{
    resize:vertical; /* allow vertical resize of textarea */
    height: 200px;
}


/*#contactform input:focus, #contactform textarea:focus{
box-shadow: 0 0 10px green inset;
}*/


#contactform input[type="radio"], #contactform input[type="checkbox"]{
    padding: 0;
    width: auto !important; 
    height: auto !important; 
    border-radius: 0;
}

#contactform select{
    width: 80%;
    font-size: 12px;
    border: 1px solid #9b9b9b;
}

#contactform .selectinline{
    width: 80%;
    font-size: 12px;
    border: 1px solid #9b9b9b;
    padding: 0px 0px 0px 0px;

}

#contactform .formcolumn{ /* column div inside form */
    width: 49%;
    float: left;
}

#contactform .formcolumn:first-of-type{
    margin-right: 2%; /* 2% margin after first column */
}

#contactform .formcolumn label, #contactform .formcolumn fieldset{
    font: normal 12px Tahoma, Arial, Helvetica-Condensed-Thin; /* font size is 12.8px, or 16 x 0.8 */
    text-transform: capitalize;
    display: block;
    margin-top: 2em;
    margin-bottom: 3px;
}

.labelmaker{
    font: normal 12px Tahoma, Arial, Helvetica-Condensed-Thin; /* font size is 12.8px, or 16 x 0.8 */
    text-transform: capitalize;
    display: inline;
    margin-top: 2em;
    margin-bottom: 3px;  
}

#contactform fieldset{
    width: 98%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contactform .formcolumn label:first-child, #contactform .formcolumn fieldset:first-child{
    margin-top: 0; /* first label or fieldset within each column should not no top margin */
}

#contactform fieldset ul{
    list-type: none;
    margin: 0;
    padding: 0;
}

#contactform fieldset ul li{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1em;
}

/*
#contactform div.buttons{
    clear: both;
    text-align: center;
}

#contactform input.button{
    margin-top: 1EM;    
    width: 50%;
    box-shadow: 0 0 10px gray;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 100px;
    max-width: 600px;
    color: white;
    font-weight: normal;
    letter-spacing: 7px;
    text-shadow: 0 -2px 1px #8a8a8a;
    background-color: #9b9b9b;
    /*background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
    background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9b9b', endColorstr='#9b9b9b',GradientType=0 );
}


.buttonmaker{
    margin-top: 1EM;    
    width: 50%;
    box-shadow: 0 0 10px gray;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 100px;
    max-width: 600px;
    color: white;
    font-weight: normal;
    letter-spacing: 7px;
    text-shadow: 0 -2px 1px #8a8a8a;
    background-color: #9b9b9b;
    font-family: Tahoma, Arial, Helvetica-Condensed-Thin; 
}

#contactform input.button:active{
    text-shadow: 0 0 1px #8a8a8a;
    background: rgb(109,0,25);
    background: -moz-linear-gradient(top,  rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,0,25,1)), color-stop(56%,rgba(143,2,34,1)), color-stop(100%,rgba(169,3,41,1)));
    background: -webkit-linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%);
    background: -o-linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%);
    background: -ms-linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%);
    background: linear-gradient(to bottom,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 );
}
*/

@media screen and (max-width: 480px){ /* responsive form settings, when window width is 480px or less */

    #contactform{
        font-size: 14px; /* decrease form font size */
    }

    #contactform .formcolumn{
        width: 100%;
        float: none;
    }

    #contactform .formcolumn:first-of-type{
        margin-right: 0; /* remove right margin from first form column */
    }

    #contactform .formcolumn:nth-of-type(2){
        padding-top: 2em; /* add padding to top of 2nd form column, so there is a gap between the 1st and 2nd column */
    }

    #contactform select{
        width: 98%;
    }

}

/*-----------------------------Customer Table-------------------------------------------*/

td .logo_size{
    width: 180px;
}

/*-----------------------announcements-------------------------------------------------*/

.announcement-title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.announcement{
    font-size:14px;
    font-weight: normal;
    text-align: center;
}

/*-------------------------home icons---------------------------------------------------*/

.home_icon{
    opacity:0.4;
    filter:alpha(opacity=40);
}

.home_icon:hover{
    opacity:1.0;
    filter:alpha(opacity=100);
}

/*---------------------ARABIC-------------------------------------*/

.ar_align{
    text-align: right;
}