@charset "utf-8";
/*
	Scottish Collaborative Group Food Frequency Questionnaire
	30 July 2008
	
	styles
*/

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	margin:0;
	padding:0;
	background:url(images/sidebar.jpg) repeat-x top left #e6eac9;
	text-align:center;
	font-size:80%;
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#333;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:10px 0;
	font-weight:normal;
	font-family:Arial, helvetica, sans-serif;
}

h1 {
	font-size:200%;
	color:#222;
}

h2 {
	padding:10px 0 7px;
	font-size:160%;
	color:#777;
}

h3 {
	font-size:140%;
}

h4 {
	font-size:130%;
}

h5 {
	font-size:120%;
}

h6 {
	font-size:100%;
	font-weight:bold;
}

p {
	margin:0;
	padding:0 0 10px;
	line-height:150%;
}

a {
	padding:2px;
	text-decoration:none;
	border-bottom:1px dotted #dd7155;
	color:#dd7155;
}

a:hover {
	background:#eff1dc;
	border-bottom:1px solid #e4b494;
	color:#dd7155;
}

a.noborder,
a.noborder:hover {
	background:none;
	border:none;
}

img {
	border:none;
}

*:focus {
	outline:none;
}

/*---------------------------------------------------------{   containers   }---------------------*/

#outerwrapper {
	width:974px;
	margin: 0 auto;
	text-align:left;
}
#white_wrapper {
	float:left;
	position:relative;
	width:960px;
	background:#fff;
	padding: 0 7px;
}
#header {
	float:left;
	width:960px;
}
#headerrepeat {
	width:960px;
	float:left;
	background:url(images/headerrepeat.jpg) repeat-x;
}
#uni_logo {
	float:left;
	width:190px;
	height:88px;
}
#headerimage {
	float:right;
	width:545px;
	height:204px;
	background:url(images/headerimage.jpg) no-repeat top left;
}
#headergradient {
	float:left;
	width:406px;
	background:url(images/headergradient.jpg) no-repeat -15px -1px;
}
#mainwrapper {
	float:left;
	width:960px;
}
#menu {
	width:200px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	padding-bottom:30px;
/*	
	font-weight:bold;
*/	
}
#menu .top {
	border-top:0px none;
}
#menu ul {
	background:#FFF;
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu ul li {
	margin:0;
	background:url(images/button.jpg) no-repeat bottom left;
}
#menu ul a {
	color:#333;
	display:block;
	font-size:110%;
	padding:9px 0 9px 15px;
	text-decoration:none;
	width:185px;
	border-top:1px solid #eee;
	border-bottom:1px solid #ddd;
	
}
#menu ul li a:hover,
#menu ul li a.active {
	background:url(images/buttonhover.jpg) no-repeat bottom left;
	color:#9b0200;
	border-bottom:1px solid #e4b494;
	border-top:1px solid #e4b494;
}
#mainimage {
	padding-top:40px;
	float:left;
	height:290px;
	width:218px;
}
#content {
	padding-bottom:40px;
	padding-right:30px;
	width:485px;
	float:right;
	color:#333333;
	font-size:95%;
}
#footer {
	float:left;
	width:974px;
	height:44px;
	background:url(images/footer_bg.gif) no-repeat top center;
}
#deomlogo {
	float:left;
	width:100px;
}
#footertext {
	padding-top: 8px;
	float:left;
	width:500px;
	font-size:7pt;
}
#adminlink {
	font-size:small;
	width:60px;
	position:absolute;
	bottom:130px;
	right:0;
	text-align:left;
	padding:3px 0;
}
#adminlink a {
	border-bottom:1px dashed #9b0200;
	color:#9b0200;
	text-decoration:none;
}
#adminlink a:hover {
	border-bottom:1px solid #9b0200;
}

