/*
Theme Name: Theme1
Theme URI: http://wordpress.org/
Description: Theme1.
Version: 1
Author: Raj
Author URI: 
Tags: blue, custom header, fixed width, two columns, widgets
*/

body
{
   margin:0;
   padding:0;
   font:.9em Arial, Helvetica, sans-serif;
}

a
{
   color:#00659f;
   text-decoration:none;
}

.wrapper
{
   width:960px;
   margin:0 auto;
}

.clear
{
   clear:both;	
}

#top
{
   background:url(images/top.jpg);
   /*height:48px;*/
   color:#ffffff;
   padding:14px 0 12px 0;
   font-size:24px;
}

#top a
{
   color:#ffffff;	
}

#header
{
   background:#006ba6;
   /*height:180px;*/
}

#header-content
{
   /*padding:30px 0 0 0;*/
   padding:24px 0 20px 0;
   color:#ffffff;
   height:1%;
   text-transform:uppercase;
}

#header-content .header-title
{
   font:bold 16px arial;
   padding-right:20px;
   background:url(images/divider1.gif) no-repeat right;
   margin-right:15px;
}

.homepage-header
{
   background: url(images/header.jpg) no-repeat center 10px #006ba6 !important;
   padding-bottom:24px;
}

#header ul, #header ul li
{
   padding:0;
   margin:0;
   list-style:none;
}

#header ul li
{
   float:left;
   color:#ffffff;
   width:27%;
   padding:10px 30px;
   background:url(images/divider1.gif) no-repeat right 30px;
}

.bg-none
{
   background:none !important;	
}

#header h3
{
   margin:18px 0;
}

#container
{
   background: url(images/container-bg.jpg) repeat-x;
   color:#555555;
}

#content-block
{
   width:67%;
   float:left;
}

#container h2
{
   color:#054f83;
   font-size:15px;
   border-bottom:1px dotted #999;
   margin:18px 0 12px 0;
   padding:5px 0;
   text-transform: uppercase;
}

#main-content
{
   background:#ffffff url(images/main-content-bg.gif) repeat-x;	
   width:563px;
   padding:10px 30px;
}

.slider_item
{
   padding:0 30px 0 0;
}

.slider_img
{
   border:1px solid #c5c5c5;	
   padding:8px;
   background:#ffffff;
}

.img-shadow
{
   display:block;
   height:26px;
}

#right-block
{
   width:32%;
   float:right;
}

.quote-btn
{
   background:url(images/quotes-btn.gif) no-repeat 6px 10px;
   width:292px;
   height:85px;
   border:0;
   margin:0 auto 0 auto;
}

.sidebar
{
   background:url(images/quotes-bg.gif) 0 30px no-repeat;
   width:305px;
   text-align:center;
}

.sidebar ul
{
   text-align:left;	
}

.search-box
{
   height:30px;	
   width: 200px;
   padding: 5px 0px;
   font-size:24px;
   text-align:center;
   color: #666;
}

.search-btn
{
   width: 200px;
   padding: 5px 0px;
   font-size:24px;
}

.info
{
   text-transform: uppercase;
   font-weight: bold;
   color:  #888;
   margin:20px 0 40px 0;
   background:url(images/mark-icon.png) no-repeat;
   padding:5px 0 5px 20px;
   height:1%;
}

.info ul, .info ul li
{
   padding:0;
   margin:0;
   list-style:none;
}

.info ul li
{
   margin:0 10px;
   float:left;
}

.shadow
{
   background:url(images/shadow.gif) no-repeat;
   height:37px;
}

#footer
{
   background:#15334f;
   padding:35px;
   color:#5f88af;
   text-transform:uppercase;
   margin-top:15px;
}

#copyright
{
   background:url(images/copyright-bg.gif) repeat-x;
   padding:12px;
   font-size:10px;
   color: #333;
   text-transform:uppercase;
}
