@import url('reset.css');
@import url('clearfix.css');

body{
	background:url(../images/bg_lunar.gif);
	color:#61727a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

p{
	margin-bottom:10px;
	line-height:19px;
}

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

a:hover{
	color:#34373b;
}

h1 {
	color:#fe6123;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-bottom:10px;
	font-style:normal;
	font-weight:normal;
}
h2 {
	color:#fe6123;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-bottom:10px;
	font-style:normal;
	font-weight:bold;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#313c42;
	margin-bottom:10px;
	padding-top:10px
}
.arrowLink a {
	background:url(../images/arrow_small.gif) 0 4px no-repeat;
	padding-left:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#86959e;
}
.arrowLink a:hover {
	background:url(../images/arrow_small.gif) 4px 4px no-repeat;
	color:#37454c;
}

.smallText {
	font-size:11px;
	color:#9da9b0;
}

.contactDetails p {
	font-size:11px;
}

#leftContent ul {
	margin-bottom:20px;
}

#leftContent ul li{
	color:#9dafbb;
	list-style-image:url(../images/listimage.gif);
	list-style-position:outside;
	margin:5px 0 5px 40px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:20px;
}

.bigText {
	color:#9dafbb;
	list-style-position:outside;
	margin:5px 0 20px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0px;
	line-height:20px;
}

#topBar{
	height:11px;
	width:100%;
	background:url(../images/bg_topBar.gif) repeat-x;
	margin:0 0 12px 0;
}

#container{
	width:881px;
	margin: 0 auto;
}

#header{
	height:229px;
	width:100%;
}

#logoBlock {
	background:url(../images/bg_logo_head.gif) repeat-x;
	float:left;
	width:100%;
	height:229px;
}

#logo {
	width:260px;
	float:left;
	padding:70px 0 0 32px;
}

#introBlock {
	background:url(../images/intro_block.jpg) no-repeat;
	float:right;
	width:560px;
	height:229px;
}

#contentContainer{
	width:100%;
	background: url(../images/bg_container.gif);
	padding-bottom:25px;
}

#leftContent{
	width:530px;
	float:left;
	clear:left;
	padding:25px;
}
#rightContent{
	width:251px;
	float:left;
	clear:right;
	padding:25px;
}

#footer{
	width:100%;
	height:59px;
	background:url(../images/bg_footer.gif) repeat-x;
}

#menuBarLeft {
	background:url(../images/bg_nav.gif) repeat-x;
	width:503px;
	height:65px;
	float:left;
}

#menuBarRight {
	background:url(../images/bg_nav_right.gif) no-repeat;
	float:right;
	width:378px;
	height:65px;
}

#menuBarLeft a span {
	background:url(../images/bg_nav_divider.gif) no-repeat right top;
	float:left; 
	height:65px;
	padding:0 24px 0 24px;
	line-height:65px;
}

#menuBarLeft li.selected a {
	background:url(../images/bg_nav.gif) 0 -65px repeat-x;
	color:#43555f;
}

#menuBarLeft ul {
	  margin:0;
	  padding:0;
	  list-style:none;
	  display:block;
	  float:left;
}

#menuBarLeft ul li {
	display:inline;
}

#menuBarLeft li a {
	background:url(../images/bg_nav.gif) repeat-x;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#86959e;
	display:block;
	padding:0;
	margin:0;
}

#menuBarLeft li a:hover {
	background:url(../images/bg_nav.gif) 0 -65px repeat-x;
	color:#43555f;
}

#copyright{
	float:left;
	clear:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5b707c;
	padding:15px 25px 0 25px;
}

#siteBy{
	float:right;
	clear:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5b707c;
	padding:15px 25px 0 25px;
}


.blueSquare a {
	background:url(../images/blue-square.gif) no-repeat 0 -11px;
	height:11px;
	overflow:hidden;
	padding-left:13px;
	text-decoration:none;
}
.blueSquare a:hover{
	background:url(../images/blue-square.gif) no-repeat 0 1px;
	padding-left:13px;
	text-decoration:none;
	height:11px;
	overflow:hidden;
}

.hr {
	border-bottom:#ccc 1px solid;
	margin:20px 0 10px 0;
}
	
