/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body {
      background: #d4e4f4 url(body_bg.jpg) repeat-x;
      margin:0;
      padding:0;
      color: #333;
      font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}

#container {
	background: #fff url(bg.gif) repeat-y left top;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#single #container {
	background: #fff url(single_bg.gif) repeat-y left top;
}

/* @group Navigation Bars */

#head {
	font-size: 11px;
	margin: 10px 0 0 0;
	width: 800px;
	_width: 799px;
	height: 200px;
	background-image: url(header_new.jpg);
}

#firstnav {
	color: #00aaff;
	position: relative;
	top: 2px;
	left: 280px;
	line-height: 18px;
	display: inline;
	text-align: right;
}

#firstnav a {
	color: #00aaff;
	text-decoration: none;
}
#firstnav a:hover {
	color: #ff7d03;
	text-decoration: underline;
}

#header {
	clear: both;
	float: right;
	position: relative;
	top: 5px;
	right: 0;
	line-height:13px;
	margin-right: 1px;
}
#header ul {
	display: inline;
	float: right;
	margin:0;
	padding:0;
	list-style:none;
}
#header li {
      display:inline;
      margin:0;
      padding:0;
}
#header a {
      float:left;
      background:url("left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 2px;
      text-decoration:none;
}
#header a span {
      float:left;
      display:block;
      text-align: center;
      background:url("right_both.gif") no-repeat right top;
      padding:5px 0 4px 0;
      color:#fff;
      }
#header a:hover span {
      color:#333;
}
#header a:hover {
      background-position:0% -23px;
      cursor: pointer;
}
#header a:hover span {
      background-position:100% -23px;
}

#header #first {
	background-position:0 -23px;
	border-width:0;
}
#header #first a {
	background:url("left_home.gif") no-repeat left top;
}
#header #first a:hover {
      background-position:0% -23px;
}
#header #first a:hover span {
      background-position:100% -23px;
      color:#333;
}
#header #first a span {
      float:left;
      display:block;
      text-align: right;
      background: url("left_home.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      color:#fff;
      }

/* @end */



/* @group primaryContent */

#primaryContent {
	width: 600px;
	float: left;	
}
#single #primaryContent {
	width: 800px;
	float: none;
}
#primaryContent h1, #primaryContent h2, #primaryContent h4, #primaryContent h5, #primaryContent h6 {
	text-align: left;
	margin: 10px 25px;
}
#primaryContent h2 {
	color: #0080bf;
	line-height: 24px;
}
#primaryContent h3 {
	clear: both;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	margin: 10px 25px;
	padding: 10px 0;
	border-top: 1px solid #ff7d03;
	border-bottom: 1px solid #ff7d03;
	color: #0080bf;
}
#primaryContent h5 {
	color: #0080bf;
	font-size: 18px;
	line-height: 18px;
	margin-top: 0;
}
#primaryContent p, #primaryContent li {
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
}
#primaryContent ul {
	clear: both;
}
#primaryContent em {
	color: #0080bf;
	font-weight: bold;
	font-style: normal;
}
#primaryContent i {
	color: #000;
	background-color: #ffd280;
/*	background-color: #ffff99;*/
	font-weight: normal;
	font-style: normal;
}

.newbox {
font-size: 12px;
font-style: normal;
line-height: 16px;
display: block;
border: 1px solid #000000;
border-bottom-width:2px;
border-right-width:2px;
background-color: #ffffbb;
padding: 0 0;
margin: 20px 50px;
}

.newbox2 {
font-size: 12px;
font-style: normal;
line-height: 18px;
display: block;
border: 1px solid #000000;
border-bottom-width:2px;
border-right-width:2px;
background-color: #ffffbb;
padding: 0 0;
margin: 20px 50px;
}

#primaryContent .newbox p, #primaryContent .newbox h2, #primaryContent .newbox h3 {
	margin-left: 15px;
	margin-right: 15px;
}

blockquote {
	background-color: #d4e4f4;
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#primaryContent .testimonials {
	background-color: #d4e4f4;
	border: 1px solid #000;
	padding: 10px;
	margin: 20px 25px;
}
#primaryContent .testimonials p {
	font-size: 13px;
	line-height: 14px;
	padding: 0;
	margin: 0;
}
#primaryContent .testimonials img {
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid #000;
}
#primaryContent .color {
	color: #0080bf;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* @group Links */

#primaryContent a {
	color: #0080bf;
	text-decoration: underline;
}
#primaryContent a:hover {
	color: #ff7d03;
	text-decoration: underline;
}

/* @end */

/* @end */



/* @group secondaryContent */

#secondaryContent {
	width: 200px;
	float: right;
}
#secondaryContent p {
	color: #555;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}
#secondaryContent a {
	color: #666;
	font-weight: bold;
}

/* @end */



#primaryContent p.copy {
	border-top: 1px solid #aaa;
	color: #555;
	margin-top: 20px;
	padding: 20px 0 0 0;
	font-size:10px;
	line-height: 14px;
}
#primaryContent p.copy a {
	color:#555;
	text-decoration: underline;
}
#primaryContent p.copy a:hover {
	color:#0080bf;
	text-decoration: none;
}
#primaryContent .gray p {
	color: #666;
	font-size: 10px;
}


#foote2r {
	margin: 0;
	width: 800px;
	_width: 799px;
	height: 20px;
	background: #fff url(footer.jpg) no-repeat bottom center;
}