/* CLR02-T.css 2009-04-25T21:05:12 */

/* COLOR NOTES - - - - - - - - - - - - - - - - - - - /

Text-Body: #000 [black]
	link: rgb(34,34,51)
		hover: #CCC		[light gray]

Text-Sidebar: #666	[dark gray]
	link: #666
		hover: rgb(34,34,51)
		background-color: #CCC	[med. gray]
		
- - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* RESET - - - - - - - - - - - + - - - - - - - - - - - */

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
*/

/* HTML - - - - - - - - - - - + - - - - - - - - - - - */

html,body
{
	/*font-size: 11px;*/
	font-size: 100%;
	font-family: Verdana, "Lucida Grande", Lucida, Arial, Helvetica, "Helvetica Neue", sans-serif;
	margin: 0em auto;
	padding: 0em;
}

/*
a {
	background-color: transparent;
	color: #666;
	text-decoration: underline;
}
*/

img
{
	border: none;
}

/*
hr
{
	margin: 1em 0 1em 0;
	height: 1px;
	color: #f2f2f2;
	border: none;
	clear: both;
	background-color: #FFF;
}
*/

ul,li
{
	font-size: 11px;
	list-style: none;
}

ol,li
{
	list-style: decimal outside;
}

h1
{
	font-weight: bold;
	color: rgb(34,34,51);
	font-size: 13px;
	/*font-size: 100%;*/
}

h2
{
	font-weight: bold;
	color: rgb(34,34,51);
	font-size: 12px;
	/*font-size: 90%;*/
}

h3
{
	font-weight: bold;
	color: rgb(34,34,51);
	font-size: 11px;
	/*font-size: 80%;*/
}

.strong, b
{
	font-weight: bold;
}

.em, i
{
	font-weight: normal;
	font-style: italic;
}

.underline, u
{
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.del
{
	font-weight: normal;
	font-style: normal;
	text-decoration: line-through;
}

div.bookInfo
{
	font-size: 11px;
	width: 100%;
	clear: left;
	/*margin-bottom:15px;*/
	overflow: auto;
	/* Necessary to keep book image w/in div boundary */
}

img.book
{
	float: left;
}

code, pre, tt
{
}

acronym
{
}

input
{
}

label
{
}

select
{
}

sub
{
}

sup
{
}

textarea
{
}

/* POSITION - - - - - - - - - - - + - - - - - - - - - - - */

#wrapper
{
	position: absolute;
	top: 0;
	left: 0;
	width: 101%;
	margin: 0 auto;
	min-height: 101%;
	background: rgb(34,51,34);
	/*  NEON-GREEN TEST BORDER 	*/
	/*border: 2px #0F0 dotted;*/
}

#header
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 660px;
	height: 60px;
	border-bottom: 5px rgb(34,34,51) solid;
	background-position: 50% -2px;
	background-color: rgb(68,102,68);
	background-image: url(../img/CLR_HEADER.gif);
	background-repeat: no-repeat;
	z-index: 15;
}

#page_wrapper
{
	position: relative;
	width: 704px;
	margin: 0 auto;
	min-height: 600px;
	height: 90%;
	background-image: url(../img/CLR_BGD.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

#page
{
	position: relative;
	width: 660px;
	margin: 0 auto;
	min-height: 600px;
	height: 100%;
	background-color: #FFF;
	/*background-color: #9F3;*/
	/*border: 4px #0F0 dotted;*/
}

#content
{
	min-height: 600px;
	height: 100%;
	width: 660px;
	clear: left;
	/*overflow:auto;*/
	margin-bottom:10px;
	border-bottom: 1px #fff solid;
	/*clear: both;*/
	/*border: 2px #F33 dotted;*/
}


#ctr_col
{
	position: relative;
	left: 150px;
	top: 55px;
	min-height: 500px;
	height: 100%;
	width: 470px;
	margin-top: 1px;
	margin-bottom: 45px;
	padding-top: 25px;
	padding-left: 15px;
	line-height: 18px;
	border-left: 1px rgb(34,34,51) solid;
	/*overflow:auto;*/
	/*z-index: 20;*/
	/*background-color: #9CF;*/
	/*border: 2px #9F3 dotted;*/
}

#ctr_col a {
	background-color: transparent;
	color: rgb(34,34,51);
	text-decoration: underline;
}

#ctr_col a:hover {
	background-color: #CCC
}

#lft_col
{
	position: relative;
	left: 0px;
	top: 52px;
	width: 130px;
	margin-right: -130px;
	float: left;
	clear: right;
	/*border: 2px #69F dotted;*/
}

/* FOOTER - - - - - - - - - - - + - - - - - - - - - - - */

#footer
{
	margin: 20px 0px -1px 0px;
	padding-bottom: 8px;
	border-top: 1px rgb(34,34,51) solid;
	border-bottom: 6px rgb(34,34,51) solid;
	width: 100%;
	height: 100%;
	visibility: visible;
	/*z-index: 20;*/
	overflow: auto;
	/*background-color: #FF6;*/
}

/* FOOTER2 - - - - - - - - - - - + - - - - - - - - - - - */
/*[HOLDS `GLOW' IMAGE BELOW FOOTER]*/

#footer2
{
	margin: 0px auto;
	/*padding: 0px -2px 0px -2px;*/
	width: 704px;
	height: 100%;
	background-image: url(../img/CLR_FOOTER.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	/*overflow: auto;*/
	visibility: visible;
	z-index: 10;
	/*border: 2px #0F0 dotted;*/
}

/*=BUFFER [SIZABLE SPACER]	
- - - - - - - - - - - + - - - - - - - - - - - */

.buffer
{
	min-height: 10px;
}

/* COPYRIGHT - - - - - - - -  - + - - - - - - - - - - - */

#copyright
{
	color: #FFF;
	font-size: 10px;
	text-align: center;
	font-style: normal;
	margin: 0px auto;
	padding: 4px 0px 4px 0px;
	height: 100%;
	width: 100%;
}

/* STYLE - - - - - - - - - - - + - - - - - - - - - - - */

p
{
	text-align: left;
	font-size: 11px;
}

div.sb
{
	color: #000;
	width: 120px;
	float: left;
	clear: right;
}

.ft
{
	text-align: center;
}

/* MODX_EDITOR_DROPDOWN_STYLES - - - - - - - - - - - - */

.bold
{
	font-weight: bold;
	font-style: normal;
}

.italic
{
	font-weight: normal;
	font-style: italic;
}

.underline
{
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.strikethrough
{
	font-weight: normal;
	font-style: normal;
	text-decoration: line-through;
}

.indent
{
	padding-left: 30px;
}

p.left {
	text-align: left;
}

p.center {
	text-align: center;
}

/* THE_TEST_SECTION_SIDEBAR_MENU - - - - - - - - - - - - - - - */

.TheTestSidebarMenu {
	font-size: 10px;
	float: left;
	position: absolute;
	z-index: 3;
	width: 150px;
	/*top: 185px;*/
	/*top: 65px;*/
	left: 0px;
	/*background-color: blue;*/
}

.TheTestSidebarMenu ul
{
	/*text-transform: uppercase;*/
	/*float: right;*/
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.TheTestSidebarMenu li
{
	list-style: none;
	white-space: normal;
	/*text-transform: capitalize;*/
	/*text-transform: uppercase;*/
	text-align: right;
}

.TheTestSidebarMenu li a
{
	display: block;
	margin: 0px;
	padding: 0px 12px 0px 5px;
	background-color: transparent;
	color: #666;
	text-decoration: none;
	font-size: 100%;
}

/*
.vert-menu .last
{
	list-style: none;
	white-space: normal;
	text-transform: uppercase;
	text-align: right;
}
*/

.TheTestSidebarMenu a:hover
{
	background-color: #CCC;
	color: rgb(34,34,51);
	text-decoration: underline;
}

.TheTestSidebarMenu li.level1
{
	/*text-transform: uppercase;*/
}

.TheTestSidebarMenu li.level2
{
	/*text-transform: capitalize;*/
}

/* VERTICAL_MENU - - - - - - - - - - - - - - - - - - - - - - - */

.vert-menu-font
{
	font-size: 10px;
}

.vert-menu-container
{
	float: left;
	position: absolute;
	z-index: 3;
	width: 150px;
	top: 65px;
	left: 0px;
	background-color: transparent;
	/*border: 1px #F30 dotted;*/
}

.vert-menu {
	clear: both;
}

.vert-menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.vert-menu li
{
	list-style: none;
	white-space: normal;
	text-align: right;
	/*text-transform: uppercase;*/ /* transforms all links in li */
}

.vert-menu li.level1 a {
}

.vert-menu .last .level1 .active {
}

.vert-menu .last .level1 li a
{
}

.vert-menu li a
{
}


/* - - - - - - - - - - - - - - - - - - - - - - *//*
LFT_COL												
*//* - - - - - - - - - - - - - - - - - - - - - -*/

#lft_col .vert-menu {
	display: block;
	margin: 0px;
	/*padding: 0px 8px 0px 5px;*/
	padding: 0px 12px 0px 5px;
	/*text-decoration: none;*/ /* NO EFFECT*/
	/*text-transform: uppercase;*/ /* Transforms entire '#lft_col' */
/*border: 1px solid red;*/
}

#lft_col .vert-menu a { /*SUCCESS*/
	text-decoration: none;
	color: #666;
/*border: 1px solid red;*/
}

#lft_col .vert-menu li.level1  /*SUCCESS*/
{
	text-transform: uppercase;
}

#lft_col .vert-menu li.level2 /*SUCCESS*/
{
	text-transform: capitalize;
	/*padding-right: -10px;*/
/*margin: 0px;*/
	/*border: 1px solid red;*/
}

#lft_col li.active a
{
	color: #000;
}

#lft_col li.active a:hover
{
	background-color: #CCC;
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

#lft_col .vert-menu li.active ul
{
	font-style: italic;
	list-style: none;
	margin-right: 0;
	padding-right: 7px;
	text-indent: -7px;
	text-align: right;
}

#lft_col .level3 {
	font-style: italic;
	list-style: none;
	margin-right: 0;
	padding-right: 7px;
	text-indent: -7px;
	text-align: right;
}

/* FOOTER - - - - - - - - - - - - - - - - - - - - - */

#footer .horiz-menu-container
{
	width: 100%;
	margin: 0px auto;
	display: block;
}

#footer .horiz-menu
{
	margin: 0px auto;
	height: 100%;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}

#footer .horiz-menu a 
{
	text-decoration: none;
	color: #666;
}

#footer .horiz-menu ul
{
	float: none;
	margin: 0px auto;
	padding-left: 45px;
	padding-right: 5px;
}

#footer .horiz-menu li
{
	float: left;
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#footer .horiz-menu li a
{
	padding: 3px 5px 2px 5px;
	color: rgb(51, 51, 51);
	text-decoration: none;
}

#footer .horiz-menu a:hover
{
	background-color: #CCC;
	color: rgb(34,34,51);
	text-decoration: underline;
}

/* SEMINARS_HORIZONTAL_MENU - - - - - - - - - - - - - */

#seminars-menu
{
	font-size: 10px;
	text-align: left; 
	border-top: 1px rgb(34,34,51) solid; 
	margin-bottom:15px; width: 100%;
	width: 100%;
	overflow: auto;
	margin: 0px auto;
	text-align: left;
	display: block;
}

#seminars-menu ul
{
	float: left;
	margin: 0px auto;
	padding-left: 45px;
	padding-right: 5px;
}

#seminars-menu li
{
	float: left;
	white-space: normal;
	padding: 0px 0px 0px 0px;
	/*text-transform: uppercase;*/
	/*list-style: upper-roman;*/
}

#seminars-menu li a
{
	color: rgb(0, 0, 153);
	text-decoration: underline;
}

#seminars-menu a:hover
{
	background-color: #CCC;
	color: rgb(34,34,51);
	/*text-decoration: underline;*/
}



/* HORIZONTAL_MENU - - - - - - - - - - - - - */

#horizontal-menu
{
	font-size: 10px;
text-align: left; 
border-top: 1px rgb(34,34,51) solid; 
margin-bottom:15px; width: 100%;
	width: 100%;
	overflow: auto;
	margin: 0px auto;
	text-align: left;
	display: block;
}

#horizontal-menu ul
{
	float: left;
	margin: 0px auto;
	padding-left: 45px;
	padding-right: 5px;
}

#horizontal-menu li
{
text-align: left; 
	float: left;
	white-space: normal;
	padding: 0px 0px 0px 0px;
	/*text-transform: uppercase;*/
	/*list-style: upper-roman;*/
}

#horizontal-menu li a
{
	color: rgb(0, 0, 153);
	text-decoration: underline;
}

#horizontal-menu a:hover
{
	background-color: #CCC;
	color: rgb(34,34,51);
	/*text-decoration: underline;*/
}

/* OTHER - - - - - - - - - - - + - - - - - - - - - - - */

#ta
{
	background-color: #FFF;
}

textarea
{
	background-color: #FFF;
}

input
{
	background-color: #FFF;
}

/* TEST from 'site.css'	- - - - - - - - - - - - - - - - */

#contentT
{
	text-align: left;
	width: 100%;
	padding: 0;
	line-height: normal;
}

.post
{
	/*
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
*/
}

.post h3, h2, h1
{
	/*
    margin-top: 0;
    color: #f63;
*/
}

.post ul li
{
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}

.post ol, ul li
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.post ol, ul a
{
	color: rgb(0, 0, 153);
}

.post ol, ul a:hover
{
	background-color: #CCC;
	color: rgb(34,34,51);
}

/* COLOR_SWATCHES - - - - - - - - - - - - - - - - - - - */

div.swatch_wrapper
{
	width: 100%;
}

div.swatch
{
	width: 280px;
	margin: 0 20px 20px 0;
	border: 1px #9F3 solid;
}

div.outer
{
	float: left;
	border: 1px solid #CCC;
	margin-right: 15px;
	padding: 1px;
}

div.shadow
{
	padding: 1px;
	min-width: 80px;
	width: 80px;
	min-height: 80px;
	height: 80px;
}

div.color
{
	padding: 0;
	margin: 0;
}

div.caption
{
	color: #555;
	font-size: 11px;
	/*font-size: 12px;*/
	line-height: 16px;
	margin: 0 0 0 10px;
}
