/* LiquidDecorations.com */

/****** Body ******/

body,
td {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

body {
	margin: 0;
	padding: 0 0 36px 0;
	
	background-color: #ffffff;
	color: #000000;
}


a, a:link {
	color: #0114BC;
	color: #0171BB;
}

a:visited {
	color: #4C01BC;
}

a:active, a:hover {
	color: #BC0114;
}



p {
	margin: 0 0 12px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 12px 0;
	color: #000000; 
	font-weight: normal;
}

h1 {
	color: #0171BB;
	font-size: 24px; 
	font-weight: normal;
	margin-top: 48px;
}

h2 {
	color: #0171BB;
	font-size: 18px; 
	margin-top: 24px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
}

h5 {
	font-style: italic;
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

h1 strong,
h2 strong {
	color: #000;
}



/****** Common ******/

#header-above .content,
#header .content,
#header-below .content,
#main,
#footer .content {
	width: 900px;
	margin: 0 auto;
}



/****** Header ******/

#header-above,
#header-below {
	background: #0171BB;
	color: #ccc;
	font-weight: #bold;
	
	text-align: right;
}

#header-above a,
#header-below a {
	color: #fff;
}


#header-above {
	height: 6px;
	border-bottom: 1px solid #fff;
}

#header {
	background: #AEBECD;
}

#header-below {
	border-top: 1px solid #fff;
}


#header .content {
	background: url(images/skyline.jpg);
	height: 190px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	
	padding: 12px 24px;
	width: 852px;
	height: 166px;
}

#header .content a,
#header .content a:link {
	color: #000;
	font-size: 24px;
	text-decoration: none;
}

#header .content a:hover {
	color: #0171BB;
	text-decoration: underline;
}

#header-below .content {
	font-size: 12px;
	padding: 6px 24px;
	width: 852px;
}

#header-below .content a {
	text-decoration: none;
}

#header-below .content a:hover {
	color: #fae5a5;
	text-decoration: none;
}



/****** Navigation-Content Common ******/

#content,
#navigation {
	float: left;
}

#navigation {
	width: 148px;
}
#content {
	/*width: 752px;*/
	width: 704px;
}



/****** Navigation ******/

#navigation {
	background: #AEBECD;
	text-align: center;
}


#navigation div.item {
	margin: 12px 0 36px 0;
}
#navigation div.item:first-child {
	margin-top: 24px;
}
#navigation div.item:last-child {
	margin-bottom: 36px;
}

#navigation div.item .image img {
	border: 1px solid #000000;
}

#navigation div.item span.image,
#navigation div.item span.text {
	display: block;
	float: none;
}

#navigation div.item span.text {
	margin-top: 6px;
	font-weight: bold;
}

#navigation div.item a span.text {
	color: #000;
}
#navigation div.item a:hover span.image img {
	border-color: #BC0114;
	border-color: #0171BB;
}
#navigation div.item a:hover span.text {
	color: #BC0114;
	color: #0171BB;
}



/****** Content ******/

#content {
	padding: 24px;
}

#content h1:first-child,
#content h1.top {
	margin-top: 0;
}

#content #right {
	width: 250px;
	float: right;
	margin: 0 0 12px 12px;
}

#content #right img {
	border: 1px solid #000000;
}



#content #contact {
	background: #fae5a5;
	border: 1px solid #D8CEB1;
	border: 1px solid #CCC6B5;
	
	margin-top: 18px;
	padding: 12px;
	text-align: center;
	font-size: 18px;
}

/* Whe #contact is a child of #content, not #right */
#content > #contact {
	margin-top: 36px;
	width: 405px;
}

#content #contact a {
	color: #0171BB;
}

#content #contact a:hover {
	color: #BC0114;
}

#content #contact .small {
	font-size: 10px;
}


/****** Footer ******/

#footer {
	clear:both;
	color: #CCC;
	font-size: 11px;
	padding: 24px;
	text-align: center;
}

#footer a {
	color: #A3CBE6;
}

#footer a:visited {
	color: #BEA3E7;
}

#footer a:hover {
	color: #0114BC;
	color: #0171BB;
}

#footer a:visited:hover {
	color: #4C01BC;
}

