/* default styles
   -------------- */
body {
	margin: 0;
	border: 0;
	background: #003300 url(/images/background.jpg) fixed;

	list-style: none;
	font-family:  Verdana, Arial, "Lucida Sans Unicode", "Lucida Grande", sans;
}




p, blockquote, ul, ol, li {
	border: 0;
	font: normal 12px/140%  Verdana, Arial, "Lucida Sans Unicode", "Lucida Grande", sans;
}


img,a img,:link img,:visited img,:hover img,abbr,acronym {
	border: 0;
}

li, dd {
	margin-left: 5%;
	text-align: left;
}

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

a:hover {
	color: #523d3d;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, "Lucida Sans Unicode", "Lucida Grande", sans;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

p {
	font-size: 12px;
	text-align: left;
}

.small {
	font-size: 10px;
}

.large {
	font-size: 14px;
}

#main {
	background: url(/images/background.jpg) no-repeat scroll center top #000000;
}

.clearing {
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

/* layout
   ------ */

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	color: black;
	background: #fff;
	border: 2px solid black;
	border-top: none;
	overflow: hidden;
}

#content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	color: black;
	background: #fff;
/*	border: 1px dotted #000000; */
	overflow: hidden;
}
   
/* masthead
    ------ */


/* header begins
   --------- */
#header {
	height: 140px;
} 
/* header ends
   --------- */

/* menu
    ------ */

#menu_horiz {
	margin: 0;
	padding: 0;
	color: #fff;
		border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-family: "MS Trebuchet", Verdana, Arial, "Lucida Sans Unicode", "Lucida Grande", sans;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bolder;
}

#menu_horiz a {
	color: #ffffff;
	
	text-decoration: none;
}

#menu_horiz a:hover {
	color: #fbff07;
	
}

#menu_horiz ul {
	margin: 0;
	padding: 0;
	height: 20px;
}

#menu_horiz ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 20px;
}

#menu_horiz ul li.First {
	padding-left: 5px;
}

#menu_horiz ul li a {
	margin: 0;
	padding: 0;
}

  

/* main content area
   ------ */

#main_content {
	margin: 0;
	padding: 15px;
}

/* right_content area

   -------- */
   
.right_content {
	float: right;
	width: 300px;
	margin: 0;
	
	text-align: center;
	border-left: 1px solid #e3e3e3;
}

.right_content ul {
	margin: 20px 0;
}

.right_content ul li.feature {
	margin: 5px 0;
	padding: 0 0 0 20px;
	font-size: 14px;
}

/* left_content_area
   --------- */
   
.left_content {
	margin: 0 300px 0 0;
	padding: 0;
}



/* footer
  ------ */

#footer ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#footer p {
  	text-align: right;
}
#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #ddd;
	background: #ffffff;
}

#footer a {
	font-style: normal;
	font-weight: normal;
	color: #333;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 10px;
}


#footer p {
	padding: 25px 0 0;
	font: 11px/16px arial,verdana,sans-serif;
	color: #727272;
}

#footer ul li a {
	color: #727272;
}

#footer ul li.primary {
	font: bold 13px/20px arial,verdana,sans-serif;
	color: #666;
}

#footer ul li.primary a {
	color: #666;
}

#footer .partner {
	float: left;
	text-align: left;
	width: 15%;
}

#footer .partner img {
	float: left;
	margin: -15px 5px 0 0;
	position: relative;
}

#footer .coerver {
	float: right;
	text-align: right;
	width: 85%;
}



#footer .coerver ul {
	display: inline;
}

#footer .coerver ul li {
	display: inline;
}

.left {
	float: left;
	margin: 0.25em;
}

.left2 {
	float: left;
	width: 260px;
	margin: 20px 2px;
	position: relative;
	padding: 10px;
	background: #fff;
	border-right: 1px solid #f0f0f0;
}

.right {
	float: right;
	margin: 0.25em;
}

.left3 {
	float: left;
	margin: 20px 2px;
	position: relative;
	width: 260px;
	padding: 10px;
	background: #fff;
}

.center {
	text-align: center;
}

.dottedlist li {
	list-style: disc;
}

.squarelist li {
	list-style: square;
}
   
.divHoriz {
	background-image:url(/images/content/divider_horiz_grey.gif);
	background-position:center;
	background-repeat:repeat-x;
	height:1px;
}   
   
   
.testimonial {
	background: #F0F0F0 none repeat scroll 0%;
	border: 1px dotted #006633;
	width: 500px;
	overflow: hidden;
	padding: 0.5em 1em;
	margin: 15px 0em;
}