/*----------------------Meyer's CSS 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*------------------------End Meyer's CSS Reset-------------------*/

/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #323232;
	/*color:#5e5e5e;*/
	color: #747575;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2;
	}	

img{
	border: none;
	}

a{
	/*color: #eb4899;*/
	color: #f8901e;
	text-decoration: none;
	}

a:hover, a:focus{
	text-decoration: underline;
	}
.float-left{
		float: left;
		}	
.float-right{
		float: right;
		}

.left{
		float: left;
		padding: 0 10px 10px 0;
		}	
.right{
		float: right;
		padding: 0 0 10px 10px;
		}

h1{
	width: 570px;
	background: url(/templates/images/side-columns-title-bg.gif) top left repeat-x #444444;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	padding: 5px 0 5px 6px;
	display: block;
	}

h2{
	width: 570px;
	background: url(/templates/images/side-columns-title-bg.gif) top left repeat-x #444444;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	padding: 5px 0 5px 6px;
	display: block;
	}

.small{
	font-size: 80%;
	}

.alert{
	font-weight: bold;
	color: #ff007f;
	color: #EE2126;
	}
.grey{
	color: #cacaca;
	}
.light-grey{
	color: #a6a6a6;
	}
.pink{
	color: #EE2126;
	}
	
#cms-pages{
	float: left;
	width: 568px;
	background: #515151;
	padding: 5px;
	border: 1px solid #494949;
	}
	#cms-pages #body-container{
		float: left;
		width: 526px;
		background: #fff;
		padding: 20px;
		border: 1px solid #494949;
		line-height: 1.5em;
		font-size: 95%;
		}
	
	#cms-pages #body-container h2{
		float: left;
		width: 524px;
		border-bottom: 1px solid #F0E3ED;
		text-transform: uppercase;
		font-size: 150%;
		font-family: Arial, verdana, Helvetica, sans-serif;
		font-weight: normal;
		letter-spacing: 0.05em;
		margin: 20px 0 10px 0;
		}
	
	#cms-pages #body-container h3{
		float: left;
		width: 524px;
		font-weight: bold;
		font-size: 110%;
		}
	
#cms-pages p{
	padding: 0 0 25px 0;
	}

#cms-pages ul{
	padding: 0 0 25px 50px;
	}
#cms-pages ul li{
	padding: 0 0 0 0;
	list-style: circle;
	}

.form_warnings{
	float: left;
	clear: both;
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
	color: #EE2126;
	font-size: 90%;
	}