/* Layout elements */

/* Fundamentals */

html {
	background: #f60 url(images/orange_bg.jpg) repeat-x scroll;
	font: 0.75em/1.3 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Body container */

body {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 700px;
	background: #fff url(images/mainbg.gif) repeat-y;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.rightimg {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 7px;
	border: none;
}

/* Links */

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

a:hover, a:active {
	color: #f60;
	text-decoration: none;
}

/* Headings */

h2 {
	font: normal 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #FF5700;
}

h3 {
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #FF5700;
}

/* Lists */

ul {
	margin-left: 25px;
	padding: 0;
}

li {
	list-style-type: square;
}

/* Layout IDs */

/* Header */

#head {
	width: 700px;
	height: 150px;
}

#head h1 {
	margin: 0;
	padding: 0;
	display: block;
	width: 700px;
	height: 150px;
	background-image: url(images/website-header-700-150.gif);
	text-indent: -10000px;
}

/* Navigation */

#nav {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 20px;
}

/* Navigation list */

#nav ul {
	margin: 0 0 0 13px;
	padding: 0;
}

#nav li {
	float: left;
	list-style: none none;
	font-size: 1.1em;
	margin: 0 0 0 2px;
	padding: 3px 0;
	text-transform: uppercase;
}

/* Navigation links */

#nav li a:link, #nav li a:visited {
	margin: 0;
	padding: 3px 0;
	display: block;
	width: 110px;
	color: #222;
	background-color: #f3f3f3;
	text-decoration: none;
	text-align: center;
	border-bottom: 2px solid #ccc;
}

#nav li a:hover, #nav li a:active {
	margin: 0;
	padding: 3px 0;
	display: block;
	width: 110px;
	color: #111;
	background-color: #336;
	text-decoration: none;
	border-bottom: 2px solid #f00;
}

/* Span to change colour */

#nav li a:link span, #nav li a:visited span {
	margin: 0;
	padding: 0;
	color: #336;
	text-decoration: none;
}

#nav li a:hover span, #nav li a:active span {
	margin: 0;
	padding: 0;
	color: #ff0;
	text-decoration: none;
	font-weight: normal;
}

/* Main content */

#main {
	width: 415px;
	padding: 15px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	color: #336;
	line-height: 20px;
}

/* Sidebar */

#sidebar {
	width: 180px;
	padding: 15px;
	float: right;
}

/* Sidebar list links */

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li a:link, #sidebar li a:visited {
	display: block;
	width: 180px;
	padding: 2px 0 2px 5px;
	background-color: #f1f1f1;
	color: #336;
	text-decoration: none;
}

#sidebar li a:hover, #sidebar li a:active {
	display: block;
	width: 180px;
	padding: 2px 0 2px 5px;
	background-color: #fcfcfc;
	color: #FF5700;
	text-decoration: none;
}

/* LEFT SHORT ARTICLE */
.left { 
	
	width: 44%;  
	float: left;
	height: auto; 
	background: #eee url(images/greybg.gif) repeat-x top left; 
	padding: 5px;
	padding-top: 8px;
	color: #353F49; 
}

.leftwhite { 
	
	width: 44%;  
	float: left;
	height: auto; 
	background: #fff; 
	padding: 5px;
	color: #353F49; 
}

/* RIGHT SHORT ARTICLE */
.right { 
	
	width: 44%;  
	float: right;
	height: auto; 
	background: #eee url(images/greybg.gif) repeat-x top right; 
	padding: 5px;
	padding-top: 8px;
	color: #353F49; 
}

.leftright { 
	
	width: 44%;  
	float: right;
	height: auto; 
	background: #fff; 
	padding: 5px;
	color: #353F49; 
}

/*Form*/

label{
float: left;
width: 120px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
background-color: #ccc;
color: #339;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

/* Footer */

#foot {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #336;
	clear: both;
	border-bottom: 4px solid #336;
}

#foot p {
	margin: 0;
	padding: 20px 0;
}

/* Gallery */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 2px solid #f90;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 2px solid #666;
margin: 0 5px 5px 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #333;
padding: 5px;
left: -1000px;
border: 2px solid #999;
visibility: hidden;
color: #fff;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 335px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
