body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	text-align: justify;
}

/*#locationpage table td {
	border: thin solid blue;
}

#locationpage table table td{
	border: solid green;
}

#locationpage table table table td{
	border: thin solid red;
}

#locationpage table table table table td{
	border: thin solid orange;
}*/

/***************/
#index1{
	background: url('images/index_background.jpg');
}

#index1 #main{
	width: 800px;
	margin: 0 15% 0 15%;
	padding: 0px;
	text-align: center;
	background-color: #d5ccc7;
}

/***************from communitystyle.css *
img#logo{
	margin: 10px 60px 0px 60px;
	padding: 20px;
	background-color: #d5ccc7;
}

#page{
	margin: 0px 60px;
	background-color: #d5ccc7;
	padding: 20px 45px;
	width: 808px;
}

/***** Menu *****
#top_menu{
	margin: 5px 0px;
	text-align: right;
	width: 720px;
	background-color: #574a4f;
}
*/
ul.menu{
	background-color: #574a4f;
	color: white;
	font-size: 12px;
	height: 15px;
	float: right;
	/*padding-top: 5px;*/
	margin: 0px;
	/*width: 720px;*/
	width: 100%;
	list-style-type: none;
	text-align: right;
}

ul.menu li{
	display: inline;
	float: left;
	padding: 0px 12px;
}

ul.menu li a{
	text-decoration: none;
}

ul.menu li a, ul.menu li a:hover{
	color: #ffffff;
}

/***** Main *****
#main{
	background-color: #574a4f;
	padding: 0px 15px 15px 15px;
	clear:both;
	margin: 0px;
	position: relative;
	overflow: hidden;
	min-width: 811px;
}

/***** Wrap *****
#wrap{
	margin: 0px 0px 0px 181px;
	padding: 0px;
	clear: both;
}

#nav_path{
	margin: 0px;
	padding: 5px 0px;
	/*clear: both;*/
}

/***** Sidebar *****
#sidebar{
	background-color: #574a4f;
	width: 166px;
	position: relative;
	margin: 0px 0px 0px -181px;
	clear: left;
	float: left;
	padding: 0px 15px 0px 0px;
}

#sidebar img{
	margin-top: 15px;
}

/***** Content *****/
#content{
	float: left;
	clear: right;
	position: relative;
	padding: 15px;
	margin: 0px;
	min-width: 570px;
	line-height: 25px;
}

#content p {
	padding: 0px 0 4px;
	}

/***** Footer *****/
#footer{
	text-align: center;
	color: #333;
	clear:both;
	margin: 8px 0px 35px 0px;
}

#footer ul li{
	display: inline;
	padding: 15px;
	position: relative;
	clear: both;
}


/***************/
h2{
	font-family: 'Monotype Corsiva', 'Apple Chancery', 'cursive';
	font-size: 35px;
	margin: 10px 0px;
	padding: 0px;
}

h3{
	font-family: 'Monotype Corsiva', 'Apple Chancery', 'cursive';
	font-size: 25px;
	margin: 5px 0px 0px 0px;
}

div.outline{
	border: thin solid blue;
}

div.outline div{
	border: thin solid red;
}

.content{
	padding: 0px 10px 10px 10px;
	width: 500px;
}

.indent {
	position: relative;
	left: 30px;
}

.clear{
	clear: both;
}

/**** Fonts ****/
.white {
	color: #FFFFFF;
}
.gray {
	color: #333333;
}
.grey{
 background-color: #d5ccc7;
}
.black {
	color: #000000;
}
.maroon {
	color: #7c182c;
}
.blue {
	color: #267c8a;
}
.brown {
	color: #574a4f;
}
.green {
	color: #9fac38;
}

/***** Columns *****/
ul.columns{
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul.columns li{
	float: left;
	width: 17em;
	display: inline;
	line-height: 170%;
}

/***** random *****/
.col1{
	position: relative;
}

.col2{
	position: relative;
	top: -145px;
	left: 275px;
}

.dkgray{
	background-color: #574a4f;
}

.mediumTitle{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.smallTitle{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


#couponLink{
	padding: 2px;
	border: none;
}

/***** Footer *****/
ul#footer{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul#footer li{
	display: inline;
	text-align: center;
	padding: 0px 12px;
}


/***** Sewing Center pages *****/


/***** Locations *****/
#locations{
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#locations li{
	float: left;
	width: 17em;
	display: inline;
	position: relative;
	left: -15px;
	margin: 0px;
	padding: 0px;
}

/***** Classes Menu *****/
#classesMenu{
	background-color: #9fac38;
	width: 100%;
	height: 100%;
	
}

#classesMenu img{
	padding-bottom: 14px;
}

/**** Classes pages ****/
.ltGreen{
	background-color: #ebf4e1;
}

.dkGreen{
	background-color: #9fac38;
}

.ltdkGreen{
	background-image: url(images/classes_07_left.jpg);
	background-repeat: repeat-y;
}

.dkltGreen{
	background-image: url(images/classes_07.jpg);
	background-repeat: repeat-y;
}

div.classSchedule ul{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#sign_up_for_classes_img{
	text-align: center;
	vertical-align: bottom;
}

.classSchedule h3, .classDescriptions h3{
	text-align: left;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 15px;
}

.classDescriptions img{
	float: right;
	margin: 0px 0px 15px 15px;
	border: none;
}

/***** Machine pages *****/
.dkBlue{
	background-color: #3489a0;
}

.ltBlue{
	background-color: #3e9dab;
}

.ltdkBlue{
	background-image: url(images/machines_07_left.jpg);
	background-repeat: repeat-y;
}

.dkltBlue{
	background-image: url(images/machines_07.jpg);
	background-repeat: repeat-y;
}

#eightSteps li h3{
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#eightSteps li, #eightSteps li a{
	color: #267c8a;
	text-decoration: none;
}

#eightSteps li div{
	color: #000000;
}



