/**
* COMMON
*/
body
{
  font-family:			Arial, Helvetica, sans-serif;
  font-size: 			13px;
  margin-left: 			0px;
  margin-top: 			0px;
  margin-right: 		0px;
  margin-bottom: 		0px;
  background-color: 	#000;
  background-image: 	url('images/background_stripes.gif');
  background-repeat: 	repeat-x;
}
a:link
{
	color: 				#000;
	text-decoration: 	none;
}
a:visited
{
	color: 				#000;
	text-decoration: 	none;
}
a:hover
{
	color: 				#000;
	text-decoration: 	underline;
}
a:active
{
	color: 				#000;
	text-decoration: 	none;
}
h1
{
  font-size: 			16px;
  font-weight: 			bold;
  color: 				#000;
}
h2
{
  font-size: 			13px;
  font-weight: 			bold;
  color: 				#d89a2a;
}


/**
* CUSTOM
*/
.align-left
{
  text-align:			left;
}
.align-right
{
  text-align:			right;
}
.valign-top
{
  vertical-align:		top;
}
.valign-bottom
{
  vertical-align:		bottom;
}
.smallText
{
  font-size: 			9px;
  color: 				#000;
}
.horizGrad
{
  background-color: 	#fdfaf4;
  border-top: 			thin solid #d89a2a;
  border-bottom: 		thin solid #d89a2a;
  border-left: 			thin solid #d89a2a;
  border-right: 		thin solid #d89a2a;
  font-family:			Helvetica, sans-serif;
  font-size: 			13px;
  font-weight:			bolder;
  color: 				#FFF;
  text-align:			left
}
.footer
{
  background-color: 	#000;
  font-size: 			9px;
  font-weight: 			bold;
  color: 				#d89a2a;
  text-align:			center;
  height:				50px;
  vertical-align:		middle;
}
a.privacy {color: #d89a2a;text-decoration: none;}
.inputItem
{
  background-image: 	url('images/inputBackground.gif');
  border:				thin solid #808080;
  font-weight: 			bold;
}
.thankyou
{
  font-size: 			11px;
  font-weight: 			bold;
  color: 				#0c0;
}
.failed
{
  font-size: 			11px;
  font-weight: 			bold;
  color: 				#c00;
}
.spacer
{
  font-size: 			1px;
}
.blurbText
{
  font-size: 			14px;
  color: 				#d89a2a;
  padding:				5px;
}
.contactUsHeading
{
  font-size: 			18px;
  padding-left:			5px;
  color: 				#d89a2a;
  font-weight:			bold;
}
.contactUsText
{
  font-size: 			18px;
  padding-left:			10px;
}
.circleGraphic
{
  vertical-align:		top;
  padding-top: 			5px;
  height:				50px;
}
.navLinks
{
  
}
.goldBox
{
  background-color: 	#d89a2a;
  color: 				#fff;
  font-weight: 			bold;
  padding:				5px;
  width:				195px;
  text-align:			center;
}

/**
* EXAMPLES
*/
.exampleWebsite
{
  background-color: 	#eaeaea;
  border: 				1px solid #cccccc;
  width:				250px;
  padding:				5px;
  text-align:			center;
}
.exampleWebsiteTitle
{
  font-weight:			bold;
}
.exampleWebsiteLink
{
  text-decoration:		underline;
  color:				#00F;
}


/**
* CONTENT AREA
*/

.contentArea
{
  background-color: 	#FFF;
  border-left:			thin solid #d89a2a;
  border-right: 		thin solid #d89a2a;
  width:				780px;
}
.ContentColumnLeft
{
  vertical-align:		top;
  padding:				10px;
  width:				200px;
}
.ContentColumnRight
{
  vertical-align:		top;
  padding-top:			10px;
  width:				580px;
}


/**
* GOLD BOXOUT
*/
.GoldBoxTopLeft
{
  background-image: 	url('images/goldBoxout_topLeft.gif');
  background-repeat: 	no-repeat;
  width: 13px;
  height: 13px;
}
.GoldBoxTopRight
{
  background-image: 	url('images/goldBoxout_topRight.gif');
  background-repeat: 	no-repeat;
  width: 13px;
  height: 13px;
}
.GoldBoxBottomLeft
{
  background-image: 	url('images/goldBoxout_bottomLeft.gif');
  background-repeat: 	no-repeat;
  width: 13px;
  height: 13px;
}
.GoldBoxBottomRight
{
  background-image: 	url('images/goldBoxout_bottomRight.gif');
  background-repeat: 	no-repeat;
  width: 13px;
  height: 13px;
}
.GoldBoxHorizTop
{
  background-image: 	url('images/goldBoxout_horizTop.gif');
  background-repeat: 	repeat-x;
  height: 13px;
}
.GoldBoxHorizBottom
{
  background-image: 	url('images/goldBoxout_horizBottom.gif');
  background-repeat: 	repeat-x;
  height: 13px;
}

.GoldBoxVertLeft
{
  background-image: 	url('images/goldBoxout_vertLeft.gif');
  background-repeat: 	repeat-y;
  width: 13px;
}
.GoldBoxVertRight
{
  background-image: 	url('images/goldBoxout_vertRight.gif');
  background-repeat: 	repeat-y;
  width: 13px;
}


/**
* SOLID GOLD BOXOUT
*/
.SolidGoldBoxContent
{
  background-color: 	#d89a2a;
  color: 				#fff;
  font-size: 			12px;
  font-weight: 			bold;
  width:				138px;
}


/**
* HORIZONTAL GRADIENTS
*/

.horizGrad1
{
  background-image: 	url('images/horizGrad2.gif');
  background-repeat: 	repeat-y;
}
.horizGrad2
{
  background-image: 	url('images/horizGrad3.gif');
  background-repeat: 	repeat-y;
}
.horizGrad3
{
  background-image: 	url('images/horizGrad4.gif');
  background-repeat: 	repeat-y;
}
.horizGrad4
{
  background-image: 	url('images/horizGrad5.gif');
  background-repeat: 	repeat-y;
}
.horizGrad5
{
  background-image: 	url('images/horizGrad6.gif');
  background-repeat: 	repeat-y;
}
.horizGrad6
{
  background-image: 	url('images/horizGrad7.gif');
  background-repeat: 	repeat-y;
}
.horizGrad7
{
  background-image: 	url('images/horizGrad8.gif');
  background-repeat: 	repeat-y;
}
.horizGrad8
{
  background-image: 	url('images/horizGrad9.gif');
  background-repeat: 	repeat-y;
}
.horizGrad9
{
  background-image: 	url('images/horizGrad10.gif');
  background-repeat: 	repeat-y;
}
.horizGrad10
{
  background-image: 	url('images/horizGrad11.gif');
  background-repeat: 	repeat-y;
}
.horizGrad11
{
  background-image: 	url('images/horizGrad1.gif');
  background-repeat: 	repeat-y;
}
