/*
--------------
overall body styles and main container positioning
--------------
*/
html,body
{
	margin:				0px;
	background:			#c5c3bd;
}
/* main container center aligned with fixed width */
div.c_main
{
	/*position:			relative;*/
	padding:				0px;
	margin:				0px auto 0px auto;
	width:				778px;
	background:			#FFFFFF;
}

/*
--------------
top bar graphic and logo graphic
--------------
*/
div.c_topbar
{
	width:				100%;
	height:				23px;
	background:			url('images/site/bg_topbarbkg.gif') 0 0 repeat-x;
}
div.c_topbarright
{
	width:				100%;
	height:				23px;
	background:			url('images/site/bg_topbarright.gif') 100% 0 no-repeat;
}
div.c_topbarleft
{
	width:				100%;
	height:				23px;
	background:			url('images/site/bg_topbarleft.gif') 0 0 no-repeat;
}
div.c_content_top
{
	position:			relative;
	width:				100%;
	padding:				3px 0px 4px 0px;
}
div.c_logographic
{
	font-size:			0;
}
div.c_logographic a img
{
	border:				0;
	
}
/*
--------------
content area
--------------
*/
/* actual site contents */
div.c_content
{
	/*position:		relative;*/
	padding:			5px 8px 5px 8px;
}
div.tax-string
{
	text-align:		center;
	font-size:		10px;
	color:			#8b8075;
}
div.tax-string b
{
	color:			#625a53;
}

/*
--------------
Footer Graphics
--------------
*/
div.c_footline
{
	width:			100%;
	height:			9px;
	background:		url('images/site/bg_footline.gif') 0 0 repeat-x;
}
div.c_foot
{
	width:			100%;
	height:			25px;
	background:		url('images/site/bg_footbkg.gif') 0 0 repeat-x;
}
div.c_footright
{
	width:			100%;
	height:			25px;
	background:		url('images/site/bg_footright.gif') 100% 0 no-repeat;
}
div.c_footleft
{
	width:			100%;
	height:			25px;
	background:		url('images/site/bg_footleft.gif') 0 0 no-repeat;
}

/*
--------------
Coypright Area
--------------
*/
/* copyright container positions copyright foot banner */
div.c_copyright
{
	position:			relative;
	text-align:			center;
	padding:				2px 2px 5px 2px;
	font-size:			10px;
	color:				#555555;
}
div.c_copyright img
{
	position:			relative;
	border:				none;
}
div.c_copyright a.prodevlogo
{
	position:			absolute;
	margin:				-5px 0px 0px 10px;
	padding:				0px;
	width:				26px;
	height:				23px;
}
div.c_copyright a.prodevshield
{
	position:			absolute;
	margin:				-6px 0px 0px 10px;
	width:				30px;
	height:				29px;
}
