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, 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;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body{
    line-height: 1;
}

ol, ul{
    list-style: none;
}

blockquote, q{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after{
    content: '';
    content: none;
}

:focus{
    outline: 0;
}

ins{
    text-decoration: none;
}

del{
    text-decoration: line-through;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font: 13px Arial, Helvetica, FreeSans, sans-serif;
    background: white;
}

li {
    list-style: none;
}

.hide{
    display: none;
}

.clear{
    clear: both;
}




/* Sprites definitions ############################################ */

.repeat_sprite{
    background: url(../images/repeat_sprite.png) repeat-x;
}

.sprite{
    background: url(../images/sprite.png) no-repeat;
}



/* Build the bgs ######## */

#header{
    height: 380px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.footer{
    background-position: -0px -571px;
    height: 184px;
    width: 100%;
}

.border_top{
    border-top: 4px solid #A6D7E3;
    width: 100%;
}

.bg_head{
    background-position: -0px -285px;
    height: 282px;
    width: 100%;
}

.h_cont{
    height: 94px;
}

#content{
    width: 1033px;
    margin: 0 auto;
    position: relative;
    background: none;
    height: auto;
}

.shadow_l{
    background-position: -740px -0px;
    height: 611px;
    width: 16px;
    float: left;
}

.shadow_r{
    background-position: -758px -0px;
    height: 611px;
    width: 16px;
    float: left;
}

.block{
    width: 998px;
    height: auto;
    padding-bottom: 100px;
    float: left;
}

.logo{
    background-position: -0px -234px;
    height: 61px;
    width: 240px;
    margin: 17px 0 0 20px;
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 1000;
}

.head_links{
    float: right;
    width: 207px;
    margin-top: 52px;
    position: relative;
    z-index: 300;
}

.head_links span{
    padding: 0 13px;
    color: #797f81;
}

.head_links a{
    color: #797f81;
    font-family: 'Tahoma';
    font-size: 12px;
    text-decoration: none;
}

.head_links a:hover{
    text-decoration: underline;
}




/* Menus ############################################ */

.menu_block{
    background-position: 0px 0px;
    height: 282px;
    width: 980px;
    margin-top: 20px;
    margin-left: -2px;
    padding-left: 20px;
}

.menu{
    background-position: -247px -174px;
    height: 181px;
    width: 243px;
    padding: 1px;
    float: left;
}

.menu li a{
    font-size: 16px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    color: #6bb3c6;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 4px 0 0 11px;
    margin: 0 5px 0 0;
    height: 26px;
}

.menu li a.hoveri,.menu li a:hover{
    background: url(../images/repeat_sprite.png) bottom repeat-x;
    background-position: -0px -757px;
    color: white;
}

.menu li:hover ul{display:block;}

.menu li ul{
    position: absolute;
    margin: -30px 0 0 239px;
    z-index: 988;
    background: white;
    border: 3px solid #62a2b5;
    display: none;
}

.menu li ul a{
    margin-right: 0px;
    padding-right: 15px;
    border-top: 1px solid #ccc;
    height: 25px;
}

.menu li ul li.first a{
    border: none;
}

.menu .arrow_menu{
    background: url(../images/sprite.png);
    background-position: -3px -209px;
    width: 17px;
    height: 17px;
    float: right;
    margin: -28px 5px 0 0;
}

.head_logo{
    background-position: 0px 0px;
    height: 172px;
    width: 737px;
    margin: 5px 0 0 243px;
    position: absolute;
    display: block;
}

.content_block{
    margin-top: -110px;
    position: relative;
}




/* Body Content ############################################ */

.sidebar{
    float: left;
    width: 260px;
    margin-top: 34px;
}

.article{
    float: left;
    width: 737px;
    margin-bottom: 100px;
}

.side_box{
    border: 4px solid #b1d1d9;
    margin-left: 20px;
}

.side_box .inside_box{
    background: #e2f3f7;
    padding: 18px 12px;
}

.side_box .inside_box .box_title{
    font-size: 24px;
    color: #6bb3c6;
    font-weight: bold;
    font-family: 'Century Gothic';
}

.side_box .inside_box .box_info{
    color: black;
    font-size: 13px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-weight: normal;
}

.side_box .inside_box ul{
    margin-top: 15px;
}

.side_box .inside_box li{
    padding-top: 5px;
}

.side_box .inside_box li a{
    background: url(../images/sprite.png);
    background-position: -3px -429px;
    display: block;
    padding-left: 18px;
    font-size: 15px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    color: #3399ff;
}

.side_box .inside_box li a:hover{
    text-decoration: none;
}

.side_box .inside_box p{
    padding: 10px 0;
}

.shadow_box{
    background-position: 0 -174px;
    width: 240px;
    height: 23px;
    margin-left: 20px;
}

.side_box .white_box{
    background: white;
}

.form {
    margin-top: 19px;
}


/*
.form .input_text, form .sel {
	border:1px solid #999999;
	color: #666666;
	padding: 4px 7px;
	font-size:13px;
	font-family: 'Arial';
	width:190px;
	margin-bottom:5px;
}
.form select.select_menu {width:206px;}
.form input.small {float:left; width: 120px; margin: 0;}
*/

.form input.submit{
    background-position: 0px -303px;
    width: 66px;
    height: 26px;
    border: none;
    margin-left: 4px;
    cursor: pointer;
}




/* Subscribe ############################################ */
/*the subscribe module--this might replace the ones above so we are still working!!!*/

.form .inputbox{
    border: 1px solid #999999;
    color: #666666;
    padding: 4px 7px;
    font-size: 13px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    width: 190px;
    margin-bottom: 5px;
}

.form input.small{
    float: left;
    width: 120px;
    margin: 0;
}

.form select{
    width: 206px;
    margin-bottom: 5px;
    border: 1px solid #999;
    padding: 4px 3px;
}

.form .response{
    padding-top: 5px;
}

.form .input-group{
    margin: 0 0 15px 10px;
}

.form .input-group label{
    font-size: 13px;
    padding-left: 5px;
}

.form .response{
    background: #FFEEEE;
    color: red;
    padding: 5px;
    margin: 5px 0;
    display: none;
    font-weight: bold;
}

.form .success{
    background: none;
    color: green;
}



/* SOCIAL ############################################ */

.social{
    float: right;
    width: 630px;
}

.social li{
    float: left;
    padding: 6px 17px 6px 30px;
    height: 18px;
}

.social .blog{
    background-position: -496px -236px;
}

.social .facebook{
    background-position: -496px -267px;
}

.social .twitter{
    background-position: -496px -205px;
}

.social .sharethis{
    background-position: -496px -174px;
}

.social li a{
    text-align: right;
    font-size: 13px;
    font-family: 'Verdana';
    color: #336699;
    text-decoration: none;
}

.social li a:hover{
    text-decoration: underline;
}





/* Article ############################################ */

.article .page_content{
    width: 660px;
    margin: 25px 0 0 40px;
    font-size: 15px;
}

.article .page_content h1{
    font-size: 38px;
    font-weight: bold;
    color: #6bb3c6;
    font-family: 'Century Gothic',Tahoma,Arial,sans-serif;
    text-shadow: 1px 1px 2px #E1E1E1;
}

.article .page_content p{
    color: black;
    font-size: 15px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-weight: normal;
    margin: 1em 0;
}

.article .page_content h2{
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 27px;
    font-weight: normal;
    color: #9daf00;
}

.article .page_content h3{
    font-size: 24px;
    font-weight: normal;
    color: #666666;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
}

.article hr{
    border: none;
    border-bottom: 1px dashed #b1d1d9;
    margin: 20px 0;
}

/*
.article img{
	float: right;
	border: 1px solid #dfdfdf;
	padding: 9px;
	margin: 0 0 10px 10px;
}
*/

.article span{
    font-weight: bold;
    color: #669900;
}

.article a{
    color: #3399ff;
    /* font-size: 15px; */
}

.article a:hover{
    text-decoration: none;
    /* font-size: 15px; */
}

/*
.article ul, .article ol {margin:-15px 0 0 15px;}
.article .article_content ul li a, .article .article_content ol li a {
	background:url(../images/sprite.png);
	background-position: -3px -429px;
	font-size: 15px;
	padding-left:18px;
	display: block;
} */

.article ul{
    padding-left: 30px;
    margin:0 0 15px 0;
}

.article ol{
    padding-left: 34px;
    margin:0 0 15px 0;
}

.article ul li{
    list-style-type: disc;
    font-size: 15px;
    margin: 0 0 8px 0;
}

.article ol li{
    list-style-type: decimal;
    font-size: 15px;
    margin: 0 0 8px 0;
}





/* Categories ############################################ */

.sections ul.cats{
    margin: 5px 0 27px 0;
}

.sections ul.cats li{
    margin-top: 3px;
    list-style: none;
}

.sections ul.cats li a{
    background: url(../images/sprite.png);
    background-position: 0px -369px;
    padding-left: 20px;
    color: #3399ff;
    font-size: 16px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
}

.sections ul.cats ul.subcats{
    padding: 10px 0 0 30px;
    display: block;
    font-size: 15px;
}

.sections ul.cats ul.subcats li{
    background: url(../images/sprite.png);
    background-position: -3px -429px;
    padding: 0 0 20px 18px;
    list-style: none;
}

.sections ul.cats ul.subcats li a{
    background: url(../images/sprite.png);
    background-position: -3px -209px;
    padding-left: 17px;
    font-size: 15px;
}




/* Home ############################################ */

.home_logo{
    background-position: 0px -531px;
    height: 231px;
    width: 740px;
    margin: -54px 0 0 243px;
    position: absolute;
    display: block;
    z-index: 200;
}

.home_head_links{
    margin-right: 148px;
}

.home_page{
    margin-bottom: 100px;
}


/* Home Tabs ######### */

.home_tabs{
    width: 248px;
    margin-left: 20px;
    padding-top: 5px;
    float: left;
    position: relative;
}

.home_tabs a{
    text-indent: -9999px;
}

.patients{
    background-position: -498px -763px;
    height: 180px;
    width: 248px;
    display: block;
}

.patients_a{
    background-position: 0px -944px;
    height: 231px;
    height: 180px;
    width: 248px;
    display: block;
}

.doctors{
    background-position: -0px -763px;
    height: 180px;
    width: 248px;
    display: block;
}

.doctors_a{
    background-position: -249px -763px;
    height: 180px;
    width: 248px;
    display: block;
}

.pharm{
    background-position: -249px -944px;
    height: 180px;
    width: 248px;
    display: block;
}

.pharm_a{
    background-position: -498px -944px;
    height: 180px;
    width: 248px;
    display: block;
}

.home_content{
    border: 1px solid #5e94a4;
    width: 720px;
    margin: 5px 0 0 -8px;
    float: left;
}

.home_content_inner{
    border: 7px solid #a6d7e3;
    background: #6bb3c6;
    display: none;
}

.left_top_corner, .right_top_corner, .left_bottom_corner, .right_bottom_corner,.did_you_know {
    display: block;
    height: 14px;
    font-size: 1px;
    background: url(../images/sprite.png);
    background-repeat: no-repeat;
}

.left_bottom_corner {
    background-position: -378px -1154px;
    float: left;
    width: 14px;
}

.right_bottom_corner {
    background-position: -378px -1168px;
    float: right;
    width: 14px;
}

.left_top_corner {
    background-position: -378px -1140px;
    float: left;
    width: 14px;
}

.right_top_corner {
    background-position: -378px -1126px;
    float: right;
    width: 14px;
}

.content_box{
    background: white;
    margin-bottom: -14px;
    padding: 18px 22px 20px 22px;
}

.hbox{
    width: 669px;
    margin: 15px;
}

.content_box h1{
    font-size: 30px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    color: #6bb3c6;
    font-weight: bold;
}

.content_box .line{
    border-top: 1px solid #cccccc;
    margin: 5px 0;
}

.content_box ul{
    margin-left: 10px;
    width: 456px;
    float: left;
}

.content_box li{
    background: url(../images/sprite.png);
    background-position: -3px -429px;
    display: block;
    padding-left: 18px;
    font-size: 15px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    margin: 7px 0;
}

.content_box a{
    color: #3399ff;
    font-size: 15px;
    font-weight: normal;
}

.content_box a:hover{
    text-decoration: none;
}

.content_box p{
    font-size: 15px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
}

.content_box img{
    margin: 15px 25px;
}

.content_box .button_our_clinical_trials{
    background-position: -0px -1125px;
    height: 40px;
    width: 248px;
    display: block;
    text-indent: -9999px;
    margin: 16px 0 5px 155px;
}

.content_box .small_list{
    width: 330px;
}

.content_box .patients_butons{
    margin-top: 25px;
}

.content_box .butons{
    float: right;
    padding: 10px 10px 0 0;
}

.content_box .butons a{
    margin-bottom: 30px;
}

.content_box .doc_our_clinical_trials{
    background-position: -0px -1166px;
    height: 35px;
    width: 205px;
    display: block;
    font-size: 22px;
    color: white;
    padding: 5px 0 0 43px;
    font-weight: bold;
    text-decoration: none;
}

.content_box .doc_testimonials{
    background-position: -393px -1166px;
    height: 35px;
    width: 205px;
    display: block;
    font-size: 22px;
    color: white;
    padding: 5px 0 0 43px;
    font-weight: bold;
    text-decoration: none;
}

.content_box .doc_learn_more{
    background-position: -393px -1207px;
    height: 35px;
    width: 205px;
    display: block;
    font-size: 22px;
    color: white;
    padding: 5px 0 0 43px;
    font-weight: bold;
    text-decoration: none;
}

.content_box .spo_our_clinical_trials{
    background-position: -0px -1207px;
    height: 35px;
    width: 205px;
    display: block;
    font-size: 22px;
    color: white;
    padding: 5px 0 0 43px;
    font-weight: bold;
    text-decoration: none;
}

.content_box .spo_testimonials{
    background-position: -393px -1125px;
    height: 35px;
    width: 205px;
    display: block;
    font-size: 22px;
    color: white;
    padding: 5px 0 0 43px;
    font-weight: bold;
    text-decoration: none;
}

.content_box .spo_learn_more{
    background-position: -0px -1248px;
    height: 35px;
    width: 205px;
    display: block;
    font-size: 22px;
    color: white;
    padding: 5px 0 0 43px;
    font-weight: bold;
    text-decoration: none;
}

.content_box .quotes{
    background-position: 0px -1289px;
    width: 258px;
    height: 106px;
    font-size: 16px;
    font-weight: normal;
    padding: 18px 0 0 10px;
}

.content_box .quotes:first-letter{
    padding-left: 55px;
}

.did_you_know{
    background-position: -249px -1125px;
    float: left;
    width: 128px;
    height: 128px;
    margin: -6px 0 0 -7px;
}

.special .message{
    position: relative;
    float: left;
    font-size: 21px;
    border-right: 1px solid #ccc;
    padding-right: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    color: #52686e;
    width: 248px;
    margin-left: -90px;
}

.special .message a{
    font-size: 13px;
    padding-left: 10px;
}

.special .left_mess{
    width: 300px;
    float: right;
}

.special h2{
    font-size: 18px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-weight: bold;
    color: #6bb3c6;
}




/* Footer ############################################ */

.footer ul{
    margin: 0 auto;
    padding-top: 65px;
    width: 580px;
}

.footer ul li{
    color: white;
    float: left;
}

.footer ul li a{
    color: white;
    font-size: 13px;
    text-align: center;
    padding: 0 15px;
    font-family: 'Verdana';
    text-decoration: none;
}

.footer ul li a:hover{
    text-decoration: underline;
}

.footer .textut{
    margin: 0 auto;
    width: 595px;
    font-size: 11px;
    text-align: center;
    font-family: 'Verdana';
    color: #e1e1e1;
    margin-top: 10px;
}

.footer .textut a{
    color: #e1e1e1;
}

.footer .textut a:hover{
    text-decoration: none;
}




/* Login Page ############################################ */

.login-user table td{
    padding: 5px 3px;
}

.login-user .username{
    border: 1px solid #999999;
    width: 160px;
    height: 26px;
    padding: 2px 0 0 20px;
    font: 13pt Arial, Helvetica, FreeSans, sans-serif;
    font-weight: bold;
    color: #5282ae;
    background: #FFFFFF url(../images/bg_field_username.gif) no-repeat left top;
}

.login-user .username:focus{
    border: 1px solid #136c96;
}

.login-user .password{
    border: 1px solid #999999;
    width: 160px;
    height: 26px;
    padding: 2px 0 0 20px;
    font: 13pt Arial, Helvetica, FreeSans, sans-serif;
    font-weight: bold;
    color: #5282ae;
    background: #FFFFFF url(../images/bg_field_password.gif) no-repeat left top;
}

.login-user .password:focus{
    border: 1px solid #136c96;
}

.login-user .button{
    background-color: #E0E0E0;
    background-image: url("../images/button_bg.gif");
    border: 1px solid #5282AE;
    color: #5282AE;
    cursor: pointer;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 13px;
    float: left;
    font-weight: bold;
    margin-right: 10px;
}




/* Contact Us ############################################ */

.contact_form ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.contact_form ul li{
    clear: both;
    display: block;
    margin: 0;
    padding: 6px 5px 9px 9px;
}

.contact_form label.desc{
    color: #444444;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    border: medium none;
    color: #222222;
    display: block;
    font-size: 95%;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px;
    text-align: left;
}

.contact_form span.req{
    color:red !important;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.contact_form li span{
    float: left;
    margin: 0 0.3em 0 0;
    padding: 0;
}

.contact_form li span label{
    clear: both;
    color: #444444;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 100%;
    margin: 0;
    padding-top: 6px;
}

.contact_form li span.checks ul li input{
    float: left;
}

.contact_form li span.checks ul li label{
    padding-left: 17px;
    clear: none;
}

.contact_form input [ type = text ]{
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
    font-size: 100%;
    color: #333;
    margin: 0;
    padding: 2px 0;
}

.contact_form input [ type = text ]{
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background: #fff url(../images/fieldbg.gif) repeat-x top;
}

.contact_form input [ type = checkbox ]{
    display: block;
    margin: 4px 0 0 0;
    padding: 0;
    width: 13px;
    height: 13px;
}

.contact_form .response{
    background: #FFEEEE;
    color: red;
    padding: 5px;
    margin: 5px 0;
    display: none;
    font-weight: bold;
}

.contact_form .success{
    background: none;
    color: green;
}

.cancer{background: url(../images/ACS-logo-birthdays.png) no-repeat left bottom; width: 355px; padding-bottom: 50px; text-decoration: none; display: block; font: normal 13px "Arial"; color: #a4a4a4; float: right;
        margin-top: 30px;}
.cancer:hover{text-decoration: underline;}
