@charset "UTF-8";
@import "/cwis/css/toplevel_headerfooter.css";
/* Template CSS all University temaples. */

/* Make IE6 tolerate transparent PNGs. */
img { behavior: url("/uc/css/iepngfix.htc"); border:0px;}


/* commented backslash hack \*/
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

body, ul, ol, td, p, b, h1, h2, h3, h4, h5, h6
{
    font-family:Arial, Helvetica, sans-serif;
}

ul 
{
    list-style-image:url(/uc/images/blt_arrow_gr.gif);
    font-size:95%;
    padding: 0;
    margin:0 10px 8px 45px;
}


ol 
{
    font-size:90%;
    padding: 0;
    margin:0 17px 8px 45px;
}

td 
{
    font-size:95%;
    padding:10px 0 0 15px;
    color:#000000;
    margin:10px;
}

.eventDate
{
	font-size:16px;
	font-weight:bold;
}

.eventTitle
{
	color:#7c1e30;
	font-size:14px;
	font-weight:bold;
}

a.secondarynavsub 
{
    font-size:85%;
    color:#000000;
    display:block;
    text-decoration:none;
    font-weight:bold;
    padding:3px 5px 3px 35px;
    margin:0px;
    line-height:11px;
}


.whiteboardol
{
    padding: 0;
    margin-bottom: 0;
    margin-left:35px;
    color:#666666;
    font-size:80%;
}

.whiteboardul
{
    padding: 0;
    margin-bottom: 0;
    margin-left:25px;
    color:#666666;
    font-size:80%;
}

.bluecheck 
{
    list-style-image:url(/uc/images/i_checkmark_yellow.jpg);
    padding: 0;
    margin-bottom: 5px;
    margin-left:25px;
    color:#FFFFFF;
    font-size:90%;
    line-height:90%;
    font-weight:bold;
}


h6.grtitlenav
{
    color:#000000;
    text-decoration:none;
    font-size:100%;
    line-height: 16px;
    margin-left:10px;
}

b 
{
    font-size:90%;
    font-weight:bolder;
    padding:0px;
    color:#7c1e30;
    margin: 0px;
}

p 
{
    font-size:90%;
    padding:10px 0 0 15px;
    color:#000000;
    margin:10px;
}

.newsp 
{
    font-size:80%;
    padding:0 0 0 5px;
    color:#000000;
    margin:5px;
} 

.whiteboardp, .whiteboard2p
{
    font-size:80%;
    padding:8px 20px 5px 5px;
    color:#666666;
    margin:5px;
} 

.whiteboard2p
{
    padding:22px;
}

#whiteboard .whiteboard2p
{
    padding:5px;
}

.studentflexp
{
    font-size:80%;
    padding:15px;
    color:#666666;
    margin:5px;
} 

h1, h2, h3, h4, h5, h6
{
    padding:10px 0 0 15px;
    margin:5px;
    border:0;
    outline:0;
}

h1 
{
    font-size:175%;
    color:#e0b53a;
    line-height:normal;
}

h2 
{
    font-size:155%;
    color:#d59221;
    line-height:20px;
}

h3 
{
    font-size:125%;
    color:#f7863d;
    line-height:18px;
}

h4 
{
    font-size:115%;
    color:#a0a81a;
    line-height:15px;
}

h5 
{
    font-size:100%;
    color:#7c1e30;
    font-weight:bold;
    line-height:12px;
}

h6
{
    font-size:80%;
    color:#f5b600;
    font-weight:bold;
    line-height:10px;
}

h6.topnav
{
    font-size:80%;
    color:#FFFFFF;
    float:right;
    padding:0px;
    font-weight:bold;
    line-height:10px;
}

.green_tlt 
{
    font-size:90%;
    padding:5px 0 0 5px;
    color:#f5b600;
    margin: 5px;
    font-weight:bold;
    border: 0;
    outline: 0;
}

.whitep, .whitep_bld
{
    color:#FFFFFF;
    font-size:90%;
    line-height:115%;
}

.whitep_bld
{
    font-weight:bold;
}

.navtitle, .subnavtitle
{
    font-size:95%;
    color:#000000;
    display:block;
    text-decoration:none;
    margin:0;
    padding:7px 5px 5px 30px;
}

.subnavtitle
{
    padding:7px 5px 5px 45px;
}

.contentareapad
{
    padding:5px;
    margin:5px;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
    background-color: #ffffff;
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-align: center;
    min-width:999px;
}

#outer{
    min-height:100%;
    width:766px;
    border-left:1px solid #000;
    border-right:1px solid #000;
    margin:auto;/* center it*/
    position:relative;
    text-align:left;
}

* html #outer
{
    height:100%;
    width:768px;/* box model hack for ie5.+*/
}

#footer 
{
    width:766px;
    height:50px;
    background: #FF8080;
    color: #000;
    margin:-50px auto 0;
    position:relative;
}

#clearfooter{clear:both;height:50px;width:100%;}

.btm_align{
position:relative;
bottom:0;
left:0;}

/* Link elements begin. */
a:link {color: #013219}
a:visited {color: #013219}
a:hover {color: #000000}
a:active {color: #98843B}

a.boldblk, a.boldwhite, a.orange, a.small, a.mainlink, a.calblack
{
    text-decoration:none;
}

a.boldblk, a.boldwhite
{
    font-weight:bold;
}

a.boldblk:link {color: #000000; }
a.boldblk:visited {color: #000000; }
a.boldblk:hover {color: #98843B; }
a.boldblk:active {color: #000000; }

a.boldwhite:link {color: #ffffff; }
a.boldwhite:visited {color: #ffffff; }
a.boldwhite:hover {color: #e2be32; }
a.boldwhite:active {color: #ffffff; }

a.orange:link {color: #f7863d; }
a.orange:visited {color: #f7863d; }
a.orange:hover {color: #993C29; }
a.orange:active {color: #f7863d; }

a.small:link {color: #01543A; }
a.small:visited {color: #98843B; }
a.small:hover {color: #98843B;}
a.small:active {color: #000000;}


a.smallred:link {color: #993C29;}
a.smallred:visited {color: #993C29;}
a.smallred:hover {color: #000000;}
a.smallred:active {color: #000000;}


a.mainlink:link {color: #000000; }
a.mainlink:visited {color: #666666; }
a.mainlink:hover {color: #013219; }
a.mainlink:active {color: #98843B; }

a.dkred:link {color: #72170C;}
a.dkred:visited {color: #014121;}
a.dkred:hover {color: #014121;}
a.dkred:active {color: #000000;}

a.calblack:link {color: #000000; }
a.calblack:visited {color: #000000; }
a.calblack:hover {color: #72170C; text-decoration: underline;}
a.calblack:active {color: #000000; text-decoration: underline;}

a.green:link {color: #016241;}
a.green:visited {color: #7C5F08;}
a.green:hover {color: #7C5F08;}
a.green:active {color: #016241;}


/* Link elements end. */


/* top navigation (yellow horizontal top) elements begin. */

a.firstyear, a.aats, a.sasc, a.resources, a.about
{
    display:-moz-inline-box;
    display:inline-block;
    height:44px;
    text-decoration:none;
    background-repeat:no-repeat;
    margin:0;
    padding:0;
}

a.firstyear {
    width: 235px;
    background:url("/uc/images/btn_firstyearprogs.png");
    border-right: 1px solid #FFFFFF;
}

a.firstyear:hover {
    background:url("/uc/images/btn_firstyearprogs_ro.png");
}

a.aats {
    width: 246px;
    background:url("/uc/images/btn_aats.png");
    border-right: 1px solid #FFFFFF;
}

a.aats:hover {
    background:url("/uc/images/btn_aats_ro.png");
}

a.sasc {
    width: 215px;
    background:url("/uc/images/btn_sasc.png");
    border-right: 1px solid #FFFFFF;
}

a.sasc:hover {
    background:url("/uc/images/btn_sasc_ro.png");
}
a.resources {
    width: 152px;
    background:url("/uc/images/btn_resources.png");
    border-right: 1px solid #FFFFFF;
}

a.resources:hover {
    background:url("/uc/images/btn_resources_ro.png");
}

a.about {
    width: 123px;
    background:url("/uc/images/btn_aboutuc.png");
}

a.about:hover {
    background:url("/uc/images/btn_aboutuc_ro.png");
}

a.students, a.faculty
{
    display:-moz-inline-box;
    display:inline-block;
    width:138px;
    height:29px;
    text-decoration:none;
    background-repeat:no-repeat;
    padding:0;
    margin:0;
}

a.students {
    background:url("/uc/images/HR_Nav_MakeGift_Off.gif");
    position:absolute;
    right:0px;
    top:0px;
}

a.students:hover {
    background:url("/uc/images/HR_Nav_MakeGift_On.gif");
}

a.faculty {
    background:url("/uc/images/HR_Nav_MakeGift_Off.gif");
    position:absolute;
    right:0px;
    top:0px;
}

a.faculty:hover {
    background:url("/uc/images/HR_Nav_MakeGift_On.gif");
}

/* top navigation (yellow horizontal top) elements end. */


/* super navigation (Green links: Contact, Lost Alumni, and Update address horizontal top) elements end. */

#depban_div
{
    height:137px;
    background:#eeeadc;
    margin:5px 0px 10px 0px;
    padding: 6px 25px 6px 25px;
    position: relative;
    z-index:100;
}

#whitebr_div{
    height:6px;
    position: relative;
}

/* navigation elements begin. */
a.subnav 
{
    font-size:85%;
    color:#882336;
    display:block;
    text-decoration:none;
    font-weight:bold;
    padding:3px 5px 3px 45px;
    margin:0px;
    line-height:11px;
}

a.subnav:hover  
{
    color:#f19514;
}

a.primarynav, a.primarynavend
{
    background:#ffffff;
    font-size:80%;
    color:#000000;
    display:block;
    text-decoration:none;
    padding:5px 5px 10px 5px;
    margin:0;
    border-top:#cccccc solid 1px;
    font-weight:bold;
}

a.primarynav:hover, a.primarynavend:hover
{
    background:#cccccc;
    color:#aa7c24;
}

a.primarynavend 
{
    border-bottom:#CCCCCC solid 1px;
}

a.primarynavsub 
{
    font-size:85%;
    color:#882336;
    display:block;
    text-decoration:none;
    font-weight:bold;
    padding:3px 5px 3px 35px;
    margin:0px;
    line-height:11px;
}

a.primarynavsub:hover {
    color:#f19514;
    padding:3px 5px 3px 35px;
    font-size:85%;
    line-height:11px;
}

a.primarynavsubend {
    font-size:80%;
    color:#000000;
    display:block;
    text-decoration:none;
    padding:5px 10px 10px 10px;
    margin:0px;
    line-height:5px;
    border-bottom:#CCCCCC solid 1px;
}

a.primarynavsubend:hover {
    color:#aa7c24;
}

a.primarynavtitle {
    font-size:95%;
    color:#000000;
    display:block;
    font-weight:bolder;
    text-decoration:none;
    padding:7px 5px 5px 30px;
    margin:0px;
}

a.primarynavtitle:hover {
    color:#7faf0f;
}

.greyavender{
    border-top:#CCCCCC solid 1px;}

a.homenav {
    font-size:80%;
    color:#01543a;
    display:block;
    font-weight:bold;
    text-decoration:none;
    padding:5px 5px 10px 30px;
    margin:0px;
    line-height:5px;
}

a.homenav:hover {
    color:#aa7c24;
}

#yellowbar a span, .skiplink
{
    position:absolute;
    top:-999999px;
    left:-999999px;
}

/* navigation elements end. */
.arrowlistmenu ul
{
    list-style-image:url(/uc/images/blt_arrow_gr.gif);
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.calloutcolor ul, .calloutcolorleft ul
{
    list-style-image:url(/uc/images/i_check.jpg);
    margin: 0;
    padding: 10px 0px 0px 25px;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
    font-size:90%;
}

.white_line
{
    border-left: 1px solid #FFFFFF;
    }


#greenbar_div
{
    height:500px;
    background-color:#f5b600;
    width:100%;
    z-index:9999999;
}

.impadlogo{margin: 0px; padding: 0px; display:inline;}
.impad{margin:5px; display:inline;}
.impad10{margin:5px 5px 10px 10px; display:inline;}
.impadr{margin-right:15px; display:inline;}
.impadr2{margin-right:20px; display:inline;}


/* middle */

a.home:link {color:#000000; text-decoration:none; font-size:100%; line-height: 16px; margin-left:20px;}
a.home:visited {color: #000000; text-decoration:none; font-size:100%; line-height: 16px; margin-left:20px;}
a.home:hover {color:#ff492F; text-decoration:none; font-size:100%;  line-height: 16px; margin-left:20px;}
a.home:active {color: #e9f4f8; text-decoration:none; font-size:100%;  line-height: 16px; margin-left:20px;}


a.ceonav:link {color: #325f94; text-decoration:underline; font-size:90%}
a.ceonav:visited {color: #325f94; text-decoration:underline; font-size:90%}
a.ceonav:hover {color:#325f94; text-decoration:underline;  font-size:90%}
a.ceonav:active {color: #325f94; text-decoration:underline;  font-size:90%}

.ltblue, .newstxt, .marronsm, .largetxt
{
    font-family:Georgia, "Times New Roman", Times, serif;
}

.contentareapad{padding:10px;}

.ltblue {
    color: #e9f4f8;
    font-size:75%;
    line-height:12px;
}

.newstxt{
    font-size: 115%; 
    color: #951316; 
    border-bottom:1px dotted #CCCCCC; 
    padding:0px; 
    margin:0px; 
    font-weight:bold;
}

.imagepad{
    padding:0 5px 0 0;
    float:left;
}
.imagepadtitle{
    padding:0;
    float:left; 
    margin:0 0 15px 5px;
}

.imageclear{
    clear: both;
    margin: 0 0 -2px 0;
    padding: 0;
}

.imagepadr{
    padding:10px 24px 5px 10px;
    float:right;
}

.imagepadmainphoto
{
    padding:0px 8px 0px 10px;
    float:right;
}

.rightf{
    float:right;
}

.ceobold{
    font-size:10px; 
    font-weight:bold; 
    color:#f5eaae;
}

.greybox{
    background-color:#FFFFFF;
    border:solid #999999 1px;  
    padding:2px;
}

.greyborder{
    border-bottom: 1px dashed #CCCCCC;
}

.greybordersolid{
    border-bottom: 1px solid #CCCCCC;
}

.readon{float:right; font-size:85%; color:#999999; margin:5px;}

.marronsm{font-size: 105%; font-weight: bold; color: #682f22; border-bottom:1px dotted #CCCCCC;}

.largetxt{font-size: 125%; color: #951316; }

.search
{
    position:absolute;
    right:0px;
    top:19px;
    width: 400px;
    margin-top:20px;
}

.buttonbanner
{
    position:absolute;
    right:5px;
    height:200px;
    top:15px;
    width: 220px;
    padding:15px 5px 5px 0;
    z-index:1500;
}

.buttonbanner_wc
{
    position:absolute;
    right:5px;
    height:200px;
    top:-10px;
    width: 220px;
    padding:15px 5px 5px 0;
    z-index:1500;
}	

.link_three
{
    position:absolute;
    right:0px;
    top:5px;
    width: 400px;
    margin-top:6px;
    margin-right:0;
}

.studentflex
{
    float:right;
    width:203px;
    height:124px;
    z-index:999;
    background:#FFFFFF url(/uc/images/bg_studentflex1.jpg) no-repeat top left;
    padding:0;
    margin:0px 0px 5px 5px;
}

.studentflex2
{
    float:right;
    width:201px;
    height:124px;
    z-index:999;
    background:#FFFFFF url(/uc/images/bg_studentflex.jpg) no-repeat top left;
    padding:0;
    margin:0px 10px 10px 10px;
}

.callout, .calloutr, .calloutr_hoz
{
    height:auto;
    z-index:999;
    background:#ffffff;
    padding:5px;
    font-size:80%;
    color:#9d8f8f;
}

.callout{
    float:left;
    width:auto;
    margin:0px 10px 10px 15px;
}

.calloutr{
    float:right;
    width:175px;
    margin:0px 10px 10px 15px;
}

.calloutr_hoz{
    float:right;
    width:264px;
    margin:0px 10px 10px 5px;
}

.calloutcolor, .calloutcolorleft
{
    float:right;
    background-color:#f6e596;
    width:auto;
    height:auto;
    z-index:999;
    padding:10px;
    font-size:95%;
    color:#333333;
    margin:5px 10px 10px 20px;
}

.search2{
position:absolute;
right:954px;
top:1px;
}

.search3{
position:absolute;
right:-9px;
top:282px;
}

.bgsilver 
{
    margin:-2px  0px 0px 0px;
    padding:5px;
    background:#FFFFFF url(/uc/images/bg_silver.jpg) repeat-x top;
    border-right:solid #CCCCCC 1px;
    border-left:solid #cccccc 1px;
    min-height:271px;
}

.newsmain 
{ 
    background: #ffffff url(/uc/images/bg_silver.jpg) repeat-x top;
    padding:5px 5px 0 5px;
    margin:10px;
    border:1px #999999 solid;
}

.rightnav
{
    float:right;
    width: 165px;
    padding:5px; 
    margin:10px 0px 10px 10px;
}

.mainthumbs, .mainthumbsright, .mainthumbs_stud, .mainthumbs_facstaff, .main_image
{
    position:absolute;
    padding:5px;
    margin:0;
    height:79px;
}

.mainthumbs{
    left:219px;
    top:281px;
    width: 438px;
}

.mainthumbsright{
    left:800px;
    top:175px;
    width: 200px;
}

.mainthumbs_stud{
    left:219px;
    top:281px;
    width: 306px;
    z-index: 8;
}

.mainthumbs_facstaff{
    left:583px;
    top:281px;
    width: 340px;
    z-index: 8;
}

.main_image{
    left:10px;
    top:10px;
    width: 700px;
}

#outerWrapper .wsumainnav{
padding:5px;
        background-color:#f5b600;
top:350px;
margin:0px;
position:absolute;
left: 8px;
width: 211px;
height: 50%;
        z-index: 8;
}

.breakingnews{
    padding:5px;
    margin:0px;
    position:absolute;
    left:675px;
    top:15px;
    width: 291px;
    height: 178px;
    overflow:auto;
    zoom:1;
}

.student_stories2{
    padding:0px;
    margin:0px;
    position:absolute;
    left:658px;
    top:330px;
    width: 309px;
    height: 32px;
}

#contentWrapper3 #rightcolumn_h #whiteboard{
    border-top:5px #dbdce0 solid;
    border-left:5px #c8c7cd solid;
    border-right:5px #bebfc4 solid;
    border-bottom:5px #9da0a5 solid;
    padding:0 10px 0 0px;
    margin:0 10px;
    width: 225px;
/*    height:310px;*/
    background:#ececf6 url(/uc/images/i_whiteboard_corner.jpg) no-repeat top right;
}
/*
#contentWrapper3 #rightcolumn_h #whiteboard .whiteboard2p{
height:250px;
overflow:auto;
}
 */
#contentWrapper3sub #rightColumnSub #whiteboard2{
    padding:10px 0 0 10px;
    margin:0 0 0 10px;
    position:relative;
    left:10px;
    top:0px;
    width: 180px;
    height:234px;
    background:#ffffff url(/uc/images/i_whitboard_lc.jpg) no-repeat top left;
}

.student_storiesmenu, .donorstories4, .donorstories5, .donorstories_right
{
    position:absolute;
    padding:5px;
    margin:0;
    height:36px;
}

.student_storiesmenu{
    left:575px;
    top:196px;
    width: 400px;
}

.donorstories4{
    left:439px;
    top:303px;
    width: 75px;
    z-index: 10;
}

.donorstories5{
    left:809px;
    top:304px;
    width: 100px;
    z-index: 10;
}

.donorstories_right{
    left:700px;
    top:175px;
    width: 100px;
    z-index: 899;
    text-align:left;
}

/*Begin Layout CSS */

#GlobalWrapper {
    z-index:1;
    background: url(/uc/images/bg_shadowrepeatb.gif) repeat-x left top;
    position:relative;
    width:100%;
    height: 139px;
    margin: 6px 0 0  0px;
}

#GlobalWrapper #banner {
    padding-right:18.5em;
}

#GlobalWrapper #banner #banner_links{
    vertical-align:top;
}

#GlobalWrapper #banner #banner_lost{
    vertical-align:top;
position:absolute;
top:0px;
right:5px;
}

#outerWrapper, #outerWrapper_top, #outerWrapper2
{
    margin:0 auto;
    text-align:left;
    position:relative;
    padding:0;
    z-index:2;
}

#outerWrapper {
    background:#f5b600 url(/uc/images/bg_yellow_mainsh.jpg) repeat-y top left;
    width: 976px;
    top:1px;
}

#outerWrapper_top {
    width: 977px;
    height:44px;
}

#outerWrapper2 {
    background-position:bottom left;
    background-repeat:repeat-x;
    width: 943px;
    z-index:55;
    height:94px;
}

#GlobalWrapper #outerWrapper #contentWrapper3{
    background:#f5b600 url(/uc/images/bg_whitecontent.gif) repeat-y top left;
    width:791px;
    padding: 0;
    margin: 0;
    z-index:75;
    height:100%;
    position:relative;
    top:0px;
    left:175px;
}

#GlobalWrapper #outerWrapper #contentWrapper3sub{
    background:#f5b600 url(/uc/images/bg_whitecontent.gif) repeat-y top left;
    width:711px;
    padding: 0;
    margin: 0;
    z-index:75;
    height:auto;
    position:relative;
    top:0px;
    left:245px;
}

.endcapnav{position:absolute;
bottom:0px;
left:0px;}

/*interior content div*/

#outerWrapper #contentWrapper2 #rightColumn3 {
    background-color:#f5b600;
    position:absolute;
    padding: 0px;
    width: 219px;
    margin:0px;
    top: 30px;
    left: 0px;
    height:auto;
}

#outerWrapper #contentWrapper2 #rightColumn4 {
    background:#ffffff url(/uc/images/bg_nav.jpg) no-repeat top left;
    position:absolute;
    padding: 0px;
    width: 219px;
    margin:0px;
    top: 10px;
    left: 15px;
    height:auto;
}

#outerWrapper #contentWrapper2 #rightColumn3Sub {
    background-color:#f5b600;
    position:absolute;
    padding: 0px;
    width: 219px;
    margin:0px;
    top: 30px;
    left: 10px;
    height:auto;
}


#outerWrapper #contentWrapper2 #rightColumnSub {
    background-color:#FFFFFF;
    padding: 0px;
    width: 219px;
    margin:10px;
    float:right;
    height:auto;
    border-left:#CCCCCC 1px solid;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper2 #contentmain {
    padding: 0px;
    height:360px;
    background:url(/uc/images/bg_yellow_texture.jpg) no-repeat top;
}

#outerWrapper #contentWrapper2 #contentmainsub {
    padding: 0px;
    height:290px;
    background:url(/uc/images/bg_yellow_texture.jpg) no-repeat top;
}

#outerWrapper #contentWrapper2 #contentmain_sm {
    padding: 0px;
    height:215px;
}

#outerWrapper #contentWrapper2 #contentmain250 {
    padding: 0px;
    height:250px;
    margin:0px;
}

#outerWrapper #contentWrapper2 #contentmainsub {
    padding: 0px;
    height:135px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
.clearFloat
{
    clear: right;
    display: block;
}

/*end interior content div*/

#outerWrapper #header {
    background-color: #f5b600;
    border-bottom: solid 1px #666666; /* Sets the bottom border properties for an element using shorthand notation */
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.7em;
padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper {
    background:#f5b600 url(/uc/images/bg_bluestain.jpg);
    padding:0px;
    margin:0px;
    min-height:inherit;
    position:relative;
    top:0px;
    left:0px;
    width:100%;
}

#outerWrapper #contentWrapper #rightColumn1 {
    width: 723px;
    position:absolute;
    background-color:#f5b600;
    min-height:350px;
    top:0px;
    left:219px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border:#FFFFFF 1px solid;
    height: 433px;
    z-index:1;
    overflow:scroll;
}

#outerWrapper #contentWrapper #rightColumn1Blue {
    width: 558px;
    margin-left: auto;
    margin-right: auto;
    background-color:#c0cfd4;
    min-height:150px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
    padding:0px;
    width:264px;
    float:right;
    margin:10px;
}

#outerWrapper #contentWrapper2 #footer {
    background-color: #6b92a1;
}

#outerWrapper #contentWrapper2 #footer .nav_btm{
    position:relative;
    right: 12px;
}

#outerWrapper #contentWrapper2 #footer #address_btm{
    position:relative;
    left:12px;
}

#GlobalWrapper #yellowbar{
    height:44px;  
    z-index:100;
    position:relative; 
    width:976px;
    padding:0px;
    margin:0px;
    top:2px;
}
/*End Layout CSS */

/*Begin Navigation  CSS*/
#contentWrapper #contentWrapper3 #wrapper { 
margin: 10px;
width: 944px;
}
#contentWrapper3 #leftcolumn { 
    color: #333;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background:#f5b600;
    padding: 10px;
    height:100%;
    display:block;
    width:494px;
    position: relative;
    left:0px;
    top:0px;
    z-index:999;
}

#contentWrapper3 #rightcolumn { 
    color: #333;
    border-top: 1px solid #fff;
    background:#f5b600;
    padding: 10px;
    height:100%;
    width: 340px;
    display:block;
    float:right;
}

#contentWrapper3 #leftcolumn_h { 
    color: #333;
    padding: 0px;
    margin: 0px;
    height: 100%;
    display:block;
    width: 483px;
    left: 15px;
    top: 0px;
    z-index: 100;
}

* html #contentWrapper3 #leftcolumn_h {
    width:480px;
}

#contentWrapper3 #leftcolumn_hsub { 
    color: #333;
    background:#ffffff url(/uc/images/bg_whitecontent2.gif) repeat-y top left;
    padding: 0px;
    margin: 0px;
    height: 100%;
    display:block;
    width: 475px;
    left: 25px;
    top: 0px;
    z-index: 100;
}

#contentWrapper3 #rightcolumn_h { 
    background: #f5b600 url("/uc/images/bg_bluemain.png") repeat-y;
    padding: 0 0 20px 0;
    margin: 0;
/*    height:600px;*/
    width: 308px;
    display:block;
    float:right;
}

#contentWrapper3 #leftcolumn_500 { 
    color: #333;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    background:#f5b600;
    padding: 10px;
    height:100%;
    display:block;
    width:500px;
    position: relative;
    left:0px;
    top:0px;
    margin: 0px;
}

#contentWrapper3 #leftcolumn_500sub { 
    color: #333;
    background:#f5b600;
    padding: 10px;
    height:100%;
    display:block;
    width:480px;
    position: relative;
    left:0px;
    top:0px;
    margin: 0px;
}

#contentWrapper3 #rightcolumn_100 { 
    margin:0px;
    color: #333;
    background:#f5b600;
    height:100%;
    width: 202px;
    display:block;
    float:right;
}

#contentWrapper3 #rightcolumn_100about { 
    margin:0px;
    color: #333;
    background:#f5b600;
    height:100%;
    width: 253px;
    display:block;
    float:right;
    border-left:solid 1px #FFFFFF;
    border-bottom:solid 1px #FFFFFF;
}

#contentWrapper3 #rightcolumn_100_nogr { 
    margin:0px;
    color: #333;
    background:#f5b600;
    height:100%;
    width: 282px;
    display:block;
    float:right;
}

#contentWrapper3 #leftcolumn_500_nogr { 
    color: #333;
    border-right: 1px solid #fff;
    background:#f5b600;
    padding: 10px;
    height:100%;
    display:block;
    width:419px;
    position: relative;
    left:0px;
    top:0px;
    margin: 0px;
}

#contentWrapper3 #rightcolumn_100green { 
    margin:0px;
    color: #333;
    background:#417c2c;
    height:87.5%;
    width: 220px;
    display:block;
    position:absolute;
    top:75px;
    right:0px;
    z-index:9999;
}

h1.greengrad{
    background:url(/uc/images/Browse_for_Gifts_TTL.gif) repeat-x top;
}

.tb_white{
    border-bottom:#FFFFFF 1px solid;
    border-top:#FFFFFF 1px solid;
}

