* {
	margin:0;
	padding:0;
}

/*--MISC CSS--*/
body {

	background:#ffffff;
	font-family: Trebuchet MS, sans-serif;
 	font-size: 14px;
}

img {
	border:none;
}

a {

	text-decoration:none;
	color: 1ba5df;

}

a:visited {

	text-decoration:none;
	color: 1ba5df;
}
a:hover {

	text-decoration:underline;

}

h3.error {

	margin-top: 130px;

}
/*--PAGE WRAPPER--*/

#wrapper {

	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}


/*--HEADER--*/

#header {

	width:900px;
	display:block;

}

#header #top_nav {
	
	background: #ffffff url('../images/banner_repeat.png');
	width: 900px;
	height:37px;

}

#header #top_nav #top_nav_buttons {

	margin-left:auto;
	margin-right: 0;
	width:425px;
}


#header #banner_logo {

	background: #ffffff url('../images/banner_design.png');
	width:900px;
	height:153px;

}

#header #top_divider {

	background: #ffffff url('../images/header_divider.png');
	width:900px;
	height:17px;

}

#main {
	width:900px;
	height:100%;
}

/*--LEFT CONTENT--*/

#left_content {

	width:210px;
	height:100%;
	float:left;
}


#left_content #navigation_menu {

	background: #d5dced;
	width:210px;	
	height:100%;
	float:left;

}


ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #4969b2;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #1f3852;
}

ul.menu li ul li a {
  background: #d5dced;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #3f46aa solid;
  padding-left: 15px;
}

/*--RIGHT CONTENT--*/

#right_content {

	width:689px;
	height: 100%;
	float:right;
}

/*--BREADCRUMBS MINI NAV--*/

#right_content #breadcrumb_menu {

	width:689px;
	height: 18px;
	background: url('../images/breadcrumbs_nav.png') no-repeat;
	background-position: right;
	font-size: 12px;
	color: #ffffff;
float:right;
}


/*--PAGE CONTENT + RIGHT INFO--*/


#right_content #content {

	width:679px;
	height: 100%;
	padding-left:10px;
	padding-top:40px;
	padding-right:15px;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height:1.5em;
}
#right_content #content h1 {
	color:#090;
	}
#right_content #content h2 {
	font: 1.8em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
	margin-left:18px;
	padding-right:15px;
	border-bottom: 1px solid #ccc;
	}
#right_content #content h3 {
	margin-left:18px;
	padding-right:15px;
	}
#right_content #content h4 { 
	border-bottom: 1px dotted #ccc;
	font: bold 1.3em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}
#right_content #content p { 
	line-height: 1.6em;
	margin-bottom: 1.0em;
	padding-left:20px;
	}

#right_content #content .subcontent { 
	line-height: 1.6em;
	margin-bottom: 1.0em;
	padding-left:30px;
	padding-top:15px;
	}
#right_content #content img { 
	border: 1px solid #eee;
	padding: 4px;
	margin-left: 20px;
	}
#right_content #content code { 
	background: #333;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 1.5em 1.5em 1.5em 20px;
	padding: 1.5em;
	font-size: 1.2em;
	}

#right_content #content code.inline {
	display: inline;
	background: none;
	color: #2c5f2b;
	margin: 0;
	padding: 0;
	font-size: 13px;
	white-space: normal;
}


#right_content #content ul {

	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:80px;
	width: 80%;
	text-align:justify;
	font-size: 1em;
	line-height:1.5em;
}

#right_content #content ul li
{
    	list-style-image: url(../images/arrow-right.png);
    	list-style-type: square;
    	list-style-position: outside;
}
#right_content #content .sublist {

	padding-top: 15px;
	padding-bottom: 15px;
	margin-left:40px;
	width: 100%;
	text-align:justify;
	font-size: 1em;
	line-height:1.5em;

}

#right_content #content .sublist li {
    	list-style-image: url(../images/arrow.gif);
    	list-style-type: none;
    	list-style-position: outside;
}

#right_content #content .clientlist {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left:60px;
	text-align:justify;
	font-size: 1em;
	line-height:1.5em;
}

#right_content #content .clientlist li {
	list-style:none;
}

#right_content #content .toplink {

	width:100%;
	padding-bottom:10px;
	text-align:right;
	margin-top:-5px;
}

/*--HOME PAGE SPECIFIC--*/

#home p {

	padding-bottom:10px;

}

#home .servicelist {
	margin-left:-10px;
	margin-top:-10px;
	list-style-image: url(../images/arrow-right.png);
}

#home ul li {
	padding-bottom:8px;
	font-size:14px;
}

/*--FOOTER--*/

#footer_wrapper {
	clear:both;
	position:relative;
	margin-bottom:15px;
	margin-right: 0px;
	width: 100%;
	padding-top:20px;
}

#footer_wrapper p {
	width: 900px;
	border-top: 2px solid #747474;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-top:10px;
}


/*--TEXT/PAGE STYLE ATTRIBUTES--*/

.nav li {
	display:inline;
	list-style:none;
}

.datetime {

	float:right;
	font-size: 12px;
	padding-right: 10px;
	color: #ffffff;

}

.splitlist ul {
  float: left;
  width: 48em;
  margin: 0;
  padding: 0;
  margin-left:0px;
}
 
.splitlist li {
  float: left;
  width: 23em;
  margin: 0;
  padding-right: 5px;
}

.spacer {

	height:40px;
	width:100%;
}

/*--Contact Form--*/

.contactcontainer {

	padding-top:20px;
	padding-left:100px;
}

#status {
	padding-left:30px;
}

/*--Form Elements--*/
.textinput{
	border:1px solid #333;
	padding:3px 5px;
	width:215px;
	background-color:#fff;
	color:#333;
	margin-right:5px;
	font: normal 11px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.recapatcha {
	margin-top:-5px;
	padding-bottom:15px;
	margin-left:17px;
	width:215px;
}

.button{
	color:#fff;
	cursor:pointer;
	background-color:#333;
	padding:2px 5px;
	border:1px solid #333;
	width:101px;
	font-size:16px;
}

.button:hover{
	color:#333;
	cursor:pointer;
	background-color:#fff;
}

textarea:hover, .textinput:hover{
	background-color:#f8f8f8;
}

textarea{
	width:408px;
	padding:3px 5px;
	border:1px solid #333;
	padding:3px 5px;
	height:155px;
	background-color:#fff;
	color:#333;
	font: normal 11px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
