/*
Design by Free CSS Templates, modified by Nic McCafferty
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html { min-height: 100%; margin-bottom: 1px; }

* {
	margin: 0;
	padding: 0;
}


body {
	margin-top: 0px;
	background: #000000;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}


h1, h2, h3 {
	color: #FFFFFF;
}

h2 {
	color: #FFF;
}

h3 {
	font-size: 12px;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: left;
}

p {
	text-align: left;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 2em;

	
}

ul li {
	list-style-type: circle;
	list-style:inside;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #4480a9;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 1px solid #999999;
	margin-left:auto;
	margin-right:auto;
}


		

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	margin: 0;
	padding: 5px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1em;
}

.boxed .content {
	padding: 15px;
}

.bold {
	font-weight: bold;
}

.redbold {
	font-weight: bold;
	color:#F00;
}

.bluebold {
	font-weight: bold;
	color:#03F;
}

.greenbold {
	font-weight: bold;
	color:#3F0;
}

.warmbold {
	font-weight: bold;
	color:#CCC;
}

.yellowbold {
	font-weight: bold;
	color:#FF0;
}
/* Post */

.post {
}

.post .title {
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1.6em;
	font-weight: normal;
	color: #FFF;
}

.post .date {
	padding-top: 5px;
	font-size: .8em;
	font-weight: normal;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding-bottom: 10px;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
	line-height: normal;
}

.post .story {
	padding: 20px;
	text-align: left;
	color: #CCC;
	font-size: small;
}

/* Header */

#header {
	height: 76px;
	background: url(images/img02.gif) repeat-x;
}

/* Header > Logo */

#logo {
	width: 700px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#logo h1, #logo h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
	color: #FFFFFF;
}

#logo a {
}

/* Header > Menu */

#menu {
	width: 700px;
	height: 27px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img04.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(images/img05.gif);
}

/* Wrapper */

#wrapper {
	background: url(images/img06b.gif) repeat;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content > Main */

#main {
	float: right;
	width: 460px;
}

#spacer {
	float: none;
	width: 700px;
	height: 100px;
}

#centeredbox {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	float: inherit;
	color: #FFF;
}

#centeredcontent{
	width: 700px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	float: inherit;
	color: #FFF;
}

/* Content > Main > Welcome */

#welcome {
	padding-top: 5px;
}

/* Content > Main > Example */

#example { 
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

/* Content > Sidebar > Support */

#support {
	padding: 18px 15px;
	color: #FF8A00;
}

#support h2 {
	margin: 0;
	font-size: 1.3em;
	color: #4E87B1;
}

#support h3 {
	margin: 0;
	font-size: 1em;
	color: #4480A9;
}



/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
	text-align: left;
	font-size: small;
	color: #CCC;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: all;
	vertical-align:bottom;
	border-top: 4px solid #393F4D;
	background: #444C5D;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
	
}
.centeredbox {
	left: auto;
	right: auto;
}



#wrapper div #centeredbox table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#wrapper #content #main #welcome #centeredbox .story p strong {
	text-align: left;
	font-size: 12;
	text-decoration:underline;
}
#wrapper #content #sidebar #updates .content ul li {
	font-size: 10px;
}
#wrapper #content #sidebar #updates .content ul li {
	color: #CCC;
}
#wrapper #content #sidebar #login h4 {
	color: #CCC;
	font-size: 12px;
}

.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centerstuff {
  margin-left: auto;
  margin-right: auto;
}

.backto {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #125682;
	padding-bottom: 10px;
} 

.filler {
		background: url(images/img06b.gif) repeat;
		min-height: 500px;
}


.yellowtext {
	color: #FF0;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	color: #000;
	}	
#lightboxCaption{
	float: left;
	color: #000;	
}
#keyboardMsg{ float: right; 
color: #000;}

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}


