@import "layout.css";
@import "form.css";
@import "table.css";
@import "additional.css";

/*-------------------------*//*global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

*{
	margin:0;
	padding:0;
}

html{
	background:url(/images/bg_html.gif) repeat-x;
	height:100%;
}



body{
	font:normal 62.5%/1 tahoma,arial,helvetica,sans-serif;
	color:#666;
	text-align:center;
}

/*headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5{
	font-family:georgia,serif;
	margin:0 0 10px;
	color:#88836a;

}

h1{
	color:#226BB7;
	font-size: 2.6em;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom:7px;
	font-weight:normal;
}

h2{
	font-size:2em;
	font-weight:normal;
}

h3{
	color:#999;
	font-size:1em;
	margin:0 0 3px;
}

h4{
	font-size:1.2em;
	line-height:1.3;
	margin:0 0 3px;
}

h4 a:link, h4 a:visited{
	line-height:1.8;
}

h5{
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p{
	font-size:1.1em;
	margin:0 0 10px;
	line-height:1.4;
}

span{
	
}

address{
	font:normal 1.1em/1.3 Tahoma, arial, sans-serif;
	margin:0 0 10px;
}

blockquote{
	
}

cite{
	
}

/*list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

ol{
	margin:0 0 20px 20px;
}

ul{
	margin:0 0 10px 30px;	
}

li{
	line-height:1.4;
	font-size:1.1em;
}

ul.pdf{
	list-style:none;
	margin:0 0 30px;
}

ul.pdf li{
	background:url(/images/icon_pdf.gif) no-repeat;
	padding:5px 0 10px 40px;
	margin:0 0 10px;
	font-size:1.2em;
}

ul.pdf li a:link, 
ul.pdf li a:visited{
	color:#a9753b;
	font-family: georgia,serif;
	font-weight:bold;
}

ul.poc {
	margin:15px 0;
	list-style:none;
}

ul.document_list{
	margin:0 0 20px 20px;
}

ul.document_list li{
	list-style:none;
	background:url(/images/li_document.gif) 0 0 no-repeat;
	padding:10px 0 10px 34px;
	margin:0 0 10px 0;
}

#body_grafham_introduction ul.document_list,
#body_brantridge_introduction ul.document_list{
	margin:0;
} 

ul#success_list{
	margin:0;
}

ul#success_list li{
	list-style:none;
	font-size:1.6em;
	background:url(/images/li_success.gif) top left no-repeat;
	padding:0 0 0 35px;
	margin:0 0 15px 0;
}

ul#success_list li a:link, ul#success_list li a:visited{
	background:url(/images/dot_link_high.gif) bottom left repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

ul#success_list li a:hover{
	background:none;
}
/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl{
	
}

dt{
	clear:left;
	float:left;
	width:40px;
	font-size:1.1em;
}
	
dd{
	font-size:1.1em;
}

dt, dd{
	line-height:1.5;
}

/*link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a img{
	border:none;
}

a, a:link, a:visited{
	color:#226bb6;
	background: url(/images/dot_link.gif) bottom left repeat;
	text-decoration:none;
	padding:0 0 1px;
	font-weight:normal;
}

a:hover{
	background: none;
}

a:active{
	
}

h2 a:link, h2 a:visited
{
	background-repeat: repeat-x;
}

.skip{
	position:absolute;
	left:-9999px;
}

a:link.more, a:visited.more{
	color:#a9763a;
	font-size:1.1em;
	font-family: georgia, serif;
}

a:link.adobe_reader, a:visited.adobe_reader{
	background:none;
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/*hide overflow:hidden from IE5/Mac */ 
	/*\*/ 
	overflow:hidden;
	 /**/
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:hand;
}

/*bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.clearfix:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/*Hides from IE-mac \*/*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac */

/*general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

.dotrule{
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:5px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	float:right;
	margin:0 0 10px 10px;
}

.thumb img{
	border:1px solid #d0d0d0;
	padding:1px;
}

.thumb p{
	margin:0;
}

.thumb a.more:link, .thumb a.more:visited{
	font-size:1em;
}



.clear{
	clear:both;
}

.intro{
	font-weight:bold;
	color:#87836A;
}

.content_image{
	background:url(/images/bg_img.gif) no-repeat;
	display:block;
	padding:7px;
	margin: 5px 0 0;
}

p.para_quote{
	font-family: georgia, serif;
	font-size:1.7em;
	font-style:italic;
	color:#B48249;
	background-color:#FCFCE2;
	padding:10px;
	line-height:1.3;
}

.staff_pic, .content_pic{
	padding:2px;
	float:right;
	margin:0 0 15px 15px;
	border:1px solid #CCC;
}

.image_caption{
	float:right;
	margin:0 0 20px 20px;
	border:1px solid #CCC;
	padding:2px;
	text-align:center;
}

.image_caption p{
	margin:5px 0;
}

/*pagination*/

.pagination{
	margin:0;
	float:right;
	list-style:none;
	font-family: georgia, serif;
}

.pagination li{
	float:left;
	margin:0 10px 0 0;
	font-size:1.2em;
}

.pagination li.previous{
	background:url(/images/pagination_divide.gif) right 50% no-repeat;
	padding-right:10px;
}

.pagination li.next{
	background:url(/images/pagination_divide.gif) left 50% no-repeat;
	padding-left:10px;
}


.pagination a:link, .pagination a:visited{
	display:block;
	color:#a9753b;
	background-repeat: repeat-x;
}
