/*
Theme Name: PMR
Theme URI: http://toddlambert.com
Description: The NEW pmr site template.
Version: 1.0
Author: Todd Lambert
*/

/* reset stuff */
	* {margin:0; padding:0;}
	:focus {outline: 0;}
/* reset */

/* Yellow: #F1BC1E
Grey: #3a4d5b
Blue: #3660A5
Burgundy: #860f30 */

/* body */
	body{
	font-family: tahoma, helvetica, verdana, arial, sans-serif;
	color:#132A46;
	background: #535057 url("") top center;
	padding:6px 0 0 0:
	margin:6px 0 0 0;
	}
/* body */

/* layout */	
	
	#header {
	background: #3660A5 url("graphics/headerbg.png") no-repeat top left;
	margin: 0 0 0 0;
	padding: 0;
	height:160px;
	position:relative;
	}

	#header h1{
	text-indent:-9999px;
	font-size:.1em;
	margin:0;
	padding:0;
	}

	#header h1 a{
	display:block;
	width:290px;
	height:102px;
	border:0px solid red;
	background: transparent url("graphics/logo.png") no-repeat top left;
	}
	
	#searchbox{ position:absolute; top:8px; right:25px; text-align: center;}
	#searchbox a{color:#636F63; text-decoration: none;}
	
	#photobar{
	background-color: #19296A;
	margin: 0;
	padding: 0;
	height:200px;
	overflow: hidden;
	}
	
	body #main #threecol{padding:o 0 0 5px; margin:10px 0 0 0; position:relative; overflow:auto; background: transparent url("graphics/frontrowbg.png") top left;}
	
	
	.breadcrumb{clear:both;}

	#footer {
	clear: both;
	background: transparent url("graphics/footerbg.png") no-repeat top left;
	height:36px;
	color:#132A46;
	padding:5px 20px;
	border:0px solid orange;
	}
	
	#copyright{
	float: left;
	text-align: left;
	padding: 7px 0 0 15px;
	}
	
	.details{
	float: right;
	text-align: right;
	padding: 7px 20px 0 0;
	}

	#sidebar {
	float:right;
	width:240px;
	border:1px solid #CECECE;
	text-align:center;
	padding:8px 0 15px 0;
	margin:0 10px 0 0;
	background-color:white;
	position:relative;
	overflow:auto;
	background: #FFF url("graphics/bartop.png") repeat-x top left;
	min-height:418px;
	}
	
	div>#sidebar {width:260px; padding-bottom: 22px;}
	
	#main{
	margin:0 0 0 0;
	padding:0 0 10px 0;
	background: #f0f1f7 url("graphics/1contentbg.png") repeat-y top left;
	border:0px solid #2B3DD4;
	position:relative;
	overflow:auto;
	}
	
	#content{
	padding:10px 0 0 0;
	margin:0 0 0 0;
	border-top:2px solid #333;
	}
	
	#container{
	margin:6px auto 10px auto;
	width:960px;
	padding: 0 0 0 0; 
	position:relative;
	
	}
	
	#contentinside {
	float:left;
	width:640px;
	margin: 0 0 0 10px;
	padding:15px;
	position:relative;
	border:1px solid #CECECE;
	background-color:white;
	min-height:418px;
	}
	
	.bottombar {
	background: transparent url("graphics/bottombar.png") no-repeat top left;
	margin: 15px auto;
	padding: 0;
	height:47px;
	width:552px;
	position:relative;
	clear:both;
	text-align:center;
	}
	
	#forecast { 
background: #FFF url("http://www.weatherforyou.net/fcgi-bin/hw3/hw3.cgi?config=png&forecast=zone&alt=hwizone7day5&place=biloxi&state=ms&country=us&hwvbg=&hwvtc=&hwvdisplay=&daysonly=2&maxdays=7") no-repeat bottom left;
width:500px;
height:165px;
border:0px solid #333;

}

	/* default template */
	
	/* tri template */
	
	
	body.tri #main {padding:0 0 15px 0; position:relative; border:0px solid #2B3DD4;}
	body.tri #content {border:none;}
	
	.frontrow {
	float:left;
	width:300px;
	margin: 0 0 0 0;
	padding:0 6px;
	z-index:500;
	position:relative;
	height:auto;
	border:0px solid red;
	text-align:center;
	}

	.frontrow img{
	margin: 0 0 0 0;
	padding:0;
	border:0;
	}
	
	.frontrow h2{text-align:center;}
	
	/* tri template */
	
	
	/* full page template */
	body.full #main{padding:10px 15px 15px 20px; position:relative;}
	/* full page template */

	
/* layout */


/* formatting */

	.newsbox{text-align:left; margin:0 0 0 5px;}
	body {font-size:62.5%;}
	h1 {font-size: 2.4em; margin: 0; padding: 0; font-weight:normal;} 
	h2 {font-size: 1.6em; margin: 0 0 .8em 0; padding: 0; font-weight:normal;} 
	h3{font-size: 1.3em; margin: .8em 0; padding: 0; font-weight:normal;}
	h4{font-size: 1.1em; margin: .8em 0; padding: 0; font-weight:normal;}
	
	.large {font-size: 205%;} 
	.larger {font-size: 250%;} 
	.largest {font-size: 300%;} 
	
	.small {font-size: 61%;} 
	.smaller {font-size: 58%;} 
	.smallest {font-size: 54%;} 
	
	.aligncenter {text-align:center; margin:0 auto;}
	.alignright {float:right; margin:0 0 10px 10px;}
	.alignleft {float:left; margin:0 20px 10px 0;}
	
	/* .wp-caption {font-size: .8em;} */
	.size-medium, .size-full, .spotlight img {border:1px solid #838C83; padding:3px; background-color:#3660A5; position:relative; clear:right;}
	
	em{font-style:italic;}
	strong{font-weight:bold; color:#636F63;}
	
	#footer a, #mininav a{color: #3660A5; text-decoration: none;}
	#footer a img{margin-right:20px; vertical-align: middle;}
	#main a {color: #3660A5; text-decoration:underline; font-weight:bold;}
	#main a:hover {color: #3660A5; text-decoration:underline;}
	
	
	#main h2 a, h3 a, h4 a{text-decoration: none; font-weight:normal;}
	
	h3{
	color: #333;
	font-weight:normal;
	}
	
	h2{
	color: #B80D1A;
	line-height:1.4em;
	padding:0 0 0 0;
	}
	
	#main .frontrow h2 a{color: #3164AD; font-weight:bold; padding:0; margin:0;}


	#main p{
	margin:0 0 .8em 0;
	}
	
	#main {
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
	p.highlight{color:#3660A5; font-weight:bold;}
	
	#contentinside ul, #contentinside ol{margin:0 0 0 25px; padding:0;}

	.results{
	border:1px solid #CCC;
	padding:4px;
	margin:0 0 2px 0;
	clear:right;
	display:block;
	min-height:150px;
	}
	
	.results:hover{background-color:#DCE2CB;}
	.results img{float:right; margin:0 0 10px 10px; width:150px; padding:2px; border:1px solid #CCC; background-color:#FFF; clear:right;}
	
	.odd{
	background-color:#E3E3E3;
	}
	
	.even{
	background-color:#F3F4F3;
	}
	
	.submitLink {
   color: #636F63; text-decoration:underline; font-weight:bold;
   font-size:1em;
   background-color: transparent;
   border: none;
   border-bottom:1px solid #636F63;
   cursor: pointer;
   cursor: hand;
  }
	
	#tobmaps{position: relative; top:0; left: -9999px;}
	
	/* Link Lists */
	ul.linklist{
	margin:0 0 25px 0;
	padding:0 0 25px 0;
	list-style: none;
	border:0px solid #FF0000;
	}
	ul.linklist li{
	list-style: none;
  	float: left;
	width:250px;
	display:block;
	margin:0;
	padding:0 0 0 4px;
	}
	ul.linklist li a, ul.scrobbles li a{
	display:block;
	margin:0;
	padding:0;
	height:2em;
	line-height:2em;
	border-bottom:1px dotted #EEE;
	overflow:hidden;
	}
	
	ul.linklist li a:hover{background-color:#ECE6DA;}
	
	#contentinside ul.linklist a{font-size:.8em;}
	#contentinside ul.linklist{padding-bottom:2em;}
	
	
	
	ul.spotlight{
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style: none;
	border:0px solid yellow;
	width:640px;
	}
	ul.spotlight li{
	list-style: none;
  	float: left;
  	display:inline;
	width:300px;
	display:block;
	margin:0;
	padding:0;
	border:0px solid #red;
	}

	
	#employcol{margin-left:20px;}
	
	ul.spotlight li a:hover{background-color:#ECE6DA;}
	ul.spotlight img{display:block; padding:3px;}
	#contentinside ul.spotlight a{font-size:.8em;}
	#contentinside ul.spotlight{padding-bottom:2em;}
	
	.inset {
	float: left;
	padding: .5em;
	margin: .5em;
	font-size: .8em;
	}
	
	.attachment {border: 1px solid #cfcfcf; padding:3px;}
	
	img{
	border: none;
	text-decoration: none;
	}

	.tobmaps {position: absolute; top:0; left: -9999px;}

	dl, dd{padding: 0; margin: 0; font-size: 1em;}
	
	
	#sidebar h3 {
	/* background: url(graphics/starsbg.png) no-repeat center 8px; */
	font: normal 18px/18px tahoma, helvetica, verdana, arial, sans-serif;
	text-align: center;
	padding:0 0 0 0;
	margin:20px 0 10px 0;
	}
	
	.spotlight h3{
	background:none;
	padding:10px 0 5px 0;
	color:#3660A5;
	font: normal tahoma, helvetica, verdana, arial, sans-serif;
	background: transparent url("graphics/horzrule.png") repeat-x bottom left;
	}
	
	
	
	#sidebar p{
	font-size:1em;
	line-height:1.2em;
	text-align:left;	
	}
	
	#sidebar ul, #threecol ul{
	text-align:left;
	margin:0;
	padding:0;
	list-style:none;
	overflow:clip;
	}
	
	#sidebar li{
	margin:0 0 1px 0;
	display:block;
	padding:0;
	background-color:#dadee8;
	overflow:hidden;
	color:#3a4d5b;
	height:26px;
	}
	
	#sidebar li a:hover{
	background-color:#B80D1A;
	color:white;
	text-decoration:none;
	}
	
	#sidebar li a:hover{color:white;}
	
	#sidebar li a{
	text-decoration:none;
	display:block;
	overflow:hidden;
	color:#3a4d5b;
	padding:5px 0 5px 12px;
	}
	
	#sidebar li.combolink a{
	text-decoration:none;
	display:inline;
	}
	
	#sidebar ul.oneliner li a{
	display:block;
	margin:0;
	padding:0;
	height:2em;
	line-height:2em;
	border-bottom:1px dotted #EEE;
	overflow:hidden;
	}
	
	#sidebar img {margin:0 0 10px 0;}
	
	
	.frontrow li {
	margin: 0 0 .3em 1.5em;
	padding: 0;
	line-height:1.4em;
	list-
	}
	
	input, select, textarea{background-color:#F5F6F7; color:#8D8D80; font-weight:bold; border:1px solid #D1D6E2;}
	
	input{height:20px; margin:0 2px 2px 0;}
	
	.border {
	margin: .3em;
	padding: .3em;
	border: 1px solid #999;
	}
	
	.line{border-top:1px solid #CCC; clear:both; margin:10px 0 5px 0;}


	.clear {clear:both; padding:0 0 0 0;}
	
/* formatting */

/* navigation */


	#menu {
	position:absolute;
	top:118px;
	right:0;
	height:35px;
	}
	
	#menu img{float:left;}

	#nav {
	height:35px;
	margin:0 0 0 10px;
	padding:0 20px 0 10px;
	background: transparent url("graphics/menubg.png") no-repeat top right;
	}
	
	#nav li {
	padding:0 10px 0 10px;
	margin:0;
	display:inline;
	border-left:1px solid #fff;
	color:#fff;

	}
	
	#nav li a {
	text-decoration:none;
	margin:0;
	padding:0 0;
	color:#fff;
	font-size:1.4em;
	line-height:2.5em;
	text-transform:uppercase;
	display:inline;
	}
	
	#nav li.bordernone{border:none;}

	


	
	fieldset{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	text-align:right;
	position:relative;
	}
	
	input.picbutton {
	background-color: transparent;
	border: none;
	}


html fieldset{ position: relative; margin-top:0; padding-top:0; border:none; }

fieldset.radio input{float:left; margin:2px 5px 0 0; width:16px; height:16px; clear:left;}

fieldset label{clear:left;}

fieldset fieldset.radio label{display:inline;font-weight: normal;}

#tobmaps{position: relative; top:0; left: -9999px;}

label{
	float:left;
	margin: 0 0 0 0;
	font-weight: bold; color:##132A46;
}

select{
	display: block;
	padding: 0 2px;
	margin:0;
}

textarea{width:90%; height:40px;}

	

/* navigation */
   