
/* CSS Document */

/*colors
Dary Gray - #828282
Lighter Gray - #717074
Pink - #B07C83
*/

/*new colors
Dary Gray - #53565A
Lighter Gray - #717074
brick - #B07C83
light brick #D7BDC1
*/
body
{
    font: 100% Arial, Helvetica, sans-serif;
    background: #ffffff;
    margin: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000; /*padding-top: 10px; 	padding-right: 0px; 	padding-bottom: 0px; 	padding-left: 0px;	*/
    color: #000000; /*padding-top: 10px; 	padding-right: 0px; 	padding-bottom: 0px; 	padding-left: 0px;	*/
}

.largertext
{
    font: 100% Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: normal;
    color: #717074;
    line-height: 130%;
    padding-top: 0px;
    text-align: justify;
}
.largertextblock
{
    font: 100% Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: normal;
    color: #717074;
    line-height: 130%;
    padding-top: 50px;
    text-align: justify;
    padding-bottom: 0px;
}

.columntext
{
    font: 100% Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: normal;
    padding: 0px;
    line-height: 130%;
    color: #717074;
    text-align: justify;
}
.rightcolumntext
{
    font: 100% Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: normal;
    padding: 0px;
    line-height: 130%;
    color: #717074;
    text-align: right;
}
.twoColElsLtHdr #container
{
    width: 880px; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
    background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
    border: 0px solid #000000;
    text-align: left;
    margin:45px 0 20px 50px;
    padding:0px;
}

.twoColElsLtHdr #header
{   
    background: #ffffff;
    padding: 0 0px;
    float: left;
    position: relative; 
    width:100%;
}
.twoColElsLtHdr #logocarrier
{
    background: #ffffff;
    float: left;
    width: 180px;
    position: relative;
    margin: 0px;
}
.twoColElsLtHdr #flashcarrier
{
    background: #ffffff;
    width: 670px;
    position: relative;
    float:right;
    padding:0px;
    margin:0px;
}
.twoColElsLtHdr #header h1
{
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColElsLtHdr #ContentMenuWarpper
{
    padding: 0px;
}
.twoColElsLtHdr h2
{
    text-align: left;
    font-size: 1.2em;
    font-weight: lighter;
    letter-spacing: 5px;
    color: #717074;
    padding: 0px;
    margin: 0px;
}
.twoColElsLtHdr #sidebar1
{
    float: left;
    width: 200px;
    background: #ffffff; /* top and bottom padding create visual space within this div */
    position: relative;
    padding:0px;
    margin:40px 0 0 0;
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p
{
    margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
    margin-right: 10px;
}

.twoColElsLtHdr #mainContent
{
    float: right;
    width: 670px;
    background: #ffffff; /* top and bottom padding create visual space within this div */
    position: relative;
    margin: 20px 0 0 0;
}
.twoColElsLtHdr #footer
{
    position: relative;
    width: 670px;
    margin: 0 0 0 250px;
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background: #ffffff;
}
.twoColElsLtHdr #footer p
{
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    letter-spacing: 0px;
    color: #717074;
    font-weight: lighter;
    line-height: 130%;
    text-align: center;
}

/* Miscellaneous classes for reuse */
.fltrt
{
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft
{
    /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}



div.my_middleleft
{
    width: 700px;
    height: 60px;
    background: #fff;
    float: left;
    background: blue;
    left: 0px;
    position: relative;
}
div.my_farleft
{
    width: 320px;
    background: #ffffff;
    float: right;
    margin: 0 0 0 0px;
    position: relative;
}
div.my_left
{
    width: 320px;
    background: #ffffff;
    float: left;
    position: relative;
    margin: 0px;
}
div.wrappic
{
    width: 120px;
    height: 200px;
    background: #ffffff; /*float: left;*/
    left: 200px;
    position: relative;
}
div.my_lowerfarleft
{
    width: 320px;
    height: 220px;
    background: #ffffff; /*float: left;*/
    left: 350px;
    position: relative;
}
div.my_lowerleft
{
    width: 320px;
    height: 220px;
    background: #ffffff;
    float: right;
    position: relative;
}
div.my_floatingfarleft
{
    width: 320px;
    background: #ffffff;
    float: right; /*top:200px;*/ /*left: 350px;*/ /*position: absolute;*/
}
div.my_floatingbroadleft
{
    width: 100%;
    background: #ffffff;
    float: right;
    text-align: right;
    background-image: url(../images/dottedLine.gif);
    background-repeat: no-repeat;
    background-position: center 50px;
}
div.news_content
{
    
  
}
div.my_floatingleft
{
    width: 320px;
    background: #ffffff;
    float: left;
}
div.my_floatingpicleft
{
    width: 320px;
    height: 220px;
    background: #ffffff;
    position: relative;
    text-align: right;
    float: left;
    padding: 0px;
}
div.my_box1
{
    width: 320px;
    height: 150px; /*float: left;*/
    position: relative;
    background-image: url('../images/box1.gif');
    background-repeat: no-repeat;
}
div.my_box2
{
    width: 320px;
    height: 150px; /*float: left;*/
    position: relative;
    background-image: url(../images/box2.gif);
    background-repeat: no-repeat;
}


div.my_image
{
    height: 50px;
    background: #ffffff;
    text-align: left;
}
.menutext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0px;
    letter-spacing: 0px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    line-height: 130%;
    color: #717074;
}
.dottedLineGreyBg
{
    background-image: url(../images/dottedLineGryBg.gif);
    background-repeat: repeat-x;
    height: 1px;
}
#dottedLine
{
    width: 100%;
    text-align: left;
    background-image: url(../images/dottedLine.gif);
    background-repeat: repeat-x;
    height: 1px;
    position: relative;
    margin: 40px 0 0 0;
}
.dottedLine2
{
    width: 100%;
    text-align: left;
    background-image: url(../images/dottedLine.gif);
    background-repeat: repeat-x;
    height: 4px;
    position: relative;
    margin: 40px 0 0 0;
}
.boxheading
{
    padding: 7px 26px 0 16px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    letter-spacing: 0px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.boxtext
{
    margin: 5px 0 0 0;
    padding: 10px 26px 0 16px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    letter-spacing: 0px;
    font-weight: normal;
    color: #ffffff;
}
.boxbutton
{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    letter-spacing: 0px;
    font-weight: bold;
    color: #ffffff;
    width: 50px;
    padding: 0 30px 0 0;
}

.menu
{
    list-style-type: none;
    margin: 5px 0;
    padding: 0px;
    width: auto; /*border: 1px solid red;*/
    border-bottom-width: 0;
}

.menu li a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    letter-spacing: 0px;
    font-weight: bold;
    color: #717074;
    display: block;
    width: auto;
    padding: 10px 0;
    padding-left: 0px;
    text-decoration: none;
    text-indent: 15px;
}


* html .menu li a
{
    /*IE only. Actual menu width minus left padding of A element (10px) */
    width: 160px;
}

.menu li a:visited, .menu li a:active
{
}

.menu li a:hover
{
    background-image: url(../images/block.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
#who .menu_who
{
    text-decoration: none;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B07C83;
    padding-bottom: 2px;
}
#news .menu_news
{
    text-decoration: none;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B07C83;
    padding-bottom: 2px;
}
#main .menu_main
{
    text-decoration: none;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B07C83;
    padding-bottom: 2px;
}
#serv .menu_serv
{
    text-decoration: none;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B07C83;
    padding-bottom: 2px;
}
#cli .menu_cli
{
    text-decoration: none;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B07C83;
    padding-bottom: 2px;
}
#care .menu_care
{
    text-decoration: none;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B07C83;
    padding-bottom: 2px;
}
#cont .menu_cont
{
    text-decoration: none;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B07C83;
    padding-bottom: 2px;
}
.fixedmenu
{
    list-style-type: none;
    margin: 5px 0;
    padding: 0px;
    width: 170px; /*border: 1px solid red;*/
    border-bottom-width: 0;
}

.fixedmenu li a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 260%;
    color: #717074;
    display: block;
    width: auto;
    padding: 3px 0;
    padding-left: 10px;
    text-decoration: none;
    text-indent: 6px;
    background-image: url(../images/block.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
.fixedlist
{
    list-style-type: none;
    margin: 5px 0;
    padding: 0px;
    width: 420px; /*border: 1px solid red;*/
    border-bottom-width: 0;
}

.fixedlist li
{
    list-style-image: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: 260%;
    color: #717074;
    padding: 3px 0;
    padding-left: 26px;
    text-decoration: none; /*text-indent:20px;*/
    background-image: url(../images/cencebulletBW.gif);
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
}

a
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
#logintable
{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    letter-spacing: 0px;
    font-weight: bold;
    color: #ffffff;
    width: 300px;
    margin: 14px 0 0 10px;
}

.smallText
{
    font-size: 9px;
}
.email
{
    color: #000000;
}

