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,
b, u, i, center,
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;
    background: transparent;
}

body {
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    text-align:center;
    color: #666666;
}

.clearer {
    clear: both;
}

#container {
    width: 940px;
    margin: 0px auto;
    padding-top: 22px;
    text-align:left;
}

#header {
    padding-bottom: 25px;
}

#header h1 a img {
    float:left;
}

#header .top-menus {
    float:right;
}

#header .top-menus a {
    color: #5f2c91;
    text-decoration:none;
    font-weight:bold;
}

#header .top-menus a:hover {
    text-decoration:underline;
}

.separator {
    margin: 0px 17px 0px 17px;
    position:relative;
    top: 2px;
}

#navigation {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 29px;
    height: 23px;
    overflow:hidden;
    position:relative;
}

#navigation a {
    color: #999;
    text-decoration:none;
    font-weight:bold;
    margin-right: 37px;
    display:block;
    float:left;
    overflow:hidden;
}

#navigation a.last {
    margin-right: 0px;
}

#navigation a.active, #navigation a:hover {
/*     border-bottom: solid 6px #602d91; */
    position:relative;
    top: -23px;
    color: #211f1f;
}

.center {
    text-align:center;
}

.round-box {
    width: 940px;
    position:relative;
    margin-bottom: 30px;
    padding: 1px 0px;
    background: url("../images/round_bg.jpg") repeat-y left top;
}

#rightbar .round-box {
    width: 320px;
    background: url("../images/round_bg_small.jpg") repeat-y left top;
    padding: 25px 0px 13px;
}

.round-box .top-round {
    width: 940px;
    height: 14px;
    position:absolute;
    background: url("../images/round_top.jpg") no-repeat left top;
    top:0px;
    left: 0px;
    z-index:1;
}

#rightbar .round-box .top-round {
    width: 320px;
    background: url("../images/round_top_small.jpg") no-repeat left top;
}

.round-box .bottom-round {
    width: 940px;
    height: 14px;
    position:absolute;
    background: url("../images/round_bottom.jpg") no-repeat left bottom;
    bottom:0px;
    left: 0px;
    z-index:1;
}

#rightbar .round-box .bottom-round {
    width: 320px;
    background: url("../images/round_bottom_small.jpg") no-repeat left bottom;
}

.round-box .box-content {
    position:relative;
    z-index: 10;
    margin: 0px 1px;
}

#rightbar .round-box .box-content {
    margin: 0px 18px 0px 20px;
}

#main-content {
    width: 536px;
    float:left;
    overflow:hidden;
}

#rightbar {
    width: 320px;
    float:right;
    overflow:hidden;
    position:relative;
}

h1 {
    font-size: 17px;
    font-weight:bold;
    color: #1f1f1f;
    margin-bottom: 7px;
}

#rightbar h1 {
    /*     padding-left: 20px; */
    padding-bottom: 10px;
}

.intro {
    font-weight:bold;
}

p {
    line-height: 18px;
    padding: 7px 0px;
}

#rightbar h2 {
    font-size: 15px;
    line-height:20px;
}

.call {
    background: url("../images/icon_call.jpg") no-repeat left top;
    padding: 17px 0px 23px 62px;
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 10px;
    z-index: 200;
    position:relative;
}

.email {
    background: url("../images/icon_mail.jpg") no-repeat left top;
    padding: 17px 0px 23px 62px;
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 10px;
}

.newsletter {
    background: url("../images/icon_newsletter.jpg") no-repeat left top;
    padding: 17px 0px 0px 62px;
}

.email h2 a {
    font-size: 15px;
    line-height:20px;
    text-decoration:none;
    color: #666;
}

.email h2 a:hover {
    text-decoration:underline;
}

#rightbar form {
    padding-top: 16px;
}

#rightbar form label {
    float:left;
    font-size: 15px;
    font-weight:bold;
}

#rightbar form .text-field {
    float:right;
    width: 155px;
    margin-bottom: 10px;
}

#rightbar form .submit {
    display:block;
    float:right;
    width: 84px;
    height: 23px;
    line-height: 20px;
    font-size: 12px;
    color: #111;
    text-decoration:none;
    text-align:center;
    background: url("../images/btn.jpg") no-repeat left top;
}

#rightbar form .submit:hover {
    font-weight:bold;
}

#footer {
    color: #221f1f;
    border-top: solid 1px #dbdbdb;
    margin-top: 30px;
    padding-top: 6px;
    padding-bottom: 10px;
}

#footer a {
    color: #221f1f;
    text-decoration:none;
}

#footer a:hover {
    text-decoration:underline;
}

#footer .left {
    float:left;
}

#footer .right {
    float:right;
}

#footer .separator {
    margin: 0px 10px;
	
}.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #602E91;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #AB499C;
}
