/* Designed by Graham Sanders www.gsanders.co.uk */

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #999;
	background-color: #ddd;
	text-align:center;
}

#container {
	width: 720px;
	margin: 0px auto;
	background-color: #FFF;
	text-align:left;
}

#frame {
	margin: 0px 10px;
}

#header {
	height: 220px;
}
#header span {
	display: none;
}

#mainNavigation {
	height:20px;
}
#mainNavigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainNavigation li {
	float: left;
	width: 140px;
	height: 20px;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#mainNavigation a {
	width: 140px;
	height: 20px;
	display: block;
}
#mainNavigation a span {
	display: none;
}

#brochure {
}
#brochure a {
	width: 175px;
	height: 90px;
	display: block;
}
#brochure a span {
	display:none;
}

#content {
	position:relative;
	background-color: #fff;
}

#title {
	height: 70px;
}
#title span {
	display: none;
}

#mainCopy {
	width: 525px;
	overflow: visible;
}

#rightColumn {
	width: 175px;
	height: 400px;
	position: absolute;
	top: 50px;
	left: 525px;
}

#footerMargin {
	background-color: #FFF;
	height:20px;
	clear: both;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 5px 10px 5px 30px;
}

#copyright {
	width: 236px;
	height: 14px;
}
#copyright span {
	display: none;	
}

li#homeLink {
	background-image: url("../images/home_link_over.gif");
}
li#homeLink a {
	background-image: url("../images/home_link_off.gif");
}
li#homeLink a:hover {
	background-image: url("../images/home_link_over.gif");
}

li#welcomeLink {
	background-image:url("../images/welcome_link_over.gif");
}
li#welcomeLink a {
	background-image:url("../images/welcome_link_off.gif");
}
li#welcomeLink a:hover {
	background-image:url("../images/welcome_link_over.gif");
}

li#newsLink {
	background-image: url("../images/news_link_over.gif");
}
li#newsLink a {
	background-image: url("../images/news_link_off.gif");
}
li#newsLink a:hover {
	background-image: url("../images/news_link_over.gif");
}

li#supportLink {
	background-image: url("../images/support_link_over.gif");
}
li#supportLink a {
	background-image: url("../images/support_link_off.gif");
}
li#supportLink a:hover {
	background-image: url("../images/support_link_over.gif");
}

li#galleryLink {
	background-image: url("../images/gallery_link_over.gif");
}
li#galleryLink a {
	background-image: url("../images/gallery_link_off.gif");
}
li#galleryLink a:hover {
	background-image: url("../images/gallery_link_over.gif");
}
		
/* --------------------------------------------------------------------- */
/*typography*/

a {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: none;
	}
h2 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 30px 20px 20px 30px;
	}
h2 span {
	display: none;
}
h1 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}	
	
ol, ul {
	/*list-style: none;*/
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
li {
	font-size: 1em;
	line-height: 1.8em;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 2.4em 1.2em 2.4em;
	}
#rightColumn p {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
	margin:10px 0px;
	padding:0px 10px;
}
#rightColumn ul {
	font-size: 0.8em;
	color: #666;
	margin:10px 0px;
	padding:0px 10px;
	list-style-type:square;
	font-style: normal;
}
#rightColumn li {
	line-height: 1em;
	font-size: 1em;
	color: #666666;
}

form {
	padding: 0px;
	margin: 0px;
}

li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}
em, i {
	font-style: italic;
}

/* --------------------------------------------------------------------- */
/* classes */
