@import url('reset.css');
@import url('clearfix.css');

body{
	color:#626f79;
	background:url(../images/lightback.gif) repeat;
	height:100%;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#626f79;
	line-height:20px;
	font-weight:normal;
}

a {
	text-decoration:none;
}

ul{
	margin-bottom:15px;
}

li{
	padding: 2px 0;
	margin-left:18px;
	line-height:17px;
	list-style:url(../images/arrow.gif);
}

li a {
	color:#626f79;
}

li a:hover {
	color:#812248;
}

p{
	margin-bottom:8px;
	line-height:17px;
}

#left a {
	color:#626f79;
	border-bottom:#626f79 1px solid;
	font-style:italic;
}

#left a:hover {
	background:#812248;
	color:#fff;
	border-bottom:#812248 1px solid;
	font-style:italic;
}

h1{
	font-size:50px;
	color:#546069;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	padding:30px 0 0 10px;
}

h2{
	font-size:29px;
	font-family:"Times New Roman", Times, serif;
	color:#812248;
	font-style:normal;
	font-weight:normal;
	margin:10px 0 12px 0;
}

h3{
	font-size:20px;
	line-height:20px;
	font-family:"Times New Roman", Times, serif;
	color:#626f79;
	font-style:italic;
	font-weight:normal;
	margin:20px 0 7px 0;
}

.italicLarge {
	color:#626f79;
	font-family: "Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;
	font-weight:normal;
	line-height:21px;
	margin-bottom:15px;
}


#backgroundDiv {
	position:absolute;
	top:0;
	left:0;
	background:url(../images/vertback.gif) repeat-x;
	height:214px;
	width:100%;
}

#container{
	width:935px;
	height:100%;
	background:url(../images/container.gif) repeat-y #fff;
	margin:0 auto;
	position:relative;
	top:10px;
}

#header{
	width:100%;
	background:url(../images/header.gif) no-repeat #fff;
	height:156px;
}

.logo{
	float:left;
	width:268px;
	margin:25px 0 0 20px;
	height:131px;
}

.phoneBlock {
	background:url(../images/phone-header.gif) no-repeat;
	float:right;
	margin:30px 30px 0 0;
	width:175px;
	height:40px;
	text-align:right;
}
.phoneContact {
	background:url(../images/phone-contact.gif) no-repeat;
	width:175px;
	height:40px;
	padding:10px;
}

.phoneNumber {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:22px;
}

#menu{
	background:url(../images/menubar.gif) repeat-x;
	width:890px;
	height:51px;
	margin:0 auto;
	padding:0;
}

* html #menu {
	margin-top:12px;
}

.contentImage {
	float:left;
	margin-right:10px;
}

#flashcontent {
	height:230px;
	width:890px;
	background:url(../images/bg01.jpg) no-repeat;
	margin:0;
	padding:0;
}

#titleBar{
	width:100%;
	height:230px;
}

#titleBarSmall{
	width:100%;
	height:115px;
}

#title{
	background:#9DACB3;
	height:230px;
	width:890px;
	margin:0 auto;
	padding:0;
}
#titleCriminalLaw {
	background:url(../images/bg01.jpg) no-repeat;
	height:115px;
	width:890px;
	margin:0 auto;
}
#titleDrinkDrugDriving {
	background:url(../images/bg02.jpg) no-repeat;
	height:115px;
	width:890px;
	margin:0 auto;
}
#titleTrafficOffences {
	background:url(../images/bg03.jpg) no-repeat;
	height:115px;
	width:890px;
	margin:0 auto;
}
#titleCountryCourt {
	background:url(../images/bg04.jpg) no-repeat;
	height:115px;
	width:890px;
	margin:0 auto;
}
#titleArrestHotline {
	background:url(../images/bg05.jpg) no-repeat;
	height:115px;
	width:890px;
	margin:0 auto;
}

#content{
	width:100%;
	background:url(../images/content_bg.gif) repeat-y 22px 0;
	padding-bottom:15px;
}

#left{
	float:left;
	width:661px;
	height:100%;
	padding:0 10px 0 28px;
}

* html #left {
	padding-left:28px;
}

#left img{
	float:left;
	margin:5px 15px 15px 5px;
}

#right{
	float:left;
	width:199px;
	height:100%;
	padding:0 10px 0 5px;
}

.map{
	width:340px;
	float:left;
}



/*    START FORM    */

#formDiv{
	float:left;
	clear:both;
	padding:0 17px 0 4px;
	width:300px;
}


#formDiv input, #formDiv textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:0.3em; 
	margin-bottom:0.6em;
	clear:right;
	width:300px;
	text-align:left;
	color:#546069;
	font-size:12px;
	background:#fff;
	border:#E1E7E9 1px solid;
}


#formDiv textarea {
	padding-top:2px;
}

#formDiv #submit, #formDiv #reset {
	margin:10px 0 20px 0;
	clear:right;
	width:100px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	border:0;
	background:none;
	padding:0;
	cursor:pointer;
	color:#546069;
	float:left;
}	

#formDiv #submit:hover, #formDiv #reset:hover {
	margin:10px 0 20px 0;
	clear:right;
	width:100px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	border:0;
	background:none;
	padding:0;
	cursor:pointer;
	color:#000;
	float:left;
}	

#formDiv label {
  clear:left;
  display:block;
  float:left;
  width:60px;
  text-align:left;
  padding:0 10px 0 0;
}


/*  END FORM  */



/*  FOOTER  */


#footer{
	margin:20px 0 0 0;
	width:100%;	
	height:56px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#97a9b0;
	padding:0;
}
#footer a{
	color:#97a9b0;
}
#footer a:hover{
	color:#000;
}

#footerLeft{
	float:left;
	width:300px;
	clear:both;
	padding-left:23px;
}

#footerRight{
	float:right;
	width:300px;
	padding-right:23px;
}
#footerRight p{
	text-align:right;
}

.blueSquare {
	width:300px;
	overflow:hidden;
	float:right;
	text-align:right;
	padding:0;
}

.blueSquare a {
	background:url(../images/blue-square.gif) no-repeat 0 -11px;
	padding-left:13px;
}
.blueSquare a:hover{
	background:url(../images/blue-square.gif) no-repeat 0 1px;
	padding-left:13px;
}

/*  END FOOTER  */