﻿body
{
    text-align: center;
    font-family: Georgia, "Times New Roman" , Times, serif;
}
#mainCont
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 950px;
    border: 2px solid #4F4D5F;
}


/*----------------------| Header |---------------------*/
#header
{
    width: 950px;
    height: 108px;
    background-color: #64a9ca;
}
#header #mainLogo
{
    margin: 15px 0px 15px 30px;
    border-width: 0px;
	float:left;
}

#topQuote {float:left; width: 500px; 
margin-left:50px;
margin-top:25px;
}


/*----------------------| Navigation |---------------------*/

.nav
{
    padding-left: 20px;
    width: 930px;
    height: 30px;
    background-color: #4d6473;
    color: #f4fdf7;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 100;
}


/* remove all the bullets, borders and padding from the default list styling */
.nav ul
{
    height: 31px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.nav ul ul
{
    width: 149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown nav positon */
.nav li
{
    text-align: center;
    float: left;
    width: 149px;
    position: relative;
}
/* style the links for the top level */
.nav a, .nav a:visited
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #f4fdf7;
    width: 148px;
    height: 30px;
    border: 1px solid #fff;
    border-width: 0px 1px 0px 0px;
    background: #4d6473;
    line-height: 29px;
}

/* style the second level background */
.nav ul ul a.drop, .nav ul ul a.drop:visited
{
    background: #C2C6EF url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
/* style the second level hover */
.nav ul ul a.drop:hover
{
    background: #c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
.nav ul ul :hover > a.drop
{
    background: #c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.nav ul ul ul a, .nav ul ul ul a:visited
{
    background: #e2dfa8;
}
/* style the third level hover */
.nav ul ul ul a:hover
{
    background: #b2ab9b;
}
#last
{
    border: 0px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul ul
{
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 30px;
    left: 0;
    width: 179px;
    border-top: 1px solid #000;
}

/* position the third level flyout nav */
.nav ul ul ul
{
    left: 179px;
    top: -1px;
    width: 179px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.nav table
{
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
}

/* style the second level links */
.nav ul ul a, .nav ul ul a:visited
{
    background: #C2C6EF;
    color: #000;
    height: auto;
    line-height: 1em;
    padding: 5px 10px;
    width: 158px;
    border-width: 0 1px 1px 1px;
    font-size: 12px;
    font-weight: normal;
}

/* style the top level hover */
.nav a:hover, .nav ul ul a:hover
{
    color: #fff;
    background: #949e7c;
}
.nav :hover > a, .nav ul ul :hover > a
{
    color: #fff;
    background: #8f8f8f;
}

/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul, .nav ul a:hover ul
{
    visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.nav ul :hover ul ul
{
    visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.nav ul :hover ul :hover ul
{
    visibility: visible;
}

/*----------------------| Left Constant Images |---------------------*/

#leftConImg
{
    width: 360px;
    float: left;
    text-align: center;
}

.topImg
{
    width: 238px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.topImg:first-child
{
    margin-top: 50px;
}

.clear
{
    clear: both;
	margin:0px;
	padding:0px;
	border:0px;
	height:0px;
}

/*----------------------| Footer |---------------------*/

#footer
{
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    text-align: center;
}
#footer ul
{
    margin: 0px 0px 4px 0px;
}
#footer li
{
    display: inline;
}
#footer li a
{
    padding-left: 9px;
    padding-right: 9px;
    border-right: 1px solid #000;
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
    color: #444444;
}
#footer a:hover
{
    text-decoration: underline;
}
#footer #last
{
    border: 0px;
}

#footer #copy
{
    font-family: Arial;
    font-size: 11px;
}
/*----------------------| Titles and Text |---------------------*/
#leftContText
{
    float: left;
    width: 520px;
    padding-top: 40px;
}

#homePgTitle
{
    width: 520px;
    text-align: center;
}
#middle h2
{
    margin: 0px;
}

/***********************************************************/
h2
{
    font-weight: normal;
    font-size: 20px;
    color: #222;
}
h3
{
    margin-left: -10px;
    font-size: 16px;
    clear: both;
    color: #222;
}
h4
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #222;
}
p
{
    color: #222;
    font-size: 13px;
    margin-top: 3px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

#middle a
{
    text-transform: uppercase;
    color: #0090E4;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
#middle a:hover
{
    color: #64A9CA;
    text-decoration: underline;
}

.center
{
    text-align: center;
    margin-bottom: 0px;
}
.list
{
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #4D6473;
    width: 215px;
}

#page li
{
list-style:disc inside;
    margin-bottom: 5px;
}
#page ul
{   
    list-style-type: disc;
    margin: 0px;
    padding-left: 0px;
}
table
{
    margin-bottom: 5px;
}
table p
{
    font-size: 11px;
    line-height: 15px;
}
#tblFlea table li
{
    margin-bottom: 5px;
}

#tblFlea table
{
    border: 3px solid #4d6473;
}
#tblFlea table h4
{
    text-align: center;
    color: #222222;
    margin-bottom: 10px;
}
#tblFlea table td
{
    width: 190px;
    vertical-align: top;
    background: #addbe8;
    padding: 3px;
}
#tblFlea table td li
{
    font-size: 12px;
    list-style: disc inside;
    color: #444444;
}
#cldNet
{
    width: 299px;
}
#bottomCon
{
    font-weight: bold;
}
#times
{
    font-family: Times New Roman;
}
#page img
{
    border: 0px;
}
.txtBreak{margin-bottom:3px;}
