/************************************************
 *						*
 *	Reset Browser Defaults to ensure 	*
 *	cross browser display output		*
 *						*
 ************************************************/

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, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}	/* remember to define focus styles */

ins {
	text-decoration: none;
} 	/* remember to highlight inserts somehow */

del {
	text-decoration: line-through;
}

					
table {
	border-collapse: collapse;
	border-spacing: 0;
} 	/* tables still need 'cellspacing="0"' in the markup */
 
sub {
	font-size: 0.8em;
	vertical-align: sub;
}

sup {
	font-size: 0.8em;
	vertical-align: super;
}



 
 
/****************************************
 *					*
 *	Set New Defaults		*
 *					*
 ****************************************/
 
body {
	position: relative;
	margin: 0;
	padding: 0;
	font: normal 0.80em Arial, sans-serif;
	background: #fff;
	color: #000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}








/************************************************
 *						*
 *	Library of cross project definitions	*
 *						*
 ************************************************/

 
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-left {
	clear: left;
}

.clear-both {
	clear: both;
}

.clear-none {
	clear: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.half-col {
	float: left;
	width: 49%;
}

.two-third-col {
	float: left;
	width: 64%;
}


.third-col {
	float: left;
	width: 32%;
}

.quarter-col {
	float: left;
	width: 24%;
}


.twenty-pc-col {
	float: left;
	width: 18%;
	padding: 0.5em;
}



hr {
	height:0;
	border:0;
	width: 90%;
	border-top:1px solid #efefef;
}

.line-through {
	text-decoration: line-through;
}

.grey {
	color: #888;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}

p,ol,ul {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}

li {
	margin-left: 2em;
	margin-bottom: 0.1em;
}

ul.inline-list {
	list-style-type: none;
	display: block;
	
}

ul.inline-list li {
	display: inline;
	padding: 3px;
	margin: 0;
}

ul.none {
	list-style-type: none;
}

ul.ds li {
	margin-bottom: 1em;
}

blockquote {
	margin: 1.5em;
}

.line-through {
	text-decoration: line-through;
}

.x-small {
	font-size: x-small;
}


.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.x-large{
	font-size: x-large;
}

/*
.error {
	color: #f00;
	font-weight: bold;
}
*/

.warning {
	font-size: 0.9em;
	color: #f00;
}

.confirmation {
	color: #00f;
	font-weight: bold;
	/* border: 1px solid #00f; */
}

p.jump {
	clear: both;
	text-align: right;
	background: url(../images/template/jump.jpg) no-repeat right top;
	margin: 2em 20px;
	padding: 0 20px;
	font-size: 0.9em;
}

div#google-maps {
	clear: both;
	width: 700px;
	height: 400px;
	padding: 10px;
	margin: 10px auto;
}

div#google-maps p {
	margin-top: 1em;
}

div#google-maps a {
	margin: 0.3em;
	margin-top: -1em;
	text-align: right;
	display: block;
}
iframe.google-frame {
	width: 700px;
	height: 400px;
	margin: 0.3em 2em 0 0;
	border: 1px solid #ccc;
}


a[rel="external"] {
	padding-right: 13px;
	margin-right: 3px;
	background: url(../images/template/external.png);
	background-repeat: no-repeat;
	background-position: right;
}

a[rel="external"].no-external-icon {
	background: none;
}

.pdf {
	padding-right: 13px;
	margin-right: 3px;
	background: url(../images/template/pdf-20.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.error {
	color: #f00;
}

