/* MICK CONNOLLY WEBSITE CSS BY PATRICK CAMPBELL */

* {
	margin: 0;
}


html {
	height: 100%;
	background-color: #242223;
}

body {
	height: 100%;
	margin: 0 0 0px;
	background: url(../images/horizontal_bars.gif) repeat-x;
	background-position: 0px 154px;
}

p {
	word-spacing: 4px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 16px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Helvetica, Arial, "Sans-serif";
	font-size: 13px;
	color: #9d9b9c;
}

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

a:hover {
	color: #D52828;
	background-color: #353132;
}

h1 {
	text-indent: -500em;
}

.content {
	width: 950px;
	margin-top: 40px;
	margin-bottom:10px;
	text-align: left;
	display:block;
}

.content:after {
	content: "";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
}

.box {
	width: 355px;
	float: left;
	margin-right: 40px;
}

.wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto -250px;
	text-align: left;
}

.header {
	height: 150px;
	margin: 0 0 0px;
	background-position: 0px 23px;
}

.titleimage {
	padding-top:28px;
	padding-bottom:30px;
	
}


#footer {
	border:none;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
	
}

#flashContainer {
	width:950px;
	margin-top:16px;
	min-height:300px;
}

.form_style {
	font-size: 12px;
	font-family: Helvetica, Arial, "Sans-serif";
	color:#9d9b9c;
	background-color: #353132;
	border: 1px solid #453F41;
	padding:8px;
}

.button_style {
	font-size: 12px;
	font-family: Helvetica, Arial, "Sans-serif";
	color:#f3f3f3;
	background-color: #353132;
	border: 1px solid #453F41;
	padding:5px;
}

.textarea {
	width: 355px;
	font-family: Helvetica, Arial, "Sans-serif";
	font-size: 12px;
	color:#9d9b9c;
	background-color: #353132;
	border: 1px solid #453F41;	
	padding:8px;
}

p#success {
	color: #38ab4b;	
}
		
p#bademail, p#badserver {
	color: #D52828;
}
