/*************Global Sugar Alliance Styles****************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Lucida Sans, Tahoma, Sans-Serif;
	color: #333333;
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
	height: 100%;
	/*background: #cccccc;*/
}

a{
	color: #32679B;
	text-decoration: none;
}

a:link{
	color: #32679B;
	text-decoration: none;
}

a:visited{
	color: #32679B;
	text-decoration: none;
}

a:hover{
	color: #FF9900;
	text-decoration: none;
}

h1{
	font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
	font-size: 15px;
	font-wieght: bold;
	color: #32679B;
	margin: 0px;
	padding: 0px;
	font-weight: 100;
}

h2{
	 font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
	 font-size: 13px;
	 color: #669933;
	 margin: 0px;
	 padding: 0px;
	 text-transform: uppercase;
}

h3{
	 font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
	 font-size: 12px;
	 color: #FF9900;
	 margin: 10px 0 0 0;
	 padding: 0px;
}

h4{
	 font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
	 font-size: 100%;
	 font-weight: normal;
	 color: #333333;
	 margin: 0px;
	 padding: 0px;
}

h5{
	 font-family: Verdana,Arial,sans-serif;
	 font-size: 100%;
	 color: #334d55;
	 margin: 0px;
	 padding: 0px;
}

ul{
 	list-style-type: square;
}

ul ul{
 	list-style-type: disc;
}

ul ul ul{
 	list-style-type: none;
}

label{
	 font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	 font-size: 100%;
	 font-weight: bold;
	 color: #334d55;
}
input{
	background-color: #f4f4f4;
	border: 1px solid #999999;
}
blockquote {
	padding: 0 0 10px 30px;
	margin: 0;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper { /*Centeres the page and fixes the width*/
	width: 776px;
	margin: auto;
	padding: 0;
	background: white;
	background-image: url('../images/leftBGColour.gif');/*Blue left hand background 223px*/
	background-repeat: repeat-y;
	background-position: top left;
}
#navBar{
	float: left;
	width: 27%;
	margin: 0px;
	padding: 0px;
	background: #cccccc;
}

#rightColumn{
	float: right;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#content{
	float: left;
	width: 420px;
	padding: 0;
	border-left: 1px solid #6699CC;
	/*background-image: url('../images/titleRight.gif');
	background-repeat: repeat-x;
	background-position: top right;*/
}
/***********************************************/
/* Components                                  */
/***********************************************/

/************** story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 0px 15px;
	font-size: 11px;
	color: #333333;
}

.story p{
	padding: 0px 0px 10px 0px;
	margin: 5px 0 0 0;
}

/*********** #navBar link styles ***********/

	display: block;
	border-bottom: 1px solid white;
	margin: 0 0 2px 0;
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #Menu styles ***********/

/*This can be found in a separate stylesheet. It is different on every page
#menu {
	position: relative;
	margin: 0px;
	padding: 0 0 0 40px;
	background-image: url('../images/sideImage2.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 501px;
}*/

#menu a {
	display: block;
	border-bottom: 1px solid white;
	margin: 0 0 2px 0;
	padding: 2px 0px 2px 10px;
	background-color: #669ACC;
	width: 123px;
	color: white;
	font-size: 11px;
	text-align: left;
	text-transform: uppercase;
}
* html body div#menu a {
	margin: 0;
}

#menu a:hover{
	background-color: white;
	color: #FF9900;
	text-decoration: none;
}
#menu ul li a#current {
	background-color: white;
	color: #FF9900;
	text-decoration: none;
}
#menu ul li {
	color: #FF9900;
	text-decoration: none;
	width: 123px;
}
/************** #rightColumn styles **************/
#rightColumn p{
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

#rightContent {
	margin: 2px 0 0 0;
	padding: 30px 10px;
	text-transform: uppercase;
	background-image: url('../images/resourcesShortcuts.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 115px;
	
}

/************** #title styles **************/
#titleImage {
	padding: 0 0 0 4px;
	margin: 0;
}
/* only IE sees this style */
* html body div#titleImage {
	padding: 0 0 0 3px; 
}

/************** #footer styles **************/
#footer {
	padding: 5px 0px 5px 0px;
	font-size: 10px;
	color: #316698;
	width: 553px;
	margin: -1px 0 0 0;/*lines up the blue wrapper background with the bottom of the blue content line.*/
	padding: 5px 0 0 223px;
	clear: both;
	background: white;/*Forces the footer to go accross the page in front of the blue column*/
}
#footerLine {
	border-top: 1px solid #B2CCE5;
	height: 1px;
	width: 553px;
	margin: 0 0 0 223px;
	padding: 0;
	clear: both;
	line-height: 1px;
}
 #footer p {
 	margin: 0;
	padding: 0;
 }
 /************** #News in Brief styles **************/
#news{
	font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
	font-size: 10px;
	color: #666666;
	padding: 30px 10px 5px 10px;
	background-image: url('../images/newsroombg.gif');
	background-repeat: no-repeat;
	background-position: top left;
} 
 #news h2 a{
 	color: #669933;
	text-transform: uppercase;
	padding: 3px 0 0 0;
	font-size: 11px;
 }
  #news h2 a:hover{
 	color: #FF9900;
 }
 #events{
 	font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
	font-size: 10px;
	color: #666666;
 	padding: 30px 5px 5px 10px;
 	background-image: url('../images/eventsbg.gif');
	background-repeat: no-repeat;
	background-position: top left;
 }
 #events h2 a{
 	color: #FF9900;
	text-transform: uppercase;
	padding: 3px 0 0 0;
	font-size: 11px;
 }
  #events h2 a:hover{
 	color: #669933;
 }
  #communique{
 	font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
	font-size: 10px;
	color: #666666;
 	padding: 30px 5px 5px 10px;
 	background-image: url('../images/communiquebg.gif');
	background-repeat: no-repeat;
	background-position: top left;
 }
 #communique h2 a{
 	color: #FF9900;
	text-transform: uppercase;
	padding: 3px 0 0 0;
	font-size: 11px;
 }
  #communique h2 a:hover{
 	color: #669933;
 }
   #sugarnews{
 	font-family: Arial, Lucida Sans, Tahoma, Sans-Serif;
	font-size: 10px;
	color: #666666;
 	padding: 30px 5px 5px 10px;
 	background-image: url('../images/sugarnewsbg.gif');
	background-repeat: no-repeat;
	background-position: top left;
 }
 #sugarnews h2 a{
 	color: #669933;
	text-transform: uppercase;
	padding: 3px 0 0 0;
	font-size: 11px;
 }
  #sugarnews h2 a:hover{
 	color: #FF9900;
 }
  /************** Country list styles **************/
 #countries1{
 	float: left;
	margin: 0;
	padding: 0;
	width: 190px;
 }
 #countries2{
 	float: right;
	margin: 0;
	padding: 0;
	width: 190px;
 }
#countries1 a, #countries2 a {
	display: block;
	border-bottom: 2px solid white;
	margin: 0;
	padding: 2px 0px 2px 10px;
	background-color: #CCCCCC;
	color: #333333;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}
#countries1 li, #countries2 li{
	list-style: none;
}
#countries1 ul, #countries2 ul{
	margin: 0 5px 0 0;
	padding: 0;
}
/*only IE sees this hack. It stops riduculous spaces between menu items*/
* html body div#countries1 li, * html body div#countries2 li{
	margin: 0;
	padding: 0;
	line-height: 1px;
}
#countries1 a:hover, #countries2 a:hover {
	background-color: #FF9900;
	color: white;
	text-decoration: none;
}
  /************** Resource article list styles **************/
.articlePosted {
	color: #999999;
}
.dottedBorderBottom{
	height: 2px;
	border-bottom: 2px dotted #999999;
}
.resourceList{
	padding: 0 10px 0 0;
}
#downloadRead a{
	color: #FF6600;
}
#downloadRead a:hover{
	color: #669933;
}
#articleTitle a{
	color: #669933;
	text-transform: uppercase;
}
#articleTitle a:hover{
	color: #FF6600;
}
/********** Resource Submenu **************/
 #resourceOptions{
 	padding: 0;
	margin: 0 0 20px 0;
 }
#resourceOptions a{
	margin: 0;
	padding: 2px 10px;
	background-color: #999999;
	color: white;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
}
* html body div#resourceOptions a{
	padding: 2px 5px;
}
#resourceOptions li{
	list-style: none;
	display: inline;
}
#resourceOptions ul{
	margin: 0;
	padding: 0;
	/*border: 1px solid #FF6600;
	background: #999999;*/
}
/*only IE sees this hack. It stops riduculous spaces between menu items*/
* html body div#resourceOptions li{
	margin: 0;
	padding: 0;
}
* html body div#resourceOptions ul{
	margin: 0;
	padding: 0px 2px 0px 3px;
}
#resourceOptions a:hover{
	background-color: #FF9900;
	color: white;
	text-decoration: none;
}
#confirmation{
	clear: both;
}
