/*
style.css
*/

* { padding: 0; margin: 0; }

body 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
img 
{ 
padding : 3px;
border : 1px solid #bcd2e6;
} 
img.floatTL 
{ 
float : left;
margin-right : 7px;
margin-bottom : 2px;
margin-top : 5px;
margin-left : 5px;
} 
#wrapper 
{
 margin: 0 auto;
 width: 800px;
 padding: 40px;
}


#header 
{
 color: #333;
 width: 595px;
 float: right;
 height: 190px;
 background: #fff url(../images/hbg_binary.jpg);
 margin-bottom: 5px;
 margin-top: 5px;
}
#header h1 
{
font-size: 2.1em;
font-weight: lighter;
letter-spacing: -1px;
padding-left: 5px;
}
#header h2 
{
float: right;
margin-top: 130px;
font-size: 1.6em;
font-weight: lighter;
letter-spacing: -1px;
padding-right: 10px;
}
#header a 
{
 color: #333;
 }
#leftcolumn 
{ 
 color: #333;
 height: 555px;
 width: 195px;
 float: left;
 margin-bottom: 5px;
 margin-top: 5px;
}
#leftcolumn h2 
{
background-image: url(../images/lctbg.jpg);
background-repeat: no-repeat;
margin-left: 4px;
margin-top: 3px;
padding-left: 5px;
padding-top: 2px;
padding-bottom:4px;
font-size: 1.4em;
font-weight: lighter;
letter-spacing: -1px;
}
.leftnav 
{ 
clear: both; 
text-align: left; 
color: 	#7D8085; 
padding: 15px 0em 0px 0px;
 margin-left: 5px;
 margin-right: 5px;
 }
.leftnav li 
{ 
font-weight: normal; 
margin: 0 0 8px 0; 
padding: 0em 0em 0em 10px; 
border-bottom: 1px solid #ccc;
list-style-type: none;
}
.leftnav li a 
{
 color: #546078; 
text-decoration: none; 
}
.leftnav li a:hover 
{ 
color: #F29900; 
text-decoration: none; 
}
.news 
{
padding: 8px;
margin-top: 5px;
}
.news h3{
font-size: 1em;
padding-top: 3px;
}
.news p 
{
font-size: .9em;
line-height: 1em;
}
.news a 
{
color: #F29900;
float: right;
margin-top: -5px;
padding-right: 3px;
}
.nnews 
{
background-image: url(../images/newsbg.jpg);
background-repeat: repeat-x;
margin-top: 7px;
padding-left: 3px;
padding-bottom: 21px;
}
.ltext 
{
margin-top: 8px;
}

.ltext p 
{
text-align: justify;
margin-right: 4px;
padding-right: 4px;
}



#rightcolumn { 
 float: right;
 color: #333;
 min-height:500px;
 width: 595px;
 display: inline;
 margin-bottom: 5px;
}
#rightcolumn h1 
{
font-size: 1.5em;
font-weight: lighter;
letter-spacing: -1px;
padding-left: 5px;
padding-top: 3px;
padding-bottom: 3px;
background-image: url(../images/mth1bg.jpg);
background-repeat: no-repeat;
}
#box 
{ 
margin-top : 19px;
margin-bottom : 10px;
} 
#box a 
{
color: #F29900;
}
.content_right 
{ 
margin : 0 auto;
display : inline;
float : right;
width : 275px;
background-image: url(../images/bbg.jpg);
background-repeat: no-repeat;
margin-right : 0px;
padding : 5px;
text-align : justify;
} 
.content_left 
{ 
margin : 0 auto;
display : inline;
float : left;
width : 275px;

margin-left : 0px;
padding : 5px;
text-align : justify;
background-image: url(../images/bbg.jpg);
background-repeat: no-repeat;
}
 
.content_left h3 
{ 
padding-left : 5px;
font-size : 1em;
margin-bottom : 5px;
} 
.content_right h3 
{ 
font-size : 1em;
margin-bottom : 5px;
margin-top : 5px;
}
.righttext p
{
text-align: justify;
}
.righttext 
{
margin-top: 8px;
}
#rightcolumn h2 
{
font-size: 1.5em;
font-weight: lighter;
letter-spacing: -1px;
padding-left: 5px;
margin-top: 195px;
padding-bottom: 3px;
background-image: url(../images/mth1bg.jpg);
background-repeat: no-repeat;
}

#footer 
{ 
 width: 595px;
 margin-left:203px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #ccccff;
 text-align: center;
 font-size: .8em;
}
#footer p
{
padding-bottom: 5px;
} 
#footer a 
{
color: #F29900;
}

.req_question .req_answer
{
    border: 1px solid blue;
}

.serv_list
{
    /* border: 2px solid green;   */
}
.serv_list ul
{
    list-style-type: disc;
    margin-left:24px;
    line-height: 2em;
}
.serv_list li
{
    list-style-type:disc;
}

.marginadd
{
    margin-left: 36px;
    height: 250px;
    text-align: center;
}

#mission
{
    text-indent: 10px;
    font-size:1.2em;
    padding: 10px;
}