/* toby_robinson.css*/

* {
    padding : 0px;
    margin : 0px;
}
 
html, body {
    height : 100%;
	font-family : arial, sans-serif;
    font-size : 12px;
	color: #000000; 
}

.clearfloat {
    clear : both;
    float : none;
}
/* GENERAL STYLES */


h1 {
	font-size: 170%;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #333366;	
}

h2 {
	font-size: 150%;
	padding-top: 10px;	
	padding-left: 10px;
	color: #336666;	
}

h3 {
	font-size: 150%;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;	
}

h4 {
	
}

h5 {
	
}

h6 {
}

p {
	text-align: justify;
	padding: 10px 10px 10px 15px;
}

.bigitalic {
	font-style: italic;
	font-size: 120%;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.purplebold {
	font-weight: bold;
	color: #333366;	
}

.small {
	font-size: 80%;
	padding-bottom: 5px;
}

.smallbold {
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 5px;
}

.smallitalics {
	font-size: 80%;
	font-style: italic;
}

ul {
	padding-left: 35px;
} 

li {
	padding: 5px 20px 5px 10px;
}

li li {
	padding-top: 10px;
}

.menulist {
/* used for menu on left side of page */
	margin: 0px;
	padding: 0px;
	width: 158px;
}

.menulist li {
	line-height: 1.5; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	padding-left: 10px;
	padding-bottom: 5px; 
		}

a:link, a:visited, a:active { 
	color: #000000;
    text-decoration : none;
		}

a:hover {
	font-weight: bold;
	color: #333366;
		}

/* MAIN DIVS */

#background {
	width : 100%;
	background-color: #333366;
/*	background:  url(../images/background.gif) top left; */
}

#container {
    width : 770px;
    background-color : #FFFFFF;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	margin-top: 10px;
}

/* TOP DIVS */

#pageheader {
    position: absolute;
	top: 0px;
	height: 197px;
	width: 100%;
    background:   url(../images/header.jpg) top left no-repeat;
}

#pageheader h1 span {
	display : none;
}

/* LEFT DIVS */

#leftcolumn {
	float: left;
	width: 180px;
	padding-top: 197px;
	margin-left: 10px;
}

#leftmenu {
/* this is the box for the secondary navigation - except home page */
	width: 170px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#leftmenu .activepage {
	font-weight: bold;
	color: #333366;
}

#contact {
	width: 165px;
	height: 128px;
    background:   url(../images/for_further_info_sml2.jpg) top left no-repeat;
/*	background-color: #FCEE13;
	border: dotted 2px #333366; */
}

#contact h1 span {
	display : none;
}

#xhtmlbadge {
	float: left;
	width: 180px;
	margin-right: 20px;
}

#xhtmlbadge .blank {
/* padding for when a page can't be validated due to external links */
	width: 88px;
	height: 31px;
}

/* MIDDLE DIVS */

#maincontent {
	margin-left: 190px;
	padding-top: 217px;
	padding-right : 30px;
	padding-left: 10px;
/* any wider and the content drops to the bottom in IE6 */
	width: 520px;
	vertical-align: top
}

/* boxes for images and text */
#maincontent .info {
	float: left;
	height: 100%;
	width: 510px;
}

#maincontent .image_right1, .image_right2 {
    float : right;
    margin-left : 25px;
	margin-bottom: 5px;
	margin-right: 0px;
}

#maincontent .image_right1 {
	margin-top: 12px;
}

#maincontent .image_right2 {
	margin-top: 25px;
	margin-right: 10px;
}

/* classes below not used */
#maincontent .image_bottom1 {
	margin-top: 12px;
	margin-right: 30px;
}

#maincontent .image_bottom2 {
	margin-top: 12px;
	margin-right: 40px;
}

#maincontent .image_bottom3 {
	margin-top: 12px;
	margin-right: 70px;
}

#maincontent .image_right3 {
	margin-top: 5px;
}

/* BOTTOM DIVS */

#footercopy {
	padding: 10px;
	text-align: center;
}

#footercopy a:link, #footercopy a:visited, #footercopy a:active { 
    text-decoration : underline;
		}
	
#footercopy a:hover {
		}
