/*========================================================

Global CSS file for 

Created by Strawberrysoup - www.strawberrysoup.co.uk

=========================================================*/

body {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	background-image:url(../cssimages/bg_tile.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background-color: #FFFFFF;
	color: #333333;
	margin-top: 20px;
	}
#header {
	width: 900px;
	height: 218px;
	}
#header img {
	border: none;
}
#footer {
	width: 900px;
	margin: 0 auto;
	background-color: #20447F;
	color: #fff;
	height: 30px;
	margin-bottom: 20px;
}
#footer p {
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}
/* CSS to format how hyperlinks look on the website  -------------------------------------------- */

a:link, a:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #20447F;
	}

a:hover, a:active { 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
	color: #20447F;
	}
/* Main CSS for Content area of pages -------------------------------------------- */

#content {
	width: 580px;
	float:left;
	padding: 4px;
	margin-bottom: 30px;
	background-color: #fff;
}

#content p {
	margin: 10px 10px 10px 10px;
}

#content ul, #content ol {
	margin: 10px 0 0 20px;
	line-height: 1.5em;
}
#content li {
	margin-left: 10px;
}
.overview {
	width: 98%;
	border: 1px solid #ccc;
	background-color: #E6E6E6;
	margin: 20px 0 0 0;
	padding: 3px;
}

/* CSS that controls the position of the sidebar -------------------------------------------- */

#sidebar {
	float:right;
	width: 280px;
	margin: 0px 5px 10px 0;
}

#sidebar ul {
	text-align: left;
	list-style-type: none;
}

#sidebar li {
	line-height: 1.5em;
}
#sidebar h1 {
	font-size: 1.3em;
	height: 20px;
	margin: 42px 0 0 0;
}
#sidebar img {
	border: 1px solid #000;
}

/* CSS code to format the news sections -------------------------------------------- */

.news_item {
}
/* CSS code to format the main top navigation -------------------------------------------- */

#nav {
	margin: 0 0 0 0;
	height: 30px;
	width: 900px;
	background-color: #fff;
}

#nav ul {
	margin: 0px;
	padding: 0px 10px 0 0;
	color: #FFF;
	text-align:right;
}

#nav li {
	list-style-type: none;
	display: inline;
	}

#nav li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #79137A;
}

#nav li a:link, #nav li a:visited {
	color: #1361AC;
}

#nav li a:hover {
	color: #fff;
	background-color: #1361AC;
	text-decoration:underline;
}

.current, .current a:link, .current a:visited, .current a:hover {
	color: #C4D9EB;
	font-weight: bold;
	cursor: default;
}

/*CSS code to format the image navigation -------------------------------------------- */

#intro {
	background-color: #fff;
	width: 900px;
	margin: 0px;
}

#intro img {
	float: left;
	margin: 0 0px 0 10px;
}

#intro ul
{
float: right;
background-color: #fff;
width: 280px;
/* to display the list horizontaly */
font-family: sans-serif;
margin-right: 15px;
}

#intro li {
	display: inline;
}

#intro li a {
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
height: 33px;
background-color: #20447F;
text-align: right;
color: #fff;
font-size: 1.5em;
margin-bottom: 7px;
padding: 5px;
line-height: 33px;
vertical-align: middle;
}

#intro a:hover { background-color:#3B61B1;}

#intro a:visited { color: #fff; }



/* CSS code to format the H1 tags on each page -------------------------------------------- */

h1 {
	margin: 30px 0 0 10px;
	height: 30px;
	color: #20447F;
	}

h2, h3 {
	margin: 20px 0 0 10px;
	height: 20px;
	color: #20447F;
	font-size: 1.5em;
	}
h3 {
	height: 10px;
	}


h1 span, h2 span, h3 span {
	display:none;
}

/* End of CSS for H1, H2 and H3 tags */

	
/* CSS to format the forms on the website  -------------------------------------------- */
#form {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .75em;
	width: 500px;
	margin-left:20px;
	}

.submitbtn {
   margin: 3px 0 2px 0;
   color:#666666;
   font-family: Arial, Helvetica, sans-serif; 
   background-color: #efefef;
   font-weight: normal;
   border:1px solid #aaaaaa;
   }