/*************************************************************************
 AUTHOR :	Jeff Reinhardt
**************************************************************************/

/*************************************************************************
// IMPORT Normalization and Global Styles
**************************************************************************/
@import "global.css";

/*************************************************************************
// HTML Customizations
**************************************************************************/

p {
	margin:13px 0;
	line-height:1.3em;
}
h1, h2, h3, h4, h5, h6{
	margin:.3em 0 1em 0;
	color:#CC9933;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
h1 {
	font-size:160%;
}
.c1 h1{
	text-align:left;
	font-size:160%;
	padding:0;
	color:#CC9933;
}

h2 {
	font-size:140%;
}
.c1 h2{
	text-align:left;
	font-size:140%;
	padding:0;
	color:#CC9933;
}

h3 {
	font-size:123%;
}
h4 {
	font-size:108%;
}
h5 {
	font-size:95%;
}

th, tr {
	vertical-align: top;
}
img{
	border-width:0;
}
hr{
	width:100%;
	height:1px;
	color:#;
	border-bottom:1px dotted #;
}


/*************************************************************************
  Grid Definitions
**************************************************************************/
#centering{
	position:relative;
	width:975px;
	height:auto;
	margin:0 auto;
}
#wrapper {	
	position:relative;
	width:973px;
	height:auto;
	float:left;
	border:1px solid black;
	border-width:0 1px;
	text-align:left;
	background:none no-repeat 400px 300px #fff;
}
#header {
	position:relative;
	width:973px;
	height:117px;
	height:139px;
	background:none bottom no-repeat;
}
#mainContent{
	background:url(../images/bg_home2.gif) no-repeat left 195px;
}

#footer {
	background:url(../images/bg_footer_home.gif) no-repeat #F8F4E3;
}



/*************************************************************************
// inner structures: mainconternt
**************************************************************************/

/* ROW LAYOUTS- THESE SHOULD CONTAIN THE NUMBER OF COLUMNS IN THE ROW. THEY ARE DESIGNED TO CONTROL THE FLOAT SO THAT CONTENT DOES NOT START FOR THE NEXT BLOCK CONTAINER UNTIL ALL FLOATED COLUMNS HAVE TERMINATED */


/* COLUMNS- ALL COLUMNS SHOULD BE WRAPPED BY A ROW CONTAINER THAT CONTAINS THE COLUMN COUNT IN THE NAME */
	/* COLUMNS IN 1 COLUMN ROW */
.rowCol1 .c1{
	position:relative;
	width:973px;
	height:auto;
	float:left;
}


/* COLUMNS IN 2 COLUMN ROW */
	/* COLUMN 1- SAME SIZE IN 2 AND 3 COLUMN ROWS */
.rowCol2 .c1{
	width:646px;
	height:195px;
	background-color:transparent;
	background:url(../images/bg_yellow_home.jpg) no-repeat;
}
.rowCol2 .c1a{
	width:646px;
	height:195px;
	background-color:transparent;
	background:url(../images/bg_yellow_home2.jpg) no-repeat;
}
.rowCol2 .c2{
	width:327px;
	height:195px;
	padding:0;
}
.rowCol3{
	
}

/* COLUMNS IN 3 COLUMN ROW */
.rowCol3 .c1{
	background-color:transparent;
	width:294px;
	margin:0 0 0 20px;
}
.rowCol3 .c2{
	width:323px;
	margin:0 0 0 20px;
	float:left;
}
.rowCol3 .c3{
	width:265px;
	padding:0;
	margin:0 0 0 40px;
	float:left;
}

.intro{
	width:535px;
	height:auto;
	margin:20px 60px;
}
.intro p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	line-height:1.5em;
}

.c3 .item{
	background:url(../images/bg_home_c3_item.jpg) no-repeat;
	width:258px;
	height:auto;
	margin:10px 0 5px 5px;
	float:left;
	
	font-family:Georgia, "Times New Roman", Times, serif;
}
.c3 .item p{
	padding:0 10px 0 35px;
	font-size:11px;
	margin:5px 0;
}
.c3 .item img{
	padding:10px 10px 5px 20px;
	float:right;
}
.c3 .item hr{
	padding:5px 10px 5px 20px;
}
.c3 .item .link{
	color:#CC9900;
	padding:10px 0 0 15px;
	margin:0 0 0 20px;
	background:url(../images/arrow_yellow.gif) no-repeat 0 15px;
	font-size:16px;
}
.c3 .item .link a{
	color:#211866;
	text-decoration:none;
}
.c3 .item .link a:hover{
	color:#CC9900;
}
.c3 .item HR{
	color:#F2F2F7;
	xbackground-color:#F2F2F7;
	height:1px;
	padding:0;
	margin:5px 20px;
	font-size:1px;
	line-height:1px;
	width:225px;
	border-top:1px solid #211866;
	
}

.c3 .item .aware .btn img{
	margin:5px 0 5px -25px;
	float:left;
}

/*************************************************************************
// Misc
**************************************************************************/


