/*
Presence Coachinh Sitewide CSS
*/

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


html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #fbfbfb;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	font-size: 11px;
	line-height: 1.6em;
}

#container {
	min-height:100%;
	position:relative;
}

#header {
	background-color: #7e0b6e;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 80px;
}

a {
	color: #7E0B6E;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #7E0B6E;
}


a:hover {
	text-decoration: underline;
}

.skipcontent {
	display: none;
}


#logo {
	float: right;
	height: 58px;
	width: 700px;
	text-align: right;
	display: block;
}

#body {
	padding-bottom:30px;   /* Height of the footer */
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}


#leftcol {
	width: 160px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	display: inline;
}


#menu a, #menu a:visited {
	position:relative;
	text-decoration:none;
	text-align:left;
	color:#494949;
	display:block;
	width:150px;
	padding:0.25em;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	font-size: 11px;
  }

#menu a:hover {
	color:#fff;
	background-color: #7E0B6E;
  }


#rightcol {
	width: 480px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	text-align: left;
	padding-bottom: 30px;
}



#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	background-color: #000000;
	color: #999999;
	font-size: 10px;
}
  
#footerholder {
	width:720px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	color:#494949;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #494949;
	padding-bottom: 20px;
}
h1 {
	color: #7E0B6E;
	font-weight: normal;
	font-size: 19px;
}
.mainimg {
	border: 1px solid #000000;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 20px;
}


#breaker {
	font-size: 0px;
	clear: both;
	width: 100%;
	height: 0px;
 }
 
 
 #footer a:hover {
	color: #FFFFFF;
}


#copyright {
	width: 500px;
	text-align: left;
	float: left;
	padding-top: 5px;
}

#basestation {
	float: right;
	width: 220px;
	text-align: right;
	padding-top: 5px;
  }
#footer a {
	color: #999999;
	text-decoration: none;
}
h2 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
blockquote {
	color: #000000;
	font-weight: normal;
}
