<!-- Dynamic Feed Control and Stylesheet -->
  <script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js"
    type="text/javascript"></script>

	<title>Shazzaz</title>
	
	<style type="text/css" media="screen">
	
			html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 12px Arial, Helvetica, sans-serif; line-height: 18px;}
		h2				{ color: #333 23px; }
		a				{ color: #333; text-decoration: none; font-weight: 600;}
		p				{ margin: 0 0 18px; }
		#wrapper		{ float: left; width: 100%;}
		
		/* Header */
		#header			{ background: #b9c9ba; border-bottom: 2px solid #ddd; width: 98%; }
		#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 28px 24px 0; line-height: 30px; }
		#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
			
		/* Banner */
		#banner         { background-image:url("http://www.shazzaz.com/images/shazzbannernew.jpg"); background-repeat:no-repeat;
		                  height:234px; width: 1200px; position: relative; 
						 overflow:hidden;
						 }
		
		/* Navigation Bar */
		#navigationbar  {display:inline; height:69px; width:1800px; overflow:hidden;
	                     background-color:#BBC6BD;}
			
		/* Content Style */
		#navigation		{padding-left: 2px; background-color: #e7e2cb; border-color:#bcb69d;
						border-style: solid; border-width: 1px; float: left;}
		#navigationbox  {border-bottom: 1px solid #ccc; margin: 5px 5px 5px 10px; padding-left: 10px; padding-top: 10px;
		                 background-color: #e2dbbc; border-width:medium; border-color: #b3b0a1;}
		#navigation ul	{ padding: 0 18px 9px; }
		#extra			{ border-bottom: 1px solid #ccc; padding-right: 18px; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		#navigation		{ float: left; width: 190px; margin-left: -100%; }
		#navigationbox  { width: 185px; margin-left: -2%;}
		#content		{ margin: 0 225px 36px;
		                  overflow: hidden;
						}
						
		#contentmain {	border-right: thin solid #98A39C;
						border-bottom: thin solid #98A39C;
						border-left: thin solid #98A39C;
						padding: 0px 5px 0px 5px;
						margin-left: 0px; margin-right: 0px;
						background-color: #cbd7cf;
						width: 100%;
						overflow: hidden;}		
	
		#extra			{ float: right; margin-left: -200px; width: 182px; background-color: #DCE2DC; padding: 8px; border-style: solid;
						border-width: 1px; border-color: #C0D2C0;}		
			  /* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #999; clear: left; width: 100%; }
		#footer a		{ color: #eee; text-decoration: none;}
		#footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
		
		
		/* Shazzaz Nav Bar */
		
		
		
#navcontainer
{
margin: 0 auto;
padding: 0 0 0 0;
font-family: arial,tahoma, georgia, sans-serif;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
z-index: 500;

}


ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 85%;
position: relative;
padding-right: 25px;
}

ul#navlist li
{
display: block;
float: left;
width: 12%;
margin: 0;
padding: 0;
position: relative;
}

ul#navlist li a
{
display: block;
width: 85%;
padding: 0.5em;
border-width: 1px;
border-color: #DBE1DB #858d8b #858d8b #DBE1DB;
border-style: solid;
color: #ffffff;
text-decoration: none;
background: #afbdb0;
position: relative;
padding-right: 25px;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #afbdb0;
color: #ffffff;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #dee1de;
background: #afbdb0;;
border-color: #858d8b #DBE1DB #DBE1DB #858d8b;
}
/*Submenu*/
ul#subnavlist {display: none;
position: absolute;
z-index:500
}
 
ul#subnavlist li {
float: none;
position: absolute;
z-index: 500;
}

ul#subnavlist li a
{padding: 0px 0px 0px 15px;
margin: 0px; 
background-color: #afbdb0;
position: absolute;
z-index: 500;

}

ul#navlist li:hover ul#subnavlist
{display: block;
position: absolute;
z-index: 500;
left: -30%;
padding-top: 0px; 
color: #dee1de;
text-align: left;}


ul#navlist li:hover ul#subnavlist li a 
{display: block;
background: #afbdb0;
border-left-color: #afbdb0;
border-top: 0px;
width: 10em;
padding: 2px;
position: absolute;
z-index: 500;
}

ul#navlist li:hover ul#subnavlist li {
display: block;
float: none;
position: absolute;
z-index: 500;
}

#navcontainer ul ul {
position: absolute;
z-index: 500;
}

		
	/* Shazzaz navcontainerleft	*/
	
	
	#navcontainerleft
{
background: #e2dbbc;
width: 100%;
margin: 0 auto;
padding: 1em 0;
font-family: arial, georgia, sans-serif;
font-size: 13px;
text-align: center;
text-transform: lowercase;
}

ul#navlistleft
{
text-align: left;
list-style: none;
margin: 0 auto;
width: 68%;
}

ul#navlistleft
{
display: block;
margin: 0;
padding: 10px 0px 10px 0px;
}

ul#navlistleft li a
{
display: block;
width: 68%;
padding: 0.5em 2em 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #e2dbbc;
}

#navcontainerleft>ul#navlistleft li a { width: auto; }

ul#navlistleft li#active a
{
background: #e2dbbc;
color: #800000;
}

ul#navlistleft li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: #transparent;
border-color: #aaab9c #fff #fff #ccc;
}

/*Links*/

#linklist ul
{
margin: 0;
padding-left: 3px;
padding-bottom: 5px;
list-style-type: none;
text-align: left;
font-size: .9em;
font-weight: 600;
line-height: .9em;
background-color: transparent;
}

#linklist ul li { display: inline; font-weight:600; }

#linklist ul li a
{
text-decoration: none;
padding-right: 1em;
text-align: left;
color: #393F3A;
font-weight: 600;
}

#linklist ul li a:hover
{
color: #393F3A;
font-weight:600;
}

#linklist_countries ul
{
margin-left: 5px;
padding-left: 5px;
padding-bottom: 3px;
list-style-type: none;
text-align: left;
font-size: .9em;
font-weight: 400;
line-height: .9em;
background-color: transparent;
text-decoration: none;
}

#linklist_countries ul li { display: inline; font-weight:400;
text-decoration: none; }

#linklist_countries ul li a
{
text-decoration: none;
padding-right: 1em;
text-align: left;
color: #ffffff;
font-weight: 400;
}

#linklist_countries ul li a:hover
{
text-decoration: none;
color: #ffffff;
font-weight:400;
}

      /* My Adds */
.projectname    { color: #054277; font-size: 40px; padding: 10px 5px 1px 0px; line-height: 32px; 
				font-style:normal; position: relative;}
.details		{ color: #054277; padding: 1px 5px 15px 0px; font-size:12px; line-height: 13px; font-style:italic;}
		
.columntitle {font-size: 18px bold; }
.countrylinks { font: 900 small-caps 12px arial; }
.countrylinks {color: #214e75; } 
img.floatLeft { 
    float: left; 
    margin: 0px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}

/*Tab Menu*/

#tabmenu {
border-bottom: 1px solid #98A39C;
color:#505350;
margin: 12px 0px 0px 0px;
padding:0 0 0 0px;
width: 100%;
}

#tabmenu li {
display:inline;
list-style-type:none;
overflow:hidden;
}

#tabmenu a, a.active {
-x-system-font:none;
background:#e8ede8 none repeat scroll 0 0;
border: 1px solid #98A39C;
color:#505350;
font-family: "Trebuchet MS",Arial,sans-serif;
font-size:1.3em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:600;
line-height:normal;
margin:0;
padding:2px 5px 0px 5px;
text-decoration:none;
}

#tabmenu a:hover {
background:#ADC09F none repeat scroll 0 0;
color:#505350;}

#tabmenu a:visited {
color:#505350;
}

#tabmenu a.active:hover {
background:#CBD7CF none repeat scroll 0 0;
color:#505350;
}

#tabmenu a.active {
background:#CBD7CF none repeat scroll 0 0;
border-bottom: 1px solid #CBD7CF;
}


    /*Container Boxes*/
	
	
	#containerboxtitle {
width:98%;
height:auto;
overflow:hidden;
background-color:#E4ECE4;
border-style: solid;
border-width: 1px;
border-color: #C0D2C0;
margin: 10px 10px 10px 10px;
padding: 0px 10px 10px 10px;
}

	
#containerboxone {
width:100%;
height:auto;
overflow:hidden;
padding-top: 15px;
background-color:#E4ECE4;
border-style: solid;
border-width: 1px;
border-color: #C0D2C0;
margin: 10px 10px 10px 10px;
padding: 0px 10px 10px 10px;
}

#containerboxone .leftcol {
float:left;
width:45%;
background-color: #E4ECE4;
border-style: solid;
border-width: 1px;
border-color: #C0D2C0;
padding: 10px 10px 10px 10px;
padding-bottom: 30010px;
margin-bottom: -30000px;
font-family: arial,tahoma, georgia, sans-serif;
}

#containerboxone .rightcol {
float:right;
width:45%;
background-color: #e4ece4;
border-style: solid;
border-width: 1px;
border-color: #C0D2C0;padding: 10px 10px 10px 10px;
padding-bottom: 30010px;
margin-bottom: -30000px;
font-family: arial,tahoma, georgia, sans-serif;
}

#containerboxtwo {
width:100%;
height:auto;
overflow:hidden;
}

#containerboxtwo .leftcol {
float:left;
width:45%;
background-color: #E4ECE4;
border-style: solid;
border-width: 1px;
border-color: #C0D2C0;
padding: 10px 10px 10px 10px;
padding-bottom: 30010px;
margin-bottom: -30000px;
margin-top: 10px;
}

#containerboxtwo .rightcol {
float:right;
width:45%;
background-color: #E4ECE4;
border-style: solid;
border-width: 1px;
border-color: #C0D2C0;
padding: 10px 10px 10px 10px;
padding-bottom: 30010px;
margin-bottom: -30000px;
margin-top: 10px;
}

#containerboxthree {
width:100%;
height:auto;
overflow:hidden;
padding: 10px 10px 10px 10px;
margin-left: 5px;
}

#containerboxthree .leftcol {
float:left;
width:45%;
background-color: #E4ECE4;
border-style: solid;
border-width: 1px;
border-color: #C0D2C0;
padding: 10px 10px 10px 10px;
padding-bottom: 30010px;
margin-bottom: -30000px;
margin-top: 10px;
}

#containerboxthree .rightcol {
float:right;
width:45%;
background-color: #E4ECE4;
border-style: solid;
border-width: 1px;
border-color: #C0D2C0;
padding: 10px 10px 10px 10px;
padding-bottom: 30010px;
margin-bottom: -30000px;
margin-top: 10px;
}

#kawidgetpictureshoriz {
margin: 15px 15px 15px 15px; }

#kawidgetdiscussion {
margin: 10px 10px 10px 10px; 
overflow:hidden;}

#feedcontrolleft {
  width : 300px;
  height : 400px;
  padding : 10px;
  overflow: auto; 
  }
  
#managedbywidget {
padding-bottom: 10px;
padding-bottom: 10px;}  

#hcontainer {
float:left;
width: 100%;
background-color: #Afb8af;
border-style: solid;
border-width: 3px;
border-color: #afb8af;
padding: 5px 5px 5px 10px;
font-size: 14px;
font-weight: 600;
color: #ffffff;
margin: -10px 0px 10px -10px;
overflow:hidden;
}

#widgetrightstyle  {padding-top: 3px;
padding-bottom: 3px;
text-align: center;}

.photowrap {
margin-top:10px;
margin-right:10px;
margin-left: 10px;
margin-bottom:10px;
}

#headmain {
float:left;
width: 100%;
background-color: #Afb8af;
border-style: solid;
border-width: 3px;
border-color: #afb8af;
padding: 10px 0px 5px 10px;
font-size: 14px;
font-weight: 600;
text-align: center;
color: #505350;
margin: 0px 0px 10px -10px;
overflow:hidden;
}

 /*Menu Padding left 18% for reg navbar*/
		

#menu {
width: 100%;
float: left;
padding-left: 30%;
background: #afbdb0;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 10em;
float: left;
}

#menu a, #menu h2 {
font: 16px arial, helvetica, sans-serif;
font-weight: 600;
display: block;
border-width: 1px;
border-style: solid;
border-color: #dbe1db #858d8b #858d8b #dbe1db;
text-indent: 3px;
margin: 0;
padding: 2px 2px 2px 2px;
}

#menu h2 {
color: #ffffff;
background: #afbdb0;
overflow: hidden;
text-transform: uppercase;
}

#menu a {
color: #ffffff;
background: #afbdb0;
text-decoration: none;
}

#menu a:hover {
color: #dee1de;
background: #afbdb0;
border-color: #858d8b #dbe1db #dbe1db #858d8b;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}
div#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#containerbox_navbar {
width:100%;
height:auto;
overflow:hidden;
padding: 0px 0px 0px 0px;
margin-left: 0px;
background-color: #afbdb0;
}

#containerboxtitle {
width:100%;
height:auto;
overflow:hidden;
padding-top: 0px;
margin-top: 5px;
}


#containerboxtitle .listpicwidget {
float:left;
width:40%;
background-color: #E4ECE4;
border-style: solid;
border-width: 0px;
border-color: #C0D2C0;
padding: 5px 5px 5px 5px;
padding-bottom: 30010px;
margin-bottom: -30000px;
margin-top: 5px;}

#containerboxtitle .latestlist {
float:right;
width:45%;
background-color: #E4ECE4;
border-style: solid;
border-width: 0px;
border-color: #C0D2C0;
padding: 5px 5px 5px 5px;
padding-bottom: 30010px;
margin-bottom: -30000px;
margin-top: 2px;}

#hcontainerboxtitle {
float:left;
width: 100%;
background-color: #Afb8af;
border-style: solid;
border-width: 3px;
border-top: 8px;
border-color: #afb8af;
padding: 5px 5px 5px 10px;
font-size: 14px;
font-weight: 600;
color: #ffffff;
margin: 0px 0px 10px -10px;
overflow:hidden;
}

#hcontainerboxtitle a {
color: #ffffff;}

#feedControl {
  width : 275px;
  height : 500px;
  padding : 10px;
}


	</style>
	<!--[if IE]>
	<style type="text/css">
	    #navigation, #content, #extra { margin-top: 20px; }
		#navigation {float: left; }
		#extra {top: 0px;}
	</style>
	<![endif]-->