/* CSS Document */
/* HTML ELEMENTS */
body, td, th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body
{
	margin: 0;
	background: url(../images/skin1/bodytile.gif) repeat-x 0 0;
}
/*img{
	padding:0;
	margin:0;
	border:0;
}*/
a
{
	color: #3399ff;
}
a:hover
{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
	color: #3399ff;
}
h1
{
	font-size: 24px;
	margin: 2px 0 5px 0;
}
h2
{
	font-size: 18px;
	margin: 2px 0 5px 0;
}
h3
{
	font-size: 16px;
	margin: 2px 0 5px 0;
}
h4
{
	font-size: 14px;
}
img
{
	border: none 0 #fff;
}
input, select, textarea
{
	color: #333333;
	font-size: 9pt;
	font-family: Courier New, Courier, Verdana, Tahoma, Arial;
	border: solid 1px #CCC;
	padding: 2px;
}
.noBorder input, .noBorder select, .noBorder textarea
{
	border-style: none;
}

/* ID's */
#global
{
	background: url(../images/skin1/top.jpg) no-repeat center 0; /*width:1040px;*/
}
#page
{
	padding: 3px 0 0 0;
	width: 964px;
	margin: 0 auto 0 auto;
}
#head
{
	height: 111px;
}
#head h1
{
	padding: 0;
	margin: 0;
}
#head1
{
	width: 240px;
	float: left;
}
#head2
{
	width: 700px;
	float: left;
	padding-top: 55px;
}
#body
{
	padding: 10px 10px 0 10px;
	line-height: 1.5em;
}


#footer
{
	background: url(../images/skin1/footer.gif) repeat-x 0 0;
	padding: 20px 10px 10px 10px;
	font-size: 10px;
	color: #8f8f8f;
	text-align: center;
}
#footer a
{
	color: #8f8f8f;
}


/* Classes */
.clear{
	clear:both;
	height:0;
	font-size:0px;
	overflow:hidden;
}
.left 
{
	float:left;
}
.right
{
	float:right;
}
.nav-main
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 26px;
}
.nav-main li
{
	float: left;
	padding-bottom: 1px;
	margin: 0 1px 0 0;
}
.nav-main li a
{
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #6a6868;
	padding: 6px 10px 5px 10px;
}
.nav-main li a:hover
{
	background: #999999;
}
.nav-main .selected
{
	background: url(../images/skin1/tab-selected.jpg) repeat-x 0 0;
}
.nav-main .selected a
{
	background: none !important;
}
.nav-sub
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 30px;
}
.nav-sub li
{
	float: left;
	background: url(../images/skin1/submenu-split.jpg) no-repeat right 0;
}
.nav-sub li a
{
	color: #FFF;
	display: block;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	font-weight: normal !important;
	letter-spacing: 0em !important;
}
.nav-sub li a:hover
{
	background: none !important;
}
.nav-page
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-page li
{
	padding: 5px;
	border-bottom: 1px dotted #CCC;
}
.nav-page a
{
	text-decoration: none;
}
.breadcrumb
{
	background: #e0e0e0;
	border-bottom: 1px solid #d6d6d6;
	padding: 5px 10px;
}
/* Columns */
.col-1
{
	width: 150px;
	float: left;
	margin-right: 10px;
}
.col-2
{
	float: left;
	width: 780px;
}
.col-2_1
{
	width: 500px;
	float: left;
}
.col-2_2
{
	width: 260px;
	float: left;
	margin-left: 20px;
}

.title-heading
{
	border-bottom: 3px solid #3399ff;
	padding: 0 0 5px 0;
}
.highlight
{
	color: #000000;
	background-color: #ffff66;
}


/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.post
{
	border-bottom: dotted 1px #ccc;
	margin-bottom: 10px;
}
.postDate
{
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	background: #f6f4f4;
	padding: 3px 0 3px 2px;
	border-bottom: 1px solid #d6d6d6;
	text-transform: uppercase;
}
.postTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #3399ff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.postMessage
{
	padding-bottom: 5px;
}
.postFooter
{
	color: #a8a8a8;
	font-size: 7pt;
	font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.comment
{
	border-bottom: dotted 1px #ccc;
	background: #f5f5f5;
	margin-bottom: 10px;
}
.commentMessage
{
	font-size: 8pt;
	padding: 10px 4px 10px 4px;
}
.commentMessage BLOCKQUOTE
{
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
	margin: 10px 5px 0px 10px;
	border: 1px dashed #ccc;
	background-color: #fff;
}
.commentFooter
{
	color: #a8a8a8;
	font-size: 7pt;
	font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.trackback
{
	font-size: 7pt;
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.forms
{
	font-size: 7pt;
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
}
.formsHeader
{
	font-family: Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 2px 2px 2px;
	color: #336699;
}
.formsError
{
	color: red;
	font-weight: bold;
}
.formsValid
{
	color: green;
	font-weight: bold;
}
.formsLabel
{
	font-size: 8pt;
	color: #888888;
	margin-top: 2px;
	margin-bottom: 2px;
}
