html {
    height: 101%;
    margin: 0;
    padding: 0;
	background-color: #252525;
}
body{
   color:#d7d9da;
   font-size:0.825em;
   background-color: #252525;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 15px;
   margin: 0;
   padding: 0;
}
input, select {
    border: 1px solid #ccc;
    border-bottom-color: #999;
    border-right-color: #999;
    font-family:"Arial" !important;
    font-size:14px !important; /* must stay at 14px */
    font-style:normal; 
    height: 25px;
    margin: 0;
    padding: 2px 2px 0 2px;
    vertical-align: top;
}
p{
   padding:8px;
   line-height: 140%;
   margin-top:8px;
   border:1px solid black;
}
#main{
    margin-left: auto;
    margin-right: auto;
	width:750px;
	background-color: #252525;
    padding:0;
}
div.home { 
    width: 734px; 
    background-color: #333333;
    text-align: center;
	border:1px solid black;
	padding:0;
	margin:0;
}
div.home p {
    background-color: #6e6e6e;
    height: 195px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
}
div.portfolio { 
    width: 734px; 
    background-color: #333333;
    text-align: center;
	border:1px solid black;
	padding:0;
	margin:0;
}
div.portfolio p {
    background-color: #6e6e6e;
    height: 220px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
}
div.contactus { 
    width: 734px; 
    background-color: #333333;
    text-align: center;
	border:1px solid black;
	padding:0;
	margin:0;
}
div.contactus form {
    background-color: #6e6e6e;
    height: 500px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
    text-align: center;
    line-height: 140%;
}
div.contactus a, div.contactus a:visited {
	color: #8dacd5; 
    text-decoration:none;
    border-bottom:1px dotted;
	outline:none;
}
div.blog  { 
    width: 734px; 
    background-color: #333333;
    text-align: center;
	border:1px solid black;
	padding:0;
	margin:0;
}
div.blog p {
    background-color: #6e6e6e;
    height: 180px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
}
div.sitemap  { 
    width: 734px; 
    background-color: #333333;
    text-align: center;
	border:1px solid black;
	padding:0;
	margin:0;
}
div.sitemap p {
    background-color: #6e6e6e;
    height: 180px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
}
div.aboutus  { 
    width: 734px; 
    background-color: #333333;
    text-align: center;
	border:1px solid black;
	padding:0;
	margin:0;
}
div.aboutus p {
    background-color: #6e6e6e;
    height: 340px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
}
div.services  { 
    width: 734px; 
    background-color: #333333;
    text-align: left;
	border:1px solid black;
	padding:0;
	margin:0;
}
div.services ul {
    background-color: #6e6e6e;
    height: 640px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
}
div.termsofuse { 
    width: 734px; 
    background-color: #333333;
    text-align: center;
	border:1px solid black;
	padding:0;
	margin:0;
}
div.termsofuse p {
    background-color: #6e6e6e;
    height: 6300px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
}
h1{
	background:#222222;
	border:1px solid black;
	font-size: 19px;
	font-weight:bold;
	padding:12px;
	margin: 0;
	text-align:center;
}
div.menubox  { 
    width: 100%; 
    background-color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	border:1px solid black;
	height: 72px;
	padding: 0px;
}
#menu {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
	height: 50px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#menu li {
    display: inline-block;
	width: 90px;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #666;
	font-weight: bold;
}
#menu li a:hover, #menu li.active a {
	color: #999; 
	background: #555; 
}
p a, p a:visited {
	color: #8dacd5; 
    text-decoration:none;
    border-bottom:1px dotted;
	outline:none;
}
p a:hover{
	text-decoration:underline;
    border-bottom:0px;
}
#menubar {
	bottom: 0; 
	left: 0; 
	background-color: #333333;
	border-top: 1px solid black;
	height: 25px;
	position: fixed;
	width: 100%;
	z-index: 1000;
	text-align: center;
	font-size: 13px;
	padding-top:4px;

}
.menublock {
	display:block
    text-align: center;

}
.menublock a, .menublock a:visited {
	color: #8dacd5; 
    text-decoration:none;
    border-bottom:1px dotted;
	outline:none;
}
a.button, span.button, del.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}

a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span{
    background-image:url(images/form_buttons.png);
    _background-image:url(form_buttons.gif);
}

a.button span, span.button button, span.button input, del.button span{
	
	white-space:nowrap;
	cursor:pointer;
    color:#222;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	width:128px;
	padding:8px 20px 0 10px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}

span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, 
html.safari del.button span{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus{
    outline:none;
}

del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}


span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}

/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/

/*Hover Style*/

a.button:hover, 
span.button:hover,
a.button:focus, 

a.dom-button-focus, 
span.button-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}

a.button:hover span, 
span.button:hover button, 
a.button:focus span, 

span.button-behavior-hover button, 
span.button-behavior-hover input{
	background-position:100% -60px;
}

a.button:active, a.button:focus span{
	color:#444;
}

del.button-behavior-hover, del.button:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}

del.button-behavior-hover span, del.button:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */
	
}