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

Global CSS file for 

Created by Strawberrysoup - www.strawberrysoup.co.uk

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

body {
	background-color: #EDEDED;
	background-image:url(../cssimages/tiled_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	}
#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background-color: #FFFFFF;
	color: #333333;
	margin-top: 11px;
	}
p {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	}	
/* CSS to define the left column styles =======================================*/

#column_left p, #column_right p {
	font-size: 1.1em;
	margin: 10px 0 10px 0;
	color: #fff;
}
#column_left, #column_right {
	background-image:url(../cssimages/sidebar_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align: center;
	margin: 0px;
	float: left;
	width: 200px;
	height: 350px;
	color: #fff;
	}
.logo {
	padding: 120px 0 0 5px;
}
/* CSS to define the middle column styles =======================================*/
#column_middle {
	float: left;
	width: 560px;
	margin: 0px;
}
.content {
	background: url(../cssimages/content_bg.gif);
	padding: 6px 15px 5px 15px;
}
#header_image {
	height: 274px;
	background: url(../cssimages/image_bg.gif) no-repeat;
	padding: 7px 7px 0 15px;
}
#footer {
	width: 560px;
	height: 50px;
	background-image:url(../cssimages/content_footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0px;
	padding-top: 10px;
}
#footer p {
	color: #000;
	margin: 0 5px 0 5px;
	font-size: .9em;
	text-align: center;
}
#footer a {
	color: #000;
}

/* CSS to define the right column styles =======================================*/
#column_right a {
	color: #fff;
}
.callback {
	padding: 120px 0 0 5px;
	border: 1px double ;
}
.contact_info {
	padding: 71px 0 0 0;
	font-weight: bold;
}
.contact_info_email {
	padding: 288px 0 0 10px;
	font-weight: bold;
	text-align: left;
}

/* CSS to define the navigation styles =======================================*/
#navigation {
 	margin: 0 0 0 0;
 	background: url(../cssimages/top_navigation.jpg);
 	font-size: 1.2em;
	height:  59px;
	padding-top: 10px;
}

/* CSS to define the NEW navigation styles =======================================*/

#intro ul
{
float: right;
width: 90%;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 95px 5px 0 0;
padding-right: 5px;
}

#intro li {
	display: inline;
}

#intro li a {
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
height: 1.4em;
text-align: left;
color: #999999;
font-size: 1em;
margin-bottom: 7px;
padding: 5px;
line-height: 1.4em;
vertical-align: middle;
}

#intro a:hover { 
	text-decoration: underline;
}

#intro a:visited { 
color: #999999;
font-size: 1em;
}


/* CSS to define the sub navigation styles =======================================*/

#subnav ul
{
float: right;
width: 170px;
margin: 88px 5px 0 0;
padding-right: 10px;
}

#subnav li {
	display: inline;
}

#subnav li a {
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
height: 1.3em;
text-align: left;
color: #999999;
font-size: 1em;
margin-bottom: 7px;
padding: 5px;
line-height: 1.3em;
vertical-align: middle;
}

#subnav a:hover { 
	text-decoration: underline;
}

#subnav a:visited { color: #999999; }

#subnav p {
	color: #000;
	text-align: right;
	margin: 47px 2px 2px 2px;
	padding-right: 10px;
	font-style: italic;
	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;
	}
h1 {
	font-size: 1.8em;
	color: #0A51A1;
	font-family: Arial, Helvetica, sans-serif; 
}

/* CSS to format how forms look on the website  -------------------------------------------- */
form {
	font-family: Arial, Helvetica, sans-serif; 
}
dl  {
	margin: 20px 0 0 20px;
}
dt {
	float: left;
	width: 150px;
	margin: 0 0 15px 0;
	font-weight: bold;
	padding-top: 2px;
}
dd {
	margin: 0 0 15px 0;
}
.fields {
   color:#666666;
   font-family: Arial, Helvetica, sans-serif; 
   background-color: #efefef;
   font-weight: normal;
   border:1px solid #aaaaaa;
   padding: 6px;
   }
.submit {
	border: 1px solid #ccc;
	padding: 2px;
}
