/****************************************
/		(COMPANY NAME HERE)
/		MAIN CSS FILE
/		CREATED: EGG_DNA
/		MODIFY:	 xx/xx/xxxx
****************************************/
/* DEFAULTS FOR BROWSER COMPATIBILTY */
body {
	text-align: center; /* IE centering */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* for text re-sizing */
	background: url(/images/bg_top.jpg) left top repeat-x #9FA6B8;
	color: #333;
}

font {
	font-size: 14px;	/* Override FCK's font sizing scheme */
}


* { /* ZERO DEFAULTS */
	margin:0px;
	padding:0px;
}

li { margin-left:30px; }

a img { border:none; } /* remove border from img links */

a { color: #1e275a; }

.clear { /* float clear */
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* PAGE WIDTH AND CENTERING */
.container {
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
	width: 778px;
	position: relative;
}

/*************************
		HEADER
*************************/
#header{
	color: #FFF;
}

#header .container {
	background: url(/images/headerBg.jpg) left top no-repeat;
	height: 399px;
	position: relative;
	width: 1022px;
	z-index: 200;
}

#clientLogin {
	font-size: 12px;
	background: url(/images/goButton_2.jpg) right 2px no-repeat;
	padding: 0 33px 0 3px;
	line-height: 20px;
	text-decoration: none;
	position: absolute;
	right: 135px;
	top: 30px;
	color: #FFF;
}

#header .logoLink {
	position: absolute;
	top: 22px;
	left: 30px;
	width: 343px;
	height: 62px;
	display: block;
}

#header .logoLink span {
	position: absolute;
	left: -1000px;
}

#headerFlash {
	width: 775px;
	height: 245px;
	position: absolute;
	top: 98px;
	left: 123px;
}


/**** TOP LINKS ****/
.topLinks {
	position: absolute;
	top: 5px;
	right: 130px;
}

.topLinks a {
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #FFF;
	padding: 0px 5px;
}

.topLinks a:hover {
	text-decoration: underline;
}

.topLinks a.end {
	border-right: none;
}




/*************************
		CONTENT
*************************/
#content {
	background-color: #FFF;
	padding-bottom: 30px;
	z-index: 100;
}

#content .container {
	position: relative;
	z-index: 100;
}


/**** BREAD CRUMBS ****/
#breadCrumbs {
	float: left;
	padding: 5px 0;
	width: 100%;
	height: 10px;
}


a:hover#clientLogin {
	text-decoration: underline;
}



/*************************
		LEFT COLUMN
*************************/
#leftCol {
	width: 212px;
	float: left;
	clear: left;
}

/** SUB NAV ****/
.subNav {
	margin: 0px 0px 12px 0px;
	
}

.subNav a {
	display: block;
	background: url(/images/bullet_yellow.jpg) 0px 7px no-repeat;
	color: #000;
	font-size: 12px;
	padding: 3px 5px 3px 13px;
	text-decoration: none;
}
.subNav a:hover {
	text-decoration: underline;
}


.subNav,
.subNav ul,
.subNav li {
	list-style-type: none;
	margin-left: 0px;
}

.subNav li li {
	margin-left: 25px;
}

.subNav li li a {
	color: #666;
}

.subNav li li a:hover {
	color: #000;
}

/** CALLS TO ACTION **/
.cta {
	border-top: 1px solid #b26d18;
	margin: 10px 0;
	padding: 10px 0 0 0;
}

.cta .phone,
.cta .address,
.cta .email,
.cta .blog {
	padding: 0px 5px 12px 45px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.cta .phone { background-image: url(/images/icon_phone.jpg); }
.cta .address { background-image: url(/images/icon_address.jpg); }
.cta .email { background-image: url(/images/icon_mail.jpg); }
.cta .blog { background-image:url(/images/icon_blog.jpg); }



/*************************
		RIGHT COLUMN
*************************/
#rightCol {
	width: 532px;
	float: left;
	margin: 0 0 0 32px;
	display: inline;
}

#rightCol h1 {
	border-bottom: 1px solid #b26d18;
}

#rightCol h1#flashTitle {
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	z-index: 0;
}

#rightCol p {
	margin-bottom: 10px;
}


h2.flashTitle {
	margin: 5px 0 10px 0;
}


/** SITEMAP **/
.sitemap li {
	list-style-type: none;
	list-style-image: url(/images/bullet_yellow.jpg);
}

.sitemap li a {
	display: block;
	padding: 2px 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.sitemap li a:hover {
	color: #000;
	text-decoration: underline;
}

.sitemap li li {
	list-style-type: none;
	list-style-image: url(/images/bullet_yellow.jpg);
}

.sitemap li li a {
	font-size: 12px;
	font-weight: bold;
}

.sitemap li li ul {
	margin-bottom: 10px;
}

.sitemap li li li {
	list-style-type: none;
	list-style-image: url(/images/bullet_yellow.jpg);
}

.sitemap li li li a {
	font-weight: normal;
}



/*************************
		FOOTER
*************************/
#footer {
	clear: both;
	background:url(/images/bg_bottom.jpg) left top repeat-x;
	font-size: 10px;
	height: 106px;
}

#footer .container {
	z-index: 100;
}

/** COPYRIGHT **/
.copyright {
	line-height: 24px;
}

/** LINKS **/
#footer .links {
	text-align: center;
	margin: 10px 0;
}

#footer .links a {
	padding: 0 10px;
	text-decoration: none;
}

#footer .links a:hover {
	text-decoration: underline;
}

/** CAZARIN **/
.cazarin {
	text-align: center;
}

.cazarin a:hover {
	color: #000;
}