/*
Author: Black Cat Media
Copyright: BCM 2004 (c)

The main CSS of BCMedia.biz for screen media
*/


/* Testing Border
	outline: solid 1px;
*/

#cAll {
	background-color: #FFFFFF;
	background-image: url(../images/container.jpg);
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px auto;
	width: 700px;
}
body {
	background: #666666;
	color: #333344;
	font-family: Verdana, Arial, sans-serif;
}
#cMain {
	border-top: 1px solid #333344;
	position: relative;
	min-height: 200px;
}


/* Header */
#header {
	background: #FFC897 url(../images/t_bg.jpg) repeat-x;
	height: 41px;
	width: 730px;
	margin: auto;
}
#header a {
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	height: 38px;
	float: left;
}
#intro {
	border-top: 1px solid #333344;
	height: 92px;
	background-repeat: no-repeat;
}
#t_left {
	background: url(../images/t_left.jpg) no-repeat;
	height: 41px;
	width: 16px;
	float: left;
}
#t_right {
	background: url(../images/t_right.jpg) no-repeat;
	height: 41px;
	width: 102px;
	float: right;
}
.note {
	color: #808080;
}




/* Navigation Section */
#nav {
	background: #E1E1E1 url(../images/nav_bg.jpg) repeat-x;
	height: 29px;
	position: relative;
}
#nav ul {
	height: 28px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 430px;
	position: relative;
	top: 1px;
	border-left: 1px solid #FFFFFF;
}
#nav li {
	float: left;
	height: 28px;
	width: 81px;
	border-right: 1px solid #FFFFFF;
}
#nav a {
	border-right: 1px solid #CCCCCC;
	border-left-width: 0px;
	color: #555566;
	float: left;
	font-size: 0.82em;
	height: 20px;
	padding-top: 8px;
	padding-left: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	width: 60px;
	background-repeat: no-repeat;
	background-position: 8px 6px;
}
#nav a:hover, .curPage {
	background-color: #FCFCFC;
	background-position: 8px -44px;
	color: #22222A;
	text-decoration: underline;
}
#nav a:visited { color: #777788; }
#nav h1 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	right: 0px;
	top: 0px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	padding: 9px 106px 0px 24px;
	width: 98px;
	height: 20px;
	background: #F0F0F0 url(../images/title_bottom.jpg) no-repeat;
}
#nav span {
	font-size: 11px;
}
#nIndex a {	background-image: url(../images/icons/home.gif); }
#nPort a {	background-image: url(../images/icons/import.gif); }
#nRob a {	background-image: url(../images/icons/personal.gif); }
#nAbout a {	background-image: url(../images/icons/journal.gif); }
#nCont a {	background-image: url(../images/icons/email.gif); }


/* Sub section */

#sub {
	float: right;
	width: 140px;
	padding: 30px 30px 30px 29px;
	margin: 0px 0px 5px 8px;
	z-index: 20;
	position: relative;
	border-left: solid 1px #DDDDDD;
	background-color: #EEEEEE;
}
#sub_top {
	background: url(../images/subBg.jpg) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 199px;
	height: 50px;
	z-index: 10;
}
#sub_bot {
	background: url(../images/subBot.jpg) no-repeat;
	position: absolute;
	left: -1px;
	bottom: -1px;
	width: 200px;
	height: 30px;
	z-index: 10;
}	
#sub h3 {
	color: #C07010;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 3px;
}
#sub ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sub ul li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 0.85em;
	font-weight: bold;
	margin-left: 12px;
	padding: 0px;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
}
#sub a {
	color: #000033;
	text-decoration: none;
}
#sub a:hover, #sub a:active { text-decoration: underline; }
#sub a:visited { color: #505080; }
#sectionContents, #siteContents {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #F0F0F0;
	position: relative;
	z-index: 25;
}
#siteContents {
	margin-top: 30px;
}


/* Main Body */
#main {
	padding: 10px;
	text-align:justify;
}
#main dd {
	padding-bottom: 12px;
}
#main dl a {
	font-weight: bold;
	color: #202080;
	text-decoration: none;
}
#main dl a:hover { text-decoration: underline; }
#main dl a:visited { color: #2030C0; }
hr {
	clear: left;
	height: 0px;
	border: 0px;
	border-top: 1px solid #CC6633;
	margin: 5px 3px;
}
hr.small {
	border-top: 1px solid #CCCCD2;
	background: #CCCCD2;
	color: #CCCCD2;
	margin: 3px 18px;
	text-align: center;
}
#main h1 {
	color: #C07010;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 2px;
}
#main p a, #main li a {
	color: #202080;
	font-weight: bold;
	text-decoration: none;
} 
#main a:hover { text-decoration: underline; }
#main a:visited { color: #2030C0; }
.list_spaced {
	list-style-position: inside;
	margin-left: 20px;
	margin-right: 20px;
}
.list_spaced li {
	padding-top: 5px;
}
.list_spaced li:first-child {
	padding-top: 0px;
}
.mSection {
	border: 1px dashed #CCCCCC;
	padding: 15px;
	margin: 10px 20px;
	clear: right;
}
.mSectionNarrow {
	width: 410px;
	border: 1px dashed #CCCCCC;
	padding: 15px;
	margin: 10px 0px 0px 20px;
}
.mSection img.float, .mSectionNarrow img.float, .gradSec img.float {
	padding: 1px;
	border: 0px dotted #808099;
	border-width: 1px 0px;
	float: left;
	margin: 3px 7px 3px 3px;
}

/* Top boxes */
.mTop {
	float: left;
	font-size: 0.85em;
	text-align: left;
}
.mTop1 {
	width: 400px;
	padding: 5px 35px;
}
.mTop2 {
	width: 200px;
	padding: 5px 18px;
}
.mTop3 {
	width: 130px;
	padding: 5px 14px;
}
.mTop h4 {
	clear: both;
	color: #C07010;
	font-size: 1em;
	font-weight: bold;
}
.mTop p {
	font-size: 1em;
	margin-top: 3px;
	word-spacing: 0.20em;
}
.mTop a {
	color: #C07010;
	font-weight: bold;
	text-decoration: none;
	word-spacing: 0em;
} .mTop a:hover { text-decoration: underline; }
.mTop img {
	float: left;
	height: 22px;
	margin: 0px 6px 0px -1px;
	width: 22px;
}



/* Footer */

#footer {
	background: #DDDDDD url(../images/footerBg.jpg) no-repeat;
	border-top: 1px dashed #BBBBBB;
	clear: both;
	color: #555565;
	margin: 0px auto;
	padding: 3px;
	text-align: center;
	width: 694px;
	height: 17px;
}
#footer p {
	float: left;
	margin: 0px;
}
#footer .footnote {
	color: #555565;
	float: right;
	font-size: 0.9em;
}
#footer a {
	color: #555565;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover { text-decoration: underline; }
#footer a:visited { color: #666686; }
#end {
	background: #666666 url(../images/container_end.jpg) no-repeat;
	height: 15px;
	padding: 0px 15px;
	margin: 0px auto;
	width: 700px;
}



/* News & Updates */
.news {
	width: 94%;
	margin: 8px auto;
}
.news h6 {
	font-size: 0.7em;
	color: #9999A1;
	margin: 0px;
}
.news div {
	margin: 0px;
	padding: 0px 5px 5px;
}
.news h2 {
	font-size: 0.85em !important;
	font-weight: normal !important;
	float: none !important;
	color: #C07010 !important;
	font-weight: bold !important;
}
.news p, .news h1, .news h2, .news h3, .news h4, .news h5 {
	padding: 10px 0px 0px;
	margin: 0px;
}




/* Misc tweaks */

#cMain:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

/* Hide from IE/Mac \*/
* html #cMain { height: 1%; }
/* End hide */

#gotoContent {
	display: none;
	visibility: hidden;
}
.seperate {
	margin-bottom: 6px;
}



/*
		List (such as FAQ)
*/

/* Heading */
.heading {
	margin: 5px 0px 0px;
	padding: 0px;
	height: 25px;
}
.heading .h_left {
	background: url(../images/h_left.gif) no-repeat;
	height: 25px;
	width: 10px;
	margin: 0px;
	float: left;
}
.heading .h_right {
	background: url(../images/h_right.gif) no-repeat;
	height: 25px;
	width: 10px;
	float: left;
}
.heading .h_content {
	background: url(../images/h_content.gif) repeat-x;
	float: left;
	width: 455px;
	padding: 4px 0px 0px 2px;
	margin: 0px;
	font-weight: bold;
	color: #000033;
	font-size: 13px;
}
.gradSec {
	min-height: 100px;
	margin: 0px 0px 20px;
}
.gradSec p {
	margin-top: 1px;
}


dl.faqList dt {
	font-weight: bold;
	font-size: 0.85em;
	color: #C07010;
	padding: 10px 0px 0px 0px;
}
dl.faqList dd {
	padding: 2px 4px;
}
dl.faqList ul {
	margin: 0px !important;
	padding: 0px !important;
}
dl.faqList ul li {
	display: block;
}
dl.faqList {
	margin: 0px 0px 5px;
	padding: 0px;
	clear: left;
}
.faqList ol {
	padding: 0px 0px 0px 25px;
	margin: 0px;
	font-size: 0.81em;
	list-style-type: decimal;
}
span.code {
	font-family: "Courier New", Courier, monospace;
	color: #333355;
	font-size: 1.25em;
	padding-left: 10px;
}
a.fullPageLink {
	border: 1px dotted #666677;
	display: block;
	font-size: 1.15em;
	font-weight: bold;
	margin: 5px auto 5px 12px;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 441px;
}
a.fullPageLink:hover {
	color: #0000FF;
}
