/*//////////////////////////////////////
SITE MANAGER | 2 column fixed width CSS
//////////////////////////////////////*/

/* Editable Section #1
--------------------------------------------------*/
#edit1 {
	padding: 10px 40px 20px 25px;
	margin-top: 0px;
	font-size: 1.1em;
	color: #333;
	line-height: 1.55em;
	}
	
/* Editable Section #3,4,5
----------------------------------------*/
#page-body-right {
	font-family: 'Times New Roman' , Georgia, 'Palatino Linotype' , Serif;
	float: left;
	width: 503px;
	margin: 0px;
	}
.highlighted {
	color: #333;
	}
#page-body-right #nugget1,
#page-body-right #nugget2,
#page-body-right #nugget3,
#page-body-right #nugget4 {
	padding: 0;
	padding-top: 10px;
	/*margin-bottom: 8px;
	width: 240px;*/
	font-size: 1em;
	line-height: 1.25em;
	background: transparent url(../images/nugget-div.gif) bottom no-repeat;
	}
#page-body-right #nugget1 p,
#page-body-right #nugget2 p,
#page-body-right #nugget3 p,
#page-body-right #nugget4 p,
#nugget-aux p {
	padding: 0px 16px 6px 16px;
	}
#nugget-aux p {
	margin-top: 6px;
	}

/* Nugget Aux
------------*/
#nugget-aux {
	padding-top: 10px;
	margin-bottom: 8px;
	/*width: 240px;*/
	font-size: 1em;
	line-height: 1.25em;
	background: #e5e5e5 url(../images/nugget-top-aux.gif) top no-repeat;
	}
#nugget-aux p {
	padding-bottom: 12px;
	background: transparent url(../images/nugget-aux-div.gif) bottom no-repeat;
	}
#nugget-aux a:link, 
#nugget-aux a:visited, 
#nugget-aux a:hover {
	color: #0076A3; /*-- light blue --*/
	text-decoration: none;
	}
#nugget-aux a:hover {
	color: #0076A3; /*-- light blue --*/
	background-color: #66FF00; /*-- medium green --*/
	border-bottom: 1px solid #ccc;
	}
	
/* Nugget 1
------------*/
#nugget1 h4 {
	height: 25px;
	/*width: 240px;
	background: transparent url(../images/nugget-top-1.gif) top no-repeat;*/
	color: #999933; /*-- dark yellow --*/
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.75em;
	text-indent: 18px;
	margin-bottom: 0;
	}
#nugget1 a:link, 
#nugget1 a:visited, 
#nugget1 a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
#nugget1 a:hover {
	background-color: #ffff99; /*-- light light yellow ;) --*/
	border-bottom: 1px solid #ccc;
	}

/* Nugget 2
------------*/
#nugget2 h4 {
	height: 25px;
	/*width: 240px;
	background: transparent url(../images/nugget-top-2.gif) top no-repeat;*/
	color: #339900; /*-- dark green --*/
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.75em;
	text-indent: 18px;
	margin-bottom: 0;
	}
#nugget2 a:link, 
#nugget2 a:visited, 
#nugget2 a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
#nugget2 a:hover {
	background-color: #CCff99; /*-- light light green ;) --*/
	border-bottom: 1px solid #ccc;
	}

/* Nugget 3
------------*/
#nugget3 h4 {
	height: 25px;
	/*width: 240px;
	background: transparent url(../images/nugget-top-3.gif) top no-repeat;*/
	color: #996600; /*-- dark orange --*/
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.75em;
	text-indent: 18px;
	margin-bottom: 0;
	}
#nugget3 a:link, 
#nugget3 a:visited, 
#nugget3 a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
#nugget3 a:hover {
	background-color: #FFCC66; /*-- light light orange ;) --*/
	border-bottom: 1px solid #ccc;
	}

/* Nugget 4
------------*/
#nugget4 h4 {
	height: 25px;
	/*width: 240px;
	background: transparent url(../images/nugget-top-4.gif) top no-repeat;*/
	color: #996600; /*-- dark orange --*/
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.75em;
	text-indent: 18px;
	margin-bottom: 0;
	}
#nugget4 a:link, 
#nugget4 a:visited, 
#nugget4 a:hover {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
#nugget4 a:hover {
	background-color: #FFCC66; /*-- light light orange ;) --*/
	border-bottom: 1px solid #ccc;
	}