html, body, * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	text-align:center;
}

/* body tag included in a seperate css file
this is done so that when you view an individual template for a specific content item, the content is seen with a white
background, and not the default darkblue so you cant read it */

#mainframe {
	margin:5px auto;
	text-align:left;
	width:980px;
}

#header {
	margin-top:16px;
	height:142px;	
	background-repeat:no-repeat;
}

div#middle {
	background-repeat:repeat-y;
}


#middle .content #inner {
	overflow:none;
	/*height:470px;*/
	padding:5px;
	/*position:relative;*/
}

#middle .content p {
	margin-bottom:20px 0px;
}

#middle .content ul li {
	margin-bottom:5px;
	margin-right:0;
}

#footer {
	margin-top:10px;
	height:195px;
}

#footersite {
	margin-top:19px;
	height:65px;
}

/* content alignment */
.left {
	width:235px;
	float:left;
}

.content {
	margin-left:248px;
	width:718px;
	border-bottom:-20px;
	margin-bottom:-20px;

}



/* content footer elements, ticker and footerlogos */
#footer .content #TICKER {
	color:white;
}

#footer .content #footerlogos {
	position:absolute;
	margin-top:66px;
}


/* font size control */
#accessibility {
	margin-left:40px;
	margin-top:110px;
	height:28px;
}

#accessibility div {
	display:block;
	float:left;
	height:28px;
	width:48px;	
	margin-right:10px;
	cursor:pointer;
}


/* style control */
#style {
	padding-left:40px;
	margin-top:10px;
	text-align:center;
	display:block;
	float:left;
	color:#e9eaeb;
	margin-bottom:20px;
}

#style area {
	cursor:pointer;
}

#style img {
	margin-bottom:10px;
}

/* masthead div */
#masthead {
	background-image:url(http://www.gloucestershire.police.uk/internetresources/images/mastheads/3.png);
	width:718px;
	height:110px;
}

.ttt, #ttt {
	background-image:url(http://www.gloucestershire.police.uk/internetresources/images/mastheads/1.png);
}

/* content block presentation */
.content ul {
	margin:4px;
	margin-left:30px;
}

.content table {
	width:97%;
}




/* END */



ul.navfooter {
	list-style-type:disc;
	margin-left:10px;
}
ul.navmiddle {
	margin-left:20px;
}

ul.navmiddle li {
	margin:5px;
}

#footer  .content ul li {
	display:inline;
	margin:0 10px;
}

/*.nav a {
	text-decoration:none;
}*/

/* footer block presentation */
ul.navfooter {
	margin-top:40px;
}

ul.navfooter li {
	margin:5px 0;
}

/* individual content blocks */
p.tiny {
	font-size:10px;
}

/* headers */
/* headers moved to gpglobal.css */

#bodyText h1, #bodyText h2, #bodyText h3, #bodyText h4, #bodyText h5, #bodyText h6 {
	margin-top:20px;
	font-size:1.3em;
}

small {
	font-size:10px;
}


/* generic supliemnt classes to add to others */
.center {
	text-align:center;
}

/* inline elements */
p {
	line-height:1.35em;
	margin:5px 0 10px 0;
}

.middle .content li {
	line-height:4em;
}

.breadcrumbs {
	font-size:.8em;
	margin-bottom:10px;
	padding-top:5px;
}



.borderbottom {
	background-position:bottom;
	background-repeat:repeat-x;
}



/* base footer (links below the main footer) */
#basefooter {
	margin:10px 0 30px 0;
	padding-left:230px;
	text-align:center;
}



#basefooter a {
	color:white;
	text-decoration:none;
	font-size:11px;
}

#basefooter a:hover {
	text-decoration:underline;

/* table */


table td {
	/*border:1px solid #aaa;
	padding:10px;*/
}


/* search field */
 .staticnav{
 margin-left:24px;
 }
