/* CSS Document */

/*	HIPs North East Style Sheet.
   
	------------------------------------------------------
   
	arttia.co.uk style sheet - v1.0
	Publication:  August 2009
	Last Update:  August 2009
	Author:  Belinda White ( belinda@arttia.co.uk )
	
	Colours:
	Light Blue #AEC8E9
	Dark Blue #007CBF
				
   
	----------------------------------------------------*/
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/*	Generic
	----------------------------------------------------*/
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #AEC8E9;
}

#wrapper {
	width: 960px;
	height: 100%;
	margin: auto;
	padding-top: 0px;
  }

#Holder{
	width: 960px;
	height: 100%;
	float: left;
	background: #FFFFFF center center;
	text-align: left;
  }


/*Header Section
	----------------------------------------------------*/	
#HeaderHome{
	background: #FFFFFF;
	float: left;
	height: 192px;
	width: 960px;
	margin-left: 0px;
}


#Divider{
	background: #FFFFFF url(images_main/divider.jpg) no-repeat;
	float: left;
	height: 10px;
	width: 960px;
	margin-left: 0px;
}
	
/*	Top Navigation
	----------------------------------------------------*/
	

/*	Main
	---------------------------------------------------- */	
#MainContent {
	width: 800px;
	height: 100%;
	float: left;
	margin-left: 100px;
	margin-top: 15px;
	margin-bottom: 50px;
}		
	
a:link {
	color: #026DBD;
	text-decoration: underline;
}


a:active {
	color: #0074B7;
	text-decoration: underline;
}
a:hover {
	color: #CC1C40;
	text-decoration: underline;
}

a:visited {
	color: #026DBD;
	text-decoration: underline;
}	

#horizontal{
	width: 470px;
	background: url(images_main/horizontal.gif) repeat-x;
	float: none;
	height: 5px;
	margin-top: 5px;
	margin-bottom: 2px;

}

#horizontalLong{
	width: 750px;
	background: url(images_main/horizontal.gif) repeat-x;
	float: none;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#MainContentText1 {
	font: 12px/24px Tahoma;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	width: 780px;
}


.h1 {
	font: normal 20px/24px Tahoma;
	color: #0776C7;
}	
.h2 {
	font: normal 12px/24px Tahoma;
	color: #0776C7;
}	


#hipslogo {
}

#newtext1 {
}

#AndrewLogos {
}


#newtext2 {
}
	/* CREDIT ARTTIA
	---------------------------- */

#CreditArttia {
	height: 10px;
	width: 960px;
	float: left;
	color: #FFFFFF;
	font: 11px Tahoma;
	padding-bottom: 20px;
	padding-top: 10px;
	background: #AEC8E9;
}

a.crA:link{
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font: 11px Tahoma;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 20px;
	}
a.crA:active {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font: 11px Tahoma;
	padding-right: 20px;
	padding-left: 20px;	

	}
a.crA:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	font: 11px Tahoma;
	padding-right: 20px;
	padding-left: 20px;	
	}
a.crA:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
	font: 11px Tahoma;
	padding-right: 20px;
	padding-left: 20px;
	}
	
	
	
	
/* Clear Floated Elements
   --------------------------- */	
		
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}



/*	 End HIPs North East style sheet

     Author - www.arttia.co.uk
								
	----------------------------------------------------*/
