/* General page structure, styles controlling the layout of the main areas of the page */

body {  /* style necessary for the page to be centered */
	text-align: center;
	margin: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888;
}



#container { /* a div that encloses the whole page, sets it's size and text alignment (needed because of the centering mechanism used by the body style) */
	width: 750px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	position: relative;
	background-color: white;
}

#header { /* a container that holds the logo, menu and search box */
	height: 55px;
	width: 749px;
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}

#banner { /* this div holds the area beneath the header, it contains the 3 coloured pictures that identify the page type */
	position: relative;
	height: 138px;
}

#box1 { /* this container holds and places the first (leftmost and largest) banner image */
	width: 564px;
	height: 138px;
	float: left;
	margin-left: 35px;
	display: inline;
}

#box2 { /* this container holds and places the second (middle) banner image */
	width: 138px;
	height: 138px;
	float: left;
	margin-left: 4px;
}

#box3 { /* this container holds and places the third (right) banner image */
	width: 138px;
	height: 138px;
	float: left;
	margin-left: 4px;
}

#info { /* the info div encloses all of the content area of the page */
	position: relative;
	background-image:   url(bg.gif);
	background-repeat: repeat-y; 
	float: left;
	background-position: 34px 0px;
	margin-top: 4px;
	width: 100%;
}

#column1 { /* this div holds the menu, search box and ads on the laft hand side of the page */
	width: 152px;
	border-top: 1px solid #ccc;
	float: left;
	margin-left: 35px;
	display: inline;
	padding: 20px 8px 15px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888;
	position: relative;
}

#data { /* this div holds the pictures and text that make up the content, it also adds the grey line at the top of this area */
	width: 526px;
	margin: 0px 0px 0px 4px;
	border-top: 1px solid #ccc;
	position: relative;
	float: left;
	}
	
#column2 {
	width: 138px;
	margin-top: 0px;
	float: left;
	margin-left: 20px;
	position: relative;
	display: inline;
}


#footer { /* places the footer at the bottom, below everything */
	width: 714px;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
	margin-left: 35px; 
	position: relative;
}

#data_heading { /* places the footer at the bottom, below everything */
	width: 363px;
	background-image:url(dotted.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	margin: 30px 0px 17px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0px 4px 12px;
}

/* Styles for the minor positioning of individual elements on the page */

#search_form { /* positions the search box and button at the top of each page */
	position: absolute;
	bottom: 5px;
	right: 6px;
}

#logo { /* the is the DIA logo on the left at the top of the page */
	top: 20px;
	left: 0px;
	position: absolute;
}

form { 
	margin: 0px;
}

#footer_line { /* creates the line that closes off the bottom of the boxes that hold the data */
	height: 1px;
	width: 705px;
	position: absolute;
	top: -1px;
	left: 0px;
	padding: 0px;
	font-size: 1px;
}

#picture1 { /* A div for holding the first picture on the left hand sid eof the main text */
}

#picture2 { /* A div for holding the second picture on the left hand sid eof the main text */
	margin-top: 4px;
}

#picture3 { /* A div for holding the third picture on the left hand sid eof the main text */
	margin-top: 4px;
	float: right;
}

#column3 {
	width: 360px;
	margin-top: 00px;
	float: left;
	margin-left: 4px;
}

#picture4 { /* A div for holding the fourth picture which appears above the main text in I Me Mine pages only */
	margin-bottom: 24px;
}

#booktext { /* places the text for a book in the bibliography on the left */
	float: left;
	width: 200px;
	padding-right: 10px;
}

#bookpic { /* places the image for a book in the bibliography on the right */
	float: left;
	width: 251px;
}

/* Styles that control the text in the main imformational area of the page */

#text { /* The main body text of the page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888;
	padding: 0px 10px 24px 20px;
	line-height:17px;
}

#booktext H4  {
	margin: 2px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
}

#booktext p  {
	margin: 0px 0px 8px 0px;
}

.bodytext { /* The main body text of the page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888;
	padding: 0px 10px 24px 20px;
}

.heading { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	display: block;
	color: #388fbc;
	margin-top: 10px;
}

.subheading { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	display: block;
	color: #388fbc;
	margin-bottom: -8px;
}

#section1 {
	margin-bottom: 18px;
	position: relative;
}

/* Styles for the pages that contain lists of items like news, articles, i me mine list, weblinks lists etc */

.news_row {
	padding: 17px 0px 0px 24px;
	margin: 0px 0px 0px 0px;
}

.news_title {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

.news_date {
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	position: relative;
}

.news_body {
 	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 8px;
	padding-bottom: 6px;
}

.news_image {
	float: left;
	position: relative;
	padding-right: 20px;
}

.news_item {
	position: relative;
	float: left;
	width: 360px;
	margin: 0px 0px 0px 0px;
}

.news_border {
	background-image:url(dotted.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	clear: both;
	width: 370px;
	margin: 0px 0px 0px 0px;
	height: 15px;
	margin-left: 9px;
}

.news_more_button {
	padding-top: 5px;
}

.logo_heading {
	color: 388fbc;
	font-weight: bold;
	padding-top: 10px;
}

.coloured_heading {
	color: <cfoutput>#textColour#</cfoutput>;
	font-weight: bold;
	padding-top: 10px;
}


.sub {
	margin-bottom: 8px;
	padding-left: 10px;
}

.subsub {
	margin-bottom: 8px;
	padding-left: 25px;	
}


.clear {
	clear: both;
	border-bottom: 1px solid #ccc;
	width: 138px;
	height: 25px;
}

.clear2 {
	clear: both;
}

.title1 {
	font-weight: bold;
}

.title2 {
	font-weight: bold;
	margin-top: 18px;
	display: inline;
}



img {
	border-style: none;
}




.imm_space {
	margin-bottom: 12px;
}

.button {
	margin-top: 10px;
	margin-bottom: 20px;
}

.links_name {
	margin-top: 8px;
}

.adbox_baseline {
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-image:url(dotted.gif);
	background-repeat:repeat-x;
	background-position: 0px 5px;
	height: 20px;
}

.adbox {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

#column1 img {
	margin-top: 15px;
	display:block;
	margin-bottom: 3px;
}

th {
	font-size:9px;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

td {
	font-size:9px;
	border-bottom: 1px solid #f5f5f5;
	padding-top: 4px;
	padding-bottom: 2px;
}

#column3 table {
	margin-top: 5px;
}

#column3 input {
	margin-bottom: 8px;
	margin-top: 2px;
}

#column2 input {
	margin-bottom: 8px;
	margin-top: 2px;
}

#column3 select {
	margin-bottom: 8px;
	margin-top: 2px;
}

#top_menu {
	float: right;
	margin: 7px 20px 0px 0px;
	color: #A7A9AC;
}

.form_row {
	padding-bottom: 8px;
}

INPUT,TEXTAREA { 
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

H3 {
	color: #388fbc;
}

#gallery_images {
	margin: 0px 0px 0px 75px;
	padding-bottom: 50px;
	width:430px;
}

#gallery_images img {
	margin: 4px 0px 0px 4px;
	float:left;
}

li {
	padding-left:0px;
	margin-left:0px;
}

ul, ol {
	padding-left:0px;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}







