/* CSS for Carolina Tee Times */

/* Normalize padding and margins 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td */
* {
	margin: 0;
	padding: 0;
	color: #333333;
	line-height: 0px; /* fix IE spacing issues */
	font-size: 1px; 
	/* fix IE spacing issues */
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
border: 0;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}

/* #################### end browser normalization ##################### */
/* #################### start html elements ########################### */

h1 {
	line-height: 170%; 
	/* vertically centers headings in the green bg. needs to be adjusted if the font size changes */
	color: #ffffff;
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

p, strong, li, td, input, textarea, select, legend, label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%; /* adds a little extra spacing to inprove readability */
}

li {
	font-size: 10px;
}

p {
	margin-bottom: 8px;
	text-align: justify;
}

strong {
	font-weight: bold;
}

ul {
	clear: both;
	padding-left: 8px;
}



/* ### links ### */

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:link {
	color: #679800;
}

a:visited {
	color: #679800;
}

a:hover {
	color: #333333;
}

a:active {
	color: #679800;
}

/* #################### end html elements ########################### */
/* #################### start global divs ########################### */

#wrapper {
/* keeps the page 760 wide and centered */
	width: 760px;
	margin: auto;
}

#navigation {
	line-height: 100%;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	padding: 5px;
}

#call_us {
	line-height: 100%;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0B4B88;
	text-align: left;
	padding: 5px;
}

/* ### green bg headings ### */

#left_head {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 25px;
	width: 8px;
	float: left;
	background: url(./images/ctt_header_left.gif) left top no-repeat;
}

#middle_head {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 25px;
	float: left;
	background: url(./images/ctt_header_middle.gif) left top repeat-x;
}

#right_head {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 25px;
	width: 8px;
	float: left;
	background: url(./images/ctt_header_right.gif) left top no-repeat;
}
/* ### end green bg headings ### */

.top_margin {
	/* used to add spacing above elements, mainly the 3 steps bg's */
	margin-top: 5px;
}

/* ### css for building course info grids ### */

.float_l {
	float: left;
	width: 80px;
	text-align: center;
	margin: 1px;
	border: 1px #CCCCCC solid;
}

.green_bg {
	background-color: #004000;
}



/* ### end css for building course info grids ### */

/* ################## end global divs ############################# */
/* ################## start left col divs ######################### */

#left_col {
	width: 202px;
	padding-left: 5px;
	float: left;
}

.short_heading {
	/* this is the width of the middle piece in the heading bg */
	width: 186px;
}

.first_step {
	/* this is used on the step1 bg to clear the "floats" above it. */
	margin-top: 35px;
}

#steps_bg a {
	font-size: 10px;
	line-height: normal;
}

#steps_bg {
	/* background for 3 easy steps */
	height: 40px;
	width: 192px;
	padding: 5px;
	background: url(./images/ctt_steps_bg.gif) left top no-repeat;
}


/* ################ end left col divs ############################ */
/* ################ start right col divs ######################### */

#right_col {
	width: 542px;
	padding-right: 5px;
	float: right;
}

.long_heading {
	width: 526px;
}

.content_text {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10px;
	text-align: justify;
}

#special_holder {
	width: 537px;
	height: 50px;
}

.specials {
	float: left;
}

.course_col1 {
	float: left;
	width: 270px;
}

.course_col1 p, .course_col2 p {
	font-size: 10px;
}

.course_col2 {
	float: left;
	width: 270px;
}

ul li strong {
	font-size: 12px;
}

#packages {
	width: 260px;
	min-height: 75px;
	padding-bottom: 10px;
	border-bottom: 1px #CCCCCC dashed;
}

.accommodations {
	padding-bottom: 10px;
	border-bottom: 1px #CCCCCC dashed;
}

/* ############### end right col divs ######################## */
/* ############### start footer divs ######################### */

#footer {
	clear: both;
	text-align: right;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
}

/* ### builds the background for the footer nav ### */
#left_footer {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 15px;
	width: 8px;
	float: right;
	background: url(./images/ctt_footer_left.gif) left top no-repeat;
}

#middle_footer {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 15px;
	width: 734px;
	float: right;
	background: url(./images/ctt_footer_middle.gif) left top repeat-x;
}

#right_footer {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 15px;
	width: 8px;
	float: right;
	background: url(./images/ctt_footer_right.gif) left top no-repeat;
}

/* ### control footer link colors ### */

#footer p {
	text-align: right;
}

#footer a {
	font-size: 10px;
	line-height: 140%;
}

a:link.footer_link {
	color: #ffffff;
}

a:visited.footer_link {
	color: #ffffff;
}

a:hover.footer_link {
}

a:active.footer_link {
	color: #ffffff;
}
/* ### end control footer link colors ### */

/* ############### end footer divs ###########################  */

table, tr, td, form, input {
	font-size: 12px;
	line-height: 100%;
}

font, select, option, textarea, em, b, i, input, span {
	font-size: 12px;
	line-height: 150%;
	margin: 3px;
}

/* ### grid divs ### */
#chart_hold {
	float: left;
}

#chart_hold ul li {
	list-style: none;
}

#row {
	clear: both;
}

.blue {
	background-color: #ccccff;
}

.green {
	background-color: #ccffcc;
}

.red {
	background-color: #ffcccc;
}

.gold {
	background-color: #ffffcc;
}

.row_item {
	float: left;
	width: 80px;
	margin: 1px;
	padding: 2px;
	text-align: center;
}

.row_item2 {
	float: left;
	width: 120px;
	margin: 1px;
	padding: 2px;
	text-align: center;
}
/* ### end grid divs ### */

#flexires {
	float: left;
	clear: both;	
	width: 392px;
	padding: 5px;
}

.clear {
	clear:both;
}

.img_padding {
	padding: 0px 10px 10px 0px;
}
