/* css browser reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%; font-family:"Trebuchet MS", Verdana,Arial, Helvetica, sans-serif; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color:#000000;background:#ffffff;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/** general layout **/
body {background:#f1f1f1;  font-size:13px;}
#wrapper { background:#ffffff; width:700px; margin:0px auto 0px auto;}
#logo {background:url(../images/header.png) no-repeat; background-position:center; width:700px; height:134px; ;}
#navigation {background:url(../images/nav-bar.png) no-repeat; width:700px; height:26px;}
#container {background-color:#ffffff; padding:0px 10px 10px 10px;}
#footer {width:700px; height:57px; clear:both;}


/** content layout **/
/*line break*/
.hrline{background:url(../images/hr.png) no-repeat; width:700px; height:9px; margin:25px 0 25px 0; background-position:center;}

/*FAQ*/
.ques{margin-bottom:0px; padding-bottom:0px; font-weight:bold;}
.answ{margin-tob:0px; padding-top:0px; margin-bottom:15px;}
/*testimonials*/
.who{color:#0066FF; text-align:right; margin-top:0px; padding-top:0px;}
.when{margin-bottom:0px; font-weight:bold; padding-bottom:0px;}
/*iframe*/
/*iframe{height:1325px; width:100%;}*/
/** h tags **/
h1{font-size:24px; padding:20px 0 15px 0; line-height:40px;}
h2{font-size:17px; padding:10px 0 10px 0;}
h3{font-size:14px; font-weight:bold;}
#left-clm h1{font-size:16px; padding-left:7px;}

/** p tags **/
p {padding:5px 0 5px 0; line-height:19px;}

/** img tags **/
img { border:none;}

/** list tags **/
ul li {display: inline;}
ul li a {text-decoration:none; border:none;}
ul li a.last {border-right:none;}
ul li a:hover {color:#000000;}
ul li.li{display: block;}
#footer ul {padding:5px 0 0 355px;}

/** a tags **/
a:visited {color:#000000;}

/**box**/
div#box{background-color:#e8f4fe; width:500px; margin:10px 0 0 80px; padding:10px 10px 15px 10px; border:#0099CC medium; border-bottom:1px #0066CC solid; border-right:1px #0066cc solid; border-left:1px #0066cc solid; border-top:#0066cc solid 1px;}
div#box ul.float{float:right;}
#box ul li{margin-left: 35px; list-style-type:circle;}
#box ul.float{margin-left:0px; margin-right:35px;}
#box ul{line-height:20px;}
#box h2{margin-bottom:10px;}

/**form**/
form#comment_form{width:500px; border:1px solid #cccccc; background:#e8f4fe; padding:15px; margin:15px auto;}
form#comment_form label{display:block; margin-bottom:4px;}
form#comment_form input{width:99%; margin-bottom:4px;}
form#comment_form input#submit{width:125px; margin-top:15px;}
form#comment_form textarea{width:99%;}

/** general classes **/
.red{ color:#FF0000;}
.blue{color:#49a9fb;}
.graybg{background-color:#f1f1f1;}
.bold{font-weight:bold;}
.center{text-align:center;}
.underline{text-decoration:underline;}
.spacer{line-height:24px;}

.box1{background-color:#edf6fe; border:thin #bebebe solid; margin-bottom:15px; padding:0 10px 0 10px;}
.box2{background-color:#ffffff; border:thin #bebebe solid; margin-bottom:15px; padding:0 10px 0 10px;}
.box1 p{font-family:"Courier New", Courier, monospace;}
.box2 p{font-family:"Courier New", Courier, monospace;}
.testimonialname{text-align:right;}

.bar{border-top:thin #49a9fb solid; width:100%;}
.paddingbottom{padding-bottom:2px;}
.marginbottom{margin-bottom:10px;}