﻿body
{
    font-family: Arial,Verdana,Tahoma,Helvetica;
}

#CustomContainer
{
    position:relative;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 10px 0 0 1px;
}
#CustomContainer a
{
    color:#303030;
}
#CustomContainer h3
{
    margin:0;
    padding:0 0 5px 0;
    font-size:22px;
    font-weight:normal;
    color:#009edd;
}
#CustomContainer p
{
    font-size:15px;
    color:#303030;
    padding:5px 0 5px 0;
}
#CustomContainer .grey
{
    font-size:10px;
    color:#969696;
}
#CustomContainer ul
{
    margin: 0;
    padding: 15px;
}
#CustomContainer li
{
    font-size:12px;
    padding:0 0 0 4px;
    margin:10px 0 0 35px;
}
#CustomContainer img
{
    margin: 0;
    padding: 0;
    border:0;
    display: block;
}

#CustomContainer #Content
{
    width: 812px;   
}
#CustomContainer #Content #middleWrapper
{
    height:425px;
}
#CustomContainer #Content #middleWrapper .infobox
{
    background:url(/templates/CapioMiddlePage/images/info_bg.jpg) 0 0 no-repeat;
    background-color:#FFF;
    width:225px;
    _width: 270px;
    height:415px;
    padding:10px 30px 0 15px;
    float:left;
    overflow:hidden;
    display: inline;
}
#CustomContainer #Content #middleWrapper #list1
{
    background:url(/templates/CapioMiddlePage/images/vardcentralListBg.jpg) 0 36px no-repeat;
    background-color:#FFF;
    width:269px;
    height:425px;
    float:left;
    overflow:hidden;
}
#CustomContainer #Content #middleWrapper #list1 li
{
    list-style-image: url(/templates/CapioMiddlePage/images/blue_arrow.gif);
}
#CustomContainer #Content #middleWrapper #list2
{
    background:url(/templates/CapioMiddlePage/images/barnavardcentralListBg.jpg) 0 36px no-repeat;
    background-color:#FFF;
    width:270px;
    height:425px;
    float:left;
    overflow:hidden;
}

#CustomContainer #Content #middleWrapper #list2 li
{
    list-style-image: url(/templates/CapioMiddlePage/images/green-arrow.gif);
}

#CustomContainer #Content #bottom
{
    height:182px;
    margin:0 0 0 2px;
}
#CustomContainer #Content #bottom .puff
{
    float:left;
    border-right: 1px solid #FFF;
    margin:0;
}

/* /////  CORNERS AND BORDERS //////*/
#CustomContainer .topleft
{
    background-image: url(/templates/CapioMiddlePage/images/corner_topleft.gif);
    background-repeat: no-repeat;
    top: 0;
	left: 0;
    height:6px;
    width:6px;
	position: absolute;
	overflow: hidden;

}
#CustomContainer .topright
{
    background-image: url(/templates/CapioMiddlePage/images/corner_topright.gif);
    background-repeat:no-repeat;
    top: 0;
	right: 0;
    height:6px;
    width:6px;
	position: absolute;
	overflow: hidden;

}
#CustomContainer .bottomleft
{
    background-image: url(/templates/CapioMiddlePage/images/corner_bottomleft.gif);
    background-repeat: no-repeat;
    bottom: 0;
	left: 0;
    height:6px;
    width:6px;
	position: absolute;
	overflow:hidden;

}
#CustomContainer .bottomright
{
    background-image: url(/templates/CapioMiddlePage/images/corner_bottomright.gif);
    background-repeat:no-repeat;
    bottom: 0;
	right: 0;
    height:6px;
    width:6px;
	position: absolute;
	overflow: hidden;

}
#CustomContainer .topborder
{
    background-image: url(/templates/CapioMiddlePage/images/border_top.gif);
    background-repeat:repeat-x;
    top:0;
    height:6px;
    width:100%;
    position: absolute;
	overflow: hidden;
}
#CustomContainer .leftborder
{
    background-image: url(/templates/CapioMiddlePage/images/border_left.gif);
    background-repeat:repeat-y;
    top: 0;
	left: 0;
    width:6px;
    height: 999em;
    position: absolute;
	overflow: hidden;
}
#CustomContainer .rightborder
{
    background-image: url(/templates/CapioMiddlePage/images/border_right.gif);
    background-repeat:repeat-y;
    top: 0;
	right: 0;
    width:6px;
    height:999em;
    position: absolute;
	overflow: hidden;
}
#CustomContainer .bottomborder
{
    background-image: url(/templates/CapioMiddlePage/images/border_bottom.gif);
    background-repeat:repeat-x;
    bottom: 0;
    height:6px;
    width:100%;
    position: absolute;
	overflow: hidden;
}