/* CLV Century CSS Document */

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GLOBAL ELEMENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
* {border:0; margin:0; padding:0;}

html {height: 100%;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color: #666465;
	}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GLOBAL LINK STYLING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
a:link, a:visited {
	color: #A0C804;
	text-decoration: none;
	cursor: pointer;
	}
a:hover {
	color: #778D48;
	text-decoration: none;
	cursor: pointer;
	}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	LIST ELEMENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
ul li, ol li {
	line-height: 18px;
	font-weight: normal;
	margin-left: 25px;
	font-size: 10px;
	color: #504F4E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

ul li ul li, ol li ol li {
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TEXT PADDING AND MARGIN
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
h1,h3,h4,h5,h6 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
      }
h2 {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
      }
p {margin:0px; padding: 10px 10px 0px 10px;
      }

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TEXT STYLING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
h1 {
	display:block;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	color: #a0c804;
	background-image: url(../global_images/general_graphics/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
h2 {
	display:block;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	font-style: normal;
	color: #A0C804;
	text-transform: uppercase;
	background-image: url(../global_images/general_graphics/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
h3 {
	display:block;
	font-size: 0.9em;
	line-height: 13px;
	font-weight: normal;
	font-style: normal;
	color: #A0C804;
	padding-bottom: 4px;
	margin-top: 8px;
	}
h4 {
	display:block;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	font-style: normal;
	color: #A0C804;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	}
p {
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	color:#504F4E;
	}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TABLE FORMATTING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TABLE STYLING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
td img {display: block;}

/* table background styling */
.tbackg {
	background-color:#796752;
	color:#FFFFFF;
}
.tbackg td {border: 1px solid #FFFFFF;}
.tbackg td p {
	pading:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 0px;
}

/* table row background colors */
.trheader {background-color:#aa9a8a;} 
.tr1 {background-color:#82766A;} 

/* tablepadding + margin */
.bCopy table {
	margin-bottom:10px;
	margin-right: 10px;
}
.shadow_R {
	background-image: url(../global_images/general_graphics/shadow_right_2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.shadow_B {
	background-image: url(../global_images/general_graphics/shadow_bttm_2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	MAIN CONTAINERS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
#page {
	width:910px;
	background-color:transparent;
	color:#999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	}

#breadCrumb {
	background-color: #transparent;
	color: #333333;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: 10px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#breadCrumb a {
	color: #FFFFFF;
	text-decoration:none;
}
#breadCrumb a:hover {
	color: #333333;
	text-decoration:none;
}

#header {
	background-color: #transparent;
	color: #333333;
	font-size: 10px;
	text-align: right;
	z-index: 1000;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header a {cursor:pointer;}

#content {
	display: block;
	float: left;
	background-color: #FFFFFF;
	height: 450px;
	width: 900px;
	}

.overflow {
	height:440px;
	overflow:auto;
	margin: 0px;
	clear: both;
	padding: 0px;
}

.overflow2 {
	height:450px;
	overflow-y:auto;
	overflow-x:none;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.imgHolder {
	margin-top:0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.caption p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	FOOTER
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
#footer {
	clear:both;
	color:#FFFFFF;
	background-color: #666465;
	}
#footer ul {
	margin-left: 0px;
	padding: 4px 0px 0px 0px;
	list-style-type: none;
	position:relative;
	font-size: 9px;
	}
#footer ul li {
	margin: 0px;
	padding:0px;
	display:inline;
	}
#footer ul li a, #footer ul li a:visited {
	margin: 0px;
	padding-right:20px;
	padding-left:0px;
	float:left;
	color:#FFFFFF;
	text-decoration: none;
	}
#footer ul li a:hover { 
	color: #A0C804;
	}


/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	bCopy
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.bCopy{
	padding-top: 0px;
	color:#999999;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}  

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
coulumn widths
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
.c1,.c2,.c3,.c4{float:left;display: inline;
      }
 .c1{
	width:225px;
      }
 .c2{width:450px;
      }
 .c3{
	width:675px;
      }
 .c4{width:900px;
      }

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
padding
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  
*/
.padTop {
	padding-top:30px;
	padding-bottom: 20px;
}
.pad20 {padding:20px;}


/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
image backgrounds
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  
*/
.bkg1 {
	color:#666666;
	background-image: url(../global_images/general_graphics/mesh_cream.gif);
	background-repeat: repeat;
}
.plusBackg {
	background-image: url(../global_images/general_graphics/plus_backg.gif);
	background-repeat: repeat;
	background-position: left top;
}

/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	FORM ELEMENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
select, input, textarea {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #727272;
	border-right-color: #BBBBBB;
	border-bottom-color: #A4A4A4;
	border-left-color: #BFBFBF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

	

option {
	color:#666666;
	background-image: url(../global_images/general_graphics/mesh_lime.gif);
	background-repeat: repeat;
}

option value {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

textarea {margin-top:5px;}


/* ******************************************************
	GIVE YOUR CHECK BOXES THE CLASS checkbox
******************************************************* */
input.checkbox {
	float: left;
	width: 30px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* ******************************************************
	GIVE YOUR BUTTONS THE CLASS bttn
******************************************************* */
input.bttn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #669900;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #669900;
	background-color: #A0C804;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	font-size:.8em;
}

/* ******************************************************
	FORM BACKGROUNDS
******************************************************* */
.bkg2, .validate {
	background-image: url(../../images/graphics/mesh_lime.gif);
	background-repeat: repeat;
	background-position: left top;
}


/*
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷
validation rules
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷
*/
.validate {background-color:#A0B604; color:#A0C804;float:right; border:0px; visibility:visible;}



/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  HACKS / BUGGN'
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   
*/
/*img {border:none;
	margin:0px;
	padding: 0px;
	display: block;
	}	
*/
.stretcher {font-size:1px;clear:both; 
	}

.redText {
	color: #990000;
}

.enquiryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
.enquiryTable input, .enquiryTable select, .enquiryTable textarea {
		font-size: 10px;
	}
	
	
/*
+++++++++++++++++++++++++++++
  V SPONSOR LINK - FOOTER
+++++++++++++++++++++++++++++
*/


.sponsor a {
	font-size:10px;
	margin-top: 0px;
	padding: 2px 4px 2px 4px;
	background-color:#888888;
	color:#FFFFFF;
	border-bottom: 0px;
	text-decoration: none;
}
.sponsor a:hover {
	color: #FFFFFF;
	background-color:#777777;
	text-decoration:none;
}
