@charset "utf-8";
/* CSS Document */

/*---------------------------Genrael Clases---------------------------------------*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494949;

}

* {
	margin:0px;
	padding:0px;
}

.fl{
	float:left;
}

.fr{
	float:right;
}
.clr{
	clear:both;
}

ul,li{
	list-style:none;
}

a {
	text-decoration:none;
	color:#494949;
}

a:hover{
	text-decoration: underline;
}

/*---------------------------Layout Content Clases---------------------------------*/

#Layout{                /*------------------------For Page Main Width------------------------------------*/
	width:952px;
	margin:auto;
}


#Top{
	height:195px;
	position: relative;
	background:url(../images/qpsf_02.jpg) no-repeat left top;
}

#Logo{
position:absolute;
left:20px;
top:25px;
}

#TopContent{
position:absolute;
right:10px;
top:10px;
border:#330066 solid 1px;
display:none;
}
#Nav{
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../images/nav.gif);
	height:54px;
	border:#EED6E6 solid 1px;
	border-bottom:none;
	border-top:none;
	width:100%;
}
#Nav ul{
	height:54px;
	width:100%;
	border:#fff solid 1px;
	border-bottom:none;
	border-top:none;
	width:100%;
}
#Nav ul li{
	float:left;
	height:35px;
	padding:0 20px;
	background:url(../images/sep.gif) no-repeat right top;
}
#Nav ul li a{
	height:35px;
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
#Nav ul li a span{
	color:#fff;
	display:block;
	line-height:35px;
	float:left;
	padding:0 12px;
	cursor:pointer;
}
#Nav ul li a:hover{
	height:35px;
	float:left;
	text-decoration:none;
	background:url(../images/nav-left.gif) no-repeat left;
}
#Nav ul li a:hover span{
	color:#fff;
	display:block;
	line-height:35px;
	float:left;
	background:url(../images/nav-right.gif) no-repeat right;
}
#Nav ul li.last{
background:none;
}
#Content{
padding-top:10px;
}

#Content .LeftSide{
	float:left;
	width:356px;
	padding-right:10px;
}

.welcomebox{
font-family:Tahoma;
font-size:10px;
}
.welcomebox h2 {
font-size:24px;
color:#474747;
display:block;
margin-bottom:10px;
}
.welcomebox h2 span{
font-family:;
display:block;
font-size:18px;
color:#5DB300;
}
.welcomebox p{
margin-bottom:10px;
}

.BigLinks{
font-size:20px;
color:#84912C;
}
.BigLinks span{
color:#9F3C12;
font-size:18px;
font-weight:bold;
padding:0 10px;
}
.BigLinks strong{
padding:0 10px;
}
.BigLinks p{
font-size:24px;
text-align:center;
font-weight:bold;
color:#474747;
}
#Content .RightSide{
	float:right;
	width:583px;
	background:url(../images/greenBG.jpg) repeat-x top;
	height:430px;
	
}
.RightSide .RightBody{
padding:25px 15px 10px;
padding-right:0px;
}
.RightSide .GreenForm label{
display:block;
color:#fff;
font-size:10px;
font-weight:bold;
padding-bottom:4px;
}
.RightSide .RightBody h4{
padding:20px 0px;
font-size:12px;
color:#fff;
}
.RightSide .GreenForm .filed{
float:left;
height:48px;
width:188px;
}
.RightSide .GreenForm .filed input{
width:158px;
border:#999999 dotted 1px;
background:#fff url(../images/input-bg.jpg) no-repeat right top;
padding:2px 2px;
}

.RightSide .GreenForm .filedBig{
float:left;
height:45px;
width:377px;
}
.RightSide .GreenForm .filedBig input{
width:346px;
padding:2px 2px;
border:#999999 dotted 1px;

background:url(../images/input-bg.jpg) right;

}
.RightSide .GreenForm .filed select{
width:166px;

height:22px;
}
.RightSide .GreenForm .TextArea{
float:left;
height:70px;
width:425px;
}
.RightSide .GreenForm .TextArea textarea{
width:420px;
padding:2px 2px;
height:50px;
border:#999999 dotted 1px;
background:url(../images/input-bg.jpg) right;
}
.RightSide .GreenForm .Action{
float:right;
padding-right:10px;
padding-top:46px;

}
.BottomBoxs{
border:#E4EAEF solid 1px;
border-bottom:none;
border-top:none;
padding:0 10px;
width:930px;
position:relative;
}

.BottomBoxs li{
background: url(../images/v-line.gif) no-repeat right top;
padding-right:20px;
width:296px;
float:left;
height:120px;

}
.BottomBoxs li.last{
background:none;
padding:0px;
}
.BottomBoxs li .BoxOuter{
background:url(../images/bottomBox.gif) repeat-x top;
height:110px;
}
.BottomBoxs li .Thum{
float:left;
width:86px;
padding-top:14px;
text-align:center;
}
.BottomBoxs li .BoxDetail{
float:left;
width:193px;
padding-top:12px;
padding-left:5px;
}
.BottomBoxs li h3{
font-style:italic;
color:#505050;
font-size:17px;
margin-bottom:5px;
}
.BottomBoxs li .BoxDetail p{
font-size:10px;
height:50px;
}
.read{
background:url(../images/read.gif) no-repeat left top;
width:78px;
height:25px;
display:block;
text-transform:uppercase;
text-align:left;
line-height:25px;
color:#596E81;
font-weight:bold;
font-size:11px;
padding-left:6px;
}
.BottomBoxs li.LastRow{
height:28px;
overflow:hidden;}

#Footer{
background:#D3D0B0;
color:#404040;
text-align:center;
padding:30px 0 50px;
font-size:10px;
font-weight:bold;
}
#Footer a {
margin:0px 10px;

color:#404040;
}
#Footer .copyright{
display: block;
text-align:center;
padding-top:20px;

}
.designby{
float:right;
}