/* CSS Document */

body {
font-family:Helvetica, Arial, sans-serif;
font-size:0.7em;
background:url(../images/backgroundRight.jpg) repeat-x #4999CF;
margin:0;
}
img {
border:none;
}
#skip {
display:none;
}
a {
outline:none;
text-decoration:none;
color:#4999CF;
}
a:hover {
text-decoration:underline;
}
#leedsTitle { 
display:block;
width:144px;
height:26px;
background:url(../images/h1.gif) 0 0 no-repeat;
text-indent:-3000px;
overflow:hidden;
text-decoration:none;
margin:0;
padding:0;
color:#000000;
font-size:2.7em;
font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight:bolder;
}


#dadi_logo {
width:219px;
height:215px;
background-image:url(../images/dadi_2008.png);
background-position:bottom;
background-repeat:no-repeat;
margin:auto;
}

h1 {
/*display:block;
width:385px;
height:23px; 
background:url(../images/h2.gif) 0 0 no-repeat; 
text-indent:-3000px;
overflow:hidden;
text-decoration:none;*/
margin:0;
padding:0;
color:#783E95;
font-size:1.8em;
font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.blue {
color:#459AD1;
}
.clear {
clear:both;
}
.hidden {
display:none;
visibility:none;
}
#masterContainer {
width:968px;
}


/*****LEFT CONTENT*****/

#leftContent {
width:260px;
background:url(../images/backgroundLeft.jpg) repeat-x #9067AB;
float:left;
position:relative;
padding:0 0 40px 0;
}
#logo {
height:186px;
padding:25px 0 0 25px;
}


/*****NAVIGATION*****/

#nav {
margin:0;
}
#nav ul {
list-style:none;
margin:0;
padding:0;
}
#nav li {
margin:0;
padding:0;
}
#nav li a {
background:url(../images/navOut.jpg) repeat-y;
color:#FFFFFF;
width:210px;
display:block;
font-weight:bold;
padding:5px 25px 4px 25px;
margin:2px 0;
font-size:1.1em;
}
#nav li a:hover {
background:url(../images/navOver.jpg) repeat-y;
text-decoration:none;
}
#nav li.active a {
background:url(../images/navOver.jpg) repeat-y;
text-decoration:none;
}


/*****FOOTER LEFT*****/

#footerLeft {
background:#9067AB;
width:235px;
float:left;
padding:8px 0 8px 25px;
position:absolute;
bottom:0;
}
#footerLeft ul {
list-style:none;
margin:15px 0 0 0;
padding:0;
}
#footerLeft li {
margin:0;
padding:0 4px 0 0;
float:left;
color:#FFFFFF;
}
#footerLeft li a {
color:#FFFFFF;
}
#footerLeft li a:hover {
}
#footerLogoLeft {
float:left;
margin-right:25px;
}
#footerLogoRight {
float:left;
margin-top:10px;
}


/*****RIGHT CONTENT*****/

#mainContent {
width:614px;
margin:40px 0 0 0;
float:left;
}
#header {
float:left;
margin:0;
padding:0;
}
#mainText {
background:url(../images/mainTextBack.jpg) repeat-y;
padding:25px 25px 25px 35px;
margin:0;
color:#444444;
float:left;
min-height:465px;
width:554px;
}
#banners {
margin:20px 0 0 0;
float:left;
}
#bannerLeft {
float:left;
margin:0 15px 0 0;
height:215px;
}
#bannerRight {
float:left;
height:215px;
}


/*****RIGHT FOOTER*****/

#footer {
background:#4699CF;
float:left;
width:614px;
text-align:right;
color:#FFFFFF;
padding:8px 0;
margin:0;
}
#footer a {
color:#783E95;
}
#footerRight {
}
#footerRight p {
padding:0;
margin:0;
}


/*****CONTACT FORM*****/

#contact {
width:550px;
float:left;
}
#contact form {
background:#F7F7F7;
border:1px solid #CCCCCC;
padding:15px 10px 20px 10px;
margin:0;
}
#contact fieldset {
border:1px solid #E6E6E6;
margin-bottom:10px;
padding:8px;
}
#contact legend {
color:#783E95;
font-weight:bold;
font-size:1.3em;
margin-bottom:10px;
}
#contact label {
float:left;
width:20%;
margin-bottom:8px;
}
#contact #scrambleLabel {
width:5%;
margin-right:10px;
}
#contact .txt, #contact .txtsml, #contact textarea, #contact select {
float:left;
width:50%;
margin-right:5px;
border:1px solid #DDDDDD;
margin-bottom:8px;
padding:3px;
background:#ffffff url(../images/lv/inputBg.gif) 0 0 no-repeat;
}
#contact .txtsml {
width:30%;
}
#contact .txt2 {
width:485px;
float:right;
}
#contact .chk {
width:13px;
float:left;
border:none;
text-align:right;
}
#contact .btn {
width:20%;
}
#contact input:focus, select:focus, textarea:focus {
background:#E4F1FF;
color:#222222;
}
#contact #field em {
color:#FF0000;
}
#contact #code {
margin:8px 0;
padding:15px 10px;
border:1px solid #DDDDDD;
width:33%;
text-align:center;
background:#FFFFFF;
}
.required {
color:#FF0000;
font-size:1.2em;
}
#formThanks {
clear:left;
}