

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/*-------------------------------------------+
|                                            |
|            MAIN STRUCTURE STYLES           |
|                                            |
+-------------------------------------------*/
html{
	font-size:100%;
	min-height:101%;
}
body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:1.125em;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/backgrounds/bgPattern.jpg);
	padding:0 1em;
}
#wrapper{
	width:60em;
	margin:0 auto;
}
#page{
	
	background-image:url(../images/backgrounds/wrapperBG.png);
	background-repeat:repeat-y;
}
#content{
	padding:0 10px;
}

div[class~="holder"] div{
	
}
.padding{
	padding: 20px;
}

.shineBG{
	background-image:url(../images/backgrounds/shineBG.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.space-left{margin-left:20px;}
.space-right{margin-right:20px;}
.space-bottom{margin-bottom:20px;}
.space-top{margin-top:10px;}

/*NAVIGATION
-------------------------------------------------------- 
#nav{
	float:left;
	padding:0 10px;
	width:31.25em;
	margin:-7px 0 70px -5px;	
}
#nav ul {
	list-style:none;
	display:inline;
}
#nav li{
	float:left;
}
#nav em{
	font-weight:normal;
	font-size:1.33em;
}
#nav a{
	font-size:.75em;
	float:left;
	text-decoration:none;
	font-weight:lighter;
	padding:8px 15px 0 15px;
	border-right: #444 groove 2px;
	line-height:1em;
}
#nav a:hover{
	text-decoration:none;
	background:url(../images/buttons/mainNav_topBorder.gif) top repeat-x;
}
*/
/*FOOTER NAVIGATION
-------------------------------------------------------- */
#footer{
	background:url(../images/backgrounds/footerBG.png) top no-repeat;
	width:60em;
	height:100px;
	text-align:center;
	padding-top:20px;
}

#footer-nav ul{
	width:41em;
	margin:0 auto;
}

#footer-nav li{
	list-style:none;
	float:left;
}

#footer-nav a{
	font-size:.825em;
	text-decoration:none;
	font-weight:lighter;
	padding:5px 15px;
	line-height:1em;
}

/*GRID
-------------------------------------------------------- */
.left-float{float:left;}
.right-float{float:right;}
.center{text-align:center;}
.underline{border-bottom:#999 solid 3px;}


.twotwenty{width:13.75em;}
.threehun{width:18.75em;}
.fourhun{width:25em;}
.seventwenty{width:45em;}
.ninefoty{width:58.75em;}

.text-smaller{
	font-size:.875em;
}

.border-thin{border:#666 1px solid;}
.padding-small{padding:5px;}

.line-spacer{
	width:12em;
	border-bottom:#999 double;
	margin:20px auto;
}
/*PARAGRAPHS
-------------------------------------------------------- */
p{
	font-size:1em;
	margin-bottom:1.25em;
}
/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant:small-caps;
}
/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}
div[class~="first-red"] p:first-letter{
	font-size:1.5em;
	color:#b24544;
}
/*LINKS
-------------------------------------------------------- */
a{
	text-decoration:none;
}


/*HEADINGS
-------------------------------------------------------- */
.heading{
	margin-bottom:30px;
}
em{
	font-size:1.875em;
	text-transform:uppercase;
}
h1{
	font-size:1.125em;	
}
h2{
	font-size:1em;
	margin:0;
}
h3{
	font-size:.875em;
	font-variant:small-caps;
}
h4{
	font-size:1.25em;
	
	margin-bottom:10px;
	display:inline;
}
h5{
	font-size:625em;
	font-style:italic;
}
h6{
	font-size:625em;
}

/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	font-size:1.2em!important;
	line-height:1.5em!important;
	margin-bottom:1.5em!important;
	font-style:italic;
	font-weight:bold;
}
blockquote p cite{
	font-style:normal;
}
.generic strong{
	font-variant:small-caps;
}
.generic em{
	font-style:italic;
	font-weight:inherit;
}
.amp{ /* Give those ampersands a right sexy look */
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style:italic;
	font-weight:normal;
	line-height:inherit;
}
abbr{
	border-bottom:1px dotted #666;
	border-color:inherit;
	cursor:help;
}
.clear{
	clear:both;
}

.code{ /* Styling for and code type items */
	font-family:Courier, "Courier New", monospace;
	background:#ddd;
	font-size:1em;
}
/*-------------------------------------------+
|                                            |
|               IMAGE STYLES                 |
|                                            |
+-------------------------------------------*/
img{
	font-size:1em;
}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	float:left;
	border:5px solid #ccc;
	margin:15px;
}
img.right-img{ /* Float any image to the RIGHT and give it some margin */
	float:right;
	border:5px solid #ccc;
	margin:15px;
}
img.center-img{ /* Float any image to the RIGHT and give it some margin */
	border:5px solid #ccc;
	margin:15px;
}
/*FORM STYLES
-------------------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
	font-size:.875em;
}
fieldset ol{
	position:relative;
	margin-bottom:5px;
	padding:0;
}
fieldset li{
	margin-bottom:15px;

}

legend {
	font-variant:small-caps;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
	font-size:1.25em;
}
label:after {
	margin-right:5px;
}
/*SEARCH STYLES
-------------------------------------------------------- */

div[class|="search"]{
	float:right;
	margin-top:10px;
	margin-right:5px;
	font-size:.75em;
}
div[class="search-main"]{
	margin-top:5px;
	margin-right:25px;
}

input[type="text"] {border:1px solid;}
input[type="password"] {border:1px solid;}
input[type="submit"] {border:none; cursor:pointer}
input[type="button"] {border:none; cursor:pointer}

label{
	text-transform:uppercase;
	font-size:.875em;
}

input{
	padding:2px;
	margin-right:5px;
}

.text-field{
	width:150px;
	border:1px solid;
}
.text-field:hover{
	border:1px solid;
}

.submit{
	background:none;
	border:none;
}

.submit:hover{
	border:none;
}


/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ul.bullets{
	list-style:outside square;
}
ul{
	list-style:none;
}
ul li{
	margin-bottom:10px;
	
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
}
ol{
	margin-bottom:1.8em;
	list-style:none;
}
ol li{
	line-height:1.5em;
}
