@import url(/css/linkStyles.css);


/*-----------------------------------------------------------------------------
mountainvineyard dot org

basic.css

version:   5.0
author:    allan aguirre
email:     info@rileyagency.com
website:   http://www.allanaguirre.com - http://www.rileyagency.com
-----------------------------------------------------------------------------*/


/* reset whitespace */
* {
	padding: 0;
	margin: 0;
}


/* Body Style */
body {
 	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background: #a6b0bf url(../imgs/common/bkgrnd.gif) top left repeat-x;
	min-width: 900px;
}


/* Text Styles */
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-bottom:5px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	padding-top: 15px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4f;
	padding-top:10px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #fff;
}

.utilityNav { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #666;
}

.subNav { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #dae1ec;
}

.btmNav { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #666;
}


/* Form Styles */
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	width: 125px;
	border: solid 1px #aeaeb1;
	padding-left: 5px;
}

.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	width: 100px;
	border: solid 1px #aeaeb1;
	padding-left: 5px;
}


/* List Styles */
ol {
	margin-left: 0;
	padding: 6px 0 0 20px;
}

ul {
	list-style-position: disc outside;
	margin-left: 0;
	padding: 6px 20px 0 20px;
}