﻿/*Aquacube CSS v3.0*/
/*
  Color Scheme
  ------------
  Light Blue  #A3C4E7;
  Dark Blue #4F9AD6;
  */

body
{
	background: #F4F4F4 url(../images/background.jpg) repeat-x top center;
	font-family: segoe ui, calibri, verdana, verdana, sans serif;
	color: #4592d0;
	font-size: 100%;
	margin: auto;
	padding: 0;
	width: 800px;
}

a
{
	color: #4592d0;
	text-decoration: none;
}

a:visited
{
	color: #546982;
}


blockquote
{
	padding: 0px 150px 15px 15px;
	font-style: italic;
	color: #aaaaaa;
	font-size: 90%;
	text-align: justify;
}
/* end of elements */


/* header- contains image and navigation items*/
#header
{
	background: #fff url(../images/header.png) no-repeat top left;
	height: 130px;
}



#fixedwrapper
{
	margin: 0px 10px 0px 10px;
	width: 800px;
	background-color: #ffffff;
}


#contentwrapper
{
	float: left;
	padding: 8px;

}


/* parent div for all content on rhs */
#sidebar
{
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0;
	border-top: 1px dotted #aaa;
	width: 210px;
}


/* main content div */
#content
{
	margin: 10px 20px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-top: 1px dotted #aaa;
	width: 550px;
	float: left;
}

#content h1
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 130%;
	font-weight: 400;
	letter-spacing: -0.075em;
	color: #4592d0;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 5px 0px;
}

#content h2
{

	font-family: Verdana, Tahoma, Arial;
	font-size: 130%;
	font-weight: 400;
	letter-spacing: -0.075em;
	color: #4592d0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#content p
{
	font-family: Verdana, Tahoma, Arial;
	color: #999999;
	font-weight: lighter;
	line-height: 1.4em;
	text-align: left;
	width: 440px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -0.08em;
}

#content img
{
	float: right;
}



/* Second class content- 80% font size */
#secondarycontent
{
	padding: 10px 0px 0px 0px;
	font-size: 80%;
}

#secondarycontent ul
{
	color: #999999;
	list-style-type: square;
	list-style-position: outside;
	margin: 0px 0px 20px 30px;
	width: 400px;
}
#secondarycontent li
{
	margin: 0px 0px 3px 0px;
}



/* footer composite div (contains footerNavMenu and footerLegal) */
#footer
{
	border-top: 1px solid #aaaddd;
	margin: 30px 10px 0px 10px;
	font-size: 60%;
	color: #aaaddd;
	clear: both;
}
#footer a
{
	color: #999999;
}
#footer a:hover
{
	color: #555555;
}
#footer li
{
	display: inline;
}


/* Footer - navigation menu */
#footernavmenu
{
	float: left;
}

#footernavmenu li
{
	padding-right: 10px;
}


/* rhs of footer div - contains DRP Web Design logo */
#footerlegal
{
	float: right;
}
#footerlegal li
{
	padding-left: 10px;
}
#footerlegal img
{
	opacity: 0.3;
	filter: alpha(opacity=30);
}
#footerlegal img:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}


/* Social Networking / AddThis div*/
#socialnetworking
{
	opacity: 0.3;
	filter: alpha(opacity=30);
	width: 210px;
	font-size: 70%;
	margin: 18px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
}
#socialnetworking:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* Accessibility LINK TO CONTENT */
#skipToContent
{
	font-size: 40%;
	float: left;
	height: 0px;
	z-index: 2;
}
#skipToContent a
{
	color: #ffffff;
}


.subsection
{
	padding-top: 20px;
	padding-bottom: 20px;
}


/*Newsreel- small list on the rhs */
#newsreel
{
	width: 210px;
	font-size: 70%;
	margin: 18px 0px 50px 0px;
	padding-top: 10px;
	border-top: 1px dotted #aaa;
}

#newsreel ul
{
	list-style-position: inside;
	list-style-type: square;
}

#newsreel li
{
	color: #999999;
	margin: 0;
	padding: 0px 0px 15px 0px;
}

#newsreel li a
{
	font-family: Verdana, Tahoma, Arial;
	text-align: left;
	font-size: 100%;
	font-weight: 400;
	color: #4592d0;
}

#newsreel a
{
	font-family: Verdana, Tahoma, Arial;
	text-align: left;
	font-size: 100%;
	font-weight: 400;
	color: #4592d0;
}

#newsreel em
{
	font-weight: bold;
}



.newsitem
{
	margin: 0px 0px 15px 0px;
	width: 209px;
	background-position: top right;
	background-repeat: no-repeat;
}

.newsitem h3
{
	padding: 0;
	margin: 0;
}

.newsitem p
{
	font-family: Verdana, Tahoma, Arial;
	width: 100%;
	font-size: 90%;
	color: #999999;
	padding: 0px 0px 0px 0px;
}

.newsitem em
{
	color: #999;
}

