/*=============================== Standard Tags =================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #d4d5d7;
	background-image: url(../gfx/body_bg.png);
	background-repeat: repeat-x;	
	background-position: 0 -78px;
	height: 100%;
}


body {
	height: 100%;
	min-height: 550px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #505050;
	font-size: 11px;
	line-height: 18px;
	background-image: url(../gfx/ducks.png);
	background-repeat: no-repeat;
	background-position: 1030px 371px;
}

body {
	line-height: 22px;
}

strong {
	color: #ae0638;
}

h1,h2,h3,h4,p {
	margin: 10px 0;
}

h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

h2,h3,h4 {
	display: block;
	background-repeat: no-repeat;
	text-indent: -2000em;
}


li {
	margin-left: 15px;
}

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

a:hover, a:focus {
	text-decoration: underline;
	color: #f7a13a;
}

.cb { clear: both; }


/*=============================== Main Layout =================================*/


#wrapper {
	min-height: 575px;
	position: relative;
	min-width: 940px;
	max-width: 1024px;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */	

	border-right: 1px solid #ccc;
	background-color: #fff;
	background-image: url(../gfx/sidebar_bg.jpg);
	background-repeat: no-repeat;
	background-position: 80px 0;
}

#title {
	height: 171px;
	margin-left: 228px;
}

#title h1 {
	float: left;
	margin: 85px 0 0 44px;
	padding: 0;
}

#title h1 a {
	display: block;
	height: 79px; /* Don't forget print.css too */
	width: 273px; 
	text-indent: -2000em;
	overflow: hidden; /* IE */
	background: url(../gfx/logo.png) 0 0 no-repeat;
	outline: none;
}


/*=============================== Two Column =================================*/


#footer {
	position: absolute;
	background: url(../gfx/footer.png) 0 0 no-repeat;
	bottom: 0;
	height: 24px;
	width: 100%;
}

#main {
	height: 100%;
	margin-left: 80px;
}


#leftcol {
	height: 100%;
	width: 224px;
	float: left;
}


#container {
	margin-left: 228px;
}


#content {
	max-width: 350px;
	margin-right: 240px;
	padding: 20px 50px;
}

#sidebar {
	color: #999999;
	width: 225px;
	padding: 20px;
	float: right;
}

#randomfact {
	width: 375px;
	padding: 0 50px;
	color: #808080;
	font-size: 13px;
	letter-spacing: 0;
	clear: both;
	height: 120px;
}

#sidefact {
	color: #808080;
	font-size: 13px;
	margin-top: 30px;	
}

.moreservices {
	margin-left: 15px;
}


#sidebar ul {
	list-style-image: url(../gfx/bullet.png);
	line-height: 19px;
}

#sidebar ul li {
	margin-bottom: 6px;	
}



/*=============================== PNGenius =================================*/


#content h2 {
	width: 280px;
	height: 40px;
	color: #565656;
	font-size: 16px;	
	text-transform: uppercase;
	margin: 0;
}

#sidebar h3 {
	width: 160px;
	height: 20px;
	color: #565656;
	font-size: 11px;	
	margin: 0;
}

/*=============================== Navigation =================================*/

#nav {
	position: relative;
	width: 120px;
	top: 220px;
	left: 42px;
	background: #b10639;
	font-size: 12px;
	height: 100%;
}

#nav ul li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	line-height: 30px;
	text-align: right;
}

#nav ul li a {
	padding-right: 10px;
	border-right: 4px solid #b10639;
	display: block;
	color: white;
	text-decoration: none;
	outline: none;
}

#nav ul li a.selected {
	border-right: 4px solid #f7a13a;
	background: #b10639;
}

#nav ul li a:hover, #nav ul li a:focus {
	color: #f7a13a;
}


/*=============================== Content =================================*/

#googlemap {
	height: 350px;
	width: 375px;
	margin-top: 13px;
	border: 1px solid #ccc;
}

.gmap {
	color: #002143;
}

