@CHARSET "UTF-8";

/***********************/
/** Home Page Top Nav **/
/***********************/

div#homeNav {
    height: 38px;
    padding-left: 90px;
    background: #131213;
}

#offsetPrint {
    width: 280px;
    height: 38px;
    display: block;
    float: left;
}

#digitPrint {
    width: 280px;
    height: 38px;
    display: block;
    float: left;
}

#mailing {
    width: 259px;
    height: 38px;
    display: block;
    float: left;
}

/**********************************/
/** Home Page Center Content Top **/
/**********************************/

div#centerWrapper {
    background: url(/templates/public/wireframe/images/backgrounds/centerWrapperRepeat.jpg) repeat-y;
}

#centerLeft {
    width: 96px;
    height: 521px;
    display: block;
    float: left;
}

#printSubsMenu {
    width: 187px;
    height: 99px;
    display: block;
    margin-top: 141px;
    margin-left: 33px;
    overflow: auto;
}

#centerMidRepeat {
	width: 806px;
    display: block;
    float: left;
}

#centerMid {
	width: 806px;
}

#mailSubsMenu {
    width: 187px;
    height: 99px;
    display: block;
    margin-top: 141px;
    margin-left: 33px;
}

#centerRight {
    width: 98px;
    height: 521px;;
    display: block;
    float: left;
}

#convenienceSubsMenu {
    width: 187px;
    height: 99px;
    display: block;
    margin-top: 141px;
    margin-left: 33px;
}

#subNavLeft {
    width: 255px;
    height: 258px;;
    display: block;
    float: left;
    margin-left: 18px;
    margin-top: 8px;
    border-right: 3px solid #2C2A2F;
}

#subNavMid {
    width: 257px;
    height: 258px;;
    display: block;
    float: left;
    margin-top: 8px;
    border-right: 3px solid #2C2A2F;
}

#subNavRight {
    width: 255px;
    height: 258px;;
    display: block;
    float: left;
    margin-top: 8px;
}

#printSubsMenu, #mailSubsMenu, #convenienceSubsMenu {
	overflow: hidden;
}

/*************************************/
/** Home Page Center Content Bottom **/
/*************************************/

#buttons {
    width: 173px;
    margin-left: 70px;
    margin-top: 20px;
    float: left;
}

img.arrow {
    width: 58px;
    padding-left: 56px;
}

#featuredNews {
    width: 514px;
    height: 101px;
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
    border-bottom: 6px solid #282828;
}

#homeContent {
	width: 514px;
	display: block;
	float: right;
    margin-right: 15px;
}

#homeContent p {
	padding: 20px;
	padding-top: 10px;
}

/***************************/
/** Home Page News Module **/
/***************************/

#latest {
    float: left;
    margin-top: 10px;
    margin-left: 18px;
}

#viewAll {
    float: right;
    margin-top: 10px;
    margin-right: 18px;
}

#viewAll a:link, #viewAll a:visited {
	color: #FDBB30;
	text-decoration: none;
}

#viewAll a:hover {
	text-decoration: underline;
}

#news {
    margin-top: 35px;
    margin-left: 18px;
}

/***************************/
/**    Home Page Links    **/
/***************************/

#offsetLink, #mailingLink, #digitalLink {
	height: 38px;
	display: block;
	float: left;
}

#offsetLink, #digitalLink {
	width: 280px;
}

#mailingLink {
	width: 259px;
}