/* CSS Document */
/* ------------------------------------- */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(http://www.fullserviceins.com/images/blog/bg-page.jpg) repeat-x #f4f4f4;
}

p {
	font-size: 1.2em;
	color: #444;
	line-height: 1.5em;
}

h1 {
	margin: 34px 0 0 0;
	font-size: 1.9em;
	color: #6492a2;
}

h2 {
	margin: 34px 0 0 0;
	font-size: 1.5em;
	color: #6492a2;
}

h3 {
}

strong {
	font-weight: bold;
}

ul {
	padding: 0;
}

li {
	line-height: 1.3em;
}

label {
	display: block;
	font-size: .9em;
	color: #555;
	font-weight: bold;
}

img {
	outline: 0;
	border: 0;
}


/* HYPERLINKS */
/* ------------------------------------- */

a {
	color: #6492a2;
	font-weight: bold;
	text-decoration: underline;
	outline: 0;
}

a:hover {
	color: #000;
	text-decoration: none;	
}


/* IDS */
/* ------------------------------------- */

#container {
	position: relative;
	left: 50%;
	margin:  0 0 0 -434px;
	padding: 48px 42px 0 42px;
	width: 784px;
	height: auto;
	background: url(http://www.fullserviceins.com/images/blog/content-bg.jpg) no-repeat;
}

#header {
	height: 186px;
	background: url(http://www.fullserviceins.com/images/header.png) no-repeat;
}

#stage {
	width: 750px;
	padding: 0 17px 0 17px;
	background: #fcfcfc;
}

#sidebar {
	float: left;
	margin: 24px 0 0 0;
	width: 181px;
}

#content {
	margin: 0 0 0 10px;
	float: right;
	width: 550px;
}

#footer {
	position: relative;
	left: 50%;
	margin:  0 0 0 -434px;
	padding: 0;
	width: 868px;
	height: 45px;
	background: url(http://www.fullserviceins.com/images/blog/content-bottom.jpg) no-repeat  #f4f4f4;
}


/* CLASSES */
/* ------------------------------------- */

.clear {
	clear: both;
}

.left {
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid #999;
}

.right {
	margin: 0 0 0 10px;
	float: right;
	border: 1px solid #999;
}

.sidebar_inner {
	margin: 0 0 30px 0;
	padding: 12px;
	font-size: 1.3em;
	font-weight: bold;
	background: #eee;
	border: 1px solid #ddd;
}

.date {
	float: left;
	font-size: 1em;
	color: #777;
	line-height: 1.5em;
}

.category {
	float: right;
}

.author {
	margin-top: -10px;
	font-size: 1em;
	color: #777;
	line-height: 1.5em;
	text-align: right;
}


/* NAVIGATION */
/* ------------------------------------- */

#header .logo {
	display: block;
	float: left;
	height: 186px;
	width: 72px;
}

#navigation ul {
	margin: 0 0 0 90px;
	padding: 0;
	list-style: none;
}

#navigation li {
	margin: 12px 1px 0 1px;
	float: left;
}

#navigation a {
	display: block;
	color: #fff;
	padding: 5px;
	font-size: .9em;
	text-decoration: none;
	border: none;
}

#navigation a:hover {
	color: #c5d4ef;
	text-decoration: underline;
}

#navigation .current a {
	border: 1px solid #fff;
	background: url(http://www.fullserviceins.com/images/blog/bg-nav.jpg) repeat-x;
}

.sidebar_inner h2 {
	margin: 0;
	font-size: 1.3em;
	color: #7fb1c2;
}

.sidebar_inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar_inner li {
	margin: 0;
	padding: 0;
}

.sidebar_inner a {
	margin-bottom: 10px;
	padding: 0 0 0 5px;
	display: block;
	font-size: .8em;
	color: #526267;
	text-decoration: none;
}

.sidebar_inner a:hover {
	color: #fff;
	background: #526267;
}

.category a {
	font-size: 1em;
	color: #7fb1c2;
	line-height: 1.5em;
	text-decoration: none;
}

.category a:hover {
	color: #555;
	text-decoration: underline;
}

h1 a, h2 a {
	color: #6492a2;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #333;
	text-decoration: underline;
}

.sidebar_inner br {
	display: none;
}

/* MISC STYLES */
/* ------------------------------------- */

#content ul {
	margin-left: 1em;
}

#footer p {
	margin: 0;
	padding-top: 5px;
	font-size: .9em;
	font-weight: normal;
	text-align: center;
}


/* ATTRIBUTION */
/* ------------------------------------- */

#jlb {
	display: none;
	float: right;
	margin: 20px 15px 10px 0;
	width: 65px;
	height: 22px;
	background: url(http://www.fullserviceins.com/images/blog/jlb-over.gif);
}

#jlb a, #jlb img {
	border: 0;
}

#jlb a {
	display: block;
	width: 65px;
	height: 22px;
	background: url(http://www.fullserviceins.com/images/blog/jlb.gif);
}

#jlb a:hover {
	background: none;
}