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

/* main colors: #b82815, #71ADD9, #4779BD, #EBEA6A */

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

body {
	background: url(../media/images/bg.gif) top left repeat-x #e3e3e3;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333;
}

h1 {}
h2 {}
h3 {}

h4 {
	text-align: center;
	color: #b82815;
	margin: 14px 0 20px 0;
	font-size: 14px;
}

h5 {}
h6 {}

a:link, a:visited {
	text-decoration: none;
	color: #214593;
	font-weight:bold;
}

a:hover, a:active {
	text-decoration: none;
	/*color: #71ADD9; */
	color:#71ADD9;
	font-weight:bold;
}

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

.clearFloat {
	clear: both;
}

.redText {
	color: #b82815;
}

/***************** header ***************/
#banner {
	margin: 0;
	width: 1006px;
	height: 120px;
	background:url(../media/images/header_bg.png) top left no-repeat ;
}

#topNav {
	float: left;
	text-align: right;
	width: 840px;
	padding: 51px 10px 0 0 ;
}

#topNav li {
	float: right;
	list-style-type: none;
	margin: 0 8px;
}

#topNav a:link, #topNav a:visited {
	color: #cdcdcd;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

#topNav a:hover, #topNav a:active {
	color: #EBEA6A;
}

#subNav {
	text-align: right;
	width: 840px;
	margin: 18px 0 0 0;
	
}

#subNav a:link, #subNav a:visited {
	color: #967348;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

#subNav a:hover, #subNav a:active {
	color: #4779BD;
}

#join {
	display: block;
	cursor: pointer;
	background: url(../media/images/join.png);
	width: 142px;
	height: 83px;
	float: right;
	margin: 27px 0px 0 0;
}

#join:hover {
	background: url(../media/images/join_over.png);
}

/***************** main ***************/
#mainWrapper {}


#left {
	float: left;
	width: 496px;
	margin: 0 0 0 3px;
	background: url(../media/images/welcome_bg.png) top left no-repeat;
}

#right {
	float: right;
	margin: 0;
}


/***************** left ***************/

#welcome {
	height: 429px;
}

#welcome p {
	margin: 10px 18px 0px 18px;
	text-align: justify;
	text-indent: 2em;
}

#welcome p.first {
	margin-top: 70px;}

	
#testimonial {
 	margin: 8px 0 0 0;
	width: 484px;
	height: 43px;
	padding: 11px 0 0 12px;
	background: url(../media/images/testimonial_bg.png) top left no-repeat;
	
}

#testimonial p {
	color: #FCCE59;
	font-size: 13px;
	padding-right:10px;
}

/***************** right ***************/	
#videoOuterContainer {
	width: 499px;
	height: 302px;
	padding: 2px 0 0 2px;
	background: url(../media/images/video_bg.png);
}

#getFlash {
	text-align: center;
	margin: 100px 0 0 0;
}

#getFlash img {
	margin: 5px 0 0 0;
}

#botLeft {
	margin: 3px 0 0 0;
	height: 254px;
	background: url(../media/images/botLeft.png) top left no-repeat;
	float: left;
	width: 324px;
	
}

#introBanner {
	margin: 3px 0 0 0;
}

#botRight {
	margin: 3px 0 0 3px;
	height: 254px;
	float: left;
	width: 174px;
	background: url(../media/images/botRight.png) top left no-repeat;
}

#botRight img {
	margin: 0 0 7px 0;}

#botRight p {
	text-align: center;
	font-size: 12px;
	color: #666;
	margin: 12px 10px 35px 10px;
}

#faceBook {
	display: block;
	cursor: pointer;
	width: 115px;
	height: 60px;
	margin: 0 auto;
	background:url(../media/images/facebook.png) top left no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #4779BD;
	padding: 13px 0 0 47px;
	
	}

#faceBook:hover {
	color: #71ADD9;
	background:url(../media/images/facebook_over.png) top left no-repeat;
}

/***************** footer ***************/

#footer {
	margin: 0;
	background: url(../media/images/footer_bg.png) top right no-repeat;
}

.contact {
	text-align: right;
}
	
.contact li {
	float: right;
	list-style-type: none;
	margin: 10px 0px 0px 20px;
	color: #4779BD;
}

#botNav {

}

#botNav li {
	float: right;
	list-style-type: none;
	margin: 18px 6px 3px 6px;
	color: #777;
}

#botNav a:link, #botNav a:visited {
	color: #777;
	font-size: 11px;
}

#botNav a:hover, #botNav a:active {
	color: #71ADD9;
}

#copyright
{
	text-align: right;
	margin: 0;
	color: #777;
	font-size: 11px;
}
