@charset "utf-8";
/* CSS Document */

ul, li, p, h1 {
margin: 0px;
padding: 0px;
line-height: 1.1;
}

body {
background-color: #3C4D67;
font-family: Verdena, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
font-size: 1.01em;
}

#container {
background-image: url(images/bg.gif);
background-repeat: repeat-y; 
width: 810px;
margin: 5px auto;
overflow: hidden;
}

#top {
width: 780px;
height: 120px;
margin: 0px 0px 0px 15px;
padding: 0px 0px 5px;
border-top: #e6e6ca 3px solid;
border-bottom: #e6e6ca 3px solid;
}

#topright {
width: 450px;
height: 110px;
margin: 5px 5px 5px 80px;
float: left;
display: inline;
font-size: 1.3em;
color: #3C4D67;
background-color: #2B3C58;
}

.address {
text-align: right;
color: #FFFFFF;
margin: 5px 10px 3px 0px;
}

#horznav {
width: 780px;
margin: 0px 0px 0px 15px;
border-bottom: #e6e6ca 3px solid;
}

#hmenu {
background-color: #7F3E3B;
color: #FFFFFF;
padding: 3px 0px;
}

#hmenu li {
display: inline;
width: 185px;
text-align: center;
padding: 0px 23px;
margin: 3px 0px;
font-size: 18px;
}

.borderright {
border-right: #e6e6ca 2px solid;
}

#hmenu li a {
color: #FFFFFF;
text-decoration: none;
}

#hmenu li a:hover {
color: #3F0300;
}


#leftnav { 
width: 190px;
background-color: #2B3C58;
margin: 10px 0px 10px 0px;
float: left;
display: inline;
}

#leftnav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: .9em;
font-weight: bold;
}

#leftnav a
{
display: block;
padding: 8px 5px;
width: 180px;
background-color: #2B3C58;
border-bottom: 1px solid #eee;
}

#leftnav a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#leftnav a:hover
{
background-color: #369;
color: #fff;
}

#content {
width: 425px;
float: left;
display: inline;
margin: 10px 0px 5px 0px;
}

#right_form {
width: 165px;
background-color: #2B3C58;
float: left;
display: inline;
margin: 10px 0px 5px 0px;
}

#logo {
width: 231px;
height: 112px;
margin: 5px 0px 3px 10px;
float: left;
display: inline;
}

#banner {
width: 780px;
height: 250px;
margin: 0px 0px 0px 15px;
border-bottom: #e6e6ca 3px solid;
}

#main {
width: 780px;
margin: 0px 0px 0px 15px;
}

.topic {
margin: 0px 5px 7px 20px;
font-size: 1.6em;
text-align: center;
}

.content {
margin: 10px 5px 10px 25px;
font-size: 1.2em;
color: #676674;
}

.content li {
margin: 5px 0px;
}

#footer {
background-color: #7F3E3B;
clear: both;
width: 780px;
height: 80px;
margin: 0px 0px 0px 15px;
border-bottom: #e6e6ca 3px solid;
border-top: #e6e6ca 3px solid;
}

.contactus {
text-align: center;
color:#FFFFFF;
font-size: 1.1em;
margin: 3px 0px 5px 0px;
}

.white {
color: #FFFFFF;
}

.center {
text-align: center;
}

.ron {
margin: 20px 0px 0px;
border-bottom: #2B3C58 2px solid;
}

.disclaimer {
text-align: center;
font-size: .8em;
color: #e6e6ca;
}

.footertxt {
color: #FFFFFF;
text-align: center;
font-size: 3em;
margin-top: 8px;
}

.contentlist {
margin: 10px 5px 5px 50px;
color: #7F3E3B;
}

.contentlist li {
margin: 3px 0px;
}

.success {
color: #009900;
font-size: 1.1em;
text-align: center;
margin-bottom: 10px;
}

.error {
color: #7F3E3B;
font-size: 1.1em;
text-align: center;
margin: 10px 10px;

}


/*------------------------------------------------Beginning of menu--------------------------------------*/
.menu {width:780px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif; margin-left: 15px; background-color:7F3E3B }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:780px; w\idth:780px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; text-align: center;}
.menu ul ul {width:130px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:130px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:13px;text-decoration:none; color:#fff; width:130px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#7F3E3B; padding-left:0px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:130px; w\idth:119px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:120px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:120px; top:-1px; width:120px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-120px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:98px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:120px;w\idth:118px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/*--------------------------------------------------------------End of Menu---------------------------------------------*/

ol {
font-size: 1.3em;
}

ol li {
margin-top: 10px;
}

.accident {
font-size: 1.5em;
text-align: center;
margin: 10px;
}

.answers {
text-align: center;
font-size: 1.4em;
color: #FF0000;
}

.content ul {
margin-left: 15px;
}
