/*template 4919 */

html, body
{
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	font-family: "trebuchet ms" , sans-serif;
	font-size: 10pt;
	color: #584121;
	background: #ffffff url(  'http://manager.ipiphotonet.com/templates/4919/images/a5-1-1.jpg' ) repeat-x;
}
*
{
	margin: 0;
	padding: 0;
}


div#outer
{
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 800px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background-color: #efefef;
	border: solid 1px #999999;
}
div#banner
{
	height: 0px;
	width: 790px;
	border-top: solid 0px #ffffff;
	top: 0px;
	position: relative;
	margin: 0px;
	/*background: #000000 url(  'images/linen_bg.gif' ) repeat-y;*/
	z-index: 5;
	color: White;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 15pt;
	padding-top: 2px;
}

div#header
{
	margin-top: 0px;
	text-align: left;
	color: #efefef;
	font-weight: bold;
	background: #000000 url(  'http://manager.ipiphotonet.com/templates/4919/images/a1-1-1.jpg' ) top left no-repeat;
	height: 150px;
	position: relative;
	z-index: 10;
	letter-spacing: 4px;
}

div#content
{
	margin: 0px;
	padding: 0em 1em 1em 0em; /* bottom padding for footer */
}
div#footer
{
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	height: 30px;
	background-color: #000000;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #cccccc;
}
div#footer p
{
	padding-top: 5px;
	padding-left: 0.5em;
	margin: 0;
	color: White;
	font-size: 1.1em;
}



/*Content Stuff*/

#page_content
{
	width: 550px;
	padding: 0px 10px 10px 10px;
	float: left;
	overflow: hidden;
	border: solid 0px black;
}
a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #ff0000;
}


/* SideBar Content */

#Sidebar_Content
{
	position: relative;
	z-index: 8;
	width: 210px;
	border: solid 0px black;
	padding: 0px 0px 10px 0px;
	background-color: #cccccc;
	margin: 0px 10px 0px 10px;
}

#Sidebar_Content ul
{
	list-style: none;
	text-align: left;
	position: relative;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

#Sidebar_Content li
{
	padding: 0px;
	margin: 0px;
}

#Sidebar_Content li a
{
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0em;
	padding: 0px;
	line-height: 25px;
}


#Sidebar1_Content
{
	width: 200px;
	float: left;
	overflow: hidden;
	border: solid 0px black;
	padding: 0px 5px 10px 5px;
	margin: 0px 10px 0px 10px;
	background-color: #cccccc;
}

#Sidebar_Search
{
	width: 200px;
	float: left;
	overflow: hidden;
	border: solid 0px black;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #cccccc;
}

#searchcontrol .gsc-control
{
	width: 100%;
}

/* Top Menu */

#topmenu
{
	position: relative;
	z-index: 20;
	background-color: #ff0000;
	margin: 0px;
	width: 100%;
}

/*  Nav Menu */

ul#nav
{
	margin: 0;
	float: left;
	width: 800px;
	background-color: #ff0000;
	height: 24px;
}

ul#nav li
{
	list-style: none;
	position: relative;
	float: left;
}

ul#nav li ul
{
	display: none;
	top: auto;
	width: 200px;
	position: absolute;
	background-color: #ff0000;
	z-index: 15;
}

ul#nav li:hover ul, ul#nav li.over ul
{
	display: block;
}

ul#nav li ul li
{
	float: none;
	display: inline;
}

#nav a
{
	color: #ccc;
	text-decoration: none;
	display: block;
	padding: 4px 30px 2px 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.0em;
	letter-spacing: 0.1em;
}

#nav a:hover
{
	background-color: #cccccc;
}













