/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Lucinda Sans', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

a {
	color:#FC0;
	text-decoration: none;
}

a:hover {
	color:#FC0;
	text-decoration: underline;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: normal;
	color:#F30;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}


dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

p {margin: 0 10px 10px 10px;}

/* Specail Styles */


.topPadFix {
	padding: 10px 0 0 10px;
}

#leftPad {
	padding-left: 10px;
	width:440px;
}

#righttPad {
	padding-right: 10px;
	width:440px;
}

#leftPad p, #rightPad p {
	margin-bottom:10px;
}

.smallMargin {
	padding:0;
	margin: 0 0 10px 10px;
}

.noMargin {
	padding:0;
	margin: 0;
}

.center {text-align:center;}

.centerPad {
	padding: 20px;
	text-align:center;
}

.rightAlign {text-align: right;}


#s3slider .listSpecial {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	color:#666;
	font-size: 20px;
	padding: 20px 10px 0px 0px;
	margin: 0;
}

#s3slider .listSpecial li {
	margin-bottom: 10px;
	line-height: 20px;
	margin-left: 20px;
}


#s3slider p.specialList {
	font-family: 'Lucinda Sans', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-style: normal;5
	font-size: 16px;
	line-height: 16px;
	margin:0;
	padding-bottom:10px;
	color:#CCC;
}