@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(images/BG_images_05.gif);
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000;
}

*{
	margin:0;
	padding:0;
}

a img{
	border:0;
}

.container{
        width:63em;
        margin:0 auto;
}
#logo{
	width:314px;
	height:47px;
	float:left;
	background-image:url(images/logo.png);
}

.titles{
	width:100%;
	float:left;
	margin-bottom:5px;
}

.line{
	width:100%;
	margin:20px 0 20px 0;
	border-top:#1b1f27 solid thin;
	height:2px;
	float:left;
}

/*Header--*/

#upper_header{
	background-image:url(images/BG_images_01.gif);
	width:100%;
	float:left;
	height:47px;
}

#header{
	background-image:url(images/BG_images_03.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:332px;
	float:left;
}

#header2{
	background-image:url(images/BG_images_04.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:190px;
	float:left;
}

/*Nav--*/

#nav{
	background:#0d0d0b;
	width:100%;
	height:50px;
	float:left;
	border-bottom:.5px solid #202f4b;
}

#nav li { 
	width:auto;
	float: left;
	list-style:none;
	margin:15px 0;
}

#nav li a {
	color:#e7e7c5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	display:block;
	padding:0 70px 0 7px;
	border-right:#333 solid 1px;
	border-left:#333 solid 1px;
}

#nav li a:hover {
	color:#333;
	background:#3ed2d1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.clear {
	clear:both;
}

/*Content--*/
#content{
	width:100%;
	float:left;
	padding:10px 0;
	font-size:13px;
}

#content ul{
	text-indent:15px;
	margin:0 0 0 35px;
}

/*home about--*/
#home_about{
	margin:15px 0 0 0;
	width:715px;
	font-size:14px;
	float:left;
	margin-top:15px;
}

/*services--*/
#services{
	width:299px;
	float:right;
	margin:15px 0px 0px 0;
}

.accordion {
	width: 300px;
	margin: 0;
}

.accordion h3 {
	width: 300px;
	padding: 3px;
	margin: 0; 
	cursor: pointer;
	font-size:13px;
}
.accordion h3:hover {
	font-size:13px;
}

.accordion h3.active {
	background-position: right 5px;
	font-size:13px;
}

.accordion p{
	margin: 0;
	width: 300px;
	font-size:13px;
	padding:0 20px;
}


/*Columns--*/
.column{
	width:299px;
	float:left;
	margin:15px 105px 15px 0;
	overflow:hidden;
}

.columnRight{
	width:299px;
	float:right;
	margin:15px 0px 15px 0;
	overflow:hidden;
}

.column2{
	width:23em;
	float:left;
	margin:15px 55px 15px 0;
}

/*footer--*/
#footer{
	width:100%;
	float:left;
	color:#000;
	background:#228887;
	background-image:url(images/footerBG.png);
	background-position:top center;
	background-repeat:repeat-x;
}

#footer_logos li{
	float: left;
	width:auto;
	list-style:none;
	margin:25px 56px 0 0;
}


#footer_logos{
	float:left;
	width:67%;
	border-top:solid 1px #ccc;
}
/*twitter--*/

#twitter_div{
	margin-top:35px;
	padding:15px;
    color:#fff;
	font-size:13px;
	width:290px;
	height:248px;
	background-image:url(images/twitterBG.png);
	background-repeat:no-repeat;
}

#twitter_update_list li { 
	list-style:none;
    margin:0px 0 10px 0px;
}

#twitter_update_list ul{
    font-size:18px;
}

/*contact--*/
#contact{
	color:#fff;
	padding:80px 0 0;
	width:425px;
	margin:0px 0 25px 0;
	background-image:url(images/contact.png);
	background-repeat:no-repeat;
	float: left;
	font-size:13px;
}


.message{
	background-image:url(images/fieldimage.png);
	background-color:#228887;
	border:#228887;
	width:340px;
	height:37px;
	padding:10px 0 0 10px;
	background-repeat:no-repeat;
}

.messagebox{
	background-image:url(images/textbox.png);
	background-color:#228887;
	border:#228887;	
	width:342px;
	height:147px;
	padding:10px 0 0 10px;
	background-repeat:no-repeat;
}