
/** Layout  */


body {
background-color: #e0e0e0;
background-color: #768a94;
font-family: arial, verdana, sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
}

#outer{
width:900px;
padding: 0;
margin: 0 auto 0 auto;
background: #ffffff;

}

#search_bar{
width: 900px;
padding: 10px 10px 0 10px;
margin: 0 auto 0 auto;
text-align: right;
}

#top_section{
width: 900px;
padding: 0;
margin: 0;
background: gray;
background-image: url('images/grey_bg.jpg');
background-repeat: repeat-x;
height: 40px;
}

#top_section_padding{

padding: 10px 10px 0 10px;
margin: 0;
text-align: center;
font-weight: bold;
color: #444;
}

#top_section_padding a{
color: #444;
font-weight: bold;
font-size: 14px;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}

#top_section_padding a.current{
color: #4f80c0;
}

#top_section_padding a:hover{
color: #4f80c0;
font-weight: bold;
}

#main_body{

width: 900px;
min-height: 1000px;
padding: 0 0 20px 0;
margin: 0;
background: #ffffff;
}

#main_body_padding{
padding: 0;
margin: 0 20px 0 20px;
}


table.latest th{
height: 30px;
background: #3c4f79;
color: #fff;
font-weight: bold;
padding-left: 8px;
}

table.latest td{
padding: 0;
margin: 2px;
vertical-align: top;
}

table.latest td p{
margin: 0;
padding: 5px;
font-size: 12px;
color: #444;
}


table.latest td img{
padding: 0;
margin: 15px 0 0 15px;

}





#left_float{
float: left;
text-align: left;
width: 560px;
padding-top: 10px;

}

#left_float p{
text-align: justify;
}

#left_float a{
color: #444;
text-decoration: underline;
}


#left_float a:hover{
color: #4f80c0;
}

#right_float{
float: right;
text-align: left;
width: 280px;

}

table.connected th{
padding: 10px;
margin: 0;

}

table.connected td{
line-height: 35px;
padding: 5px 0 0 25px;
margin: 0;
vertical-align: middle;
color: #444;
font-weight: bold;
background: url('images/stay_connected.jpg');
background-repeat: no-repeat;
height: 55px;
}

table.connected td a{
color: #444;
font-weight: bold;
text-decoration: none;
}

table.connected td a:hover{
color: black;

}



table.connected td img{
padding: 0;
margin: 0;
margin-right: 10px;
}

#youtube{
margin: 0;
margin-bottom: 20px;
padding: 1px;
background: #aaaaaa;
}


#clear_all{
clear: both;
height: 1px;
}

#footer{
width: 900px;
padding: 0;
margin: 0;
border-top: 1px solid #cccccc;
background: #ffffff
}

#footer_padding{
text-align: center;
padding: 10px;
margin: 0;
}

#footer_padding a{
color: #444;
text-decoration: none;
font-weight: bold;
}


#footer_padding a:hover{
color: #4f80c0;
}



/** General Styles */


p, h1, h2, h3, h4, h5 {

padding: 0;
margin: 0;

}

h1{
font-size: 34px;
padding: 5px;
}

h2{
font-size: 21px;
padding: 5px;
}

h3{
padding: 5px;
font-size: 18px;
color: #3c4f79;
}

h4{
padding-left: 5px;
}

#left_float p{
padding-top: 10px;
padding-left: 5px;
}



ul.services{
list-style-image:url("images/tick.jpg");
list-style-type:square;
margin-left: 40px;
}

ul.services li{
font-weight: bold;
color: #555;
font-size: 17px;
line-height: 20px;
}


#right_float h4, #right_float a{
font-size: 15px;
line-height: 27px;
color: #3c4f79;
}

#right_float h4{
margin-left: 32px;
}

#right_float a:hover{
color: black;
}




#quotation
    {
background-image: url("images/startquote.jpg");
background-position: top left;
background-repeat: no-repeat;
   
}

#quotation span p{
 background-image: url("images/endquote.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
margin: 10px 30px 10px 40px;
padding-right: 45px;
text-align: justify;
}













/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;	width: 850px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
	width: 2550px;
}
.image_reel img {float: left; border: none;}

.image_reel a {
border: none;
text-decoration: none;
padding: 0;
margin: 0;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #3c4f79;
	border: 1px solid white;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}



