@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	border:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}

body {

	}

.wrapper {
	width:960px;
	margin:0 auto;	
	background-color:#FFF
	}

/*************** HEADER ********************/


.header {	
	height:149px;	
	background-image:url(images/blue_re.jpg);
	background-repeat:repeat-x;
	}

.header_wrap {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	}

.logo {
	padding-left:25px;
	padding-top:57px;
	float:left;
	}

.menu {
	float:right;
	padding-right:25px;
	}
	
/*.menu a.button {
   background-image:url(images/nav_btn02.png);
	 background-repeat:none;
	 display:block;
	 width:99px;
	 height:31px;
	 float:left;
	 margin:0 2px;
	 color:#999999;
	 text-transform:uppercase;
	 font-size:13px;
	 font-weight:bold;
	 text-align:center;
	 padding-top:7px;
	}

.menu a.button:hover {
	background-position:0 -38px;
	background-repeat:none;
	text-decoration:none;
	}*/

a.button {
	display:block;
	float:left;
		color:#999999;
	 text-transform:uppercase;
	 font-size:13px;
	 font-weight:bold;
	}

a.button .btn_left {
	background-image:url(images/btn_lft.png);
	background-repeat:none;
	height:31px;
	float:left;
	padding-left:15px;
	padding-top:7px;
	padding-right:5px;
	}

a.button:hover .btn_left, a.button:hover .btn_right  {
	background-position:0 -38px;
	background-repeat:none;
	}

a.button .btn_right {
	background-image:url(images/btn_rght.png);
	background-repeat:none;
	height:38px;
	width:11px;
	float:right;
	}


/*************** CONTENT ********************/

h1, h2, h3 {
	color:#5CB7C7; 
	padding:5px 0; 
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	}

h1 {font-size:30px;}

h2 {font-size:25px;}

h3 {font-size:20px;}

h4, h5, h6 {
	color:#666; 
	padding:3px 0;
	font-family:Arial, Helvetica, sans-serif;
	}

img {margin:10px auto; padding-bottom:10px;} 

p, ul{
	color:#999999;
	line-height:19px;
	font-size:12px;
	margin:5px 0;
	padding-bottom:10px;
	}

p.articleDetails {
	color:#999999;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	padding:4px 0;
	margin:0;
	}

a {
	color:#333;
	text-decoration:none;
	}

a:hover {text-decoration:underline}

.content {
	margin:30px;
	overflow:hidden;
	}

.contentBody {
	width:600px;
	float:left
	}

.contentSidebar {
	width:175px;
	float:right;	
	padding:20px;
	border:1px solid #84C9D5;
	background-color:#F1F9FA;
	}

.contentSidebar h1, .contentSidebar h2, .contentSidebar h3, .contentSidebar h4, .contentSidebar h5, .contentSidebar h6 {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
	}

.contentSidebar li {
	margin-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	line-height:normal;
	}

.contentSidebar p{
	font-size:10px;
	line-height:16px;
	}

label {
	color:#666;
	}

label,input {
	clear:both;
	display:block;	
	}

input {
	height:17px;
	margin:4px 0;
	font-size:12px;
	color:#666;
	padding:4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:167px;
	background-color:#74EAF2;
	}

textarea {
	margin:4px 0;
	font-size:12px;
	color:#666;
	padding:4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:167px;
	background-color:#74EAF2;
	}

li {
	font-size:12px;
	margin-left:30px;
	line-height:40px;
	}

input.sendbutton {
	background-image:url(../images/btn_sprite.png);
	height:26px;
	width:70px;
	background-repeat:no-repeat;
	float:right;
	cursor:pointer;
	}

input.sendbutton:hover {background-position:0 -26px;}


/*************** FOOTER ********************/

.footer {
	width:100%;
	height:97px;
	background-image:url(images/footer_re.png);
	background-repeat:repeat-x;
	}

.footer div{
	width:920px;
	margin:0 auto;
	padding-top:10px
	}

.footer p {
	color:#fff;
	}
