/* Start of CMSMS style sheet 'enki' */
 /* Blueprint Mods
--------------------------------*/
body {
    color: #666;
}
body, ul, ol {
	margin: 0;
    list-style-type: none;
}
ul.ul, ol.ol {
	margin: 0pt 0pt 1.5em 1.5em;
}
ul.ul li {
	line-height: 2;
}
img {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #00388C;
    font-weight: bold;
    border-bottom: 1px dotted #00388C;
    padding-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
	background: url(/images/h1_bg.jpg) no-repeat;
    padding-left: 40px;
}

.container {
	background: #fff;
}

strong {
	color: #202020;
}

/* Layout 
-------------------------------*/
.footer {
	border-top: 1px solid #999;
    line-height: 1;
    padding-top: 5px;
    color: #666;
}

#teaser {
	margin-bottom: 10px;
}

/*= Menu */
/* Menu
------------------------------*/
.menu {
    position:relative;
    z-index:100;
    background-image: url(/images/menu_bg.jpg);
    background-repeat: repeat-x;
    height: 31px;
    margin-bottom: 20px;
}

.menu ul {
	margin-left: 20px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
    float:left;
    /*width:150px;*/
    position:relative;
}

/* style the links for the top level */
.menu a {
    display: block;
    font-size: 0.75em;
    float: left;
    text-decoration: none;
	text-transform: uppercase;
    color: #333333;
    /*width:139px;*/
    padding: 1px 37px 0 37px;
    height: 29px;
    line-height: 31px;
    white-space: nowrap;
    font-weight: bold;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #CCCCCC;
}
.menu a:hover, .menu .currentpage a {
	background-color: #eaeaea;
}
.menu a:hover {
    text-decoration: underline;
}


/* Classes
-------------------------------------------*/
.homeBox h3 {
	background-color: #3763a3;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 1.2em;
}

.footer { font-size: 10px; } 

.homeBoxContent {
	padding: 10px;
    margin-bottom: 10px;
}

.homeContent {
	background-color: #e9e9e9;
    float: left;
}

.homeTabs {
	margin-top: 1.5em;
    margin-left: 10px;
}
.homeTabs a {
    display: block;
    float: left;
    text-decoration: none;
	text-transform: uppercase;
    background-color: #ccc;
    color: #202020;
    padding: 5px 50px 5px 14px;
    font-weight: bold;
    margin-right: 1px;
}
.homeTabs a.active {
	background-color: #999;
    color: #fff;
}

.homeColumn {
	width: 250px;
	padding: 10px 10px 0 10px;
}

.homeColumn .image {
	margin-bottom: 1em;
}

.homeColumn .title {
	background-color: #3464A8;
	padding: 5px 0 5px 5px;
	color: #fff;
}

.homeColumn .copy {
	padding: 0 5px;
}

.homeBoxContent {
	clear: left;
    border-top: 1px solid #999;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

/* LAYOUT */
.contact_form label { 
	font-weight: bold; 
    display: block;
}
.contact_form .required label {
	font-style: italic;
}
/* End of 'enki' */

