
/******************************************
 General Styles
******************************************/

html * {
	margin: 					0;
	padding: 					0;
}
body {
	font-size: 					62.5%;
	line-height: 				1.5em;
	font-family: 				Verdana, Helvetica, sans-serif;
	color:					#666666;
	background-color: 			#F7F7F2;
}
ul {
    list-style-type:				none;
}
h1 {
	color:					#333333;
	font-size: 					2.2em;
	line-height: 				1em;
	margin-bottom:				0.5em;
	font-weight: 				normal;
}
h2 {
	font-size: 					1.3em;
}
input, select, th, td {
	font-size: 					1.0em;
}
a img, 
:link img, 
:visited img { 
	border: 					none 
}
p {
    margin: 					1em 0;
}
p, a, li, span, td, th
{
    font-size: 					1.1em;
}
p a, li a, li span, a span, h1 a, h2 a, h1 span, h2 span, td p, td a, td span, td li,
td h2, li li, th p, th a, th span, th li, th h2
{
    font-size: 					1.0em;
}
a:link
{
    text-decoration:				none;
    color: 						#3366cc;
}
a:active
{
    outline:					none;
}
a:visited
{
    text-decoration:				none;
    color: 						#3366cc;
}
a:hover
{
    text-decoration:				underline;
    color: 						#3366cc;
}

/******************************************
 End General Styles
******************************************/


/******************************************
 Structural Styles
******************************************/

#container
{
    margin: 					0 auto;
    width: 						750px;
    background: 					url(../images/midBg.gif) 0 0 repeat-y transparent;
}
#page
{
    margin: 					0 auto;
    width: 						750px;
}
#header
{
    clear: 						both;
    /* padding-top: 				10px; */
    padding-left: 				10px;
}
.logo
{
    float:						left;
    margin-top:					5px;
}

/******************************************
 End Structural Styles
******************************************/


.flashBox_800
{
    float: 						left;
    width: 						810px;
}
.flashBoxSetting
{
	margin-bottom:				10px;
	border: 					1px solid #ccc;
	overflow: 					hidden;
}
.flashBoxSetting img {
	vertical-align:				bottom;
}
.firstSmallBox_250
{
    float: 						left;
    width: 						250px;
}
.smallBox_250
{
    float: 						left;
    width: 						250px;
    margin-left:					10px;
    display:					inline;
}
.smallBox_290
{
    float: 						left;
    width: 						290px;
    margin-left:					10px;
    display:					inline;
}

#pageContent
{
    clear:						both;
    padding-left: 				0px;
}
#pageContent .firstSmallBox_250 .smallBoxSet_250 {
	position: 					relative;
	height: 					180px;
	background:					url(../images/bgLargeLeftBox.jpg) 100% 100% no-repeat;
}
#pageContent .smallBox_250 .smallBoxSet_250 {
	position: 					relative;
	height: 					180px;
	background:					url(../images/bgLargeRightBox.jpg) 100% 100% no-repeat;
}
#pageContent .smallBox_290 .smallBoxSet_290 {
	position: 					relative;
	height: 					84px;
}
#pageContent .smallBoxSet_250 h2.smallBoxTitle, 
#pageContent .smallBoxSet_290 h2.smallBoxTitle {
	height: 					30px;
}
#pageContent .smallBoxSet_250, 
#pageContent .smallBoxSet_290 {
	border: 					1px solid #ccc;
	margin-bottom: 				10px;
}
/* #pageContent .smallBoxSet_250 h2 {
	padding: 					0;
	margin: 					0;
	height: 					30px;
} */
#pageContent .smallBoxSet_250 h2 a, 
#pageContent .smallBoxSet_290 h2 a {
	display: 					block;
	padding: 					10px 0 0 10px; /* top, right, bottom, left */
	color: 					#f60;
}
#pageContent .smallBoxSet_250 div, 
#pageContent .smallBoxSet_290 div {
	padding: 					0 10px; /* no padding on top or bottom, 12px padding on left and right */
	margin: 					0;
}
#pageContent .smallBoxSet_250 div p, 
#pageContent .smallBoxSet_290 div p {
	padding: 					0 0 10px 0;
	margin: 					0;
	font-size: 					1.1em;
	line-height: 				1.3em; /* text tighten for small spaces */
}
#pageContent .smallBoxSet_250 p, 
#pageContent .smallBoxSet_290 p {
	padding: 					0 12px; /* no padding on top or bottom, 12px padding on left and right */
	margin: 					0;
}
/* #pageContent .smallBoxSet_250 img {
	float: 					right;
	padding: 					0;
	margin: 					-30px 0 0 0;
} */
#pageContent .smallBoxSet_250 .learnMore 
{
	background: 				url(../images/arrowBlue.gif) right bottom no-repeat; /* Link Arrow */
	padding-right: 				11px; /* Position arrow relative to text */
	position: 					absolute;
	bottom: 					10px; /* Position 10px from bottom (absolute positioning) */
}
#pageContent .smallBoxSet_290 .smallLink
{
	background: 				url(../images/arrowBlue.gif) right bottom no-repeat; /* Link Arrow */
	padding-right: 				10px; /* Position arrow relative to text */
	padding-bottom: 				1px;
}








