@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
}
.content {
	margin: auto;
	clear: both;
	width: 1000px;
}
#header .content {
	height: 130px;
}
#menu {
	background-color: #069;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	height: 40px;
	background-image: url(menu_bg.jpg);
	background-repeat: repeat-x;
}
#header .content #logo {
	float: left;
}
#header .content #social {
	float: right;
	text-align: right;
	padding-top: 7px;
}
#header .content #social #email_us {
	font-family: Tahoma, Geneva, sans-serif;
	color: #036;
	font-size: 15px;
	display: block;
	padding-top: 5px;
}
#header .content #social #email_us a {
	color: #036;
}
#header .content #social #email_us a:hover {
	color: #600;
}
#header .content #social #phone_number {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #036;
	font-size: 23px;
	text-align: right;
}

#menu .content {
	height: 40px;
}
#menu .content a {
	height: 40px;
	text-align: center;
	display: block;
	float: left;
	line-height: 40px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Tahoma, Verdana, Arial;
	color: #FFF;
	background-image: url(groove.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#menu .content a:hover {
	background-color: #069;
}

#mainbody {
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: auto;
}
#mainbody .content #sub_col {
	width: 300px;
	float: right;
}

#mainbody .content #main_col {
	width: 680px;
	float: left;
}
#header {
	background-color: #F4F4F4;
}
#footer {
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
	padding-top: 25px;
	overflow: auto;
	padding-bottom: 25px;
	margin: 0px;
}
#footer .content {
	background-color: #F4F4F4;
	border: 1px solid #CCC;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	overflow: auto;
}
#footer .content .col {
	float: left;
	width: 250px;
	margin: 15px;
}
#email_box {
	background-color: #EBEBEB;
	border: 1px solid #999;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	background-image: url(box_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.border_box {
	background-color: #EBEBEB;
	border: 1px solid #999;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	padding: 8px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 250px;
	background-image: url(box_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.border_box_300 {
	background-color: #EBEBEB;
	border: 1px solid #999;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	padding: 8px;
	width: 270px;
	overflow: auto;
	background-image: url(box_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.border_box_100pc {
	background-color: #EBEBEB;
	border: 1px solid #999;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	padding: 8px;
	width: 645px;
	overflow: auto;
	background-image: url(box_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 15px;
}



#email_box input, #email_box select , #email_box textarea{
	width: 180px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #999;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 7px;
	margin-left: 2px;
}
#email_box textarea {
	height: 120px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #036;
	margin: 0px;
	padding: 0px;
}
p , .table_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.portfolio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border: 1px solid #666;
	margin: 0px;
	padding: 5px;
}

p.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 27px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
ul.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	line-height: 27px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}




h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #036;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
}
h4 a {
	color: #660000;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #660000;
}
h4 a:hover {
	color: #333;
	border-bottom-color: #333;
}
#client_login input {
	border: 1px solid #999;
	width: 150px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 1px;
}

h5 {
	font-family: Calibri, Verdana, Arial;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.profile {
	clear: both;
	width: 600px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 8px;
	background-color: #F4F4F4;
	border: 1px solid #999;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #660000;
	margin: 0px;
	padding: 0px;
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}
a {
	outline:none;
	color: #006;
}
a:hover {
	color: #660000;
}


/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 100px;
	top: 2px;
	visibility: hidden;
	line-height: 25px;
	z-index: 100; /* default width for menu */
	font-family: Calibri, Verdana, Arial;
	font-size: 17pt;
	color: #FFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #006;
}

.anylinkmenu ul{
	
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
	display: block;
	text-indent: 3px;
	text-decoration: none;
	text-indent: 5px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 30px;
	background-color: #006496;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.anylinkmenu a:hover{ /*hover background color*/
	background-color: #003A6C;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}




/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
#like_box {
	height: 75px;
	overflow: hidden;
}

