*
 {	margin:0;
	padding:0;
	font-family: Lucida Sans, Verdana, Tahoma, Sans-Serif;
	font-size: 1em;
	border:0;
 }

body
 {	font-size: 75%;
 }

#container
 {	width:800px;
	text-align:left;
	margin:0;
	min-height:600px;
    height:auto !important;
    height:600px;
    background: #fff url(../images/bg.gif) repeat-y top left;
 }

#skip
{
    display:none;
}

#navigation
{
    width:180px;
    float:left;
    background-color:#335ca2;
}

#navigation img
{
    margin:0 0 0 15px;
}

#navigation ul
{
    list-style-type:none;
}

#navigation ul li a
{
    height:30px;
    display:block;
}

#navigation ul li ul li a
{
    height:16px;
    display:block;
}

#navigation ul li a span, #navigation ul li ul li a span
 {	
    display:none;
 }

#navigation ul li.home a { background: #335ca2 url(../images/nav/home.gif) no-repeat top left; }
#navigation ul li.personal a { background: #335ca2 url(../images/nav/personal.gif) no-repeat top left; }
#navigation ul li.personal ul li.travel a { background: #335ca2 url(../images/nav/travel.gif) no-repeat top left; }
#navigation ul li.business a { background: #335ca2 url(../images/nav/business.gif) no-repeat top left; }
#navigation ul li.meet a { background: #335ca2 url(../images/nav/meet.gif) no-repeat top left; }
#navigation ul li.contact a { background: #335ca2 url(../images/nav/contact.gif) no-repeat top left; }
#navigation ul li.find a { background: #335ca2 url(../images/nav/find.gif) no-repeat top left; }

#navigation ul li.home a:hover { background: #335ca2 url(../images/nav/home.gif) no-repeat bottom left; }
#navigation ul li.personal a:hover { background: #335ca2 url(../images/nav/personal.gif) no-repeat bottom left; }
#navigation ul li.personal ul li.travel a:hover { background: #335ca2 url(../images/nav/travel.gif) no-repeat bottom left; }
#navigation ul li.business a:hover { background: #335ca2 url(../images/nav/business.gif) no-repeat bottom left; }
#navigation ul li.meet a:hover { background: #335ca2 url(../images/nav/meet.gif) no-repeat bottom left; }
#navigation ul li.contact a:hover { background: #335ca2 url(../images/nav/contact.gif) no-repeat bottom left; }
#navigation ul li.find a:hover { background: #335ca2 url(../images/nav/find.gif) no-repeat bottom left; }

#content
{
    width:610px;
    float:right;
    padding:75px 5px 0 5px;
    min-height:448px;
    height:auto !important;
    height:448px;
    background: #fff url(../images/new_title.gif) no-repeat top right;
}

#content h1
{
    color:#335ca2;
    font-size:130%;
}

#content h1 span
{
    display:none;
}

#content h2
{
    color:#335ca2;
    font-size:110%;
    margin:12px 0 4px 0;
}

#content h3
{
    color:#335ca2;
    font-size:110%;
    text-transform:uppercase;
    margin:4px 0;
}

#content p
{
    margin:15px 0;
    line-height: 1.3em;
}

#content p strong
{
    color:#335ca2;
}

#content ul
{
    margin:5px 0 5px 40px;
    line-height: 1.3em;
}

#content img.right
{
    float:right;
    margin:10px 0 10px 10px;
}

#content img.left
{
    float:left;
    margin:10px 10px 10px 0;
}

#content a
{
    color:#6A93D9;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover
{
    color:#000;
    text-decoration:underline;
}

#content table#business_products tr td
{
    vertical-align:top;
    width:222px;
}

#content table#business_products tr td ul
{
    margin: 0 0 0 30px;
}

#content table#staff_details tr td
{
    width:50%;
}

#content table#staff_details
{
    width:100%;
    margin:10px 0 0 0;
}

#content table#staff_details tr td p
{
    margin:10px 0;
    line-height:normal;
}

#contact_form table
{
    margin:0 auto 20px auto;
    width:360px;
}

#contact_form table tr td
{
    padding:1px 20px 1px 0;
    vertical-align:top;
}

#contact_form input, #contact_form textarea
{
	width:220px;
	border:1px solid #7a95c2;
	padding:2px;
	background:#e1e7f1;
}

#contact_form textarea
{
    height:50px;
}

#contact_form input#postcode
{
    width:100px;
}

#contact_form input.button
{
	background-color:#e1e7f1;
	border:1px outset #7a95c2;
	font-weight: bold;
	width:auto;
	padding:2px;
}

#footer
{
    clear:right;
    text-align:right;
    float:right;
    height:70px;
    border-top:2px solid #B0C5E6;
    width:615px;
    color:#054e89;
    padding:5px 0 0 0;
}

#footer p
{
    font-size: 9px;
}

#footer img.left
{
    float:left;
}
