﻿div#page-wrapper
{
width               : 100%;
height              : inherit;
display             : block;
overflow            : hidden;
margin              : 0px;
padding             : 0px;
background-color    : #FFF;
}

div#page-wrapper div.left-side
{
background-color        : #FF6600;
width                   : 66%;
display                 : block;
float                   : left;
height                  : inherit;
overflow                : hidden;
height                  : 100%;
}

div#page-wrapper div.right-side
{
background-color        : #FFF;
width                   : 34%;
display                 : block;
float                   : left;
height                  : 100%;
}

div#page-wrapper div.right-side div.intro
{
padding                 : 20px 40px 0px 40px;
overflow                : hidden;
}

div#page-wrapper div.right-side div.intro h2
{
color                   : #FF6600;
font-size               : 120%;
font-weight             : normal;
line-height             : 24px;

margin                  : 0px 0px 16px 0px;
}

div#page-wrapper div.right-side div.intro h3, div#page-wrapper div.right-side div.intro h4
{
color                   : #333;
font-size               : 80%;
font-weight             : normal;
line-height             : 16px;
margin                  : 0px 0px 10px 0px;
}

div#page-wrapper div.right-side div.intro h3, div#page-wrapper div.right-side div.intro p
{
color                   : #333;
font-size               : 80%;
font-weight             : normal;
line-height             : 16px;
margin                  : 0px 0px 10px 0px;
}

div#page-wrapper div.right-side div.intro a
{
color                   : #FF6600;
}


div#page-wrapper div.right-side div.banner1
{
background              : url(../images/home/banner1.jpg);
margin                  : 0px 0px 1px 0px;
}

div#page-wrapper div.right-side div.banner1 h5
{
color                   : #FFF;
font-size               : 80%;
font-weight             : normal;
margin                  : 0px 0px 0px 0px;
width                   : 90%;
min-height              : 89px;
}

* html div#page-wrapper div.right-side div.banner1 h5
{
height					:89px;
}

div#page-wrapper div.right-side div.banner1 h5 a
{
color                   : #FFF;
text-decoration         : none;
display                 : block;
padding                 : 15px 32px 0 99px;

}

div#page-wrapper div.right-side div.banner1 h5 span.link
{
color					: #A84606;
}

div#page-wrapper div.right-side div.banner2
{
background              : url(../images/home/banner2.jpg);
}

div#page-wrapper div.right-side div.banner2 h5
{
color                   : #333;
font-size               : 80%;
font-weight             : normal;
margin                  : 0px 0px 0px 0px;
width                   : 100%;
min-height              : 110px;
}

* html div#page-wrapper div.right-side div.banner2 h5
{
height					: 110px;
}

div#page-wrapper div.right-side div.banner2 h5 a
{
color                   : #666;
text-decoration         : none;
display                 : block;
padding                 : 14px 32px 0px 99px;
}


div#right-mask
{
background				:#FF6600;
position				:absolute;
visibility				: hidden;
opacity					: 0;
}