/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html{
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}


body {
	margin: 0;
	padding: 0;
	background: #262861;
	font-size: 13px;
	color: #FFFFFF;
	height:100%;	
}

th, td, input, textarea, select, option {
	padding-top: 20px;
}

h1, h2, h3 {
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.5em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 160%;
	font-size: 12px;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFEA6F;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

/* Header */

#header {
	height: 180px;
	background-color: #1E1F4A;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

/* Logo */

#logo {
	height: 140px;
	padding-top: 15px;
	/*background: url(../images/img07.gif) no-repeat left 65%; */
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 50px;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #372412;
}

/* Gallery */

#gallery {
	clear: both;
	width: 840px;
	height: 150px;
	margin: 0 auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#navlist li a
{
color:#FFFFFF;
}

.myList li
{
	margin-left:20px;
}

/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 25px 0;
}

/* Content */

#content {
	float: left;
	width: 575px;
}

.post {
	padding: 0 0 20px 0;
	text-align: justify;
}

.title {
	margin: 0px;
	border-bottom: 4px solid #ffffff;
	background: url(../images/imgBullet.jpg) no-repeat left bottom;
	padding-left: 33px;
}

.byline {
	text-align: justify;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

.title2, .subtitle{
	color: #FFEA6F;
	font-size:1.2em;
	font-weight:bold;
}

.subtitle{
	font-size:1.1em;
	font-style:italic;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(../images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 35px;
	background: url(../images/imgBullet.jpg) no-repeat left bottom;
	border-bottom: 2px solid #ffffff;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.h2Special {
	margin: 0;
	padding: 20px 0 2px 35px;
	background: url(../images/imgBullet.jpg) no-repeat left bottom;
	border-bottom: 2px solid #ffffff;
}

/** Toggle **/

.showMore {
	padding: 10px 10px 10px 20px;
	font-weight:bold;
	color: #FFEA6F;
	background:url(../images/toggle_plus.gif) no-repeat center left ;
	cursor: pointer;
	
	/*float:left;*/
}

.showLess {
	padding: 10px 10px 10px 20px;
	font-weight:bold;
	color: #FFEA6F;
	background:url(../images/toggle_minus.gif) no-repeat center left ;
	cursor: pointer;
	
	/*float:left;*/

}

.toggleGroup {
	font-weight:bold;
	color: #FFFFFF;
	float:left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.view {
	text-align:center; 
	position:absolute; 
	bottom:7px;  
	width:90px; 
}

.view a {
	color: #FFFFFF;
}

.view a:hover {
	color: #000000;
	cursor:pointer;
}


.toggleGroup_full {
	padding: 10px 10px 10px 20px;
	font-weight:bold;
	color: #FFEA6F;
	background:url(../images/toggle_plus.gif) no-repeat center left ;
	cursor: pointer;
	float:left;
}


/*div.inline { float:left; } 
*/
.clearBoth { clear:both; } 


.capLetter {
	font-size: 1.4em;
	color: #FFFFFF;
}


/* Footer */

#footer {
	clear: both;
	padding: 0;
	border-top: 2px solid #ffffff;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #1E1F4A;
	margin: auto 0;
}

#footer a {
	color: #C28C21;
}

.centerImg 
{
	height:300px;
	border:2px dotted green;
	vertical-align:middle;
	margin:0 auto; float:left;
}

.cursorPointer
{
	cursor: pointer;
}