/* 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:702px; margin:0px auto 0px auto;}
#logo {background:url(../images/new/header.png) no-repeat; background-position:left; width:702px; height:134px; ;}
#navigation {background:url(../images/new/nav-bar.png) no-repeat; width:702px; height:26px;}
#container {background-color:#ffffff; padding:20px 20px 20px 20px;}
#footer {width:702px; height:57px; clear:both;}


/** content column layout **/
/*left-clm*/
#left-clm{width:185px; float:left; margin-left:24px; padding-bottom:13px; }


/** h tags **/
h1{font-size:24px; padding:20px 0 15px 0; line-height:40px;}
h2{font-size:17px; padding:5px 0 5px 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 {text-decoration:underline;}
a:visited {color:#0066CC;}


/**box**/
div.box{background-color:#e8f4fe; margin:0px auto 10px auto; padding:5px 15px 5px 15px; border:#0099CC medium; border-bottom:1px #bbc5d0 solid; border-right:1px #bbc5d0 solid; border-left:1px #bbc5d0 solid; border-top:#bbc5d0 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;}

/**box2**/
div.box2{background-color:#ffffff; margin:0px auto 10px auto; padding:5px 15px 5px 15px; border:#0099CC medium; border-bottom:1px #bbc5d0 solid; border-right:1px #bbc5d0 solid; border-left:1px #bbc5d0 solid; border-top:#bbc5d0 solid 1px;}
div.box2 ul.float{float:right;}
.box2 ul li{margin-left: 35px; list-style-type:circle;}
.box2 ul.float{margin-left:0px; margin-right:35px;}
.box2 ul{line-height:20px;}
.box2 h2{margin-bottom:10px;}
.box p{font-family:"Courier New", Courier, monospace;}
.box2 p{font-family:"Courier New", Courier, monospace;}
.testimonialname{text-align:right;}

/*Review Form*/
form#review-form{border:1px outset #cccccc; background-color:#dddddd; width: 80%; margin:10px auto 15px auto; padding:10px;}
form#review-form label{display:block; font-size:14px; margin-bottom:5px;}
form#review-form input{width:99%; margin-bottom:5px;}
form#review-form input#submit{width:125px;}
form#review-form textarea{width:99%; height:125px; margin-bottom:5px;}
/** 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;}

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