/* Start of CMSMS style sheet 'kelsey_global' */
@charset "UTF-8";
/* KELSEY+co CSS Document */

/*COLORS*/
/*
Background  #edeeef
green #9eb445
blue #507984
*/


/*MAIN TAGS*/
body {
	margin:0px;
	padding:0px;
	background:#f0f0f1 url(images/background_pattern.gif) repeat-x;
	font-family:helvetica, arial, sans-serif;
	color:#3b3b3b;  /*dark grey*/
	font-size:13px;
	line-height:17px;
	font-weight:normal;
}
img {
	border:0px;
}
p {
}
b, strong {
}
h1 {
	font-size:22px;
	line-height:26px;
	color:#3E87AC; /*blue*/
	margin:0px;
	font-weight:normal;
}
h2 {
	font-size:19px;
	line-height:22px;
	color:#3E87AC; /*blue*/
	margin:0px;
	font-weight:normal;
}
h3 {
	font-size:13px;
	color:#9eb445; /*green*/
	margin-bottom:5px;
	margin-top:0px;
}
h4 {
	font-size:13px;
	color:#489BC6; /*blue*/
	margin-bottom:5px;
	margin-top:0px;
}
h5 {
	font-size:13px;
	color:#EA9635; /*orange*/
	margin-bottom:5px;
	margin-top:0px;
}
#blueContent h1{
	margin-top:0px;
	margin-bottom:3px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:17px;
}
#blueContent p{
	margin-top:0px;
	margin-bottom:0px;
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
}
.quote{
	font-size:12px;
	line-height:17px;
	color:#4D4D4D;
}
.smallGreyCaps{
	font-size:10px;
	text-transform:uppercase;
	color:#9fb1b9;
}
strong{
       color:#9eb445;
}


/*RE-USEABLE CLASSES*/
.blue {color:#489BC6;}
.green {color:#9eb445;}
.orange{color:#EA9635;}
.menuGreen{background-color:#ececec;}

.padding20{padding:20px;}
.padding20-40{padding:20px 40px 20px 40px;}
.padding0-20{padding:0 20px;}
.padding-0-20{padding:0 20px 20px 20px;}
.padding25L{padding-left:25px;}
.padding50R{padding-right:50px;}
.padding25T{padding-top:25px;}
.left{float:left;}


/*LAYOUT*/
#superwrap {
	width:825px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	top:0;
	left:0;
	clear:both;
}
#leftshad {
	position:absolute;
	left:-13px;
	top:0;
	width: 13px;
	height: 100%;
	background-image:url(images/shadow_left_sliver.gif);
	background-repeat: repeat-y;
	z-index:100;
}
#rightshad {
	position:absolute;
	right:-13px;
	top:0;
	width: 13px;
	height: 100%;
	background-image:url(images/shadow_right_sliver.gif);
	background-repeat: repeat-y;
	z-index:100;
}
#container {
	position:relative;
	top:0;
	left:13px;
	width: 800px;
	float:left;
	clear:both;
	background-color:#FFFFFF;
	overflow:visible;
}
#banner {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:105px;
	background-color:#edeeef;
}
#nav {
        float:left;
        clear:both;
	width:800px;
	height:37px;
	background-image:url(images/nav_bar_02.jpg);
	background-repeat:repeat-x;
	font-size:15px;
        letter-spacing:2px;
	text-transform:uppercase;
	color:#ffffff;
}
/*SECONDARY PAGES*/
#menuLine{
        float:left;
        clear:both;
	width:800px;
	height:10px;
        background-image:url(images/internal_bar_back.jpg);
}
#menuBox{
	position:relative;
	width:219px;
	top:0px;
	background-color:#c0c0c0;
}
#menuBox ul{
	margin:0;
}
#contentContainer2 {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	background:#FFFFFF;
}
#bodyContent{
	float:left;
	width:561px;
	padding-bottom:40px;
}
#bodyContentPadding{
	position:relative;
	left:40px;
	top:40px;
	width:475px;
}
#sidebar{
	float:left;
	width:234px;
        font-size:11px;
}
#sidebarPadding{
	position:relative;
	top:0px;
	width:215px;
        font-size:11px;
        color:#a2a2a2;
}

#bottomGrey{
	float:left;
	clear:both;
	width:800px;
	background-color:#ebebeb;
        font-size:11px;
}
#bottomGrey .column1{
	width:246px;
	float:left;
	clear:none;
	height:100%;
	margin-bottom:20px;
}
#bottomGrey .column2{
	width:265px;
	float:left;
	clear:none;
	border-left:1px dashed #aaa;
	border-right:1px dashed #aaa;
	height:100%;
	margin-bottom:20px;
}

/*HOMEPAGE*/
#blueContent{
        float:left;
        clear:both;
	width:800px;
	background-image:url(images/home_blue_back_02.jpg);
	background-repeat:no-repeat;
	background-color:#234858;
	padding-bottom:10px;
}
#blueContent .block{
	float:left;
	width: 224px;
	text-align:center;
}
#blueContent .separator{
	float:left;
	width:3px;
}
#contentContainer {
        float:left;
        clear:both;
	padding-top:20px;
	width:800px;
	background:#FFFFFF;
}
#contentLeft {
	float:left;
	width:280px;
}
#contentBoxTop{
	background-image:url(images/box_background_top.gif);
	height:11px;
}
#contentBox{
	width:238px;
	background-image:url(images/box_background_middle.gif);
	background-repeat:repeat-y;
}
#contentBoxText{
	position:relative;
	left:10px;
	width:218px;
	font-size:11px;
}
#contentBoxBottom{
	background-image:url(images/box_background_bottom.gif);
	height:11px;
}
#quoteStart{
	float:left;
	width:30px;
	height:23px;
	background-image:url(images/quote_start.gif);
	background-repeat:no-repeat;
}
#contentRight {
	float:left;
	top:0px;
	width:430px;
}
#footer {
	clear:both;
	width:770px;
	font-size:11px;
	color:#489BC6;
	text-align:right;
	margin:10px auto;
}
/*LINKS*/
a {
	outline:none;
}
a:link {
	color:#1875a1;  /*blue*/
	text-decoration: none;
	border-bottom: none;
}
a:visited {
	color:#1875a1;  /*blue*/
	text-decoration: none;
	border-bottom: none;
}
a:hover {
	color:#999999;
	text-decoration:none;
	border-bottom: none;
}
#nav a:link {
	color:#FFFFFF;
	text-decoration: none;
	border-bottom: none;
}
#nav a:visited {
	color:#FFFFFF;
	text-decoration: none;
	border-bottom: none;
}
#nav a:hover {
	color:#000000;
	text-decoration:none;
	border-bottom: none;
}
#footer a:link {
	color:#489BC6;  /*blue*/
	text-decoration: none;
	border-bottom: none;
}
#footer a:visited {
	color:#489BC6;  /*blue*/
	text-decoration: none;
	border-bottom: none;
}
#footer a:hover {
	color:#000000;
	text-decoration: none;
	border-bottom: none;
}

/* SUBNAV*/ 
  
#navcontainer { width:219px;background-color:#ececec; }

#navcontainer ul
{
margin-left: 0px;
padding-left: 10px;
font-size: 10px;
font-weight:bold;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li.currentpage{
	display: block;
        padding: 3px;
	width: 190px;
        font-size:14px;
	color:#EA9635; 
        font-weight:bold;
	border-bottom: 1px dotted #c0c0c0; 
	text-decoration: none;
}


#navcontainer a
{
display: block;
padding: 3px;
width: 190px;
font-size: 10px;
font-weight:bold;
border-bottom: 1px dotted #c0c0c0;
}

#navcontainer a:link, #navlist a:visited
{
font-size: 10px;
font-weight:bold;
color: #EA9635;
text-decoration: none;
}

#navcontainer a:hover
{
font-size: 10px;
font-weight:bold;
color:#EA9635;
background-color: #FFFFFF;
}

/* End of 'kelsey_global' */

