/* Screen layout: 

COLORS

Med. Blue 	#003366
Lt. Blue	#2266cc - link
Med. Green 	#336600 - head
Orange		#ff9933

*/

body{
	margin:0;
	padding:10px 0;
	font:100% Tahoma, Arial, Helvetica, sans-serif;
	background:#003366 url(images/bg_body.jpg) repeat-x fixed;
	color:#333333;
}

/*Text/Link Styles*/

a{
	text-decoration:none;
	background-color:inherit;
	color:#3366cc;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:0;
}

h1{
	font-size:1em;
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1.4em;
	}

h2{
	font-size:1.3em;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 1.3em;
	margin:8px 0px;
	padding:0;
}

h3{
	margin:5px 0 8px 0;
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3em;
	color: #336600;
}

h4{
	margin:5px 0 8px 0;
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3em;
	color: #003366;
}

h5{
	font-size:0.9em;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	line-height: 1.3em;
	margin:8px 0px;
	padding:0;
}


h6{
	font-size:0.9em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1.4em;
	}



ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: -5px;
}


p{
	margin:0 0 10px 0;
	line-height:1.4em;
	font-size: 0.8em;
}

/*Layout Styles - Main Content*/

#thetop{
	margin:0;
}

#container{
	width:750px;
	margin:0 auto;
	padding:20px 20px 0 10px;
	background:#FFFFFF url(images/bg_container.jpg) no-repeat;
	color:#222;
}

#left{
	float:left;
	width:290px;
	margin:160px 20px 0 0;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(images/bg_left.jpg);
/*	line-height:1.3em;
*/}

#nav_container{
	width:280px;
	margin:0 0 20px;
	padding:0;
	border-top: thick ridge #666666;
	background-color: #FFFFFF;
}
#testimonial {
	padding: 0px 20px 10px 20px;
}

#clientlist {
	padding: 10px 10px 5px 20px;
}

#right{
	width:430px;
	float:right;
	margin-top:50px;
}

#image{
	width:420px;
	margin:0;
	padding:0;
	background:#ffffff;
	border:2px solid #cccccc;
	text-align:center;
	color:#666666;
	overflow:auto;
}

/* Footer */

#footer{
	margin:0 auto 20px auto;
	width:780px;
	background:#FFFFFF url(images/bg_footer.png) no-repeat left bottom;
	padding:0 0 5px 0;
	font-size:0.9em;
	color:#888;
	text-align:center;
}

/* Style Classes */

.clear{
	clear:both;
	margin:0;
}

.sidelink{
	display:block;
	width:220px;
	margin:3px 10px 2px 0;
	padding:7px 0 7px 60px;
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
	background:#FFFFFF url(images/menu-up.png) no-repeat;
	color:#003366;
	border-bottom:1px solid #bbb;
}

.sidelink:active{
	display:block;
	width:220px;
	margin:3px 10px 2px 0;
	padding:7px 0 7px 60px;
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
	background:#FFFFFF url(images/menu-up.png) no-repeat;
	color:#003366;
	border-bottom:1px solid #bbb;
}
.sidelink:hover{
	background:#FFFFFF url(images/menu-over.png) no-repeat;
	color:#3366CC;
	border-bottom:1px solid #888;
	text-decoration:none;
}

.headerstyle{
	background:#ffffff url(images/bg_h1.jpg) no-repeat;
	border-bottom: 2px solid #666666;
	padding:0px 0 5px 0;
	margin:5px 0 15px 0;
	text-indent: 20px;
}


.headerstyle_blue {
	background:#003366 url(images/bg_h6.jpg) no-repeat;
	padding:0px 0 5px 0;
	margin:5px 0 5px 0;
	text-indent: 20px;
}

.bullets {
	padding-bottom: 10px;
}

/*.bullets_bold {
	padding-bottom: 10px;
	font-weight: bold;
}

*/

.credit{
	font-size: 0.7em;
	font-style: italic;
	line-height: normal;
}

.image_border {
	border: 2px solid #cccccc;
	padding: 2px;
}

.right_italic {
	text-align:right;
	font-style: italic;
	padding: 0 0px 15px 0;
	margin: -5px 0 0 0;
}

.red {
	color: #FF0000;
}

/*Not in Use

.right{
	text-align:right;
}

.internallink{
	font-size:0.9em;
	text-align:center;
}

.block{
	padding:20px;
	background:#eee;
	color:#222;
	border:2px solid #ddd;
}

.hide{
	display:none;
}

*/

.pad10-10-5-20 {
	padding: 10px 10px 5px 20px;
}
.bullet_tight {
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}


.image_border_float-left {
	border: 2px solid #cccccc;
	padding: 2px;
	float: left;
	margin: 0px 20px 0px 0px;
}

.orange {
	color: #FF9933;
}
