﻿/*site containers*/

.Background {
font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #413d33;
	background-color:#cccccc;
}

#GlobalContainer {
     width:850px;
     position:relative;
     top:10px;
     background:#fff;
}

/*TopArea */

#TopArea {
	width:850px;
	float:left;
}

#TopBar {
	width:850px;
	float:left;
	background:#c0272d;
	height:35px;
}


#SiteImageLogo {
	width:850px;
	float:left;
	height:215px;
	background:url(/concrete/themes/default/images/MainImageLogo.png);
	border-bottom:10px solid #cccccc;
}

/*MainArea */
#MainArea {
	width:850px;
	float:left;
	background:#fff;
}

#LeftColumn {
	width:175px;
	float:left;
	background:#c0272d;
	border-right:5px solid #ccc;
}

#RightColumn {
	width:670px;
	float:left;
}

#MainImage {
	width:670px;
	float:left;
}

#RightContent {
	width:640px;
	float:left;
	position:relative;
	left:15px;
	margin-top:15px;
}




/*menu*/
#Menu {
    width: 175px;
    float:left;
    position:relative;
    top:15px;
}

#Banner {
	width:175px;
	float:left;
	position:relative;
	top:15px;
	padding-bottom:150px;
}

/*end of column */

#Menu h1, .leftColumn h1 {
position:relative;
text-align:left;
text-indent:20px;
padding-bottom:15px;
}

/*Menu Settings */


#Menu ul {
	padding-top:0px;
	padding-bottom:25px;
	position:relative;
	width:175px;
	left:0px;
}

#Menu li {
font-size:12px;
text-align:left;
list-style:none;
width:175px;
position:relative;
display:block;
}



#Menu li a{
	position:relative;
	font-family:Verdana;
	display: block;
	vertical-align: middle;
	padding-top:5px;
	font-size: 11px;
	font-weight:800;
	color: #ffffff;
	text-align: left;
	padding-left: 25px;
	height: 25px;
	width: 150px;
	text-decoration:none;
}



#Menu li a:hover {
	text-decoration: none;
	color: #fff;
	background:#012b59;
}

#Menu .nav-selected, #Menu .nav-selected a:hover{
	color:#fff;
	font-weight: bold;
	background:url(/concrete/themes/default/images/active_underline.gif) no-repeat;
	background-position:inherit;
}

#Menu h3 {
font-size:28px;
font-family:Arial;
color:#fff;
padding-left:10px;

}

/*end of menu settings */

/*footer*/
#Footer {
	height:70px;
	float:left;
	width:850px;
	border-top:1px solid #555;
	background:#555;
}

#FooterContain {
	width:850px;
	position:relative;
	top:15px;
}


#Copyright {
	position:relative;}


#Copyright p {
color:#fff;
font-size:10px;
font-family:verdana;
text-align:left;
position:relative;
top:18px;
text-align:center;
}






