

* {
	padding: 0;
	margin: 0; }

body {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font:11px/1.4em "Lucida Grande", Microsoft Sans Serif, Geneva, Arial, Verdana, sans-serif;
	color:#555;
	background:#fff url(../img/body_bg.gif) repeat-x 0 0; }

img { border: 0px; }

a:link {
	color: #0066cc;
	text-decoration:none; }

a:visited {
	color: #0066cc;
	text-decoration:none; }

a:hover {
	color: #FF3300;
	text-decoration:none; }

a:active {
	color: #FF3300;
	text-decoration:none; }

.blog_box a:link {
	color: #555;
	text-decoration:none; }

.blog_box a:visited {
	color: #555;
	text-decoration:none; }

.blog_box a:hover {
	color: #0066cc;
	text-decoration:none; }

.blog_box a:active {
	color: 0066cc;
	text-decoration:none; }

.hiddenPic { display:none; }

.header {
	margin: 0px auto;
	text-align: left;
	width: 980px;
	height: 90px;
	padding-top:0px; }

#search_box {
	float: left;
	padding: 0;
	border: 0;
	width: 120px;
	height: 64px;
	background:#fff url(../img/search.gif) repeat-x 0 0; }

	#search_box #s {
		float: left;
		padding: 0;
		margin-top: 26px;
		margin-left: 5px;
		border: 0;
		width: 90px;
		background: none;
		font: 11px Helvetica, sans-serif; }

	#search_box #go {
		float: left;
		margin-top: 26px; }

.container {
	margin: 0px auto;
	text-align: left;
	width: 980px;
	min-height:400px;
	font: 16px/18px Verdana, Arial, Helvetica, sans-serif; }

.tag {
	font-family: "Myriad Pro, Arial, Helvetica, sans-serif";
	font: 12px;
	font-weight: normal;
	color: #8c8c8c; }

	.tag a:link {
		color: #555;
		text-decoration:none; }

	.tag a:visited {
		color: #555;
		text-decoration:none; }

	.tag a:hover {
		color: #0066cc;
		text-decoration:none; }

	.tag a:active {
		color: 0066cc;
		text-decoration:none; }

.subnav {
	font-family: "Verdana, Myriad Pro, Arial, Helvetica, sans-serif";
	font: 11px;
	font-weight: normal;
	color: #8c8c8c;
	text-align:right;
	padding-right:15px;
	padding:3px 11px;
	background:#ededed;
	border-bottom: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7; }

	.subnav a {
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.821em;
		color:#757575;
		text-decoration:none;
		padding:3px 11px; }

		.subnav a:link {
			color: #757575;
			text-decoration:none; }

		.subnav a:visited {
			color: #757575;
			text-decoration:none; }

		.subnav a:hover {
			color: #5381a4;
			text-decoration:none; }

		.subnav a:active {
			color: #5381a4;
			text-decoration:none; }

		.subnav a.selected {
			color:#5381a4;
			background:url(../img/submenu-hover.gif) center bottom no-repeat; }

.footer {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	font-weight: normal;
	height:81px;
	color: #555;
	text-align: center;
	width: 100%;
	bottom: 0; }

.footer a:link {
	color: #555;
	text-decoration:none; }

.footer a:visited {
	color: #555;
	text-decoration:none; }

.footer a:hover {
	color: #0066cc;
	text-decoration:none; }


a.button {
	background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px;
	/* sliding doors padding */ text-decoration: none; }

	a.button span {
		background: transparent url('../img/bg_button_span.gif') no-repeat;
		display: block;
		line-height: 14px;
		padding: 5px 0 5px 18px; }

	a.button:active {
		background-position: bottom right;
		color: #000;
		outline: none;
		/* hide dotted outline in Firefox */; }

		a.button:active span {
			background-position: bottom left;
			padding: 6px 0 4px 18px;
			/* push text down 1px */; }

