
/** ---------------------------------- **/
/** ---------->>> GLOBAL <<<---------- **/
/** ---------------------------------- **/

html, BODY	{
	border:0;
	height: 100%;
	margin:0;
	padding:0;
	}
	
	
BODY	{
	background-color: #484646;
	background-position: center 0;
	font-size:100%;
	font-family: Verdana, Helvetica, sans-serif, Geneva, Arial;
	line-height:1.2em;
	margin: 0 auto;
	background-image: url(images/bkgrndTILE.png);
	background-repeat: repeat;
	padding: 0px;
	}



/** ---------------------------------- **/
/** --------->>> HEADINGS <<<--------- **/
/** ---------------------------------- **/
 
h1, h2, h3, h4, h5, h6 {
	color: #CDCDCD;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
 
h1 {
	font-family: Verdana, Helvetica, sans-serif, Geneva, Arial;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: px;
	line-height:1.1em;
	padding:30px 10px 10px 0;
	text-align: right;
	text-decoration: none;
	}
 
h2 {
	font-family: Verdana, Helvetica, sans-serif, Geneva, Arial;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.1em;
	padding: 20px 0;
	text-align: left;
	text-decoration: none;
	}
 
h3 {
	font-size:1em;
	font-weight:bold;
	}



/** ---------------------------------- **/
/** -------->>> CONTAINER <<<--------- **/
/** ---------------------------------- **/

#container {
	align: center;
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding: 0px;
	width: 896px;
	}

#header {
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
.header	{
	height: 144px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}


#content {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: left;
	color: #b6b5b5;
	}


#left {
	display: inline;
	float: left;
	left: 32px;
	position: relative;
	width: 240px;
	}


.left-container {
	margin-bottom: 0px;	/* IE6 pushes footer down without this */
	padding-left: 0px;
	padding-top: 10px;
	}
	

#right {
	display: inline;
	float: right;
	right: 32px;
	position: relative;
	width: 544px;
	}


.right-container {
	margin-bottom: 0;	/* IE6 pushes footer down without this */
	padding: 0px;
	height: 100%;
	padding-left: 0px;
	padding-bottom: 40px;
	}


.clear {
	clear: both;
	height:1px;
	margin: -1px 0 0 0;
	padding:0;
	border:none;
	visibility: hidden;
	}


.footer	{
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 45px;
	width: 100%;
	}



/** ---------------------------------- **/
/** ---->>> COMMON FORMATTING <<<----- **/
/** ---------------------------------- **/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
	}
 
ul, ol {
	padding:0 0 1.25em 2.5em;
	}
 
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
	}
 
small {
	font-size:0.85em;
	}
 
img {
	border:0;
	margin-top: 0px;
	}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
	}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
	}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
	}




/** ---------------------------------- **/
/** -------->>> LINKS CODE <<<-------- **/
/** ---------------------------------- **/
 
a	{
	font-weight: bold;
	}

a:link	{
	color: #dd050a;
	text-decoration: none;
	}

a:visited	{ 
	color: #dd050a; 
	text-decoration: none; 
	}

a:hover  { 
	color: #c4c4c4; 
	text-decoration: underline  
	}

a:active	{ 
	color: #dd050a;
	text-decoration: none; 
	}

a.ravelink:link	{
	color: #CEDBCE;
	text-decoration: none;
	}

a.ravelink:visited	{ 
	color: #CEDBCE; 
	text-decoration: none; 
	}

a.ravelink:hover  { 
	color: #c4c4c4; 
	text-decoration: underline  
	}

a.ravelink:active	{ 
	color: #CEDBCE;
	text-decoration: none; 
	}


/** ---------------------------------- **/
/** ------->>> NAVIGATION <<<-------- **/
/** ---------------------------------- **/
 
.menu-topL {
	padding-right: 50px;	
	}

.menu-topR {
	padding-left: 50px;
	}

.SideNav { 
	}


/** ---------------------------------- **/
/** -------->>> PAGE PICS <<<--------- **/
/** ---------------------------------- **/
 

.splashPIC {
	background: url(images/splashPIC.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-left: auto;
	margin-right: auto;	
	}
	
.inText_PICS	 	{
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #C6DBC6;
	margin-left: 8px;
	margin-right: 10px;
	margin-top: 0px;
	}

.return_TOP	 	{
	margin-top: 5px;
	border-bottom: #141975 0px solid;
	float: right;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	}
	


/** ---------------------------------- **/
/** ------>>> CONTACT FORM <<<-------- **/
/** ---------------------------------- **/
 
 
 form {
	margin:0;
	padding:0;
	display:inline;
	}
 
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
	}
 
textarea {
	width:100%;
	line-height:1.25;
	}
 
label {
	cursor:pointer;
	}
 
 
.date-font	{ 
	color: #999999; 
	font: 12px verdana, arial, sans-serif; 
	font-weight: bold
	}

.submitbutton	{ 
		FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif;
		color: #484646;
		font-size: 10px; 
		background-color: #B6B5B5;
		height: 20px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		WIDTH: 160PX; 
		BORDER: #FFFFFF 0px solid;
		font-size: 10px; 
	}


.submitbuttonon	{ 
		FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif;
		color: #000000;
		font-size: 10px; 
		background-color: #B6B5B5;
		height: 20px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		WIDTH: 160PX; 
		BORDER: #FFFFFF 1px solid;
	}


.shadeform	{
		FONT: 13px verdana, geneva, arial, helvetica, sans-serif;
		background-color: #B6B5B5;
		text-align: left;
		WIDTH: 400px;
		HEIGHT: 32px;
		BORDER: #484646 1px solid;
		padding-top: 5px;
		padding-left: 16px;
	}

.textarea	{
		FONT: 13px verdana, geneva, arial, helvetica, sans-serif;
		background-color: #B6B5B5;
		text-align: left;
		WIDTH: 400PX;
		HEIGHT: 240PX;
		BORDER: #484646 1px solid;
		padding-top: 5px;
		padding-left: 16px;
	}

	
/** ---------------------------------- **/
/** --------->>> LAYOUT <<<----------- **/
/** ---------------------------------- **/

.rave {
	font-size: 0.85em;
	line-height: 1.3em;
	color: #b9c7ba;
	font-style: italic;
	padding-top: 0px;
	padding-left: 32px;
	padding-right: 32px;
	}

.quote {
	color: #b9c7ba;
	font-style: italic;
	padding-top: 0px;
	padding-left: 32px;
	padding-right: 32px;
	}

#wrap {
	width:960px;
	margin:0 auto;
	}
 

/** ---------------------------------- **/
/** ------->>> LINKS PAGE <<<--------- **/
/** ---------------------------------- **/
 
.linksmargin	{ 
		margin-top: 6px; 
		margin-bottom: 0px; 
		}

.searchbutton 	{ 
		FONT: 11px verdana, geneva, arial, helvetica, sans-serif; 
		}

.searchform 	{
		FONT: 13px verdana, geneva, arial, helvetica, sans-serif;
		background-color: #DEEBF2;
		text-align: left;
		WIDTH: 272PX;
		BORDER: #C5D2D9 1px solid;
		}


/** ---------------------------------- **/
/** --------->>> TABLES <<<----------- **/
/** ---------------------------------- **/

table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
	}
 
table tr td {
	padding:2px;
	}
	

/** ---------------------------------- **/
/** --------->>> CLASSES <<<---------- **/
/** ---------------------------------- **/
  
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }



/**
#wrapper
#header
#navbar
#breadcrumb
#content
#sidebar
#footer
**/


