>/* CSS Document */

body {
	background-color: #666666;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.style1 {
	color: #666666;
	font-size: 22px;
	line-height: 22px;
}

.style2 {
	color: #666666;
	font-size: 18px;
}

#container1 {
	width: 100%;
	height: 100%;
	background-color: #666;
	background-image: url(../images/bggradient.png);
	background-repeat: repeat-x;
	background-position: left top;

}

.main {
	background-color: #FFFFFF;
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}

#header {
	height: 50px;
	width: 780px;
	background-image: url(../images/headergrad.png);
	background-repeat: repeat-x;
}

#nav {
	background-color: #FFF;
	height: 35px;
	width: 780px;
}

#pic {
	height: 230px;
	width: 780px;
	background-color:#333333;
	overflow: hidden;
}

#picBar {
	height: 10px;
	width: 780px;
	background-image: url(../images/picbar.png);
	background-repeat: repeat-x;	
}

#text {
	background-color: #FFFFFF;
	height: auto;
	width: 450px;
	margin-top: 25px;
	margin-left: 45px;
	margin-bottom: 315px;
	font-size: 14px;
	line-height: 22px;
	overflow: visible;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 45px;
}

#text a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#text a:visited {
	color:#333333;
	text-decoration:none;
	border-bottom: 1px dotted;
}

#text a:hover {
	color:#333333;
	text-decoration:none;
	border-bottom: 2px solid;
}

#clientLogin {
	height: 143px;
	width: 200px;
	font-size: 12px;
	position: absolute;
	left: 561px;
	top: 349px;
}

#clientLogin a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#clientLogin a:visited {
	color:#333333;
	text-decoration:none;
	border-bottom: 1px dotted;
}

#clientLogin a:hover {
	color:#333333;
	text-decoration:none;
	border-bottom: 2px solid;
}

#facebook {
	height: 200px;
	width: 200px;
	position: absolute;
	left: 559px;
	top: 530px;
}

#mailchimp {
	height:150px;
	width:200px;
	position:absolute;
	left:559px;
	top:750px;
	float: right;
}


#footer {
	height: 48px;
	width: 780px;
	background-image: url(../images/footergrad.png);
	background-repeat: repeat-x;
}


#modernbricksmenu2{
padding: 0;
width: 780px;
border-top: 5px solid #60718D; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 55px; /*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;
}

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

#modernbricksmenu2 a:hover{
background-color: #60718D; /*Brown color theme*/ 
color: white;
border-color: #60718D;
border-top: 1px solid #FFFFFF;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #60718D; /*Brown color theme*/ 
color: white;
border-color: #60718D; /*Brown color theme*/ 
}




/*the bottom links*/

#modernbricksmenu3{
padding: 0;
width: 780px;
border-bottom: 5px solid #60718D; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu3 ul{
	margin-left: 30px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style-image: none;
	height: 43px;
}

#modernbricksmenu3 li{
display: inline;
margin: 0 1px 0 0;
padding: 0;

}

#modernbricksmenu3 a{
float: left;
display: block;
font: 15px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 13px 10px;
background-color: #556677; /*Brown color theme*/ 

}

#modernbricksmenu3 a:hover{
background-color: #60718D; /*Brown color theme*/ 
color: white;
border-color: #60718D;
}

#modernbricksmenu3 #current a{ /*currently selected tab*/
background-color: #60718D; /*Brown color theme*/ 
color: white;
border-color: #60718D; /*Brown color theme*/ 
}

#modernbricksmenu3 #current a:hover{
	text-decoration: none;
	color: #333333;
}

#sitemap {
	width: 780px;
	height: auto;
	font-size: 11px;
	background-color: #666666;
	color: #333333;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sitemap a:link {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#sitemap a:visited {
	color:#333333;
	text-decoration:none;
	border-bottom: 1px dotted;
}

#sitemap a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom: 1px solid;
}

