@charset "utf-8";
/* CSS Document */


a:link    { color: #41464c; text-decoration: underline; }
a:visited { color: #41464c; text-decoration: underline; }
a:hover, a:active, a:focus { text-decoration: none; }
/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */

.boxWhite {
	background-color: #f3f3f3;
}

.boxGray {
	background-color: #e1e2e2;
}

.boxDarkGray {
	background-color: #c5c9c9;
}

.titlebarWrapper {
	width: 1004px;
	height: 181px;
	margin: 0;
	padding: 0;
	background-image: url(../images/wood.jpg);
	background-repeat: no-repeat;
	background-position: 18px 160px;
}

.content {
	width: 944px;
	margin: 0 0 0 0;
	padding: 0 40px 20px 20px;
	background-image: url(../images/contentAreaBG2N.png);
}

.topOwl {
	width: 330px;
	height: 215px;
	padding: 0;
	margin: -62px 0 0 30px;
	background-image: url(../images/gateway-owl.png);
	background-repeat: no-repeat;
    float: left;
}

.topOwl a:link    { color: #711310; text-decoration: underline; background-position: 0px 0px;
}
.topOwl a:visited { color: #711310; text-decoration: underline; }
.topOwl a:hover, a:active, a:focus { color: #41464c; text-decoration: underline; }


.questionContainer {
	float: left;
	clear: both;
	margin: 0 0 0 240px;
}
	

.textTop {
	font-family: DroidSansRegular;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 20px;
	background-image: url(../images/faq-red-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}

.textTop a:link    { color: #711310; text-decoration: none; background-position: 0px 0px;}
.textTop a:visited { color: #711310; text-decoration: none; }
.textTop a:hover, a:active, a:focus { color: #41464c; text-decoration: underline; }



.questionBox {
	width: 580px;
	height: 138px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 20px 20px 0px 20px;
	margin: 0 0 10px 0;
	float: right;
	clear: both;
	position: relative;
}

.colorBox1 {
	background-image: url(../images/highlight-box1.jpg);
	background-repeat: no-repeat;	
}

.colorBox2 {
	background-image: url(../images/highlight-box2.jpg);
	background-repeat: no-repeat;	
}

.colorBox3 {
	background-image: url(../images/highlight-box3.jpg);
	background-repeat: no-repeat;	
}

.colorBox4 {
    background-image: url("../images/highlight-box4.jpg");
    background-repeat: no-repeat;
}

.colorBox5 {
    background-image: url("../images/highlight-box5.jpg");
    background-repeat: no-repeat;
}

.questionBox h6 {
	height: 42px;
	font-family: DroidSansBold;
	font-size: 25px;
	font-weight: bold;
	color: #4f0c06;
	padding: 5px 0 0 50px;
	margin: 0 0 0 0;
	font-style: italic;
}

.iconAdmin {
	background-image: url(../images/icon-admin.png);
	background-repeat: no-repeat;
}

.iconQuestion {
	background-image: url(../images/icon-question.png);
	background-repeat: no-repeat;
}

.iconVideo {
	background-image: url(../images/icon-video.png);
	background-repeat: no-repeat;
}

.iconHelpingHand {
	background-image: url(../images/icon-helpinghand.png);
	background-repeat: no-repeat;
}

.iconFind {
	background-image: url(../images/icon-find.png);
	background-repeat: no-repeat;
}

.questionBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #000000;
	margin: 0 0 0 55px;


}


.buttonGo {
	width: 62px;
	height: 32px;
	float: right;
	background-color: transparent;
	background-image: url(../images/button-go.png);
	background-repeat: no-repeat;
}

input.buttonGo {
	border: 0;
	width: 62px;
	height: 32px;
	margin: 40px 0 0 0;
	float: right;
	background-color: transparent;
	background-image: url(../images/button-go.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

input.buttonGoSelect {
	background-image: url(../images/button-go.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.buttonGoSelect:hover {
    background-image: url(../images/button-go-on.png);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}

.buttonGoSelect:active {
	background-image: url(../images/button-go-on.png);
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.indent {
	margin: 0 0 0 50px;
}

/*.blackBG {
	background-image: url(../images/contentAreaBG2.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
} */

.bottom {
	background-image: url(../images/contentAreaBottom2N.jpg);

}

