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

/* Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, font, img, ol, ul, dl fieldset, form, label {
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ul span {
	color: #333333;
}
h1, h2, h4, h5, h6, p, blockquote, ol, ul, fieldset, form {
	padding:0 0 12px 0;
}
h3 {
	padding:0 0 2px 0;
	color: #666;
	font-weight: normal;
}
blockquote {
	margin-bottom: 20px;
}
/*layout*/
body {
	font:14px Arial, Helvetica, sans-serif;
	color:#000000;
}

.subbg {
	font:14px Arial, Helvetica, sans-serif;
	color:#000000;
	background:url(images/bg_v2.gif) no-repeat;
}
#page {
	float:left;
	width:100%;
	
}
#wrap {
	width:800px;
	margin:0 auto;
}
#header {
	margin:0 0 0 0;
	padding:0;
	float:left;
	width:100%;
}
a:link, a:visited {
	color:#ff0000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}

.col-1 {
	width:231px;
	float:left;
	margin-left:50px;
	margin-bottom:15px;
}
.col-2 {
	width:380px;
	height:450px;
	float:right;
	margin-top:40px;
	margin-right:60px;
	margin-bottom:15px;
	overflow:auto;
}
.col-2 ul{
	list-style: circle;
	padding:10px 0px 10px 0px;
}
.col-2 ul li {
	padding:2px 0px 0px 0px;
	margin-left:20px;
}

/*main-menu*/
.main-nav {
	float:left;
	width:800px;
	padding:40px 0px 0px 0px;
}

#aboutCQ, #ourAD, #HowHelp, #HomeSection {
	float:left;
	width:100%;
	padding:0px 0px 0px 0px;
	margin-bottom: 20em;
}

.maincontent {
	width:100%;
	float:left;
}

.videocontainer{
	width:333px;
	height:278px;
	background:url(images/video_bg.gif) no-repeat;
	vertical-align:middle;
	padding:0px 0px 0px 0px;
	position:relative;
}


/*footer*/
#footer {
	padding:0px 0px 0px 0px;
	float:left;
	width:100%;
	font-size:12px;
	color:#000000;
}
#footer a:link, #footer a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
#footer a:hover {
	color:#ff0000;
	text-decoration:none;
}

.b2top a:link, #b2top a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#ff0000;
	font-size:10px;
}

abbr {
	cursor:help;
	font-style:italic;
}
/*button link*/
.buttonlink {
	padding:6px 10px;
	text-transform:uppercase;
	font-size:10px;
	background:#ddd;
}
.buttonlink:hover {
	padding:6px 10px;
	background:#333;
	color:#FFFFFF;
}

/*common style*/
.clear {
	clear:both;
}
.highlight {
	font-weight:bold;
	color:#333;
}

.alignLeft {
	text-align:left;
}
.alignRight {
	text-align:right;
}
.alignJustify {
	text-align:justify;
}
.alignCenter {
	text-align:center;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.errorMsg, .infoMsg {
	float:left;
	padding:10px;
	width:95%;
	margin:0 0 20px 0;
}
.errorMsg h3 {
	color:#FF0000;
}
.infoMsg h3 {
	color:#000;
}
.errorMsg ul {
	padding-left:14px;
}
.highlight-color {
	font-weight:normal;
	color:#333333;
}
.highlight-teal {
	font-weight:bold;
	color:#00FFBA;
}
select {
font-size: 12px;
color: #999;
padding:4px;
margin-bottom: 10px;
width: 97%;
}

