/*print*/
@media print{
#templateTable td.menuNNewsWrapper {display:none;}
#templateTable td.widthFiller {display:none;}
#templateTable td.head {display:none;}
#templateTable td.footer {display:none;}
#templateTable td.marginTop {display:none;}
#templateTable td.marginBottom {display:none;}
#templateTable td.contentWrapper div.slogan {display:none;}
#services  {display:none;}
}

/*height and body properties*/
html,body {
margin: 0px; 
color:#333333; 
font:12px Verdana; 
line-height: 18px;
}

/*table*/
table {border-collapse:collapse; border:0px;}
td {padding:0px; text-indent:0px; color:#333333; font:12px Verdana; line-height: 18px;} 

/*heading*/
h1 {color: #555285; font-size:18px; font-weight:300; padding:7px 0px 12px 0px; margin:0px; }
h2 {color: #555285; font-size:13px; font-weight:bold; padding:0px; margin:0px; }
h3 {font-size:12px; font-weight:bold; padding:0px; margin:0px;}

/*links*/
a {color:blue;}
a:hover {color:#8ABE5F;}
a:visited {color:#365FBC;}

.aFold {text-decoration:none; border:1px solid gray; padding:0px 5px; width:35px;}
.aFold:hover {text-decoration:none; border:1px solid gray; padding:0px 5px; width:35px;}

.space {line-height:12px;}

/*menu*/
.mainMenu {width:220px; height:100%; vertical-align:top; background: #cccccc url(../images/menuDevider.gif) bottom no-repeat;}
.mainMenu td { direction:rtl;}

/*contact form*/
.contactForm {width:450px;}
.contactForm td {padding:5px; vertical-align:top;}
.contactForm td.left {width:80px;}
.contactForm td.right {width:470px;}
.contactForm td.contactDetails {font:bold 10px Verdana; line-height:18px; border:1px dotted gray;}

/*main template*/
#content {width:508px; height:350px;}
#content td.contentTD {border:0px solid red; padding:10px 25px; height:350px; vertical-align:top;}

#templateTable {margin:0px auto; width:100%; height:100%;}
#templateTable td.marginTop {height:25px;}
#templateTable td.marginBottom {height:15px;}
#templateTable td.head {height:110px; background-color:#365FBC;}
#templateTable td.widthFiller{width:50%;}
#templateTable td.heightFiller{height:100%;}
#templateTable td.sidePaleColor {background-color:#E7F0FC;}
#templateTable td.logoHolder{width:508px; padding-left:45px;}
#templateTable td.menuNNewsWrapper{width:222px; height:100%; vertical-align:top;}
#templateTable td.contentWrapper{width:508px; height:100%; vertical-align:top; background:  url(../images/verticalDot.gif) left repeat-y; max-width:508px;}
#templateTable td.footer {padding:7px 0px; color:#FFFFFF; text-align:center; background-color:#365FBC; height:25px; font-size:10px;}

#templateTable td.contentWrapper div.slogan {padding-left:55px; font:10px Verdana; color: #3E396A;}

#menuNNews {width:222px; height:100%;}
#menuNNews td.borderLeft {background: url(../images/verticalDot.gif) left repeat-y; width:1px;}
#menuNNews td.borderRight {background:  url(../images/verticalDot.gif) right repeat-y; width:1px;}

/*news*/
.newsHeader {font-weight:bold;}
.newsHeader a{color:#333333; font-weight:bold;}
.newsHeader a:hover {color:#FF7C53; font-weight:bold;}

.newsTicker_Wrapper {padding:10px;}

/*services*/
#services {padding:15px 0px 15px 55px;}
div#services a{color:blue; text-decoration:none;}
div#services a:hover{color:#FF7C53; text-decoration:none;}

/*colors*/
.green {color:green;}
.red {color:red;}
