/* Start of CMSMS style sheet 'landscape' */
@import url("css/blueprint/screen.css");

/*= Blueprint Overrides - Global Classes */
.accessibility {
	display: none;
}


body, html {
	height: 100%;
}

body, img, ul {
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666;
}

strong {
	color: #202020;
}

ul {
	list-style-type: none;
}

ul.ul {
	list-style-type: disc;
    margin: 0pt 1.5em 1.5em;
}

a {
	text-decoration: none;
}

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

h1 {
	font-size: 2em;
}

textarea {
	width: 300px;
}

.top {
	margin-top: 0 !important;
}
.bottom {
	margin-bottom: 0 !important;
}

/*= Layout */
#header h1 {
	margin: 0;
    border-bottom: none;
}

#header {
	background: #1b104c;
	width: 950px;
    float: left;
    color: #fff;
    font-size: 75%;
}

#footer {
    border-color:#D2D2D2;
    border-style:solid;
    border-width:1px 0pt;
    clear:both;
    font-size:11px;
    margin-bottom:10px;
    margin-top:1px;
    padding:8px 0pt;
    text-align:center;
    margin-top: 2em;
    color: #999;
}

#footer a {
	color: #666;
}

#footer li {
	display: inline;
    padding: 19px;
}

.topContact {
	border-left: 1px solid #fff;
    height: 10px;
    margin-top: 15px;
    padding-left: 1em;
    padding-top: 40px;
    line-height: 0;
}

/*= 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 29px 0 29px;
    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;
}


/*= Content */
#content {
	float: left;
	margin-top: 1em;
	width: 950px;
}

/*= Home */
#homeFeatureArticle {
	width: 280px; /* 300px; */
    height: 95px; /* 95px; */
    top: 350px;
    position: absolute;
    padding: 10px;
    background: url(images/home-feature-box-bg.png);
    color: #fff;
}

#homeFeatureArticle a {
	font-weight: bold;
    color: #fff;
}

#homeFeatureArticle h3 {
	color: #fff;
    border-bottom-color: #fff;
}

.homeStoryLink {
	background-color: #e5e5e5;
    padding: 5px;
    text-align: left; 
    width: 205px; /* 215px */
    margin: 0;
}

.homeBlock {
	margin: 0px;
    border: 0px solid #e5e5e5;
    padding: 0px;
}

.pageContent {
	padding: 0 1em 1em 1em;
}

.homeStory {
	margin-bottom: 1em;
}

/* Position left, center and right as the images dont fill the grid cells */
.first .homeStory {
	text-align: left;
}
.middle .homeStory {
	text-align: center;
    margin: 0;
}
.middle .homeStoryLink {
	margin: 0 auto;
}
.last .homeStory {
	text-align: right;
}
.last .homeStoryLink {
	margin-left: auto;
}

.homeQuote {
	margin-top: 1em;
}
.homeQuote p {
	font-size: 18px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #666;
}

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

