* { margin: 0; padding: 0; outline: 0 }

body {	
    background:#F0F0F0 url(bg.gif) repeat-y center;
	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 0px 0;
}

/* links */
a, a:visited {	
	color: #000000;
	background: inherit;
	text-decoration: underline;	
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #4D77A5; 
	letter-spacing: -1px;	
	text-transform: none;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #4D77A5;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img {
	background: #fff;
   border: 0px solid #dcdcdc;

}
img.float-right {	
    padding: 5px;
    align: center; 
}
img.float-left {
	padding: 5px;
  	margin: 0px 0px 10px 10px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #C7E2FA; 
	background: #F5FAFE;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
  	border: 1px solid #C7E2FA; 
	background: #F5FAFE url(quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #4D77A5;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #5489BA repeat-x;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #fff;
	border-bottom: solid 2px #395E7E;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #D2DADA;
}
tr.row-b {
	background: #DDE6E6;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f1f1f1; 
	background-color: #f5f5f5; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #60CA5F;
	border: 0px solid #88AD0C;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #112F39;
	width: 955px;	
	margin: 0px auto 0 auto;
	text-align: left;
	border-left: 0px solid #287188;
	border-right: 0px solid #287188;	
}
#content-wrap {
	background: #fff;
	clear: both;
	float: left;	
	width: 955px;	
	padding: 0; 			
	margin-left: 0px;	
	display: inline;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #e5e5e5;
	border-left: 0px solid #CCCEA2;
	border-right: 0px solid #CCCEA2;
}
#header {
	position: relative;
	width: 955px;	
	height: 67px;	
	padding: 0;	
	margin: 0px auto;
	background:url(header.gif) no-repeat center;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: italic bold 18px Verdana, Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #B0B0B0;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 20px; left: 250px;		
}


/* header links */
#header #header-links {
	position: absolute;
	top: 0px; right: 60px;	
	color: #fff;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
    width: 955px;
	heigth:20px;
}
#header #header-links a {	
	color: #fff;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;		
}

#header #header-links p {
	padding: 3px;
	padding-left: 12px;
	margin:0px;	
	float:right;	
}

/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;
	width: 955px;		
	height: 57px;
	background:url(menu.gif) no-repeat center;	
	
}

ul#navigation-1
	{ margin:0; padding:1px 0; list-style:none; width:100%; height:21px; font: bold 14px/25px verdana, arial, helvetica;}
ul#navigation-1 li
	{ margin:0; padding:0; display:block; float:left; position:relative;}
ul#navigation-1 li a:link,
ul#navigation-1 li a:visited
	{ padding:5px 15px; display:block; text-align:center; text-decoration:none; color:#ffffff;height:20px; }
ul#navigation-1 li:hover a,
ul#navigation-1 li a:hover,
ul#navigation-1 li a:active
	{ padding:5px 15px; display:block; text-align:center; text-decoration:none; color:#ffffff;height:20px;}
	
ul#navigation-1 li ul.navigation-2
	{ margin:0; padding:1px 1px 0; list-style:none; display:none; background:#ffffff; width:146px; position:absolute; top:30px; left:-1px; border-top:none;font-size: 11px}
ul#navigation-1 li:hover ul.navigation-2
	{ display:block;}
ul#navigation-1 li ul.navigation-2 li
	{ width:146px; clear:left; width:146px;}

ul#navigation-1 li ul.navigation-2 li a:link,
ul#navigation-1 li ul.navigation-2 li a:visited
	{ clear:left; background:#5B5B5B; padding:4px 0; width:146px; border:none; border-bottom:1px solid #ffffff; position:relative; z-index:1000;}
ul#navigation-1 li ul.navigation-2 li:hover a,
ul#navigation-1 li ul.navigation-2 li a:active,
ul#navigation-1 li ul.navigation-2 li a:hover
	{ clear:left; background:#2B2B2B; padding:4px 0; width:146px; border:none; border-bottom:1px solid #ffffff; position:relative; z-index:1000;}



/* Main Column */
#main {
	float: left;
	width: 630px;
	padding: 0px 0 0 0; margin: 0 0 0 0px;
	display: inline;
	background: #fff;
	
}
#main h2 {
	margin-top: 0px;
	padding-bottom: 0px;
	font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #FF5B5B; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #348FB1; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

#right {
	float: right;
	width: 310px;
	margin-right: 10px;
    padding:0px;
	}

#right p {
	line-height: 1.4em;
	font-size: 1.0em;
	}
	
#right h2 {
	margin-top: 1px;
	padding-bottom: 0px;
	font: normal 1.8em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #F50000; 
	letter-spacing: -1px;	
	text-transform: none;
}

#right a {
    font-weight: normal;
	font-decoration: underline;
	color: #44636F;
}

#right .full {
	border-top: 0px solid #E2E2E2;
	padding-top: 0px;
	width: 310px;
	margin-bottom: 0px;
	}


p.announce {
	font-size: 1.8em;
	}
/* footer */
#footer-wrap {
	clear: both;
	width: 955px;
	font-size: 95%;	
	text-align: left;
	padding: 0px 0;		
	border-bottom: 15px solid #8FC9DE;
	border-top: 1px solid #8FC9DE;
	background: #5B5B5B;
	margin-left: 0px;
}
#footer-wrap a:hover {
	color: #fff;	
}
#footer-wrap h3 {
	color: #60CA5F;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #fff;
	margin: 0 auto; 
	padding: 0;	
	width: 945px;			
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #fff;	
	margin: 0 auto; 
	width: 955px;
	padding: 15px 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #60CA5F;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #FFF1B9;
	background: #FFFBEC;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


