/* STYLE SHEET FOR [CAS] SITE

Author: Andrew C. Barrows | pv2barrows@gmail.com | Web Developer @ Capstone LLC.



Table Of Contents



	1. defaults

	2. main layout

	3. navigation

	4. links

	5. fonts
	
	6. form elements
	
	7. custom pages	

*/

/* - 1. Defaults - */

* {
	margin:0px; padding:0px; font-family:verdana, arial, times; font-size:12px; color:#474747; line-height:1.5; border:0px;
}

div#outershell {
	width:100%;
	height:auto;
	margin:0px; padding:0px;
}

div#innershell {
	width:791px;
	margin:0px auto;
}

/* - 2. Main Layout - */


div#content {
	background:transparent url('../images/horizontal_repeater.jpg') repeat-y;
	width:800px;
	height:auto;
	float:left;
	margin:0px; padding:0px;
}

	div#left_area {
		background:transparent url('../images/left_column.jpg') no-repeat;
		width:240px;
		height:575px;
		float:left;
		position:relative;
	}
	
		div#affiliates_area {
			left:50px;
			position:absolute;
			right:30px;
			top:50px;
		}
	div#right_area {
		width:550px;
		height:auto;
		float:left;
	}
		div#right_content {
			width:550px;
			height:auto;
		}
		
		p.default_text {
			padding:21px 48px 21px 14px; 
		}
		
		span.pic {
			display:block;
			float:left;
			padding:14px;
		}
		
	div#footer {
		background:transparent url('../images/bottom_cap.jpg') no-repeat;
		width:791px;
		height:77px;
		float:left;
		position:relative;
	}

		div#footer p {
			position:absolute;
			top:20px;
			right:175px;
			color:#ffffff;
			font-weight:bold;
		}
		
		h3.default_title {
			text-align:center;
			width:100%;
			font-size:16px;
			font-weight:normal;
			padding:0px 10px 0px 0px;
		}
		
		ul.default_list {
			margin:21px 100px;
			
		}
		
		div.contact_area {
			width:300px;
			text-align:center;
			margin:0px auto;
		}
		
/* - 2. Main nav - */


div#cas_navigation {
	float:left;
}

div#cas_navigation ul {
	margin:0px;
	padding:0px;
}

div#cas_navigation ul li {
	display:inline;
	padding:0px;
	margin:0px;
	margin-left:-4px;
}
	