/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	background-image: url(../images/main-bg-new-blue.jpg);
	background-repeat: repeat-y;
	color: #333333;
	background-attachment: fixed;
	background-color: #8FCC61;
	background-position: center top;
}
a:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #8CDF1F;
	text-decoration: none;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}

.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066CC;
	text-decoration: none;
}
.footer:visited {
	color: #0066CC;
	text-decoration: none;
}
.footer:hover {
	color: #00CC00;
	text-decoration: none;
}
.footer:active {
	color: #0066CC;
	text-decoration: none;
}
.Heading {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #990000;
	text-decoration: none;
}
.Heading2{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
.table {
	border: 1px solid #CCCCCC;
	background-repeat: repeat-x;
}

h1 {
	font-size: 24px;
	color: #678B3F;
}
h2 {
	font-size: 20px;
	color: #FF3300;
}
h3 {
	font-size: 18px;
}

.imageborder {
	border: 4px solid #E5FEBC;
	background-repeat: repeat-x;
	margin: 1px;
	padding: 2px;
}

.roundedcorner {
	border: 4px solid #FF3300;
	background-repeat: repeat-x;
	/* -moz-border-radius: 10px;
 	-webkit-border-radius: 10px; */
	border-radius: 10px; /*really large border radius to create round borders*/

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FF3300;


}
.Heading-bg {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF3300;
}
.roundedcorner-blue {
	border: 4px solid #FBB313;
	background-repeat: repeat-x;
	/* -moz-border-radius: 10px;
 	-webkit-border-radius: 10px; */
	border-radius: 10px; /*really large border radius to create round borders*/

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FBB313;
}
.Heading-bgblue {

	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FBB313;
}
.roundedcorner-main {


	border: 1px solid #E5DD78;
	/* -moz-border-radius: 10px;
 	-webkit-border-radius: 10px; */
	border-radius: 15px; /*really large border radius to create round borders*/
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.roundedcorner-logos {



	border: 2px solid #f2f2f2;
	background-image: url(../images/bottom_bg.gif);
	background-repeat: repeat-x;
	/* -moz-border-radius: 10px;
 	-webkit-border-radius: 10px; */
	border-radius: 5px; /*really large border radius to create round borders*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Heading-sub {

	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
.gray {

	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.red {
	color: #FF3300;
}



.circlemenu{
width: 100%;
overflow:hidden;
}

.circlemenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /* "left", "center", or "right" align menu */
text-transform: uppercase;
}

.circlemenu li{
display: inline;
margin: 0;
}

.circlemenu li a{
	display:inline-block;
	text-align:center;
	text-decoration: none;
	color: white;
	margin: 0;
	margin-right:0px; /*right spacing between each link */
	width:167px;
	height:40px;
	border-radius: 10px 10px 0px 0px; /*really large border radius to create round borders*/
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
	background-color: #006600;
}

.circlemenu a span{
position:relative;
top:30%;
}

.circlemenu li a:visited{
color: white;
}

.circlemenu a:hover{
	background-color: #990000;
}



/* Left Nav */


.markermenu{
	width: 200px;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #F2F2F2;
}

.markermenu ul li a{
	color: #333333;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	background-image: url(../images/arrow-list.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	word-spacing: normal;
	font-variant: normal;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	font-weight: normal;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 172px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #666666;
}

.markermenu ul li a:hover{
color: #FFFFFF;
background-color: #ED1B24;
background-image:url(../images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */



#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
	margin:0;
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

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

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
}
