/* View port and page container Styles */

body {
	font-family : Times New Roman, Times, serif;
	font-size : 12pt;
	margin: 0 ;
        background: #d9d9d9;
	padding: 0;
}

#container {
    width: 780px;
    padding: 0;
    background: #ffffff;
    margin: 0 auto;
    background-image: url("/images/content_watermark.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
}

/* Header and Container Styles */

#header {
    width: 780px;
	height: 117px;
	padding: 0px;
	margin: 0;
	background: #A03841;
}

#headerContainer {
    width: 780px;
    height: 117px;
    padding: 0;
    margin: 0;
    background-image: url("/images/header_banner.jpg");
    background-repeat: no-repeat;
}

#headerContainerSafety {
    width: 780px;
    height: 117px;
    padding: 0;
    margin: 0;
    background-image: url("/images/GPS-SAfetyBANNER.jpg");
    background-repeat: no-repeat;
}

#headerContainer h1 {
    display: none;
}

#headerContainerSafety h1 {
    display: none;
}

/* Content and Main Panel Styles */

#content {
	padding: 0px;
    margin: 0px;
	margin-left: 205px;
}

#content h2, #content h3 {
    font-size: 16pt;
    color: #A53D46;
    font-weight: bold;
    padding-left: 20px;
}

#content h3 {
    font-size: 12pt;
	margin : 0;
}

#content p {
    padding: 0;
    color : #404040;
    text-align: justify;
    padding: 0 20px;
    margin-bottom: 0;
       
}

#wysiwyg {
    padding: 0;
    color : #404040;
    text-align: justify;
    padding: 0 20px;
    margin-bottom: 0;        
}

#wysiwyg p {
    text-align: justify;
    padding: 0;     
}


#content a:link, #content a:visited {
	color: #a03841;
	text-decoration: none;
}

#content a:hover {
	background: #fbf5f6;
	text-decoration: underline;
}

#content ul, #content li {
    color : #606060;	
}

#contentHeader {
    height: 20px;
    padding: 5px 10px 0px 0px;
    margin: 2px; 
    background: #E4E4E4;
    background-image: url("/images/content_header.jpg");
    background-repeat: repeat-y;
}

#contentHeader div.time {
    padding: 0;
    font-family: arial;
    font-size: 10pt;
    float: right;
    color: white;    
}

/* Sidebar Styles */

#sidebar {
	margin: 0;
	padding: 0;
	width: 203px;
    border-left : 2px solid white;
    border-top : 2px solid white;
	background: #eeeeee;
	float: left;
}

#sidebarFlash {
    width: 203px;
    height: 307px;
    padding:0;
    margin:0;   
    background-image: url("/images/man.jpg");
    background-repeat: no-repeat;
}

#sideBarTradesman {
    width: 203px;
    height: 307px;
    padding:0;
    margin:0;   
    background-image: url("/images/static_tradesman.jpg");
    background-repeat: no-repeat;        
}

#sideBarManWomen {
    width: 203px;
    height: 307px;
    padding:0;
    margin:0;   
    background-image: url("/images/static_husband_wife.jpg");
    background-repeat: no-repeat;        
}

#sideBarDaddy {
    width: 203px;
    height: 307px;
    padding:0;
    margin:0;   
    background-image: url("/images/static_daddy.jpg");
    background-repeat: no-repeat;        
}

#sideBarSad {
    width: 203px;
    height: 307px;
    padding:0;
    margin:0;   
    background-image: url("/images/static_sad.jpg");
    background-repeat: no-repeat;        
}

#sideBarGlasses {
    width: 203px;
    height: 307px;
    padding:0;
    margin:0;   
    background-image: url("/images/static_glasses.jpg");
    background-repeat: no-repeat;        
}

#sideBarBusinessWoman {
    width: 203px;
    height: 307px;
    padding:0;
    margin:0;   
    background-image: url("/images/static_business_woman.jpg");
    background-repeat: no-repeat;        
}

#container>#sidebar {
    min-height: 460px;    
}


/* Footer Styles */

#footer {
    width: 780px;
	clear: both;
	height: 120px;
	padding: 0px;
	margin: 0 auto;
	background: #808080;
}

#footerContainer {
    height: 18px;
    padding-top: 6px;
    margin: 0;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    color: white;
    font-weight: bold;
    border: 2px solid white;
    background: #A03841;
}

#footerContainer a.footNav:link, #footerContainer a.footNav:visited {
    font-size: 9px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#footerContainer a.footNav:hover {
    text-decoration: underline;    
}

#footerCopyright {
    color: white;
    height: 56px;
    padding: 20px 20px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    border-left: 2px solid white;
    border-right: 2px solid white; 
    border-bottom: 2px solid white;
}

#footer>#footerCopyright {
    height: 53px;
}

#footerCopyright p {
    padding: 0;
    margin: 0;
    line-height: 12px;
}

#footerCopyright a, #footerCopyright a:link, #footerCopyright a:hover, footerCopyright a:visited {
        color: white;
        text-decoration:none;
}


/* Sidebar Gadget Panels */

#sidebar form {
    padding: 0;
    margin: 0;
}
 
#sidebar label {
    font-weight: bold;
    color: #A53D46; 

}

#sidebar fieldset {
    padding: 5px;
    border : none;
    border-color: #dddddd;  /* For Opera */
    background: #dddddd;
}

#sidebar input {
    font-size : 9pt;
    border: 1px solid grey;    
}

#searchPanel, #subscriptionPanel, #requestPanel {
    padding: 5px 10px; 
}

#searchPanel {
        padding-top: 10px;
}
 
#requestPanel {
        padding-bottom: 10px;
}
 
#searchPanel input#searchBox {
    width : 120px;
    font-size : 9pt;
    border: 1px solid grey;
}

#subscriptionPanel input#subscriptionBox {
    width : 100px;
    font-size : 9pt;
    border: 1px solid grey;
}

button.clickHere {
    width : 100px;
    font-size : 9pt;
    border: 1px solid grey;
}


/* Navigation Panel co. http://www.accessify.com List-o-Matic */

#nav
{
    margin: 0;
    padding: 0 0 20px 10px;
}

#nav ul, #nav li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;


	height: 14px;	
}	

#nav a:link, #nav a:visited
{
    float: left;
	line-height: 14px;
    font-weight: bold;
    margin: 0 5px 4px 5px;
    text-decoration: none;
    color: #909090;
	
	display: block;
	height: 14px;
}

#nav a:link#current, #nav a:visited#current, #nav a:hover
{
    border-bottom: 4px solid #A53D46;
    border-color: #A53D46;
    padding-bottom: 2px;
	text-decoration: none;
    background: transparent;
    color: #000000;
	
	display: block;
	height: 14px;
}

#nav a:hover { color: #000; }

#nav a.selected:link, #nav a.selected:visited
{
	color: black ;
    border-bottom: 4px solid #000;
    border-color: #A53D46;
    padding-bottom: 2px;
    background: transparent;

	display: block;
	height: 14px;	
}


/* Bullet Points for Main Page Menus */

#titlePoint {
	
}

#titlePoint li {
	margin-top: 8px;
	padding-top: 4px;
	list-style : none;
	background-image: url("/images/title_gps.gif");
	background-repeat: no-repeat;
}

#titlePoint li a:link, #titlePoint li a:visited {
	margin-left : 25px;
	font-size: 12pt;
	color: #A53D46;
	font-weight: bold;
}

#titlePoint li a:hover {
	background: #fbf5f6;
	text-decoration: underline;
}

/* Misc */

#logo {
	border:0;
}

#paging {
	float:right;
	padding-right:20px;
}

span.onPage {
	text-decoration:underline;
	font-weight:bold;
}

/* Services Side Panel */

#serviceList {
	float:right;
	width:150px;
	padding: 5px;
	margin: 20px 10px 5px 10px;
	background: #eeeeee;
	list-style:none;
}

#serviceList li.firstChild {
        font-weight: bold;
        color: #a03841;
}

#serviceListOver {
	visibility:visible;
}

#serviceList a.selected {
	font-weight: bold;
}

#content>#serviceList{
	margin: 20px 20px 5px 10px;	
}

/* Site Search Styles */

span.searchURL {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

#searchResults p b {
	color: red;
}

/* Contact Form Styles */

#contactForm fieldset {

	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 20em;
	background-color: #f9f9f9;
}

#contactForm fieldset legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 3px;
	color: #A53D46;
}

#contactForm fieldset label {
	display: block;
	margin-bottom: 1em;
	font-size: 12px;
	font-weight: bold;
	color: #A53D46;
}

#contactForm fieldset label.formEntryAlert, .formEntryAlert {
	color:red;
}

#contactForm fieldset input.gadget {
	width:98%;
	border: 1px solid #808080;
	font-size:12px;
}

#contactForm input:focus, #contactForm textarea:focus, #contactForm select:focus  {
	background-color: #efefef;
}

#contactForm textarea {
	width:98%;
	border: 1px solid #808080;
}

#contactForm fieldset select {
	display: block;
}

#contactForm fieldset fieldset {
	display: block;
	margin: 1em 0;
	width: 90%;
        font-size: 12px;
	font-weight: normal;
	color: #A53D46;
	background-color: #ffffff;	
}

#contactForm fieldset fieldset label {
	margin-bottom: 2px;   
}

#content h3#walkWithHeading {
        display:block
        width: 350px;
        margin-left: 20px;
        height: 45px;
        text-align: right;
        font-size:1px;
        color: #FFFFFF;
        background-image: url("/images/walkwithyou.jpg");
        background-repeat: no-repeat;       
}

p#lawSociety {
        font-family: arial, sans serif;
        font-size:9px;
        color: #8D8384;
        float:right;
        width:160px;
        text-align:center;
        padding-right:80px;
} 

/* Ins CMS Styles */

.imageColumn {
	float: right;
	padding-top: 1em;
	margin-left: 0.5em;
	margin-right: 20px;
	margin-bottom: 0.5em;
	width: 160px;
}

.ArticleDisplayImage {
    float: right;
    margin-top: 1em;
    margin-left: 1em;
    width: 150px;
    border: solid 1px black;
    padding: 2px;
    text-align: center;
    color: #505050;
    background-color: #f8f8f8;
}

.ArticleListImage {
    float: right;
    margin-top: 1em;
    margin-left: 1em;
    width: 100px;
}
.ArticleListImage img {
    border: solid 1px black;
}


.ArticleListPageLinks {
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    color: #505050;

}
.ArticleListPageLinks {
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    color: #505050;
    margin-top: 1em;
}
.ArticleListPageLinks  a:link, .ArticleListPageLinks a:visited, .ArticleListPageLinks a:hover, .ArticleListPageLinks a:active  {
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    color: #505050;

}
.ArticleListPageLinks a:hover {
    color: #0000f0;
}



  
