/* Website by www.devolved.co.uk

/* reset all css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ima a, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;	vertical-align: baseline; }
:focus {	outline: 0;}
ol, ul, dl { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }

html { height: 100%;	margin-bottom: 1px; }

body {
	padding: 0px;
	font-size: 150%;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	font-family: arial, helvetica, sans-serif;
	color: #333;
}

a { font-weight: bold; text-decoration: underline; }
a:hover { color: #f60; text-decoration: none; }

p { line-height: 150%; margin-bottom: 1.5em; }
img { border: 0px; }
img a { border: 0px; text-decoration: none; }
strong { font-weight: bold; }

input, textarea { 
  color: #000; font-family: verdana, arial, helvetica, sans-serif; padding: 6px; line-height: 150%;
  border: 1px solid #000; background: #fff; }

blockquote {
  padding: 6px 12px 6px 12px; line-height: 160%; margin: 10px 60px 10px 60px;
  border: 1px solid #eee; font-style: italic; color: #000; }

ul { }
li { list-style-image: url(gfx/li.png); padding: 2px;}

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 2.2em; color: #000; margin-bottom: 0.7em; }
h1 { font-size: 2.8em; }
h2 { font-size: 2.4em; }

#textnav { height: 3em; padding: 10px; margin-bottom: 20px;  background: #000; color: #fff; }
#textnav a { color: #fff; }

#mainbox {	text-align: left;}

dl { margin-bottom: 20px }
dt { margin-left: 30px; padding: 4px; }
dd { padding: 4px; }
/* navigation menu */

#nav {
	color: #ddd; font-size: 1.2em;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 30px 0px;
	text-align: left;
}


#nav a {
  font-weight: bold; text-decoration: none;
	color: #000;
	padding: 2px 4px 2px 4px;
	border-bottom: 4px solid #fff;
}

#nav a:hover { 
	color: #000;
	border-bottom: 4px solid #000; 
}
#nav a:focus { border-bottom: 4px solid #000; }
.navactive { 	color: #000 !important;	border-bottom: 4px solid #000 !important; font-weight: bold !important;  }


#content { 	margin: 0px 50px 0px 50px; }
#content p { font-size: 1em; }

ul#devnav, dl, dt, dd { display: inline; }
ul#devnav li { display: inline; }


#footer { padding: 10px; border-top: 1px solid #999; }

.clear { clear: both; }

.small { font-size: 1em; }
.medium { font-size: 1.2em; }
.large { font-size: 2em; }
/* misc classes */

.breakline { padding-right: 20px; border-right: 1px solid #000; margin-right: 20px; }

.col1 { color: #000; }
.col2 { color: #0f0; }
.bold { font-weight: bold; }
.ital { font-style: italic; }
.floatl { float: left; }
.floatr { float: right; }
.help, abbr { border-bottom: 1px solid #f66013; }
.help:hover, abbr:hover { cursor: help } 
.line { border-bottom: 1px solid #000; }
.big { font-size: 1.2em; }
.lil { font-size: 8px; }
.mleft { margin-left: 15px; }
.strike { text-decoration: line-through !important; }
.lbox { float: left; width: 300px; height: 180px; }
.rbox { float: right; width: 300px; height: 180px; margin-top: 0px; }

