* {
  margin: 0;
}

body {
	background: #F5F5F5 url(images/img01afx.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474848;
}

h1, h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

h1 {
	letter-spacing: 0px;
	font-size: 2.6em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -0.5px;
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 10px;
}

p, ul, ol {
	margin-bottom: 10px;
	line-height: 170%;
}

p {
}

blockquote {
	padding: 0 30px;
	background: url(images/img12.gif) no-repeat;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}

blockquote p {

}

a {
	/*background: url(images/img03.gif) repeat-x left bottom;*/
	background: none;
	text-decoration: none;
	color: #1D62B3;
}

a:hover {
	background: none;
	color: #E43C15;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	background: url(images/img08.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	position: relative;
	top: 15px;
	height: 34px;
}

/* Header */

#header {
	height: 80px;
	width: 960px;
	margin: 0 auto;
}

/* Logo */

#logo {
  position: relative;
  padding-top: 23px;
	padding-left: 10px;
	float: left;
}

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	padding: 20px 0 0 20px;
	font-size: 2.5em;
	font-weight: bold;
	color: #E43C15;
}

#logo p {
	margin: 0;
	padding: 42px 0 0 6px;
	letter-spacing: 2px;
	line-height: normal;
	font: normal 1.2em Georgia, "Times New Roman", Times, serif;
}

#logo img {
  float: left;
}

/* Search */

#search {

	float: right;
	width: 200px;
	padding: 40px 20px 2px 0;
	background: url(images/img05.gif) no-repeat left bottom;
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#s {
	float: left;
	width: 155px;
	margin: 0 0 0 10px;
	background: none;
	border: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#x {
  padding-left: 5px;
}

/* Page */

#page {
	width: 960px;
	margin: 20px auto 0 auto;
	background: #FFFFFF url(images/img06.gif);
}

#bgtop {
	height: 20px;
	background: url(images/img07.gif);
}

#bgbottom {
	padding-bottom: 20px;
	background: url(images/img09.gif) no-repeat left bottom;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 15px;
	background: url(images/img11.gif) no-repeat left center;
}

/* Content */

#content {
	float: left;
	/*width: 430px;*/
	width: 700px;
	height: 800px;
	min-height: 800px;
	padding: 0 0 0 20px;
}

html>body #content {
	height: auto;
}

/* Post */

.post {
}

.post .bigpix {
	background: #F0F0F0;
  margin: 0px auto 20px auto;
}

.post .bigpix .image {
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.0em;
	color: #1D62B3;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .byline a {
	color: #C2C2C2;
}

.post .entry {
	padding: 20px 10px 0 10px;
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(images/img13.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 18px;
	background: url(images/img14.gif) no-repeat left center;
}

/* Sidebar Common Style */

.sidebar {
}

#page .sidebar ul {
  padding: 0;
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	padding: 5px 15px 5px 25px;
	background: url(images/img11.gif) no-repeat 10px 10px;
	border-bottom: 1px solid #F0F0F0;
}

.sidebar a {
	background: none;
}

/* Sidebar One */

#sidebar1 {
	float: left;
	width: 250px;
	padding: 0 0 0 20px;
}

/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 180px;
	padding: 0 20px 0 0;
}

/* Calendar */

#calendar_wrap {
	padding: 0 10px 20px 10px;
}

#calendar_wrap table {
	width: 100%;
	text-align: center;
	background: #F6F6F6;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
}

#calendar_wrap th, #calendar_wrap td {
	padding: 2px;
}

#calendar_wrap thead {
	background: #FFFFFF;
}

#calendar_wrap tbody {
	font-size: .8em;
	font-weight: bold;
}

#calendar_wrap tbody td {
	padding: 5px;
}

#calendar_wrap tbody a {
	font-size: 1.2em;
}

#calendar_wrap tfoot {
	background: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}

#calendar_wrap tfoot #prev {
	text-align: left;
}

#calendar_wrap tfoot #next {
	text-align: right;
}

/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}

/* Footer */

#footer {
	width: 960px;
	height: 83px;
	margin: 0 auto;
	background: url(images/img10.gif) no-repeat;
}

#footer p {
	padding-top: 20px;
	text-align: center;
  font-family: Arial, Helvetica;
	font-size: .9em;
	font-weight: bold;
}

#footer a {
  border: 0px;
}

#menu ul {
  /*background-color: #004684;*/
  background: url('images/menu_bg_comb3.gif') bottom repeat-x;
  padding-left: 20px;
  padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 22px;
	margin: 0 auto;
  text-align: center;
}

#menu li {
  display: inline;
	color: #FFFFFF;
	font-weight: bold;
  width: 114px;
  text-align: center;
}

#menu a {
  padding: 5px 25px 5px 25px;
	color: #FFFFFF;
	background: url('images/menu_bg_comb3.gif') bottom repeat-x;
  text-decoration: none;
	border: 0px;
  text-align: center;
}

#menu a:hover {
	background: url('images/menu_bg_comb3.gif') top repeat-x;
	border: 0px;
}

#table {
	border: 2px solid #F6F6F6;
  padding: 15px;
  background: url('images/a2.gif') repeat-y;
}

.repeaters {
  padding-left: 20px;
  padding-right: 5px;	
}

.repeaterTablex {
  background: #FFF url('images/licensesearchbox.jpg') no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 0px auto 0px auto;
}

.repeaterTablex th{
  padding-left: 10px;
	line-height: 16px;
}

.repeaterTablex td{
  padding-left: 15px;
  line-height: 16px;
}

.repeaterTablex #icon{
  padding-left: 0px;
  width: 16px;
  line-height: 16px;
	border: 0px;
}

.repeaterTablex #icon img{
  border:0px;
}

.repeaterTablex #right{
  padding-left: 40px;
	width: 105px;
}

.repeaterTablex #thcenter{
  text-align: center;
	padding-bottom: 10px;
	text-transform: uppercase;
}


.new_repeater {
	background: #EFEFFF;
  border: 1px solid #C9C9C9;
  margin: 0px auto 0px auto;
	padding: 20px;
}

.advancedSearchTable {
	border-top: 1px solid #BBBBBB;										
	margin-bottom: 0px;
	padding: 5px;
}

.submitButton {
  font-weight: bold;
}

.advancedSearchForm2 {
  background: url('images/advancedsearchbox.jpg') no-repeat;
	padding-left: 10px;
	padding-right: 10px;
  padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	height: 303px;
	width: 229px;
}

.advancedSearchForm {
  background: #F4F4F4;
	border: 1px solid #C9C9C9;
  margin: 0;
	padding-left: 10px;
	padding-right: 10px;
  padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	height: 303px;
	width: 229px;
}

.advancedSearchForm th {
  text-align: left;
}

#ad {
  padding-top: 5px;
	background-color: inherit !important;
	text-align: right;
}

#ad a{
  background: inherit !important;
	text-decoration: none;
	font-weight: bold;
}

#ad_text {
  font-size: 0.8em;
	color: #CCCCCC;
}

#ad_cont{
  text-align: center;
  width: 500px;
	float: right;
}

.round_div {
	background: #FCFCFC; 
	border: #C9C9C9 1px solid; 
	padding: 10px; 
	margin: 25px auto 0px auto;
}

.error {
	background: #EF0000; 
	color: #FFFFFF;
	border: #505050 1px solid; 
	padding: 10px; 
	margin: 10px auto 15px auto;
}

.confirmation {
	background: #1BDF00; 
	color: #FFFFFF;
	border: #505050 1px solid; 
	padding: 10px; 
	margin: 10px auto 15px auto;
}

.tip{
  background-color: #FFFFCF;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 10px auto 15px auto;
}