@charset "UTF-8";
/* CSS Document */

* {
    margin:0;
    padding:0;
    }

body    {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:62.5%;
    }

img {
    border:none;
    }
    
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
    
.white  {
    color:#fff;
    }
    
/* --- Wrapper --- */

#wrapper    {
    background:#fff;
    width:949px;
    margin:0 auto;
    }
    
/* --- Header --- */

#header {
    background:url(../images/indexheader.jpg) top left no-repeat;
    width:680px;
    height:70px;
}

#indexheader {
    background:url(../images/indexheader.jpg) top left no-repeat;
    width:680px;
    height:70px;
}

h1  {
    font-size:2em;
    font-weight:bold;
    padding-bottom:8px;
    padding-top:4px;
    line-height: 1.2;
}

h2  {
    font-size:1.6em;
    font-weight:bold;
    padding-bottom:7px;
    padding-top:3px;
    line-height: 1.2;
}

h3  {
    font-size:1.2em;
    font-weight:bold;
    padding-bottom:6px;
    padding-top:2px;
    line-height: 1.2;
}

#header h1  {
    text-indent:-9000px;
    }

#indexheader h1  {
    text-indent:-9000px;
    }
    
/* --- Navigation --- */

#upper_nav  {
    width:939px;
    height:18px;
    padding:7px 0 0 10px;
}

#lower_nav  {
    background:url(../images/lower_nav.jpg) top left no-repeat;
    width:919px;
    height:30px;
    padding-left:30px;
}

#upper_nav ul   {
    list-style:none;
    }
    
#lower_nav ul   {
    list-style:none;
    list-style-type: none;
    }
    
#upper_nav ul li    {
    float:left;
    font-size:1.2em;
    }
    
#lower_nav ul li    {
    float:left;
    font-size:1.2em;
    }

#upper_nav a:link, #upper_nav a:visited {
    color:#a575af;
    text-decoration:none;
    }
    
#upper_nav a:hover  {
    color:#7968a2;
    }

#upper_nav a:link.white, #upper_nav a:visited.white, #lower_nav a:link, #lower_nav a:visited    {
    color:#fff;
    text-decoration:none;
    }
    
#upper_nav a:hover.white, #lower_nav a:hover    {
    color:#fff;
    }

#lower_nav a:link, #lower_nav a:visited {
    display:block;
    float:left;
    height:14px;
    padding:5px;
    margin:3px 6px;
    }
    
#lower_nav a:hover  {
    background:#7968a2;
    }

/* --- Content --- */

#main   {
    width:949px;
    background:url(../images/left_col_middle_bg.jpg) top left repeat-y;
    position:absolute;
    }
    
/* --- Left Column --- */

#left_col   {
    float:left;
    }

#lc_top {
    background:url(../images/left_col_top.jpg) top left no-repeat;
    width:207px;
    height:75px;
    padding:13px 0 0 25px;
}

#lc_top h2  {
    color:#fff;
    font-size:2.4em;
    font-weight:normal;
}

#lc_bg  {
    background:url(../images/left_col_middle_bg.jpg) top left repeat-y;
    width:232px;
}

#lc_bg ul   {
    padding:0 30px 0 14px;
    font-size:1.4em;
    line-height:1.2em;
    color:#fff;
    list-style-type: none;
    }
    
#lc_bg ul li    {
    display:block;
    margin-top:10px;
    }
    
#lc_bg a:link, #lc_bg a:visited {
    text-decoration:none;
    color:#fff;
    }

#newsletter {
    background:url(../images/news_form.jpg) top left no-repeat;
    width:207px;
    height:136px;
    color:#fff;
    padding:15px 0 0 25px;
}

#newsletter p {
    line-height:1.8em;
    }

.large  {
    font-size:1.2em;
    }

#name {
    width:122px;
    height:18px;
    }
    
#email  {
    width:155px;
    height:18px;
    margin-top:2px;
    }

.submit {
    background:Transparent url(../images/submit.gif) no-repeat top left;
     
    height:19px;
    width:79px;
    float:right;
    margin-top:4px;
    border:none;
    color:#fff;
    }
    
/* --- Right Column --- */

#right_col  {
    float:left;
    width:717px;
    }

#photo  {
    width:157px;
    height:52px;
    float:left;
    padding:165px 0 0 85px;
}


#photo_ipd  {
    width:157px;
    height:28px;
    float:left;
    padding:87px 0 0 85px;
}

#photo p    {
    font-size:1.2em;
    color:#fff;
    line-height:1.4em;
    }

#intro_box  {
    background:url(../images/intro_text.jpg) top left no-repeat;
    width:445px;
    height:197px;
    float:right;
    padding:10px 20px 10px 10px;
    font-size:1.3em;
    line-height:1.3em;
}

#intro_boxpink  {
    background:url(../images/intro_textpink.jpg) top left no-repeat;
    width:445px;
    height:197px;
    float:right;
    padding:10px 20px 10px 10px;
    font-size:1.3em;
    line-height:1.3em;
}

#intro_box_index  {
    background:url(../images/intro_text_index.jpg) top left no-repeat;
    width:445px;
    height:95px;
    float:right;
    padding:10px 20px 10px 10px;
    font-size:1.3em;
    line-height:1.3em;
}

#intro_box p    {
    padding-bottom:5px;
    }

#main_content   {
    font-size:1.1em;
    width:700px;
    min-height:370px;
    height: auto !important;
    border-left: #8987AF 2px solid;
    clear:right;
    padding-left:15px;
    }
#main_content  p {
    font-size:1.1em;
    padding-bottom:4px;
    padding-top:4px;
    }
#main_content_home   {
    font-size:1.1em;
    width:700px;
    min-height:370px;
    height: auto !important;
    border-left: #8987AF 2px solid;
    clear:right;
    }

#content_bottom {
    background:url(../images/content_bottom.jpg) top left no-repeat;
    height:56px;
}

#content_bottompink {
    background:url(../images/content_bottompink.jpg) top left no-repeat;
    height:56px;
}

/* --- Footer --- */

#footer {
    background:url(../images/footer.jpg) top left no-repeat;
    width:869px;
    height:37px;
    clear:both;
    padding:25px 40px 0 40px;
}


#footerpink {
    background:url(../images/footerpink.jpg) top left no-repeat;
    width:869px;
    height:37px;
    clear:both;
    padding:25px 40px 0 40px;
}

#left   {
    float:left;
    color:#fff;
    display:block;
    padding-top:5px;
    }
    
#left a:link, #left a:visited {
    color:#fff;
    }
    
#right {
    float:right;
    font-size:1.4em;
    color:#fff;
}

tr.field0{
    visibility:visible;
}

tr.field1{
    visibility:visible;
}

tr.field2{
    visibility:hidden;
}
