
/* ///// ~~~~~ Standard Styles ~~~~~ /////  	*/


/* Work to a page width of 979px            	*/
/* Minimum of 780px;				*/
/* Although, 960px is the ideal grid.       	*/
/* 	960/6 = 160px				*/
/* 	960/5 = 192px				*/
/* 	960/4 = 240px				*/
/* Limit main container to 960px		*/



* { margin: 0; padding: 0; border: 0; } 

body {
 font: normal 12px/1.5em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
 color: #000;
 background: #fff;
}

.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

.floatLeft { float: left; }
.floatRight { float: right; }

.alignLeft { text-align: left; }
.alignJustify { text-align: justify; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }


/* ///// ~~~~~ STANDARD LINKS ~~~~~ ///// */

a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: none; }


/* ///// ~~~~~ COLUMN LAYOUT STYLES ~~~~~ ///// */

.container{
	width: 960px;
	margin: 0 auto;
	text-align: left;
        padding:5px;
}
.col_full{
	width: 100%;
	float: left;
	clear: both;
}
.col_half {
	width: 480px;
	float: left;
}
.col_quarter {
	width: 240px;
	float: left;
}

.col_large {
	float: left;
	width: 633px;
}
.col_small {
	float: left;
	width: 317px;
}

.col_third {
 float:left;
 width: 300px;
}

.col_third_left { 
 margin-right:30px;
 background-color:#ccc;
}

.col_third_middle { 
 background-color:#ddd;
}

.col_third_right {
 float:right;
 margin-left:30px;
 background-color:#ccc;
}

.spacing {
	padding: 0 20px;
}

.col_third .spacing {
 padding: 5px 5px 5px 5px;
}

/* ///// ~~~~~ MAIN BLOCK STYLES ~~~~~ ///// */

#top, #sub_menu2, #content, #feature, #three_column, #footer {
 width: 100%;
 float: left;
 clear: both; 
}

#top {
 margin: 0px 0px 15px 0px;
}

#top .container, #footer .container {
 padding:0px;
 width:960px;
}

#footer {
 margin: 15px 0px 0px 0px; 
}


/* ///// ~~~~~ WIDTHS for common LAYOUT STYLES ~~~~~ ///// 	*/

#header {
 width:960px;
}
#menu, #menu ul {
 width:850px; /* header Width - 110px */
}
#footer-2 {
 width:960px;
}
#footer-2 h5 {
 width:949px; 							/* Width - 11px */
}

/* ///// ~~~~~ FORM STYLES ~~~~~ ///// 	*/

input#s{
     border:1px solid #ccc;
     padding:5px;
}

input#s:focus{
     border:1px solid #38C;
}
