/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #F4EBE1;
	color: #616161;
	font-size: 76%; 
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 0.6em;
	font-weight: normal;
}

h1 a, h2 a, h3 a { 
	color: #F7942B;
	text-decoration: none;
}

h1 { 
	color: #F7942B;
	font-size: 2.4em; 
	margin-bottom: 1.1em;
}
h2 { 
	color: #AAA;
	font-size: 2em; 
	margin-bottom: 1.1em;
}
h3 {
	font-size: 1.8em;
	color: #F7942B;
}
h4 { font-size: 1.6em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.1em; }

p { 
	font-size: 1em;
	margin-bottom: 1.6em;
} 

.news-latest-item p { margin-bottom: 0; }

a {
	color: #F7942B;
}

acronym, abbr {
	border-bottom: 1px dotted #000;
	cursor:help;
}

hr {
	clear:both;
	background: #F7942B;
	color: #F7942B;
	border: 0;
	height: 1px;
}

#center ol, #center ul { 
	list-style:disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

#center ol {
	list-style: decimal;
}

#right ul {	
	margin-bottom: 1.3em;
}

#right li a, #right a, .news-latest-item .news-morelink a   {
	background: url(../img/arrow-grey.gif) no-repeat left 12px;
	border-bottom: 1px solid #CECECE;
	color: #616161;
	display: block;
	height: 1%;
	padding: 5px;
	padding-left: 16px;
	text-decoration: none;
}

#right li a:hover, #right a:hover, .news-latest-item .news-morelink a:hover   {
	background: url(../img/arrow-orange.gif) no-repeat left 12px;
	color: #F7942B;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/

#logo {
	background: url(../img/logo.gif) no-repeat top;
	height: 96px;
	width: 166px;
	right: 26px;
	top: 10px;
	position: absolute;
}

#logo a {
	display: block;
	height: 96px;
	width: 166px;
	cursor: pointer;
}

#title {
	color: #F7942B;
	font-size: 20px;
	margin-bottom: 10px;
}

#content p {
	text-align: justify;
}

#copy {
	left: 30px;
	top: 10px;
	position: absolute;
}

/* Frames ////////////////////////////////////*/
.frame-01, .frame-02 {
	background: #fff url(../img/frame-arrow.gif) no-repeat right bottom;
	border: 1px solid #bdbdbd;
	color: #616161;
	float: left;
	display: inline;
	padding: 10px;
	margin-bottom: 6px;
}

#main .frame-01 h1, #main .frame-02 h1 { margin-bottom: 0.4em; }
#main .frame-02 h1 { color: #fff; }

#main .frame-01 p, #main .frame-02 p {
	line-height: 1.3em;
	margin-bottom: 1em;
	padding-left: 60px;
}

#main .frame-01 p a, #main .frame-02 p a {
	background: url(../img/frame-nav.gif) no-repeat right;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-align: right;
	padding-right: 17px;
}

.frame-01 .csc-textpic, .frame-02 .csc-textpic {
	margin-right: 0.6em;
	margin-bottom: 0.3em;
}

.frame-01 .csc-textpic img, .frame-02 .csc-textpic img {
	border: 4px solid #BDBDBD;
}
