/*
/========================================================
/=	Body and bounding box styles
/=
/========================================================
*/

@import url("shadows.css");
@import url("prodev_logo.css");

body
{
	height:			100%;

	background:		white;
	margin:			0;
	padding:		5px 10px 5px 10px;
}

/* 
/	wrapper is the 'bounding box' for the entire site
*/
#wrapper
{
	width:			100%;
	/*height:			100%;*/

	text-align:		left;
	position:		relative;
	background:		white;
	margin:			0;
	padding:		0;
}

/*
/========================================================
/=	Site Header Styles
/=
/========================================================
*/
#header
{
	height:			102px;
	position:		relative;
	background:		white url('images/header.jpg') center top no-repeat;
}
/*	
/	use header h1 for an image for the header
/	this helps search ranking - use text and set the text to display none 
*/
#header h1
{
	position:		absolute;
	margin:			0;
	
	/* optional background */
	font-size:		20%;

	/* adjust these attributes for positioning your heading image or text */
	width:			100%;
	height:			100%;

}
#header h1 a	
{ 
	display:		block; 
	width:			100%; 
	height:			100%; 

	/* this shifts text off the screen, search engines see it, but users don't */

	text-indent:	-5000px;
	text-decoration:none; 
}
#header	h2
{
	position:		absolute;
	display:		block;
	font-size:		110%;

	height:			40px;
	top:			60px;
	right:			0;
	width:			420px;
	margin:			0;

	/* this shifts text off the screen, search engines see it, but users don't */
	
	text-indent:	-5000px;
}

/*
/========================================================
/=	Site Side Bars
/=
/========================================================
*/
#left-content, #left-menu
{
	display:		none;
	position:		absolute;
	z-index:		5;
	font-size:		85%;

	top:			127px;
	left:			0px;
	width:			142px;
	margin:			0;
	padding:		0;


	/*border:			1px solid black;*/
}
#left-content .section
{
	border:			1px solid #E3E6FF;
	background:		white;
	text-align:		center;
	
	width:			147px;

	padding:		0;
	margin:			0;
	margin-bottom:	10px;
	color:			#6E74A8;

}
#left-content .section img
{
	/*border:			1px solid #B3B6FF;*/
}

#left-bkg
{
	background:		url("images/sidenav_top.jpg") no-repeat; 
}
body.with-left #left-content, body.with-left #left-menu
{
	display:		block;
}

#right-content
{
	display:		none;
	position:		absolute;
	z-index:		5;
	font-size:		85%;

	margin:			0;
	padding:		0;

	top:			127px;
	right:			0;
	width:			140px;
}
#right-content .section
{
	border:			1px solid #E3E6FF;
	background:		#FCFCFF;
	text-align:		center;

	/*padding:		4px;*/
	margin:			0 0 10px 0;

	font-size:		80%;
	color:			#6E74A8;
}
#right-bkg
{
	background:		url("images/sidenav_top.jpg") no-repeat; 
}
body.with-right #right-content
{
	display:		block;
}


#right-content div.controls, 
#left-content div.controls
{ 
	position:		relative;
	margin:			4px;
}

#cloud-top-right
{
	display:		none;
	position:		absolute;
	top:			145px;
	right:			130px;
	background:		transparent url('images/cloud_top_right.jpg') top right no-repeat;
	width:			193px;
	height:			117px;
	z-index:		0;
}
#cloud-bottom-left
{
	display:		none;
	position:		absolute;
	bottom:			70px;
	left:			20px;
	background:		transparent url('images/cloud_bottom_left.jpg') top right no-repeat;
	width:			193px;
	height:			117px;
	z-index:		0;
}
#cloud-bottom-right
{
	display:		none;
	position:		absolute;
	bottom:			70px;
	right:			50px;
	background:		transparent url('images/cloud_bottom_right.jpg') top right no-repeat;
	width:			193px;
	height:			117px;
	z-index:		0;
}
/*
/========================================================
/=	Content styles
/=
/========================================================
*/

#bkg1	
{ 
	/*background:		url("images/content_border_left.gif") repeat-y; */
}
#bkg2	
{ 
	/*background:		url("images/content_border_right.gif") 100% 0 repeat-y; */
}

#content	
{ 
	position:		relative;
	margin:			0px 50px 5px 50px;
	padding:			5px;
	z-index:			1;
}

body.with-left #content		
{ 
	margin-left:	151px !important; 
}
body.with-right #content	
{
	margin-right:	140px !important;
}

.floatl
{
	float:			left;
}
.floatr
{
	float:			right;
}
.clear
{
	clear:			both;
}
floatl img
{
	padding:		0px 2px 2px 0px;
}
floatr img
{
	padding:		0px 0px 2px 2px;
}

/*
/========================================================
/=	Footer Styles
/=
/========================================================
*/
#footer
{
	position:		relative;
	color:			#00318B;
	text-align:		center;

	margin:			0 0 0 0;
	z-index:		2;
}

#copyright
{
	margin:			0;
	position:		relative;
	top:			1px;
	left:			1px;
	background: 	url("images/copyright_corner.gif") 100% 100% no-repeat;
	font-size:		85%;
	font-weight:	bold;
	padding:		2px 8px 2px;
}

#copyright a:link,#copyright a:visited
{
	color:			#00318B !important;
	text-decoration: underline !important;
	font-weight:	normal;
}
#copyright a:hover, #copyright a:active
{
	color:			orange !important;
}

body.with-left #copyright	
{ 
	padding-left:		56px; 
}
body.with-right #copyright	
{ 
	padding-right:	128px; 
}

#footer a:link, #footer a:visited	
{ 
	color:	white;
	text-decoration:	none;
}
#footer a:hover, #footer a:active	
{ 
	color:	#FD6;
}

@media print
{
	#left-content{ display: none !important; }
	#right-content{ display: none !important; }
	
	#cloud-top-right{	display: none !important;	}
	#cloud-bottom-left{	display: none !important;	}
	#cloud-bottom-right{display: none !important;	}
 
	body.with-left #content		
	{ 
		margin-left:	5px !important; 
	}
	body.with-right #content	
	{
		margin-right:	5px !important; 
	}
}