/* Generic Selectors */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #ECECEC;	/* grey background margin: 0 0 0 0; top right bottom left*/
}

p {
	width: 90%;
}

li {
	list-style-type: disc;
	line-height: 100%;
	
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF; /* white for the top heading */
	line-height:50%;
}
h4 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC; /* grey for the second line */
	text-indent:60px;
	line-height:50%;
}
h5 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC; /* grey for the footer */
	text-align: right;
	line-height:50%;
}
/*************************  ID's *************************/

 
#wrapper {
	width: 880px;
	background: silver;
	margin: 0 auto;
}
 
#header {
	color: white;
	background-image: url(images/blue.gif);
	padding: 10px 10px 5px 60px;
}
 
#column-left {
	width: 300px;
	float: left;
	padding: 10px;
	background-color: #f2f7f3; /*light grey */
}
 
#column-center {
	width: 300px;
	float: left;
	padding: 10px;
	background-color: #f9fbf9; /* another light grey */
}
 
#column-right {
	width: 220px;
	float: left;
	padding: 10px;
	background-color: #f2f7f3; /*light grey */
}
#column-left-2 {
	width: 620px;
	float: left;
	padding: 10px;
	background-color: #f9fbf9; /*center light grey */
}
#cookie-crumbs {
	width: 100%;
	padding: 0 5px 0 10px;
}
 
#footer {
	clear: both;
	background-image: url(images/blue.gif);
	padding: 10px 10px 5px 60px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu2{
	padding: 0;
	width: 100%;
	border-top: 5px solid #459ccc; /*Blue color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*blue color theme*/ 
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #459ccc; /*blue color theme*/ 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #459ccc; /*blue color theme*/ 
color: white;
border-color: #0640ab; /*blue color theme*/ 
}

/*************************  Pseudo classes *************************/
a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
color: rgb(0, 96, 255);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;

}  
a:active { 
color: rgb(255, 0, 102);
font-weight: bold; 
} 



















