@charset "utf-8";
/*---------------------------------------------Imagine8 Design Studio default css stylesheet--------------------------------------------------*/

/*---------------------Common Layout styles-----------------*/
* { margin: 0px; padding: 0px; }
body { margin-right: auto; margin-left: auto; height: auto; width: 698px; background-image: url(../images/bg.jpg); background-repeat: repeat-y; background-position: center; background-color: #C9D8DB; }
#wrapper { float: left; height: auto; width: 698px; display: block; }
#header { float: left; width: 698px; height: auto; }
#nav { float: left; height: 30px; width: 698px; }
#nav img { float: left; border-style: none; }
#main { float: left; height: auto; width: 698px; }
#content { float: left; height: auto; width: 513px; padding: 25px 20px 25px 30px; color: #333333; font: 12px Arial, Helvetica, sans-serif; }
#content h1 { font-size: 16px; padding-bottom: 5px; padding-top: 10px; }
#content h2 { font-size: 13px; padding-bottom: 6px; padding-top: 6px; }
#content h3 { font: bold 12px Arial, Helvetica, sans-serif; color: #990134; }

#content p { font-size: 12px; padding-bottom: 4px; padding-top: 4px; }
#content a {  color: #990134; }
#content ul { font-size: 12px; margin: 0px 0px 5px; padding: 0px 0px 0px 25px; }
#rh_col { float: left; height: auto; width: 135px; }
#rh_col img { border-bottom: 1px solid #000000; border-left: 1px solid #000000; }
#footer { float: left; height: auto; width: 698px; text-align: center; color: #333333; padding-top: 10px; padding-bottom: 25px; font: 9px Arial, Helvetica, sans-serif; }
#footer p { padding-bottom: 8px; }
#footer a { color: #990134; }

/*---------------------Common class's styles-----------------*/

.clear { clear:both; }
.floatLeft { float:left; }
.floatRight { float:right; }
.red { color: #990134; }
.sub { vertical-align: sub; font-size: 8px; margin: 0px; padding: 0px; }

