/* Colours

Orange: #fe7014; 
Blue: #2269d1; 

*/

* {
margin: 0;
padding: 0;
}

img {
border: 0;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

body {
font-family: Helvetica, Arial, Tahoma, Verdana, "Trebuchet MS", sans-serif;
font-size: .8em;
line-height: 1.5;
background: #0e489d url('../images/wrapper-bg.gif') repeat-x left top;
}

#wrapper {
width: 100%;
text-align: center;
margin: 0 auto;
}

#header {
width: 1000px;
margin: 0 auto;
text-align: left;
height: 155px;
background: url('../images/header-bg.gif') no-repeat center top;
}

#header img {
float: left;
margin: 15px 0 0 84px;
}

ul#nav {
list-style-type: none;
float: right;
width: 425px;
font-size: 1.2em;
font-weight: bold;
margin: 75px 80px 0 0;
}

ul#nav li {
float: left;
}

ul#nav li a {
float: left;
display: block;
padding: 0 1.4em;
color: #2269d1;
text-decoration: none;
}

ul#nav li a:hover {
color: #fe7014;
}

ul#nav li.current a {
color: #fe7014;
}


#contentWrapper {
clear: left;
background: #0e489d url('../images/content-wrapper-bg.gif') no-repeat center top;
}

#content {
text-align: left;
width: 850px;
margin: 0 auto;
min-height: 310px;
background: #fff url('../images/content-bg.gif') no-repeat center bottom;
}

#content img {
float: left;
display: block;
margin: 0 30px 0 20px;
}


#content h1 {
margin-left: 455px;
background: url('../images/welcome.jpg') no-repeat left top;
text-indent: -9999px;
line-height: normal;
}

#content p {
padding: 0 30px 0 0;
margin: 15px 0 0 15px;
}

#bottom {
background: url('../images/bottom-bg.jpg') repeat-x left bottom;
height: 259px;
}

#networks {
clear: left;
text-align: center;

}

#networks img.buttons {
margin: 0 0 40px 0;
}

#networks img{
margin: 25px 12px 20px 12px;
padding: 0
}

#subCol {
float: left;
display: inline;
width: 210px;
}

#subCol h2 {
color: #2269D1;
padding-left: 50px;
}

#subCol ul {
list-style-type: none;
padding: 0 0 0 30px;
font-weight: bold;
}

#subCol ul li a {
padding-left: 20px;
background: url('../images/bullet.gif') no-repeat left center;
color: #8F8F8F;
text-decoration: none;
}

#subCol ul li a:hover {
background: url('../images/bullet-hover.gif') no-repeat left center;
color: #FE7014;
}

#subCol ul li.current a {
background: url('../images/bullet-hover.gif') no-repeat left center;
color: #FE7014;
}


#mainCol {
float: right;
width: 610px;
display: inline;
border-left: 1px solid #ccc;
margin-bottom: 10px;
}

#mainCol2 {
float: right;
display: block;
width: 450px;
margin: 0 0 25px 0;
}

#mainCol2 p {
margin: 0 0 15px 0;
}


#mainCol img {
margin: 10px 35px;
}


#mainCol p {
margin: 10px 40px 20px;
}

#mainCol h1 {
color: #2269D1;
text-indent: 0;
margin: 0 0 6px;
padding: 0 0 0 40px;
background: none;
line-height: normal;
}

#mainCol p.orange {
color: #FE7014;
font-weight: bold;
margin-top: -7px;
margin-bottom: 0;
}

#mainCol p.orange a:hover {
text-decoration: none;
}

#mainCol p.last {
margin-bottom: 100px;
}

#footer {
height: 58px;
color: #fff;
width: 850px;
margin: 55px auto 0 auto;
background: #fff url('../images/footer-bg.gif') repeat-y center top;
font-size: .9em;
}

#footer #ftop {
background: url('../images/footer-top.gif') no-repeat center top;
height: 6px;
}

#footer #fbottom {
background: url('../images/footer-bottom.gif') no-repeat center bottom;
height: 6px;
}

#footer p.links a{
color: #5a88d4;
text-decoration: none;
}

#footer p {
width: 65%;
padding: 15px 0 15px 20px;
text-align: left;
}

#footer p.links{
float: right;
width: 25%;
color: #5a88d4;
}
