/******* Dafasco CSS ******/

/****** 

Created By: Nick Foster 
nick@worldsitesmontreal.com 

******/



/**************** Global Styles *****************/

body{
background:#111350;
margin:0px;
padding:0px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

p{
font-size:12px;
color:#292B2A;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
}

label{
width: 100px;
float: left;
text-align: right;
margin-left:-25px;
display: block;
}

input{
margin-left:15px;
}

textarea{
margin-left:15px;
}

form{
border:0px;
margin-left:30px;
}

html>body form{
margin:0px;
}

h1{
font-size:18px;
background: url(images/h1_img.jpg) 0% 2px no-repeat;
padding-left:18px;
color:#292b2a;
font-style:italic;
margin:0px;
}

h2{
font-size:14px;
color:#977837;
margin:10px 0px 0px 0px;
}

h3{
font-size:14px;
color:#717171;
}

hr{
border:0;
height:1px;
width:80%;
color:#292b2a;
background-color: #292b2a;
text-align:center;
margin-top:25px;
margin-bottom:25px;
}

a:link, a:visited, a:active{
color:#957836;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

.top a:link, .top a:visited, .top a:active{
background: url(images/top_arrow.jpg) 0px 8px no-repeat;
color:#292b2a;
font-size:10px;
width:30px;
display:block;
padding-left:10px;
padding-top:7px;
margin-left:440px;
}

.top a:hover {
color:#D2AD3C;
}


/**************** Container *****************/

#container{
background-color:#fff;
margin:0px auto;
padding:0px;
text-align:left;
width:695px;
border-bottom:5px solid #ABABAB;
border-left:5px solid #ABABAB;
border-right:5px solid #ABABAB;
}

/******************* Navigation **************/
#menu{
width:180px;
background-color:#DBE2F1;
border-bottom:2px solid #111350;
padding:25px 7px 44px 7px;
}

#menu ul{
margin:0px;
padding:0px;
list-style-type: none;
}

#menu li{
margin:0px 0px -2px 0px;
padding:0px;
border-top:1px solid #587ABF;
}

* html #menu li {
height:1%;
}

html>body #menu li{
margin:0px;
}

#menu a:link, #menu a:visited, #menu a:active{
display:block;
background:url(images/menu_bullet.jpg) 0% 12px no-repeat;
padding-top:10px;
padding-left:12px;
padding-bottom:10px;
color:#111350;
text-decoration:none;
font-weight:bold;
}

html>body #menu a:link, #menu a:visited, #menu a:active{
padding-left: 12px;
padding-top:10px;
padding-bottom:10px;
}

#menu a:hover{
display:block;
background:url(images/menu_bullet_over.jpg) 0% 12px no-repeat;
background-color:#111350;
color:#DBE2F1;
text-decoration:none;
font-weight:bold;
}

html>body #menu a:hover{
padding-left: 12px;
padding-top:10px;
padding-bottom:10px;
}

#contact{
border-bottom:1px solid #587ABF;
}

/*************** Left Box ******************/

#left {
background:#fff;
float:left;
width:192px;
}

#logo{
width:192px;
height:63px;
padding:0px;
border-bottom: 1px solid #111350;
}

#quotebox{
background: url(images/quote_img.jpg) 0% 0% no-repeat;
height:128px;
margin:50px 0px 0px 0px;
}

#quotebox span{
display:none;
}

#header{
width:500px;
height:196px;
padding:0px;
border-bottom:3px solid #111350;
}


/******************* Main Box ***************/
#right {
background:#fff;
float:right;
width:500px;
margin:0px;
padding:0px;
border-left:1px solid #111350;
min-height:600px
}

#content{
width:470px;
padding:15px 10px 10px 10px;
margin:0px;
border-bottom:8px solid #DFE6F3;
}

html>body #content{
padding:373px 15px 19px 15px;
}


/* for Mozilla/Safari/Opera */
*>#content{
 padding-top: 358px;
 min-height: 1px;
}
*>#contentin {
 margin-top: -358px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #content {
 height: 358px;
}
/* end filter */


.main li{
list-style-image: url(images/list_image.jpg);
margin-bottom:10px;
}

.main li ul {
margin-top:15px ;
margin-bottom:15px;
}


/******************* Footer **********************/

#footer {
background: url(images/footer_img.jpg) 0% 0% no-repeat;
height:27px;
width:695px;
clear:both;
border-top:5px solid #ABABAB;
color:#fff;
font-size:11px;
margin:-1px 0px 0px 0px;
}

#footer ul{
list-style-type:none;
margin:0px;
padding:7px 0px 0px 0px;
text-align:center
}

#footer li{
display:inline;
}

#footer a:link, #footer a:visited, #footer a:active{
color:#fff;
text-decoration:none;
}

#footer a:hover{
color:#D2AD3C;
}

#copywrite{
padding-top:10px;
color:#587ABF;
font-size:9px;
}


#copywrite a:link, a:visited, a:active{
color:#587ABF;
text-decoration:underline;
}

#copywrite a:hover{
color:#6A8BC7;
}


/************* Thank you page ***********************/
#container2{
background:#ffffff;
text-align:left;
margin:50px auto;
width:400px;
border:5px solid #ABABAB;
padding:0px;
}

#header2{
height:6px;
background:#977837;
line-height:0px;
font-size:0px;
}

#thanks{
text-align:center;
}

#footer2{
background:#977837;
height:15px;
margin-top:10px;
padding:0px;
line-height:0px;
font-size:0px;
width:400px;
}


