@charset "iso-8859-1";

/* -- cx_layout.css : CX Layout Stylesheet 2009.04.01 -- */

a img
{
	border-width: 0;
}
hr {
	text-align:center;
	width: 75%;
	}
	p.indent {text-indent: 1cm}
p:first-letter {
			
			color: #666;
			font-size: 125%;
			}

body {
	width:1000px auto;
	font-family: calibri, helvetica, sans-serif;
	background-image:url(../images/body-bg.png);
	background-repeat:repeat-x;
}
a:hover {
	text-decoration: none; 
}
	
#page-container {
	max-width: 1000px;
	min-width: 700px;
	margin: 0 auto;
	position: relative;
}
#page-container h1 {
	color:#fff;
	}
#cx-gate {
	height: 400px;
	border: solid 1px #000;
	margin: 90px 30px -480px 30px;
	padding: 0 19px;
	background-color: #fff;
}
#cx-left, #cx-right {
	position: absolute;
	top: auto;
	margin-top: 150px;
}
#cx-left {
	left: 0;
}
#cx-right {
	right: 0;
}
div.cxf {
	width: 70px;
	height: 50px;
	border: solid 1px #000;
	margin-top: 10px;
	background-color: #fff;
}
#cx-left div.cxf {
	border-left-width: 0;
}
#cx-right div.cxf {
	border-right-width: 0;
}
#top-margin {
	padding: 0 80px 5px;
	min-width: 1px; /* IE7 hack */
}
#search {
	
}
#search form, #search form p {
	display: inline;
	margin: 0;
	padding: 0;
}
#search input {
	border: solid 1px #000;
}
#search-button {
	background-color: #CCCCCC;
}
#page-content {
	border: solid 1px #000;
	margin: 0 50px;
	padding: 1px 40px;
	background-color: #fff;
	background-image:url(../images/flair3copy2.png);
	background-repeat: no-repeat;
	background-position: 160% 0px;
}
#masthead {
	padding-top: 1em;
	background-image: url(../images/iChat4.png);
	background-repeat: no-repeat;
	overflow: visible;
	height: 85px;
}
#masthead h1 {
color:#000;
	margin: 0;
	padding: 0;
}
#column-container {
	padding-right: 200px;
	
}
#left-column {
	float: left;
	width: 100%;
	
}
#right-column {
	float: right;
	width: 200px;
	margin-right: -200px;
	font-family: 'tahoma', verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

div.inside-column {
	margin: 2px 0;
	min-height: 1px; /* IE7 Hack */
}
#left-column div.inside-column {
	border-right: solid 1px #000;
	border-top: solid 1px #000;
	margin-right: -1px;
	padding-right: 10px;
	line-height: 1.5em;
}
.style7 {
	color: #000;
	background-color: #B9F8FF;
	border: solid 1px;
	border-color: #3333FF;
	padding: 2px;
	}
.style8 {
	font-size: 80%;
	font-weight: bold;
}
.style9 {font-size: 80%}
#right-column div.inside-column {
	border-left: solid 1px #000;
	padding-left: 10px;
}


#footer {
	height:150px;
	background-image:url(../images/flair3copy2.png);
	background-repeat: repeat-y;
	padding: 0 71px;
	text-align: center;
	text-decoration: none;
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
}
div.clear {
	clear: both;
	padding-bottom: 1px;
}
ul.menu, 
ul.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu {
	margin: 1em 0;
	border-top: dotted 1px #000;
}
ul.menu li {
	padding: 5px 10px;
	border-bottom: dotted 1px #000;
	font-size: 1.22em;
}
#right-column .block {
	padding: 5px;
	border: dotted 1px #000;
	border-width: 1px 0;
}
blockquote
{
	width: 90%; 
	margin: auto; 
	padding: 5px; 
	border: 1px solid #000; 
	background: #efefef;
	}
#applemenu {
	margin: 5px 0;
	padding: 0;
	width: 180px; /*width of menu*/
	border: 1px solid #9A9A9A;
}
#applemenu div.silverheader a {
	background: black url(../images/silvergradient.gif) repeat-x center left;
	font: bold 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
}
#applemenu div.silverheader a:visited, .applemenu div.silverheader a:active {
	color: white;
}
#applemenu div.selected a, .applemenu div.silverheader a:hover {
	background-image: url(../images/silvergradientover.gif);
	color: white;
}
#applemenu div.submenu { /*DIV that contains each sub menu*/
	background: white;
	padding: 5px;
	height: 210px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	line-height: 1.5em;
}

/* -- Edit color values below this line to change the color scheme of the layout -- */
body, div.cxf {
	background-color: #fcfcfc;
}
ul.menu, 
ul.menu li, 
#right-column .block {
	border-color: #ccc;
}
#left-column div.inside-column,
#right-column div.inside-column,
#masthead {
	border-color: #ddd;
}
#cx-gate,
div.cxf,
#page-content {
	border-color: #aaa;
}
#footer {
	color: #666;
}
#cx-gate {
	background-color: #FFFF99;
}
#search-button {
	background-color: #0033FF;
}
#page-content {
	background-color: #fff;
}
#main-menu {
	margin-top: -0.85em;	/* ( 1.2em (line height) + .5em (gutter) ) / 2 */
	font-size: 80%;
}
#main-menu ul.rMenu li a {
	border-color: #ccc;
	color: #000;
	background-color: #fff;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	line-height: 1.2em;		/* these last three are important to define if 
							   we're to vertically center this element on
							   the bottom border of the mastead. see previous
							   selector */
}
#main-menu ul.rMenu li a:hover {
	border-color: #ccc;
	background-color: #eee;
	color: #009;
}