/* 
CSS LAYOUT FOR LARGE FORMAT IMAGE VERSION ... BASED ON THREE COLUMN ORIGINAL

----------------------------
| LOGO | LARGE FORMAT IMAGE |
|      |                    |
| NAV  |--------------------|
|      | TEXT GOES HERE     |
|      |                    |
-----------------------------
 ----------------------------------------------------------------------- CLEAR MARGINS AND PADDING */
 
* { margin:0; padding:0}

/*  ----------------------------------------------------------------------- LAYOUT CONTROLS 3COL FIXED HEADER */
body {
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	line-height: 18px;
	font-size: 12px; /* centers in older browswers*/
}
#container {
	text-align:left;
	width: 924px;
	margin:0px;
	background-image:url(../images/colbgd-smaller1.jpg);	
	background-position:0 163px;
	background-repeat:repeat-y;
	border-right:1px solid #EFD9D1;
	border-bottom:1px solid #EFD9D1;
}
#logo { 	
	width:180px;
	height:183px;
}
#banner {
	position:relative; 
	height:400px;}
#banner img{
	height:393px;
	width:744px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#quotation { 
	float:right;
	width:150px;
	height:141px;
	padding: 12px 15px 0 15px ; 
}
#contentleft {
	float:left; 
	width:180px;
       height:510px;
}
#contentright { display:none;
	width:140px;
	padding:  0px;
	float:right;
}
#content {
	margin:0px 0 0 180px; /* uses margin to push center content away from float left column */
	padding: 0;
}
#contentbody { padding-left:30px; padding-right:30px;}
#contentbody p {font-size:12px; line-height:18px;}
#footer { 
	display:none;
	position:relative; 
	top:20px; 
	text-align: right;
	font-size: 10px;
	color: #EFD9D1;
	clear: both;
	padding: 0px;
}
#navbar, #belownavbar { 
	margin-left:30px; 
	margin-top:20px;
        margin-bottom:20px;
}
#belownavbar {display:none;}
/*  ----------------------------------------------------------------------- BASIC TEXT STYLING */
h3 {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight:bold;
	color:#333333;
	}
h2 { 
	font-size:1.2em; 
	line-height:1.5em;
	font-weight:bold; 
	color:#000;
	margin: .5em 0 .3em 0;
}
h1 {
	font-size: 1.6em;
	line-height:1.5em;
	font-weight:bold;
	color: #000000;
	margin-bottom: 0.5em;
}
p { 
	padding:0;
	margin:0 0 1em 0;
	line-height:1.4em;
}
#contentright {
	font-size:11px;
}
#content table td {
	padding:.1em	
}
ul {
	list-style-type:none;
}
/*  ----------------------------------------------------------------------- NAVBAR TEXT STYLING */
#navbar {
	font-size: 17px;
	line-height: 28px;	
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #999999;
}
#navbar ul{
	list-style-type: none;
	color: #FF0000;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
}
/* ------------------------------------------------------------------------- NAVBAR TEXT LINKS   */
#navbar a{
	color: #0A3D63;
	text-decoration: none;
	font-weight: bold;
	border:none;}
#navbar a:hover 	{
	color:#F26330; 
}
/* ------------------------------------------------------------------------- BASIC TEXT LINKS   */
a:link ,a:visited, a:hover, a:active {
	color:#F26330 ;
	border-bottom:1px solid #F26330; text-decoration:none;
	font-weight: normal;
}
a:hover {
  	text-decoration: underline; color:#F68F1F }
/* ------------------------------------------------------------------------- SIDEBAR  TEXT LINKS   */
#contentright a:link, #contentright a:visited {
	color:#0A3D63; 
}
/* -------------------------------------------------------------------------- LINK STYLE FOR POPUP LINKS */
a.popup:link, a.popup:visited, a.popupSmall:link, a.popupSmall:visited  {
	color:#F26330; 
	text-decoration:none; 
	border-bottom:1px solid ;
}
a.popup:hover , a.popupSmall:hover {background:#ccc;
	border-color:#fff;
}
/* -------------------------------------------------------------------------- SPECIFIC STYLES */
.quote {	padding-left:30px; 
	font-size: .95em;
	font-weight: normal;
	color: #666666;
	font-style: italic;
	line-height: 1.5em;
}
#contentbody .quote {padding-left:0;}
.quotee {
	font-size:.95em;
	color: #666666;
	font-weight: bold;
	text-align: right;
	display: block;
}

.boxedquote {
	width:320px;
	padding:10px 15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:18px; 
	font-style:italic; 
	line-height: 25px;
	margin:15px 0;
}
.boxedquote span { display:block;
	font-size:12px; 
	text-align:right;
}

.picture-r {
	margin: 0px 0 5px 5px;
	padding: 0;border: none; 
	float: right;
	}
.picture-l {
	margin: 3px 10px 5px 0;
	padding: 0;border: none;
	float: left;
	clear: left;}
.contributors li {
	display: inline;
}


/* ------------------------------------------------------------------ STYLING FOR POPUP WINDOWN */

#newspopup {background:#fff; color:black}
#newspopup a, #newspopup a:link,#newspopup a:visited { color:black; border-bottom: 1px solid #00ff00; text-decoration:none}
#newspopup a:hover {background-color:#ccc; border:0}
#newspopup {padding:20px 40px;}

/* --------------------------------------------------------------------- SYLING FOR  */

ul.inlinelist  li {display:inline; list-style:disc}
