@import url("curve_boxes.css");
/*
=====================================
	Site Template Layout
=====================================
*/
body
{
	margin:					0;
	margin-right:			5px;
	margin-bottom:			5px;
}
/* site boundaries*/
.wrapper
{
	margin-left:			auto;
	margin-right:			auto;
	position:				relative;
}
/*------------------------------------------------------------------*/
/*head of the site, contains background image, left and right images*/
/*------------------------------------------------------------------*/

/*header repeater image*/
.head
{
	position:				relative
	width:					100%;
	background:				url('images/site/head_bkg.gif') 0 0 repeat-x;
	height:					163px;
	min-width:				770px;
}
.head_link
{
	position:				absolute;
	left:						15px;
	top:						15px;
	width:					370px;
	height:					120px;
	z-index:					50;
}
.head_link a
{
	display:					block;
	width:					370px;
	height:					120px;
	z-index:					51;
}
/*top left header image*/
.head-left
{
	top:					0;
	left:					0;
	background:				url('images/site/head_topleft.jpg') 0 0 no-repeat;
	height:					163px;
	width:					100%;
	min-width:				770px;
}
/*top right header image*/
.head-right
{
	top:					0;
	right:					0;
	background: 			url('images/site/head_topright.jpg') right 0 no-repeat;
	width:					100%;
	min-width:				770px;
}
.head-text
{
	position:				relative;
	top:						65px;
	left:						390px;
	color:					white;
	width:					200px;
}
/*----------------------------------------------------------------------------------------------*/
/*content boundary for site, contains outer box, left and right border images and content holder*/
/*----------------------------------------------------------------------------------------------*/
.content-outer
{
	position:				relative;
	width:					100%;
	min-width:				770px;
}
/*left hand border image*/
.content-bdrleft
{
	background: 			url(images/site/content_leftbdr.gif) repeat-y;
	min-width:				770px;
}
/*right hand border image*/
.content-bdrright
{
	width:					100%;
	background: 			url(images/site/content_rightbdr.gif) right 0 repeat-y;
	min-width:				770px;
}
/*padded and coloured content background - fits inside the border images*/
.content
{
	margin-left:			21px;
	margin-right:			8px;
	background:				#96B8FF;
	padding:					4px;
	min-width:				733px;
}
.tax_string
{
	text-align:				center;
	font-size:				85%;
	margin:					0px 0px 0px 0px;
	padding:					2px;
	color:					black;
}


.content-pad
{
	position:				relative;
	margin:					5px;
}
.foot-logos
{
	line-height:			60%;
	text-align:				center;
}
.foot-logos table
{
	border-collapse:		collapse;
	border:					none;
	width:					100%;
	margin:					0;
}
.foot-logos table td
{
	text-align:				center;
}
.foot-logos a, .foot-logos a img
{
	border:					none;
}
.foot-logos a img
{
	margin:					0px 0px 0px 0px;
}

.section
{
	position:				relative;
}
/*------------------------------------------------------------------------------*/
/*footer contains background repeater image, left and right corner/border images*/
/*------------------------------------------------------------------------------*/

/*footer boundary and repeater image*/
.foot
{
	position:				relative;
	width:					100%;
	height:					33px;
	background:				#456EC2 url('images/site/foot_bkg.gif') left top repeat-x;
	min-width:				770px;
}
/*left hand footer border and bottom corner*/
.foot-left
{
	background: 			url(images/site/foot_bottomleft.jpg) left bottom no-repeat;
	height:					33px;
	min-width:				770px;
}
/*right hand footer border and bottom corner*/
.foot-right
{
	width:					100%;
	background:				url(images/site/foot_bottomright.jpg) right bottom no-repeat;
	height:					33px;
	min-width:				770px;
}
/*copyright text on footer*/
.copyright
{
	width:					100%;
	text-align:				center;
	font-size:				75%;
	padding-top:			5px;
	color:					white;
	font-family:			arial;
	min-width:				770px;
	line-height:			100%;
}
.copyright a
{
	color:					#456EC2;
}
.copyright a.prodevlogo img
{
	position:				relative;
	border:					none;
	margin:					-5px 0 -8px 0;
}
/*content divisions*/
.content-divisions
{
	width:					100%;
	border-collapse:		collapse;
	border:					0;
	margin:					0;
}
/*the left hand sidebar of the site*/
.left-content
{
	width:					150px;
	padding-right:			3px;
	vertical-align:			top;
}
/*a content are a in the middle of the site*/
.center-content
{
	width:					auto;
	padding-left:			3px;
	padding-right:			3px;
	vertical-align:			top;
}
/*a right hand sidebar of the site*/
.right-content
{
	width:					150px;
	padding-left:			3px;
	vertical-align:		top;
}

/*
=====================================
	Image floating, and clear classes
=====================================
*/
.clear
{
	clear:					both;
}
.floatr
{
	float:					right;
}
.floatl
{
	float:					left;
}