﻿/* basics */

body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#292929;
	background-color:white;
}

p 
{
	margin-top:12px;
	margin-bottom:12px;
	line-height:18px;
}

a 
{
	color:#0ca6f6;
	text-decoration:none;
}

a:hover 
{
	color:#0ca6f6;
	text-decoration:underline;
}

img
{
    border-style: none;
    border-width: 0px;
}

h1
{
    color:#860038;
    font-style:italic;
    font-size:19px;
	font-weight:400;
}

a.largenews:link{
	color: #860038;
	font-style:italic;
	text-decoration: none;
	font-size:19px;
	font-weight:400;
	}
a.largenews:active {
	color: #860038;
	font-style:italic;
	text-decoration: none;
	font-size:19px;
	font-weight:400;
	}
a.largenews:visited {
	color: #860038;
	font-style:italic;
	text-decoration: none;
	font-size:19px;
	font-weight:400;
	}
a.largenews:hover {
	color: #860038;
	font-style:italic;
	text-decoration: underline;
	font-size:19px;
	font-weight:400;
	}

/* layout */

#container
{
    margin:0px auto;
	width:100%;
    text-align:center;
}

/* headers */


#header-welcome
{
    width:100%;
	margin:0px auto;
    height:309px;
    background-color:#728a96;
}

#header-about
{
    width:100%;
	margin:0px auto;
    height:309px;
    background-color:#aaa376;
}

#header-why
{
    width:100%;
	margin:0px auto;
    height:309px;
    background-color:#ab8ba3;
}

#header-accident
{
    width:100%;
	margin:0px auto;
    height:309px;
    background-color:#c6b48e;
}

#header-testimonials
{
    width:100%;
	margin:0px auto;
    height:309px;
    background-color:#777e5f;
}

#header-faq
{
	width:100%;
	margin:0px auto;
    height:309px;
    background-color:#526961;
}

#header-contact
{
    width:100%;
	margin:0px auto;
    height:309px;
    background-color:#797581;
}

#header-container
{
    width:750px;
	height:309px;
    margin:0px auto;
    text-align:center;
}

/* header content */

#header1
{
    float:left;
    width:143px;
    height:103px;
}

#header2
{
    float:left;
    width:395px;
    height:103px;
}

#header3
{   
    float:left;
    width:143px;
}

#header4
{
    float:left;
    width:143px;
    height:41px;
}

#header5
{
    float:left;
    width:395px;
    height:41px;
}

#header6
{
    float:left;
    width:212px;
    height:165px;
}

#header7
{
    float:left;
    width:143px;
    height:41px;
}

#header8
{
    float:left;
    width:395px;
    height:41px;
}

#header9
{
    float:left;
    width:212px;
    height:41px;
}

/* content */

#nav
{
    clear:left;
    margin:0px auto;
    text-align:center;
    height:28px;
	width:750px;
}

#nav ul 
{
	list-style:none;
	margin:0px;
	padding:0px 0px 14px 0px;
}

#nav li 
{
	display:inline;
	margin:0px;
	padding:0px 0px 0px 0px;
}


#content
{   
    clear:left;
    margin:0px auto;
    text-align:center;
    width:750px;
    padding-top:33px;
	padding-bottom:20px;
}

#content-left
{
    float:left;
    width:432px;
    padding-left:30px;

	text-align:left;
}

#content-left ul
{
	list-style: square;
}

#content-left li
{
	margin:7px;
	
}

#content-right
{
    float:right;
    width:174px;
    padding-right:38px;
	margin-top:45px;
	text-align:left;  
}

#footer
{	
	clear:both;
    margin:0px auto;
    width:100%;
	text-align:center;
	background-image:url(../../images/footer/bgtile.gif);
	background-repeat:repeat-x;
	font-size:10px;
	padding-bottom:30px;
}

#footer-inner
{
	margin:0px auto;
	text-align:center;
	width:750px;
}

/* other */


#footer-logo
{
	text-align:left;
	width:750px;
}

#footer-detail
{	
	clear:left;
	width:610px;
	height:180px;
	margin-left:105px;
	margin-right:35px;
	text-align:left;
}

.hightlight
{
	color:#5A1A28;
}

.newspadding
{
	padding-top:10px;
}

#welcome-body
{
	margin-left:16px;
}

/* tables */

.inputtable 
{
    width:310px;
}

.inputtable td
{
    padding:6px 0px;
}

.inputtable-col1 
{
    width:115px;
    text-align:right;
    vertical-align:top;
}

.inputtable-col2
{
    width:195px;
}

/* news */

.newsitem
{
    width:174px;
    padding:0px 0px 15px 0px;
    font-style:italic;
    font-family:Times New Roman;
    font-size:14px;
}

.newsitem a
{
    color:#860038;
    font-weight:bold;
    text-decoration: none;
}

.newsitem a:hover
{
    color:#860038;
    font-weight:bold;
    text-decoration: underline;
}

.newsitem h1
{
    font-style:italic;
    font-family:Times New Roman;
    font-size:14px;
    color:#860038;
    font-weight:bold;
	padding:2px 0px 0px 0px;
    margin:0px;

}

.newsitem hr
{
	padding:0px;
	margin:1px;
}

/* forms */

.button
{
    border: solid 1px #cccccc;
    background-color:#61accc;
    color:#ffffff;
    width:202px;
    font-family:Verdana;
    font-size:11px;
}

.textbox
{
    border: solid 1px #cccccc;
}

.people-name
{
	color:#860038;
	font-size:18px;
	font-style:italic;
}

.people-job
{
	color:#292929;
	font-size:13px;
}	