/* CSS Document */
body{padding: 20px;
	background: #707883;
	color: #222;
	text-align: center;
    font: 85% 
	"Trebuchet MS",Arial,sans-serif}
	
a img {border:none;}
A:link {text-decoration: none; color: #213970;}
A:visited {text-decoration: none; color: #792079;}
A:active {text-decoration: none; color: #792079;}
A:hover {text-decoration: underline; color:#002455;}

h1,h2,p{margin: 0;padding: 0 10px;font-weight:normal}

p{padding: 0 10px 15px}

.small {font: 80% 
	"Trebuchet MS",Arial,sans-serif}

h1{font-size: 185%;color: #FFF;letter-spacing: 1px}

h2{font-size: 150%; color:#002455 }

#container{width:600px !important; width /**/:610px;
    margin: 0 auto;
	padding:5px;
	text-align:left;
	background:#FFF}

#header{
	padding-top: 120px;
	text-align:left;
	background-image: url(images/stock_image_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}

#content{float:left;
	width:362px;
	padding:10px 0;
	margin:5px 0;
	background: #fff}

#content p b {color: #778CCA}

#right{float:right;
	width:223px;
	padding:  0;
	margin: 5px 0;
}

#nav{
	width:223px;
	padding:10px 0;
	margin:5px 0;
	background: #778CCA}

#nav h2{font-size: 120%;color: #9E4A24}

#footer{clear:both;width:600px;background: url(images/background_image.jpg) repeat-x bottom;padding:5px 0;text-align:center}

#footer p {
padding-right: 10px;
font-size:10px;
text-align: right;
color: #999;}

#footer p a {color: #fff;} 

.services {
	margin-top: -5px;
	list-style-type: square;
}

#services_ol {
	margin-top: -5px;
	list-style-type: square;
}

/*navigation*/

#navcontainer { margin-top:10px; width: 160px;}
#navcontainer ul
{
margin-left: 0;
list-style-type: none;
font-family: "Trebuchet MS", Helvetica, sans-serif;
border-top: 1px dashed #fff;

}

#navcontainer li
{
list-style-type: none;
}

#navcontainer a
{
font-size: 11px;
display: block;
width: 150px;
padding-top: 10px;
padding-bottom: 15px;
border-bottom: 1px dashed #fff;
color: #fff;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
	text-decoration: none;
	color: #213970;
	background-position: right;
	background-repeat: no-repeat;
}
