@charset "UTF-8";
body {
	background: #990000; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
/*	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center; 	*/
	padding: 0;
	text-size: 62.5%em;
	margin: 0 auto;
	text-align: center;
	width: 1060px;	}




/* CSS Structure Begins here */

/* Splash Page Begins here */

.oneColFixCtr #splash {
	width: 1060px;
	height: 550px;  
	background-image: url(mediaOld/splash-Bkgd.jpg);
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	border: 1px solid #570000;
	border-top:0;	}


.oneColFixCtr #splashLogo {
	width: 379px;
	height: 95px;  
	padding-top: 50px;
	margin: 0px auto;
	text-align: center;
	border: 0px;	}


.oneColFixCtr #splashImages {
	width: 917px;
	height: 195px;  
	margin: 0px auto;
	padding-top: 31px;
	border: 0px;	}

.oneColFixCtr #splashEnter {
	width: 82px;
	height: 26px;  
	margin-top: 17px;
	border: 0px;	}




/* Pages Template Begins here */

.oneColFixCtr #container {
	width: 1060px;  
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	border-bottom: 1px solid #570000;
	border-right:0;
	border-left:0;
	border-top:0;	}

.oneColFixCtr #home {
	font: 14px/21px "Times New Roman", Times, serif;
	text-align: justify;
	color:#666666;
	font-weight: lighter;
	width: 50%;	}
	

.oneColFixCtr #photoLeft {
	width: auto;
	margin:20px 20px 20px 100px;
	float: left;
	border: 1px solid #D1B49B;	}


.oneColFixCtr #pagesContentWide {
	font: 1em/2em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	color: #4D4D4D; 
	text-align: justify;
	margin: 0 auto;
	color:#666666;
	width: 100%;	}



#logo {
	background-image: url(mediaOld/LogoBkgd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 1060px;	}


#navBox {
	background-image: url(mediaOld/navTileBkgd-SandDrk.jpg);
	background-repeat: repeat-x;
	height: 32px;
	width: 1060px;
	text-align: center;	}

#navigation {
	font: 15px Palatino, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	height: 24px;
	width: auto;
	line-height: 2.2em;
	color: #333333;	}


#navigation a:link {
	text-decoration: none;
	color: #A34F00;
	padding-left: 3%;
	padding-right: 2%;	}

#navigation a:visited {
	text-decoration: none;
	padding-left: 3%;
	padding-right: 2%;	}

#navigation a:hover {
	color: #FF0000;
	padding-left: 3%;
	padding-right: 2%;	}

#navigation a:active {
	color: #A34F00;
	padding-left: 3%;
	padding-right: 2%;	}




#mainContent {
	background-image: url(mediaOld/SandBkgd-1060.jpg);
	padding: 15px 30px 30px 30px;
	width: 1000px;
	font: 13px/17px "Times New Roman", Times, serif;	}



#copyright {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 1060px;
	margin-top: 6px;	}


.oneColFixCtr #locations {
	width: 45%;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	font: 1em/2em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	color: #4D4D4D; 
	border-top:0;	}

#samplesSizing {
	width: 100%;
	height: 442px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;	}

#samplesPos {

	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	Padding-top:34px;	}






/* Preview Card Descriptions begin here */


#previewBkgd {
	background-image: url(mediaOld/SandBkgd-1060.jpg);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center;
	padding: 15px 30px 30px 30px;
	text-align:center
	width: 1000px;	}
	
#previewBkgd p	{
	font: .9em/1.7em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-align:justify;
	color: #FF0000;
	margin: 0;
	padding-bottom: 1.4em;	}
	
	
	/*   Round Corners, Center, Drop   */

.previewRound {
	margin: 2em auto; 
	display: inline-block; 
	overflow: hidden;
/* Round corners sizing */
    border: 1px solid #bbb;
    -moz-border-radius: 2.4em;
    -webkit-border-radius: 2.4em;
    border-radius: 2.4em;
/* Shadow Sizing */
 /*  -webkit-box-shadow: .6em .6em .8em 0em #f2f2f2;
    box-shadow: .6em .6em .6em 0em #f2f2f2;  */ }





.previewRoundCenter	{
	justify-content: center;
	margin:0 auto;
	width: auto;
	text-align:center;   }
	
	
/*	Round Corners End here   */






.previewNOTRound	{
	justify-content: center;
	margin:2em auto;
	width: auto;
	text-align:center; 
	border: 1px solid #D1B49B;  }


.oneColFixCtr #preview {
	text-align: justify;
	font: .9em/1.6em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	color:#66666;
	font-weight: normal;
	padding-bottom: 1.4em;
	width: 60%;
	padding-left: 20%;	}
	
	
.oneColFixCtr #previewIntro {
	text-align: center;
	font: .9em/1.6em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	color:#66666;
	font-weight: normal;
	padding-bottom: 1.4em;
/*	width: 62%;	
	padding-left: 19%;		*/}
	
	


.previewDiv {
	width: 100%;
	padding: 50px 0px 50px 0px;
	font: .9em/2em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	color: #666666;
	font-weight: lighter;	}
	
	

#previewHeader	{
	font: 1em/1.8em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	text-align:center;
	font-weight: normal;
	color: #FF0000;
	margin: 0;
	padding-bottom: 1.4em;	}
	
	
	
.previewDescriptions {
	text-align: justify;
	font: .8em/1.8em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	color:#66666;
	font-weight: normal;
	padding-bottom: 1.4em;
	width: 60%;
	padding-left: 20%;	}

.previewDescriptionsName {
	text-align: center;
	font: 1.4em/1.6em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	color:#FF0000;
	font-weight: normal;	}
	/*padding-bottom: 1.4em;
	width: 60%;
	padding-left: 20%;	*/



.previewText	{
	font: .9em/1.8em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	margin: 0;
	padding-bottom: 1.4em;	}
	
	
.previewOptions	{
	font: .8em/1.6em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	color: #4D4D4D;
	margin: 0;
	padding-bottom: 1em;	}
	
	
	
.previewOptionsRed	{
	font: .8em/1.6em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	margin: 0;
	padding-bottom: 1em;	}
	
	
	
.previewRed	{
	color: #FF0000;	}

strong.previewK	{
	font-weight: bold;
	color: #4D4D4D;	}


.previewK	{
	font-weight: normal;
	color: #4D4D4D;	}



strong.previewClr	{
	font-weight: bold;
	color: #A34F00;	}


.PreviewGray {
	
	font: 11px/24px Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	color: #b0b0b0;	}


.PreviewData_lftSide {
	float: left;
	width: 80px;
	padding-right: 8px;
	font: .7em/1.5em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	color: #b0b0b0;
	margin: 0;	}



.PreviewData_rtSide {
	margin-left: 100px;
	width: 350px;
	font: .7em/1.5em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #666666;
	margin: 0;	}


/*.Solution-description {
	margin: 0 0 20px 100px;
	width: 500px;
	font: 9px/15px Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #666666;	}

.option-description {
	margin-left: 220px;
	width: 500px;
	font: 11px/18px Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #666666;	}

*/










/* CSS Style Begins here */


p	{
	font: 1em/1.6em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	color: #4D4D4D;
	margin: 0;
	padding-bottom: 2em;	}





.sampleIntro	{
	font: 1em/2.2em Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-weight: normal;
	color: #4D4D4D;
	margin: 0;
	padding-bottom: 1.6em;	}


.pageHead	{
	font: 1em/1em Verdana, Helvetica, Arial, Trebuchet MS, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: .3em;
	word-spacing: 0.6em;
	font-style: normal;
	text-align: center;
	color: #CC3300;
	margin: 0px auto;
	Padding-top: 1em;	}



.siennaHead	{
	font: 15px/21px "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: .1em;
	color: #A34F00;
	margin: 0;	}


.greyHead	{
	font: 1.15em/1.4em "Times New Roman", Times, serif;
	font-weight: bold;  
	font-style: italic;
	color: #333333;
	margin: 0;	}



.introDiv	{
	width: 73%;
	margin: 0 auto;	}



.introDiv70	{
	width: 70%;
	margin: 0 auto;	}
	
.introDiv64	{
	width: 64%;
	margin: 0 auto;	}	
	
.introDiv60	{
	width: 60%;
	margin: 0 auto;	}	
	
.introDiv55	{
	width: 55%;
	margin: 0 auto;	}	

.introHead	{
	font: 1.15em/1.4em "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: justify;
	font-style: italic;
	color: #A34F00;
	margin: 0;	}

.introImage	{
	float: left;
	margin-top: 1px; /* this activates the "hasLayout" feature in ie6 to allow fLoats to work, another ie hack */
	margin-right: 30px;	}



 .stories	{
	font: 15px/18px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style: normal;
	color: #A34F00;
	margin: 0 auto;
	text-align: center;	}

.width75	{
	width: 75%;
	margin: 0 auto;	}






.clr { color: #A34F00; }
.red { color: #FF0000; }



/* Links Begins here */


a:link	{
	text-decoration: underline;
	color: #A34F00;	}

a:visited	{
	text-decoration: underline;
	color: #A34F00;	}

a:hover	{
	text-decoration: none;
	color: #FF0000;	}

a:active	{ }





.redHeads	{
	font: 16px/16px Georgia, "Times New Roman", Times, serif;
	font-weight: light;
	letter-spacing: .1em;
	text-align: center;
	color: #FF0000;
	padding-top: 2em;
	margin: 0px auto;	}

.redHeads a:link	{
	text-decoration: underline;
	color: #FF0000;	}



.redHeads a:visited	{
	text-decoration: underline;
	color: #FF0000;	}


.redHeads a:hover	{
	text-decoration: none;
	color: #FF0000;	}

.redHeads a:active	{ }


/* Rules Begins here */


hr	{
	height: 0;
	border-top: 1px solid #E1C74D;
	color: #E1C74D;
	background: #E1C74D;
	margin: 6px auto;
	text-: center;	}

hr.rules	{
	height: 0;
	border-top: 1px solid #E1C74D;
	color: #E1C74D;
	background: #E1C74D;
	margin: 6px auto;	}

hr.rules75	{
	height: 0;
	border-top: 1px solid #E1C74D;
	color: #E1C74D;
	background: #E1C74D;
	margin: 6px auto;
	text-align: center;
	width: 75%;	}

hr.rules50	{
	height: 0;
	border-top: 1px solid #E1C74D;
	color: #E1C74D;
	background: #E1C74D;
	margin: 6px auto;
	text-align: center;
	width: 50%;	}

.rulesVert-samples	{
	color: #E1C74D;
	background: #E1C74D;
	margin: 6px auto;
	height: 340px;
	Width: 1px;
	border: 0 none;	}

.border { border: 1px solid #D1B49B; }


.corners {
border:1px solid #D1B49B;
border-radius:10px;	}