/* Cascading Style Sheet to support the final Product for N.O.W Design.

Author:				Genavieve Inkster
Institution:		Sunderland University
Date of Creation:	21st March 2009
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #333333;
	font-family: Verdana, sans-serif;
	background-attachment: fixed;
	background-image: url(images/spectrum1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.8em;
	color:#FFFFFF;
	
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	background-color: #000000;
}

#header {
	width: 1024px;
	height: 78px;
	background-color: #FFFFFF;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#flash {
	height: 600px;
	width: 200px;
	float:left;
}

#content {
	width: 580px;
	color:#FFFFFF;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 1.0em;
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: -20px;
	background-color: #000000;
	margin-left: 20px;	
		
}
#content p {
margin-left:0px;
}

h1 {
	color: #FF9900;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 1.3em;
}
#main {
with: 580px;
color:#FFFFFF;
font-family: "Myriad Pro", Verdana, sans-serif;
font-size: 1.0em;
margin-top:150px;
margin-left: 30px;
margin-right:30px;
}

#main a {
color:#FF9900;
}
#rightbox {
	float: right; /* since this element is floated, a width must be given */
	width: 335px;
	background-color: #000000;
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 1.0em;
	color: #999999;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 15px;
}

b.btop, b.btop b, b.bbot, b.bbot b{
    display: block;height: 10px;font-size: 1px;
    background-image:url(images/right_corner.gif);
    background-repeat: no-repeat}
b.btop b{background-position: 100% -10px}
b.bbot{background-position: 0 -20px}
b.bbot b{background-position: 100% -30px} 


 .rounded_colhead
{
	width: 300px;
	margin: 30px auto;
	color: #000000;
	padding: 14px 20px;
	/* Rounded corner stuff starts here */
  background-color: #FFFFFF;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
}

<!--[if gte IE 7]>
<style type="text/css">

.rounded_colhead
{
  position: relative;
}

.rounded_colhead > .tl, .rounded_colhead > .tr, .rounded_colhead > .bl, .rounded_colhead > .br
{
  width: 6px;
  height: 6px;
  position: absolute;
}

.rounded_colhead > .tl
{
  background: url(/images/colhead-tl.png) top left no-repeat;
  top: 0;
  left: 0;
}

.rounded_colhead > .tr
{
  background: url(/images/colhead-tr.png) top right no-repeat;
  top: 0;
  right: 0;
}

.rounded_colhead > .bl
{
  background: url(/images/colhead-bl.png) bottom left no-repeat;
  bottom: 0;
  left: 0;
}

.rounded_colhead > .br
{
  background: url(/images/colhead-br.png) bottom right no-repeat;
  bottom: 0;
  right: 0;
}




 .rounded_top
{
	width: 1024px;
	margin: 20px auto;
	color: #000000;
	padding: 15px 0px;
	/* Rounded corner stuff starts here */
  background-color: #FFFFFF;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
}


.rounded_top
{
  position: relative;
}

.rounded_top > .tl, .rounded_top > .tr, .rounded_top > .bl, .rounded_top > .br
{
  width: 6px;
  height: 6px;
  position: absolute;
}

.rounded_top > .tl
{
  background: url(/images/colhead-tl.png) top left no-repeat;
  top: 0;
  left: 0;
}

.rounded_top > .tr
{
  background: url(/images/colhead-tr.png) top right no-repeat;
  top: 0;
  right: 0;
}

#footer {
	padding: 0 10px 0 10px;
	background-color: #000000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Myriad Pro", Verdana, sans-serif;
	font-size: 0.7em;
	color: #FF9900;
	text-align: right;
}
#footer a:link, #footer a:visited {
color:#FF00FF

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	color: #FFFFFF;
	margin: 10px;
}

#navigation { 
	 font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	 font-size: 1.1em; 
	 background-color: #FF9900;
	 height: 40px;
} 
#navigation ul { 
	 list-style: none; 
	 margin: 0 0 0 250px; 
	 padding: 10px 0px 0px; 
} 

#navigation li { 
 	display: inline; 
} 

#navigation a:link, #navigation a:visited {
	padding: 10px;
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
} 
#navigation a:hover {
	color: #000000;
	text-decoration: underline;	
}

.rounded:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(bottom-left.png);
  margin: 0 0 -1px 0;
  height: 30px;
  background: white;
  background: transparent url(bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
}
