/*  

Theme Name:
Theme URI:
Description:
Author:
Author URI:
/******************************************

*   HTML Elements                         

******************************************/

/* COMMON STYLE
--------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        background: #f6f5f5 url(images/bg.jpg) repeat-x;
        color:#4e4e4e;
        margin:0px;
        text-align:center;
       
}

a {
        color:#28608e;
        text-decoration:none;
}

a:visited {
        color:#28608e;
        text-decoration:none;
}

a:hover {
        text-decoration:underline;
}

h1 {
        color:#28608e;
        font-weight:normal;
        font-size:18px;
        line-height:22px;
}

h2 {
        color:#28608e;
        font-weight:normal;
        font-size:18px;
        line-height:20px;
}

h3 {
        color:#28608e;
        font-weight:normal;
        font-size:18px;
        line-height:20px;
}

h4 {
        color:#254570;
        font-weight:normal;
        font-size:15px;
        font-family: Times New Roman, Times, Serif;
        margin:0;
}

#wrapper{
	width:940px;
	margin-left: auto;
        margin-right: auto;
        text-align:left;
}

#contentwrap {
        background:#fff;
        height:100%
        margin:0px;
}


/*Header Area */
#header{
	width:940px;
	height:113px;
	padding:0px;
        margin:0px;
}

.logo{
	width:500px;
	float:left;
        margin-top:10px;
        padding:0px;
        height:97px;

}
.contact_info{
	width:420px;
	float:right;
	text-align:right;
        margin-top: 30px;
	margin-right:10px;
}

input.btn {
  color:#fff;
  font-size: 11px;
  padding:1px;
  background-color:#005a86;
  border:1px solid;
  border-color: #006b9f;
}

.menu{
	height:35px;
        background: #fff;
        width:940px;
        margin:0px;
        
	
}

#topnav {
	height:35px;
        background: #fff;
	width:100%;
        margin:0px;
}


.menu ul {
        margin:0px;
}

.menu ul li {
        margin:0px;
}

.nav a { 
	color:#606062;
	text-decoration:none;
	font-size:13px;
}

.nav a:visited{
	color:#606062;
	text-decoration:none;
	font-size:13px;
}

.nav a:hover {
       color:#28608e;
}

.nav ul {
        margin:0px 0px 0px 225px;
        list-style-type:none;
        padding:0px;
}

.nav ul li{
	display:inline;
	list-style:none;
        padding: 0px 18px 0px 18px;
}
#top_img{
	width:940px;
	height:278px;
	background-image:url(images/top_img_new.jpg);
	background-repeat:no-repeat;
        margin:0px;
        padding:0px;
}

.points{
	width:300px;
	height:212px;
        margin-left:80px;
}

/*Sidebar Area */
#sidebar {
	width:300px;
	float:left;
        margin-left: 40px;
        margin-top:-40px;
        line-height:18px;
        display:inline;
}

#sidebar ul {
	color: #323232;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	line-height:18px;
	}
	
#sidebar ul li {
	list-style: none;
	padding:0px 5px 5px 10px;
	margin:0;
	background:url(images/side_li.jpg) no-repeat left top;
	background-position:0 3px;
}

#sidebarcontent {
        margin-top:40px;
}

#sidebar a{
	text-decoration:none;
}

#sidebar p {
        margin-left:20px;
        margin-right:10px;
       
}

#sidebar h2{
	margin-left:15px;
	font-size:17px;
        padding-top:10px;
        font-family: Times New Roman, Times, Serif;
        color:#383838;
        font-weight:normal;
}

.sideheader {
	width:297px;
	height:44px;
	background-image:url(images/h2_bg.gif);
	background-repeat:no-repeat;
        margin:0px;
        padding:0px;
}

.sidecontent {
        background: url(images/sidebar_bg.jpg) no-repeat;
        background-position: 0px 44px;
        margin:0px;
        padding:0px;
}

/*Content Area */
#main_content{
	width:510px;
	float:right;
        margin-right:40px;
        margin-top:0px;
        line-height:19px;
        display:inline;
}
#main_content h2{
	color:#28608e;
        margin-top:0px;
}
#main_content h2 a{
	text-decoration:none;
	color:#28608e;
}


.rss{
        width:115px;
	float:right;
        text-align:right;
        margin-right:40px;
        margin-top:20px;
        display:inline;
}
.rss a{
	color:#383838;
	text-decoration:none;
}
/*Footer Area */
#footer{
	width:940px;
	height:324px;
	margin-top:30px;
	margin-bottom:30px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	color:#FFF;
}

#footer a{
        color:#fff;
}

#bloglist ul {
        list-style: none;
        margin:0;
        padding:0;
}

#bloglist li {
        list-style: none;
        margin:0;
        padding: 10px 0px 0px 0px;
        line-height:18px;
}

.footer_left {
	margin-left:30px;
	margin-top:20px;
	float: left;
	width:280px;
        display:inline;
}

.footer_center {
    margin-left:10px;
	margin-top:20px;
    float: left;
    width:280px;
    display:inline;
}

.footer_right {
	/*margin-right:10px;*/
	margin-top:50px;
    float: right;
    width:260px;
    line-height:18px;
    display:inline;
}
.footer_nav{
	height:35px;
	padding-top:18px;
}
.footer_nav a{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-size:12px; 
        padding: 0px 15px 0px 0px;
}
.footer_nav ul li{
	display:inline;
	list-style:none;
	margin-left:10px;
}

/* 
dropnavIGATION --------------------- */
 
ul#dropnav {
	margin:0px 0px 0px 235px;
	padding: 8px 0px 0px 0px;
	list-style: none;
	font-size: 13px;
	color:#606062;
	font-weight:normal;
	height:27px;
	}
	
#dropnav li {
	display: block; 
	float: left;
	margin:0 0;
	height:27px;
 	}


#dropnav li a {
	display: block;
	color:#606062;
	text-decoration: none;
	padding: 1px 20px 10px 20px;
	margin:0;
	border-bottom: 0;
	}
#dropnav li a:hover{
 	color:#28608e;
 	}
	
#dropnav li ul li a {
	display: block;
	color:#606062;
	text-decoration: none;
	margin:0;
	line-height:18px;
	border-bottom: 0;
	}
#dropnav li ul li a:hover{
 	color:#28608e;
	background:none;
 	}


/*
SON OF SUCKERFISH DROPDOWNS
See http://www.htmldog.com/articles/suckerfish/dropdowns/
--------------------- */

/* 2nd and 3rd level menus */
#dropnav li ul {
	position: absolute;
	z-index: 99;
	left: -999px;
	width:150px;
	margin: 0px 0 0 0px;
	padding: 0;
	height: auto;
	border: solid #C7C7C7;
	border-width: 1px 1px 0;
	background: #FFF;
	font-weight:normal;
	
}

/* 3rd level menus only */
#dropnav ul ul {
	margin: -24px 0 0 150px;
}

/* 2nd and 3rd level menus */
#dropnav li li {
	width: 150px;
	clear:both;
	border-bottom: 1px solid #DBDBDB;
	
}

#dropnav li li a{
	 padding:5px 5px 0 5px;
	 margin:0;
}

/* 2nd and 3rd level menus */
#dropnav ul a {
	border-right: 0;
}

#dropnav li:hover ul ul, #dropnav li:hover ul ul ul, #dropnav li.sfhover ul ul, #dropnav li.sfhover ul ul ul {
	left: -999px;

}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#dropnav li:hover ul, #dropnav li li:hover ul, #dropnav li li li:hover ul, #dropnav li.sfhover ul, #dropnav li li.sfhover ul, #dropnav li li li.sfhover ul {
	left: auto;
}

#dropnav li:hover, #dropnav li.sfhover {
	color:#28608e;
}

/* 2nd and 3rd level menus */
#dropnav ul li:hover, #dropnav ul ul li:hover, #dropnav ul li.sfhover, #dropnav ul ul li.sfhover {
	background: #f6f4f5;
}

/* 2nd and 3rd level menus */
#dropnav ul li a, #dropnav ul ul li a {
	background: none;
	}

/* 2nd level menus only */
#dropnav a.sub {
	background: url(../images/arrow-right.gif) right no-repeat; 
	background-position:190px 12px;
}
