/*===========================================================*/
/*	Gretna Insurance Company	                        
/*	iAppeal Media			                    
/*  June 2007
/*===========================================================*/

/*----------------------------------------------------------*/
/*	Sitewide Layout Styles                                  */
/*----------------------------------------------------------*/

body {
	/* sets page up */
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E2DFDE;
	font-size: 11px;
}

a:visited {
	color: #746A61;
}

a:link {
	color: #191366;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


img{
	border:none
}

#container {
	/* page container */
	background-color: #FFFFFF;
	position: relative;
	width: 780px;
	height: 800px;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container_int1 {
	/* page container */
	background-color: #FFFFFF;
	position: relative;
	width: 780px;
	height: 1400px;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container_int2 {
	/* page container */
	background-color: #FFFFFF;
	position: relative;
	width: 780px;
	height: 2000px;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#topContainer {
	position: absolute;
	top: 0px;
}

#bottomContainer {
	position: absolute;
	bottom: -10px;
	width: 780px;
}

#logoContainer {
	position: absolute;
	top: 7px;
	left: 30px;
}

#navContainer {
	/* positions Nav container */
	position: absolute;
	left: -24px;
	width: 780px;
	top: 95px;
	background-image:url(images/navback.gif);
	background-repeat:no-repeat;
	height: 50px;
	padding-top: 7px;
	padding-left: 6px;
}

#headerContainer {
	position: absolute;
	top: 155px;
	width: 780px;
	background-image:url(images/front_home.jpg);
	background-repeat:no-repeat;
	height: 350px;
	padding-left: 0;
	padding-top: 0;
	left: 0px;
}

#headerContainer_int {
	position: absolute;
	top: 155px;
	width: 780px;
	background-image:url(images/interior_back.jpg);
	background-repeat:no-repeat;
	height: 350px;
	padding-left: 0;
	padding-top: 0;
	left: 0px;
}

#quotebuttonContainer {
	/* positions Nav container */
	position: absolute;
	top: 360px;
	width: 210px;
	left: 100px;
}

#featuredinsContainer {
	/* positions Nav container */
	position: absolute;
	top: 450px;
	width: 210px;
	left: 60px;
}

#frontboxContainer {
	/* positions Nav container */
	position: absolute;
	top: 350px;
	width: 415px;
	right: 20px;
	background-image:url(images/boxback.jpg);
	background-repeat:no-repeat;
	height: 400px;
}


#featuredinsContainer a:link {
	/* positions Nav container */
	color: #5C9F48;
}


#link1 {
	position: relative;
	width: 86px;
	top: 6px;
	left: 5px;
}

#link1 a:hover{
	display: block;
}

#link1_dropdown {
	display: block;
	position: relative;
	width: 86px;
	top: 20px;
	left: 5px;
}

.largerLinks{
	font-size: 13px;
	font-weight: bold;
}

.title{
	font-size: 14px;
	font-weight: bold;
	color: #191366;
}

.pageTitle{
	font-size: 18px;
	font-weight: normal;
	color: #478339;
}

.pageTitle_2{
	font-size: 16px;
	font-weight: normal;
	color: #478339;
}

.dropdown{
	font-size: 11px;
	color: #333333;
	width: 150px;
}
