@charset "utf-8";
/* CSS Document */
/* DROP DOWN START*/
	/* 
		LEVEL ONE
	*/
	ul.dropdown                         {list-style: none; position: relative;}
	ul.dropdown li                      {float: left; background-color:#ffffff;}
	ul.dropdown a:hover		            {}
	ul.dropdown a:active                {}
	ul.dropdown li a                    {display: block; padding: 3px 4px; border-right: 1px solid #333;}
	ul.dropdown li:last-child a         {border-right: none;}
	ul.dropdown li.hover,
	ul.dropdown li:hover                {position: relative;}
	ul.dropdown li.hover a              {}
	/* 
		LEVEL TWO
	*/
	ul.dropdown ul 						{list-style: none; width:100%; visibility: hidden; position: absolute; top: 100%; left: 0;}
	ul.dropdown ul li 					{font-weight: normal; border-bottom: 1px solid #ccc; width:100%;}								  
										/* IE 6 & 7 Needs Inline Block */
	ul.dropdown ul li a					{border-right: none; width: 100%; display: inline-block;} 	
	/* 
		LEVEL THREE
	*/
	ul.dropdown ul ul 					{list-style: none; left: 100%; top: 0; width:100%;}
	ul.dropdown ul ul li 				{width:100px;}
	ul.dropdown li:hover > ul 			{visibility: visible;}
/* DROP DOWN END*/





    body {
        color       : #333;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size   : 0.75em;
    }
h1 { font-size : 1.7em; margin-top : 0; }
    h2 { font-size : 1.5em; }
    h3 { font-size : 1.3em; }
    h4 { font-size : 1.1em; }
    h5 { font-size : 1.0em; }
    h1, h2, h3, h4, h5 { font-family : Georgia, serif; color : #f22; }

    img { border : 0; }
    form { margin : 0; }

    a       { color : #f22; background : none; text-decoration : underline; }
    a:hover { color : #fff; background : #f22; text-decoration : none; }
#breadcrumbs {
        font-size : 0.8em;
        color     : #ccc;
        margin-bottom : 10px;
    }

    #breadcrumbs a { color : #aaa; }
    #breadcrumbs a:hover { background : #aaa; color : #fff; }

































#floating
{
	top:0;
	z-index:500;
	width:inherit;
	height:35px;
	position:absolute;
	background:#E8E8E8;
}
	#user
	{
	float:left;
	margin:5px;
	}
	
	#search
	{
	float:right;
	margin:5px;
	}
#container
{
	margin-top:35px;
	background-color:#FFFFFF;
	width:850px;
	margin-left: auto;
	margin-right: auto;
}
	#rating
	{
		width:100%;
	}
		#rating a:visited
		{
			 display:none;
		}

	#header
	{
		width:inherit;
	}
		#logo
		{
			background:url(/images/INAG_logo.gif);
			background-repeat:no-repeat;
			height:150px;
		}
		#navigation
		{
			float:right;
			width:100%;
        margin-top     : -1px;
        margin-bottom  : 20px;
        font-size      : 0.9em;
        text-transform : uppercase;
		}
			    #navigation ul {
       				 margin     : 0;
       				 padding    : 0px 0;
        			text-align : center;
    			}	

    #navigation li {
        list-style      : none;
        padding         : 0;
        margin          : 0;
        display         : inline;
    }
		#breadcrumbs
		{
			padding-top:10px;
			float:right;
			width:100%;
		}
		
	/*End header*/
	
	#main
	{
		overflow: auto;
		width:inherit;
	}
		#content
		{
			float:left;
			width:600px;
		}
		#sidebar
		{
			text-align:left;
			float:right;
			width:225px;
		}
		
	/*End main*/
	
	#footer
	{
		width:inherit;
		text-align:center;
	}
	
	/*End footer*/
	
/*End container*/

