﻿/*Left column for side menu*/
#column1
{
	width:197px;
	float:left;
}
/*Right column for content area*/
#column2
{
	width:auto;
	float:none;
	margin-left:217px;
	min-height:610px;
	height:auto !important;
	height:610px;
}
/*Class for floating right sidebars*/
.sidebar
{
    width:200px;
    float:right;
    padding-left:10px;
}
/*Side menu heading*/
#column1 h1.menu-section
{
    margin:0;
    background:#406290 url(../images/menu-section-bg.jpg) no-repeat center bottom;
    color:White;
    border-bottom:solid 1px #DADADA;
    font-size:1.4em;
    font-weight:bold;
    padding-left:8px;
    padding-bottom:12px;
    padding-top:7px;
}
/*Side menu classes*/
ul#side-menu
{
    margin:0;
}
ul#side-menu li
{
    background-image:none;
    padding-top:8px;
    padding-bottom:0px;
    border-bottom:solid 1px #DADADA;
    border-left:solid 1px #DADADA;
    border-right:solid 1px #DADADA;
    font-size:1.2em;
    padding-left:0;
    background-color:#F1F1F1;
}
ul#side-menu li a,
ul#side-menu li span
{
    padding-left:8px;
    padding-bottom:8px;
    display:block;
}
ul#side-menu li ul li a,
ul#side-menu li ul li span
{
    padding-bottom:0;
}
ul#side-menu li ul li
{
    font-size:1em;
    padding-left:10px;
    background:white url(../images/page-menu-bullet.gif) no-repeat 7px 8px;
    padding-top:2px;
    padding-bottom:2px;
    border:0;
}
ul#side-menu li ul
{
    margin:0;
    padding-top:3px;
    padding-bottom:3px;
    background-color:White;
}
ul#side-menu li.last-li
{
    background:url(../images/page-menu-last-li-bg.gif) no-repeat center top;
    border:0;
    height:26px;
}
ul#side-menu li.selected
{
    background-color:#C9C3C5;
}
/*Main content area ul style*/
#column2 ul li
{
    padding-top:8px;
    padding-bottom:8px;
    background-position:left 7px;
}
/*Main content area h1 style*/
#column2 h1
{
    color:#42618F;
    font-size:2.4em;
    border-bottom:0;
    padding-bottom:0;
}
#column2 .contact h1
{
    font-size:1.4em;
    color:White;
    margin-bottom:8px;
}
#column2 .contact p,
#column2 .contact a
{
    color:#B5C7DD;
    line-height:1.3em;
}
#column2 .contact a
{
    text-decoration:underline;
}
#column2 .contact
{
    position:relative;
    background:#42618F url(../images/dark-blue-curve-bl.gif) no-repeat left bottom;
    padding:6px 7px 10px 7px;
}
.contact .right-curve
{
    position:absolute;
    bottom:0;
    right:0;
}
/*Fix corner image in IE6*/
* html .contact .right-curve
{
    bottom:-1px;
}
#column2 .main-content p.large
{
    font-size:1.5em;
    line-height:1.5em;
}
img.border
{
    padding:3px;
    border:solid 1px #C2C2C2;
}
.open-box
{
    position:relative;
    background:url(../images/hr-bottom.gif) repeat-x center bottom;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:10px;
    min-height:176px;
    height:auto !important;
    height:176px;
}
.open-box .top-border
{
    position:absolute;
    top:0;
    left:0;
    background:url(../images/hr-top.gif) repeat-x center top;
    width:100%;
    height:6px;
}.main-content ol li {
	list-style-position: inside;
}
#column2 .main-content p {
	font-size:1.2em;
	line-height:1.4em;
}

