@import url('../brains/reset.css');
@import url('../brains/text.css');
@import url('../brains/sifr.css');
@import url('../brains/form.css');
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	background-color: #FFF;
}
.wrapper {
	width: 100%;
	height: 100%;
}
#band {
	height: 84px;
	width: 100%;
	background-image: url(../images/nav_bar_ekg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #56001b;
	margin-top: 30px;
}
#content {
	width: 1000px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 100px;
	width: 100%;
}

#welcome_words {
	color: #bf4e71;
	padding-top: 40px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 50%;
}
#sidebar img:hover {
	opacity: 0.75;
}



#details {
	width: 350px;
	height: 76px;
	margin-top: 20px;
	margin-bottom: 10px;
}
img {border:none}
/*this sets the formatting for all paragraph text*/ 

/*this sets the border for a specific style */ 

#logo {
	height: 246px;
	width: 252px;
	position: absolute;
	top: 40px;
	z-index: 2;
	float: left;
}
#logo_words {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


.socialNetworks {
	height: 20px;
	width: 100px;
	margin-top: 0px;
	color: #333;
	padding-top: 3px;
}
.socialNetworks a {
	height: 20px;
	width: 53px;
	margin-top: 0px;
	color: #333;
	padding-top: 3px;
	background-image: url(../images/twitterfun.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.socialNetworks a:hover {
	height: 20px;
	width: 53px;
	margin-top: 0px;
	color: #FFF;
	padding-top: 3px;
	text-decoration: none;
	padding-left: 25px;
	background-image: url(../images/twitterfun.png);
	background-repeat: no-repeat;
	background-position: -76px 0;
}
#boot {
	clear: both;
	width: 100%;
	height: 150px;
	font-size: 10px;
	color: #404a47;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 30px;
	background-image: url(../images/devider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	overflow: visible;
}

.wrapper #logo_words #lGo {
	padding-left: 50px;
}
.wrapper #outer #content #welcome_words ul {
	list-style-type: none;
}
.wrapper #outer #content #welcome_words ul li {
	display: inline;
	width: 5px;
	padding-left: 0em;
	padding-right: 1em;
}
.wrapper #outer #boot a {
	color: #F00;
	text-decoration: none;
}


#footer {
	font-size: 1.2em; 
	
	margin-top: 30px; 
	padding-top: 20px; 
	padding-bottom: 20px; 
	overflow: hidden; 
	border-top: 2px solid #1e956c; 

}

#footer p {
	color:	#a5bf8d;}



#footer ul {
	list-style: none; 
	margin-left: 0; 
}

#footer ul li a {
	text-decoration: none; 
	color: #fff; 
}

#copyright {
	float: right;
	text-align: right;  
	width: 20%; 
}


#sidebar {
	float: right;
	width: 35%;
	padding-top: 25px;
	padding-right: 1%;
	padding-bottom: 25px;
	padding-left: 3%;
	background-image: url(../images/line_2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
}


#sidebar ul {
	list-style: none; 
	margin-left: 20px; 
}

#sidebar ul li {
	font-size: 1.2em; 
}

#sidebar ul li a {
	text-decoration: none;
	color: #525254; 
}
#sidebar_more {
	float: right;
	width: 100%;
	padding-top: 25px;
	padding-right: 1%;
	padding-bottom: 25px;
	padding-left: 3%;
}


#sidebar_more ul {
	list-style: none; 
	margin-left: 20px; 
}

#sidebar_more ul li {
	font-size: 1.2em; 
}

#sidebar_more ul li a {
	text-decoration: none;
	color: #525254; 
}
#sidebar_more ul li a:hover {
	text-decoration: none;
	color: #f00;
}

#outer {
	background-image: url(../images/tentacles_ekg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.grid_4 {
	float: left;
	width: 100%;
}

.image_holdr {
	float: left;
	width: 250px;
	text-align: left;
}
.grid_4.prefix_3 {
	width: 500px;
	float: left;
}
ul.contact {
margin-top: 23px;
}

ul.contact li {
margin-top: 20px;
}
.button_top {
	color: #FF0070;
}
