@charset "utf-8";
/* CSS Document */

/*  START all pages elements  */
*{
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#010101;
}

.clr { clear:both;}

.alignleft {
float: left;
padding-right: 3px;
border: 0;}

body { background-color:#cc9966;}

#wrapper {
	width:796px;
	margin:0 auto 0 auto;
	padding:0 4px;
	background-color:#003399;
	border-top:8px solid #cc9966;
	border-bottom:10px solid #cc9966;
}

#header {
	float:left;
	width:796px;
	height:199px;
	background:url(../images/header.gif) no-repeat #fff;
}


#logo {
	width:390px;
	height:83px;
	float:left;
	margin:52px 0 0 204px;
	display:inline;
}

#moto {
	float:left;
	margin:5px 0 0 108px;
	background:url(../images/moto.gif) no-repeat;
	width:578px;
	height:27px;
	display:inline;
}

/*  START menu zone  */

#menu {
	float:left;
	width:748px;
	height:20px;	
	margin:10px 0 0 0px;
	display:inline;
	padding:0 24px;
}

#menu ul {
	float:left;
}

#menu li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	margin-right:1px;
	padding-bottom:10px;
}

#menu li a:link, #menu li a:visited {
	float:left;
	height:20px;
	padding:0 10px;
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;	
	line-height:20px;
	white-space:nowrap;
	background-color:#003399;
}

#menu li a:hover {color:#003790; background-color:#fff;}

#menu li a.sel:link, #menu li a.sel:visited {
	float:left;
	height:20px;
	padding:0 12px;
	color:#003790;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;	
	line-height:20px;
	white-space:nowrap;
	background-color:#fff;
}

.last { width:135px ; text-align:center;}

#menu li li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	width:214px;
	height:22px;
}

#menu li li a:link, #menu li li a:visited {
	float:left;
	height:22px;
	width:203px;
	padding:0  0 0 11px;
	color:#003399;
	font-size:11px;
	text-decoration:none;	
	line-height:22px;
	background-color:#fff;
}

#menu li li a:hover {
	background-color:#003399;
	color:#fff;
}

#menu ul ul {		
	position:absolute;
	margin-top:0px;
	z-index:2500;
	width:214px;
	top:30px;
	left:0;
	clear:both;
	background-color:#fff;
	border:1px solid #335cad;
}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu ul ul {
display: none;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/*  END menu zone  */
/*  Start footer  */

#footer {
	width:796px;
	height:30px;
	padding-top:10px;
	background:url(../images/bottom_bg.gif) no-repeat top center;
	color:#fff;
	font-size:11px;
	text-align:center;
	overflow:hidden;
}
#footer2 {
	width:100%;
	height:30px;
	background:url(../images/footer_new4.gif) no-repeat top center;
}
#sitemap {
	float:right;
	margin-right:158px;
	width:46px;
	height:15px;
}


#footer a:link, #footer a:visited {
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

#footer a:hover { color:#cc9966;}

/*  End footer  */
/*  END all pages elements  */

#content {
	float:left;
	width:748px;
	padding:20px 24px;
	background-color:#fff;
	
}

#sidebar {
	float:left;
	width:239px;
	border-left:1px solid #00349a;
	padding-left:17px;
	background:url(../images/bottom_sun.jpg) no-repeat bottom right;
	padding-bottom:70px;
}

#page_copy {
	float:left;
	width:470px;
	border-right:1px solid #00349a;
	margin-right:-1px;
	padding-right:15px;
}

.article {
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:5px solid #003399;
	width:470px;
}

.date { color:#00349a;  width:100%; float:left; margin-bottom:5px;}


.img_lt { float:left; margin:10px 15px 5px 0;}
.img_rt { float:right; margin:10px 0px 5px 15px;}

#searchform {
	float:right;
	width:229px;
	height:28px;
	background-color:#00349a;
	padding:8px 0 0 14px;
	margin-bottom:30px;
}

#go { float:left; width:52px; height:20px; background:url(../images/search.gif) no-repeat;}

#s {
	float:left;
	width:150px;
	height:16px;
	padding:2px 2px 0 3px;
	border:1px solid #d5d9e2;
	margin-right:10px;
}

#side_nav {
	float:left;
	width:206px;
	padding:20px 15px;
	background-color:#F5E8DE;
	margin-top:20px;
}

#side_nav li {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background:url(../images/li_bg.gif) no-repeat;
	line-height:37px;
	text-align:center;
	list-style:none;
}

#side_nav li  ul { margin-left:4px; }

#side_nav li li  {
	background:none;
	font-weight:normal;
	color:#000;
	line-height:20px;
	background:url(../images/li_bullet.gif) no-repeat 0px 7px;
	text-align:left;
	padding-left:20px;

}

#side_nav li ul {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:8px;
	margin-left:0;
	text-indent:-20px;
}

#side_nav li li a:link, #side_nav li li a:visited {
	font-weight:normal;
	color:#000;
	font-size:14px;
	text-decoration:none;
	text-align:left;
	height:20px;
	line-height:20px;
	padding-left:20px;
	
	}

#side_nav li li a:hover { text-decoration:underline;}

/*  Styles all pages  */

h1, h2, h3, h4, h5, h6, h1 a { font-family:Georgia, "Times New Roman", Times, serif; color:#00349a;}
h1, h1 a { font-size:20px; font-style:italic; padding-bottom:12px; text-decoration: none !important; }
h2 { font-size:18px; }
h3 { font-size:14px; /*text-transform:uppercase;*/ text-align:left;}
h4 { font-size:15px; color:#FFF; background-color:#a19b7a; width:100%; padding-bottom:2px;}
h5 { font-size:12px; font-weight:bold; color:#b3942c;}
h6 { font-size:12px; font-weight:bold; color:#173455;}


#content { line-height:20px;}
#content p { padding: 10px 0 10px 0; line-height:16px;}


#content a:link, #content a:visited { text-decoration:underline; color:#00349a;}
#content a:hover { color:#cfa070;}

.commentlist {
	list-style-type:none;
}

#comments {
	margin-top:20px;
	margin-bottom:15px;
}
#syndication {
	margin-bottom:15px;
}
input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#author, input#email, input#url, textarea#comment{
	border:1px solid rgb(0, 52, 154);
	/*background-color: #fffadb;*/
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

/*  END styles all pages  */
