/* begin reset */
html,body,div,span,applet,object,iframe, h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code, del,dfn,em,font,img,ins,kbd,q,s,samp, small,strike,strong,sub,sup,tt,var, dl,dt,dd,ol,ul,li, fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body{line-height:1;color:#333;background:white;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/*end reset*/

/* main layout */

body {
	text-align: center;
	
}

#container {
	position: relative;
	text-align: left;
	
	/*	background: url(../images/nav_line.jpg) repeat-x 0 32px;
*/	

}

#content-main {
	width: 913px;
	padding: 20px 20px 0 20px;
	float: left;
}


#footer {
	clear: both;
	width: 770px;
}

#footer ul {
	list-style: none;
	margin-top: -100px;

}
#footer li {
		display: inline;
}


.paddingRight { padding-right: 17px; }
.paddingLeft { padding-left: 20px; }
.paddingLeftThirty { padding-left: 30px; }
.paddingLeftDouble { padding-left: 40px; }
.paddingTop { padding-top: 10px; }
.paddingTopDouble { padding-top: 20px; }
.paddingTop40 { padding-top: 40px; }
.paddingTop15 { padding-top: 15px; }

.paddingBottom { padding-bottom: 5px; }



.alignRight { text-align: right; }

.floatLeft { float: left; }
.floatRight { float: right; }
/* begin navigation */


#nav {  border-bottom: 1px solid #999;}
#nav ul { margin-top: 20px; }
#nav li { display: inline; padding: 0 22px; }


/* begin clear floats */
.clearBoth { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

/* end clear floats */

/* begin typograpghy */
body{font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;line-height:1.5;}
body{font-size:62.5%;}
#nav { line-height: .8em; }
#nav a:link, #nav a:visited { color: #525252; font-size: 1.2em; text-decoration: none; text-transform: uppercase; }
#nav a:hover { color: #99d8df; }
#nav a.current { color: #cabe06; }
/* end navigation */

.more { text-decoration: none; color:#f30; }
.bMore {text-decoration: none; color:#333; }
#footer { font-size: 1.2em; line-height: 1.4em; color: #6b6a79;	text-align: center; }
#footer a:link, #footer a:visited { text-align: center; text-decoration: none; color: #6b6a79; }
#footer a:hover { text-align: center; text-decoration: none; color: #99d8df; }
/* end typograpghy */
