@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#home {	
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}

#other {	
	background-image: url(../images/bg1.png);
	background-repeat: repeat-x;
}

#container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#logo {
	float: left;
	margin-top: 100px;
}

#head_right {
	float: right;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6BBC45;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#head_right_top {
	background-image: url(../images/bg_client_login.png);
	width: 320px;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66B441;
	font-weight: bold;
	padding: 9px 0px 0px 10px;

}

#head_right_bot {
	width: 330px;
	height: 41px;
	text-align: right;
	margin-top: 125px;
}

#nav {
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	height: 24px;
}

#nav a {
	margin-right: 35px;
	text-decoration: none;
	color: #66B441;
}

#nav a:hover {
	margin-right: 35px;
	text-decoration: none;
	color: #666;
}

form {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}

.inputtext {
	background-color: #FFF;
	border: #66B441 thin solid;
	height: 16px;
	width: 87px;
	padding: 4px 0px 0px 3px;
	font-size: 11px;
	margin-right: 3px;
}
.inputbut {
	background-color: #66B441;
	border: #5DA53B thin solid;
	height: 23px;
	width: 28px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	margin: 0px 3px 0px 2px;
	color: #FFF;
	font-weight: bold;
}

#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#pageContent {
	padding: 0px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 1.6;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/bg_foot.jpg);
	background-repeat: repeat-x;
}

#footer .link:link, #footer .link:visited {
	color: #FFF;
	text-decoration:none;
	font-weight: normal;
}
#footer .link:hover {
	color: #CCC;
	text-decoration:underline;
	font-weight: normal;
}
	
	
	
#footercontent {
	width: 900px;
	margin: 0px auto 0px auto;
	font-size: 12px;
	padding: 30px 20px 30px 20px;
	text-align: left;
}
#footleft {
	width: 450px;
	float: left;
}
#footright {
	width: 370px;
	padding: 8px;
	float: left;
	margin-left: 60px;
	background-image: url(../images/bg_quickcontact.jpg);
	background-repeat: no-repeat;
}
.foottable {
	color: #FFF;
}

h1 {
	color: #6BBC45;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-left: 5px;
}

h2 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}


.blog_content {
	width: 270px;
	float: left;
	font-size: 14px;
	line-height: 1.8;
	margin-left: 10px;
	margin-right: 15px;
}

.blog_content_1 {
	background-image: url(../images/bg_blog_content.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.textfield {
	border: #999 1px solid;
	width: 165px;
}

.textarea {
	border: #999 1px solid;
	width: 342px;
}

.portpic {
	float: left;
	margin: 4px;
	padding: 6px;
	background-color: #62AE3F;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}


a.twitpic {
	display: block;
	width: 35px;
	height: 35px;
	text-decoration: none;
	background: url(/blog/wp-content/themes/branchmedia/images/twitpic.jpg);
}

a.twitpic:hover {
	background-position: -35px 0;
}

a.facepic {
	display: block;
	width: 35px;
	height: 35px;
	text-decoration: none;
	background: url(/blog/wp-content/themes/branchmedia/images/facepic.jpg);
}

a.facepic:hover {
	background-position: -35px 0;
}

a.rsspic {
	display: block;
	width: 35px;
	height: 35px;
	text-decoration: none;
	background: url(/blog/wp-content/themes/branchmedia/images/rsspic.jpg);
}

a.rsspic:hover {
	background-position: -35px 0;
}

a.youpic {
	display: block;
	width: 35px;
	height: 35px;
	text-decoration: none;
	background: url(/blog/wp-content/themes/branchmedia/images/youpic.jpg);
}

a.youpic:hover {
	background-position: -35px 0;
}

a.inpic {
	display: block;
	width: 35px;
	height: 35px;
	text-decoration: none;
	background: url(/blog/wp-content/themes/branchmedia/images/inpic.jpg);
}

a.inpic:hover {
	background-position: -35px 0;
}

a.flicpic {
	display: block;
	width: 35px;
	height: 35px;
	text-decoration: none;
	background: url(/blog/wp-content/themes/branchmedia/images/flicpic.jpg);
}
a.flicpic:hover {
	background-position: -35px 0;
}