/*
CSS for Ger crotty
*/



body	{
	background: #002836;
	font-family: Verdana, Helvetiva, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

h1	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #286165;
	margin: 0;
	font-size: 15pt;
}

h2	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #701214;
	font-size: 35pt;
}

p	{
	font-weight: normal;
	color: #000000;
}

li	{
	font-weight: normal;
	color: #000000;
}
	
table	{
	border-collapse: collapse;
	border: 1px solid black;
}

th	{
	border: 1px solid black;
	text-align: left;
	background: #701214;
	color: white;
	padding: 0.2em;
}

td	{
	border: 1px solid black;
	padding: 0.2em;
}

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

a:visited	{
	text-decoration: none;
	color: #0077a9;
}
	
a:hover	{
	text-decoration: none;
	color: #86ddff;
}

a:active	{
	text-decoration: none;
	color: #0ba200;
}

#header	{
	width: 100%;
	height: 175px;
	position: absolute;
	background: #003118 url(http://gercrotty.com/images/siteheader.jpg) no-repeat;
		
}

	

#tagline p	{
	font-size: small;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	border-top: 4px solid #008aff;
	border-bottom: 4px solid #008aff;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 15px;
	
}

#navigation	{
	position: absolute;
	border-top: 3px solid #03464B;
	border-bottom: 3px solid #03464B;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	top: 174px;
	width: 100%;
}

#bodycontent	{
	position: absolute;
	top: 280px;
	left: 246px;
	right: 246PX;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 20%;
	padding-right: 30px;
	padding-left: 30px;
}


#icon	{
	position: absolute;
	top: 287px;
	left: 40px;
	width: 150px;
	height: 150px;
	background-image: url(http://gercrotty.com/images/rhinowebicon.png);
}

#sidebar	{
	position: absolute;
	top: 487px;
	left: 40px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
	
#iconic	{
	position: absolute;
	top: 287px;
	right: 40px;
	width: 150px;
	height: 172px;
	text-decoration: none;
	margin: none;
	
}
	
#map	{
	position: absolute;
	top: 350px;
	left: 300px;
}
	
#address	{
	position: absolute;
	top: 350px;
	left: 850px;
}

.picture	{
	float: right;
	margin: 5px;
}

.feature	{
	font-size: 17pt;
	font-weight: bold;
	color : #FFFFFF;
}

.mainpage	{
	float: center;
	padding-top: 100px;
}
