/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	padding: 0;
	background: #FFFFFF;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

p, blockquote, ol, ul {
	line-height: 160%;
}

a {
	color: #3A69BA;
}

a:hover {
	text-decoration: none;
}

/* Boxed */

.boxed {
	float: left;
	clear: left;
	width: 200px;
	margin: 0 0 10px 0;
	padding: 0;
	background: #EFF3F9;
}

.boxed .heading {
	margin-top: 0;
	padding: 8px 15px;
	background: #C51230 /*url(images/img3.gif) */no-repeat center bottom;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold 1.2em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0;
	padding: 5px 14px 10px 14px;
	font: bold 1.2em Tahoma, Arial, Helvetica, sans-serif;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed li {
	padding: 3px 0;
	border-top: 1px dotted #1F1F21;
}

.boxed li.first {
	border: none;
}

.boxed a {
	padding-left: 10px;
	background: url(images/img4.gif) no-repeat left center;
	text-decoration: none;
}

/* Photo Right and Left* /

.photoright200 {float: right; padding:2px 0px 8px 10px; margin: 0; font-size:90%; color: #0066cc; font-style:bold; width: 200px;}

.photoleft200 {float: left; padding:2px 10px 8px 0px; margin: 0; font-size:90%; color: #0066cc; font-style:bold; width: 200px;}

.photoright300 {float: right; padding:2px 0px 8px 10px; margin: 0; font-size:90%; color: #0066cc; font-style:bold; width: 300px;}

.photoleft300 {float: left; padding:2px 10px 8px 0px; margin: 0; font-size:90%; color: #0066cc; font-style: bold; width: 300px;}


/* Simple Floats */

img.imageleft { float: left; margin: 5px; }
img.imageright { float: right; margin: 5px; } 



/*Drop Down Menu */

#dropmenudiv{
position:absolute;
background-color: #F7F7F7;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #fffff5;
}


/* Wrapper */

#wrapper {
	width: 778px;
	margin: 0 auto;
}



/* Header */

#header {
	float: left;
	width: 200px;
	height: 150px;	
	background: url(images/img1.jpg);
}

#header_white {
	float: left;
	width: 200px;
	height: 150px;
}



#header h1 {
	margin: 0;
	padding: 43px 0 0 0;
	text-align: center;
	letter-spacing: -1px;
	font-size: 2.5em;
}

#header h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Pages */

#pages {
	float: right;
	width: 570px;
	height: 150px;
	background: url(images/PR-Logo_3.jpg);
}

#pages-2 {
	width:570px;

}





#pages h2 {
	display: none;
}

#pages ul {
	float: right;
	margin: 0;
	padding: 125px 15px 0 0;
	list-style: none;
	line-height: normal;
}

#pages li {
	display: inline;
}

#pages a {
	padding-left: 2em;
	text-decoration: none;
	font: bold 1.2em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#pages a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	clear: both;
	padding-top: 10px;
/*	font: bold 1.2em Tahoma, Arial, Helvetica, sans-serif; */
}


/* Table */

table {
	text-align: left;
	font: 1.3em Tahoma, Arial, Helvetica, sans-serif;
	color: #c51230;
}

/* Post-Center */

#post-center {
float: left;
	width: 720px;
	padding-left: 0px;
}


/* Post-Left */

.post-left {
	float: left;
	width: 250px;
	font: bold 2.1em Comic Sans, Comic Sans MS, sans-serif;
	color: #c51230;
}
 	



/* Posts */

#posts {
	float: right;
	width: 520px;
	padding-right: 20px;
}

.post {
	padding-top: 10px;
}

.post .title {
	margin: 0;
	font-size: 2em;
}

.post .posted {
	margin-top: 0;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post .meta {
	margin: 2em 0 3em 0;
	border-top: 1px dotted #939A3C;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

.post .meta p {
	margin: 0;
}

/* Archives */

#archives {
}

/* Search */

#search {
}

#search .content {
	padding-bottom: 12px;
}

#textfield1 {
	width: 156px;
	padding: 5px 5px;
	border: 1px solid #000000;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

#submit1 {
	display: none;
}

/* Footer */

#footer {
	clear: both;
	border-top: 1px dotted #000000;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
}

#footer a {
	color: #999999;
}
