/* --------------------  general  -------------------- */


#homeContainer
{
	display: block;
	width: 988px;
	margin:0px;
	background-image:url(/~/media/Images/elc/bg-images/gradient-bg.png);
        background-position: bottom left;
        background-repeat: repeat-x;
}

@font-face {
	font-family: 'JosefinSansStdLight';
	src: url('/~/media/Files/test/jesstest/fonts/josefin_sans/josefinsansstd-ie.eot');
	src: local('☺'), url('/~/media/Files/test/jesstest/fonts/josefin_sans/josefinsansstd-light-webfont.woff') format('woff'), url('/~/media/Files/test/jesstest/fonts/josefin_sans/josefinsansstd-light-webfont.ttf') format('truetype'), url('/~/media/Files/test/jesstest/fonts/josefin_sans/josefinsansstd-light-webfont.svg#webfontvQy3mzSd') format('svg');
	font-weight: normal;
	font-style: normal;
}

h2{
  font-weight: normal; 
  font-style: normal; 
  line-height:normal; 
  font-family: 'JosefinSansStdLight', sans-serif;
  font-size: 2.2em;
}

/* --------------------  rows  ----------------------- */

#homeRow1
{
    display: inherit;
    position: relative;
    float: left;
}

#homeRow2
{
	display: inline;
	margin-bottom: 11px;
        padding-top: 5px;
	position: relative;
	float: left;
}

#homeRow2 h2
{
	border-bottom: solid 1px silver;
}

/* --------------------  one  ------------------------ */

#one
{
	float: left;
	width: 723px;
	height: 289px;
	background:#003781;
	margin: 0px;
}

/* --------------------  two  ------------------------ */

#two
{
    float:right;
    width: 265px;
    height: 290px;
    background-image: url(/~/media/Images/elc/bg-images/quicklinks-bg.png);
    background-position: top right;
    background-repeat: repeat-x;
    margin:0px;
    color: #ffffff;
}

#two h2
{
  padding-left: 50px;
  padding-top: 20px;
  color:#fff;
}

#two ul{
  list-style-type: none;
  margin-left: 0px;
  padding-left: 50px;
}

#two ul li{
  padding-bottom: 10px;
}

#two a{
  color:#fff;
  text-decoration:none;
}

/* --------------------  three  ---------------------- */

#three
{
	float: left;
	margin: 0 25px 0 15px;
}

#three .program
{
  width: 100%;
  float: left;
  margin: 0 15px 0 0;
  vertical-align: top;
  padding: 15px 0 0 0;
}

#three .program h3 {
  padding: 0;
  margin: 0 0 3px 0;
}
#three img {
  padding: 0;
  margin: 0;
}

/* --------------------  four  ----------------------- */

#four {
  float: right;
  width: 250px;
  margin-right: 10px;	
}

#four ul {
  width:250px;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

#four ul li
{
  margin-bottom: 5px;
  border-bottom: solid 1px silver;
}

#four img{
  float:left;
  margin-right:15px;
}

/* --------------------  five  ----------------------- */

#five
{
  float:left;
  width: 100%;
  margin-top:25px;
  padding-top:10px;
  border-top: solid 1px silver;
  background-color:#d4d4d4;
}

#five img
{
  float:left;
  margin: 0px 15px 0px 0px;
}

/* --------------------  six  ----------------------- */

