* { font-family: Arial, Helvetica, sans-serif; }

body, p, a td, th, li, div, span {
	font-size: 10pt;
}

body {
	width: 760px;
	margin: 0px auto;
	background: #eee url(../images/body-bg.jpg) center repeat-y;
	position: relative;
}

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

strong {
	color: #E0007B;
}

/*
 * Specfic unique segments
 */
#container {
	padding: 0px 7px;
}

#header {
	background: #047 url(../images/title-bg-repeat.jpg) repeat-x;
	height: 105px;
}

#mainmenu {
	background: #DA549F;
	color: white;
	height: 24px;
}
#mainmenu .foot {
	height: 10px;
	background: white url(../images/menu-shadow.jpg) repeat-x;
	clear: both;
}
#mainmenu a {
	color: white;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	line-height: 24px;
	padding: 3px 10px;
}
#mainmenu a:hover {
	background: #047;
}


#logo {
	position: absolute;
	top: 45px;
	right: 10px;
}


#content {
	width: 522px;
	padding: 5px 5px;
	float: left;
}

#sidebar {
	margin-top: 50px;
	*margin-top: 34px;
	width: 200px;
	padding: 3px;
	float: right;
}

*+html #sidebar {
	margin-top: 50px;
}

.box {
	background: #eee url(../images/box-wide-bg.jpg) repeat-y;
}
.box .title {
	margin: 0px 5px 0px 6px;
	margin-top: 16px;
	*margin-top: 0px;
	line-height: 24px;
	padding: 0px 7px;
	background-color: #DA549F;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	height: 1%;
}
*+html .box .title {
	margin-top: 21px;
}
.box .content {
	padding: 0px 6px;
	height: 1%;
}
.box .foot {
	background: white url(../images/box-wide-shadow.jpg) no-repeat;
	height: 9px;
}


.blog .box {
	float: left;
	width: 255px;
	background: #eee url(../images/box-medium-bg.jpg) repeat-y;
}
.blog .box .title {
	margin-top: 0px;
	font-size: 9pt;
	line-height: 20px;
}
.blog .box .content p {
	padding: 5px;
	margin: 0px;
}
.blog .box .link {
	text-align: right;
	padding: 5px;
}
.blog .box .foot {
	background: white url(../images/box-medium-shadow.jpg) no-repeat;
	height: 9px;
}


.galleryimg {
	width: 160px;
	height: 120px;
	float: left;
	padding: 5px;
}
.galleryimg a img {
	border: 0px;
}

#sidebar .box {
	float: none;
	width: 200px;
	background: white url(../images/box-thin-bg.jpg) repeat-y;
}
#sidebar .box .title {
	margin-top: 0px;
}
#sidebar .box .content p {
	padding: 5px;
	margin: 0px;
	color: #005093;
	font-weight: bold;
	font-size: 11px;
}


#sidebar .box .foot {
	background: white url(../images/box-thin-shadow.jpg) no-repeat;
	height: 9px;
}

#mailinglist .box {
	float: none;
	width: 200px;
	background: white url(../images/box-thin-bg.jpg) repeat-y;
}
#mailinglist .box .title {
	margin-top: 0px;
}
#mailinglist .box .content p {
	padding: 5px;
	margin: 0px;
	color: #005093;
	font-weight: bold;
	font-size: 11px;
}


#mailinglist .box .foot {
	background: white url(../images/box-thin-shadow.jpg) no-repeat;
	height: 9px;
}


#footer {
	padding: 3px 7px;
	font-size: 12px;
	clear: both;
	color: white;
	background-color: #DA549F;
	text-align: center;
}
#footer a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.foot {
	height: 10px;
	background: white url(../images/menu-shadow.jpg) repeat-x;
	clear: both;
}


#webdev, #webdev * {
	color: #999;
	font-size: 8pt;
	text-align:center
}


/* FACT TABLE */

#prtbl {
	background-color: #eeeeee;
	border: 2px solid #DA549F;
	}
	
#prtbl th{
	background-color: #DA549F;
	border: 2px solid #DA549F;
	color: #ffffff;
	}

#prtbl td{
	border-top: 2px solid #DA549F;
	}
	
.tdlft {
	padding: 6px 0px 6px 12px;
	width: 128px;
	}
	
.tdrgt {
	width: 380px;
	}


/*
 * Blog Relate CSS
 */
#blog #content {
	width: 350px;
	margin-top: 37px;
	*margin-top: 21px;
}
*+html #blog #content {
	margin-top: 37px;
}
#blog .widecolumn {
	width: 500px !important;
	margin-top: 37px !important;
	*margin-top: 21px;
	height: 1%;
}
*+html #blog .widecolumn {
	margin-top: 37px;
}
#blog #content .post {
	background: #eee;
}
#blog h2,
#blog h3 {
	color: #005093;
	padding: 7px;
	margin: 0px;
}
#blog h1 { font-size: 16pt; }
#blog h2 { font-size: 14pt; }
#blog h3 { font-size: 12pt; }
#blog h2 a,
#blog h3 a {
	text-decoration: none;
	color: #005093;
}
#blog h2 a:hover,
#blog h3 a:hover {
	text-decoration: underline;
}
#blog #content p {
	padding: 7px;
}
#blog #content small {
	font-weight: bold;
	color: #E0007B;
	padding: 0px 7px;
}

#blog #content .postmetadata,
#blog #content .postmetadata a {
	background-color: #DA549F;
	color: white;
}
#blog #content .postmetadata {
	padding: 5px;
	text-align: right;
}
#blog #content .postmetadata small,
#blog #content .postmetadata strong {
	color: white;
}
#blog #content .postmetadata a {
	font-weight: bold;
	text-decoration: underline;
}


#blog .narrowcolumn .post {
	background: #eee url(../images/box-large-bg.jpg) repeat-y !important;
}
#blog .narrowcolumn .post .foot {
	background: white url(../images/box-large-shadow.jpg) no-repeat !important;
	height: 9px;
}
#blog .narrowcolumn .post .postmetadata {
	margin: 0px 4px 0px 5px;
}
#blog .widecolumn .post {
	background: #eee url(../images/box-comment-bg.jpg) repeat-y !important;
}
#blog .widecolumn .post .foot {
	background: white url(../images/box-comment-shadow.jpg) no-repeat !important;
	height: 9px;
}
#blog .widecolumn .post .postmetadata {
	margin: 0px 4px 0px 5px;
}


#navbar {
	float: left;
	width: 150px;
	margin: 15px 3px;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 2px solid #DA549F;
}
#navbar h2 {
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
}
#navbar p {
	padding: 0px;
	margin: 0px;
	color: #999;
	font-size: 9pt;
}
#navbar a {
	font-size: 9pt;
}
#navbar ul,
#navbar li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}
#navbar li {
	margin-bottom: 12px;
}

#blog textarea {
	width: 500px;
}

#blog .commentlist li {
	border-bottom: 1px solid #ccc;
}

.postmetadata { 
	clear: both;
}

/*
 * Press table styles
 */

#presstable {
	margin: 12px;
	text-align:center;
	}


/*
 * Styles for lightbox
 */
#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;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

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

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

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