/* 
    Document   : screen.css
    Created on : 31-Oct-2008, 14:47:23
    Author     : mfleming
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
    margin: 0;
    padding: 0;
    outline: 0;
}

a img{
    border: 0;
}

.subTitle{
	text-transform: uppercase;
	font-family: 'Times New Roman',Times,serif;
	font-size: 1.2em;
}

.subTitle strong{
	font-weight: normal;
}

.floatr{
	float: right;
	padding: 0 0 15px 15px;
}

/*----------- assigned ---------------*/

body{
    font-size: 62.5%;
    background: #00444E url(body.png) repeat-x 0 0;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
}

#headerImg{
    display: block;
    height: 136px;
    overflow: hidden;
    margin: auto;
    width: 822px;
}

#mainmenuWrapper{
    height: 2.9em;
    background: #00444E;
}

#mainmenu{
    list-style: none;
    width: 822px;
    margin: auto;
}

#mainmenu li{
    float: left;
    font-size: 1.2em;
    line-height: 2.41em;
    margin: 0 19px 0 0;
}

#mainmenu li.first-child{
	margin: 0 21px 0 35px;
}

#mainmenu li.last-child{
    margin: 0;
}

#mainmenu a{
    color: #fff;
    text-decoration: none
}

#mainmenu a:hover, #mainmenu a:focus{
    text-decoration: underline;
}

#flashcontent{
    border-bottom: 1px solid #29535A;
    height: 251px;
    overflow: hidden;
	clear: both;
}

#flashcontent img{
    display: block;
    margin: auto;
}

#content{
	width: 822px;
	margin: auto;
	font-size: 1.2em;
}

#content ul,#content ol{
	margin: 0 0 1.5em 20px;
}

#leftcol{
	padding: 30px 0 0 35px;
	width: 253px;
	float: left;
}

#leftcol .subTitle{
	margin: 0 0 0.5em 0;
}

#leftcol .newslist{
	list-style: none;
}

#leftcol .newslist li{
	margin: 0 0 1em 0;
}

#leftcol .newslist a{
	text-decoration: none;
	color: #fff;
}

#leftcol .newslist a:focus,#leftcol .newslist .read_more:hover{
	text-decoration: underline;
}

#leftcol .newslist .read_more{
	display: block;
}

#leftcol .navTitle{
	color: #55A1B0;
	margin: 0 0 1em 0;
}

#leftcol .navTitle a{
	color: #55A1B0;
	text-decoration: none;
}

#leftcol .navTitle a:hover,#leftcol .navTitle a:focus{
	text-decoration: underline;
}

#leftcol .sideMenu{
	list-style: none;
}

#leftcol .sideMenu li{
	margin: 0 0 1em 0;
}

#leftcol .sideMenu a{
	color: #fff;
	text-decoration: none;
}

#leftcol .sideMenu a:hover,#leftcol .sideMenu a:focus{
	text-decoration: underline;
}

#rightcol{
	margin: 0 0 0 318px;
}

#content .featureBox{
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 87px;
	min-height: 125px;
	float: left;
	padding: 10px 145px 0 10px;
	font-size: 0.9em;
}

#content .featureBox p{
	margin: 0 0 0.5em 0;
	line-height: normal;
}

#content .featureBox a{
	text-decoration: none;
	color: #fff;
}

#content .featureBox a:hover,#content .featureBox a:focus{
	text-decoration: underline;
}

#content #featureBox1{
	background-image: url(featureBox1.png);
	margin-right: 25px;
	
}

#content #featureBox2{
	background-image: url(featureBox3.png);
}

#content #featureBox3{
	background-image: url(featureBox2.png);
	margin-right: 25px;
}

#content #featureBox4{
	background-image: url(featureBox4.png);
}

#content h1{
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: normal;
	font-family: 'Times New Roman',Times,serif;
	margin: 0 0 1em 0;
}

#content p{
	line-height: 1.3em;
	margin: 0 0 1.2em 0;
}

#content .case_study_list{
	list-style: none
}

#content .case_study_list li{
	padding: 0 0 30px 0;
	min-height: 90px;
}

#content .case_study_list h2{
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}

#content .case_study_list .read_more{
	display: block;
	color: #fff;
}

.read_more 
{
display: block;
	color: #fff;
}

#content .case_study_list .image_read_more{
	float: left;
	display: block;
	padding: 0 15px 30px 0;
}



#rightcol{
	width: 509px;
	margin-left: 288px;
	padding: 18px 0 0 0;
}

#footer{
	border-top: 1px solid #29535A;
	font-size: 1.1em;
	clear: both;
}

#footer div{
	width: 754px;
	margin: auto;
	padding: 15px 0 30px 0;
}

#footer ul{
	display: inline;
}

#footer li{
	display: inline;
	background: url(footerLi.png) no-repeat right center;
}

#footer li.last-child{
	background: none;
}

#footer a{
	color: #fff;
	text-decoration: none;
	margin: 0 10px 0 7px;
}

#footer a:hover, #footer a:focus{
	text-decoration: underline;
}
