/***** KEDS STYLESHEET ****/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bg.jpg) top repeat-x #666;
}

* {
	margin: 0px;
	padding: 0px;
}

.clear { clear: both; }

#wrapper {
	text-align:left;
	margin: 10px auto;
	background: #FFF;
	/*width: 928px;*/
	width: 930px;
}


/*******************************
		HEADER
*******************************/
#header {
	position: relative;
	width: 927px;
	height: 110px;
}

#header .logo {
	background: url(images/logo.jpg) no-repeat;
	width: 277px;
	height: 78px;
	display: block;
	position: absolute;
	top: 20px;
	left: 30px;
}

/**** Top Red Menu ****/
.menu {
	background: url(images/menu_middle.jpg) repeat-x;
	position: relative;
	width: 596px;
	position: absolute;
	left: 331px;
	top: 9px;
	height: 94px;
}

.menu a {
	display: block;
	float: left;
	padding: 35px 15px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color: #336;
	text-decoration: none;
}

.menu a.twoLines {
	padding-top: 25px;
	padding-bottom: 44px;
}

.menu a.first span { 
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 13px;
	height: 101px;
	background: url(images/menu_left.jpg) no-repeat;
}

.menu a.last span {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 15px;
	height: 101px;
	background: url(images/menu_right.jpg) no-repeat;
}


#banner {
	margin: 0 0 0 9px;
	width: 909px;
	height: 220px;
	overflow: hidden;
}
#banner img { margin: 0px; padding: 0px; }

/*******************************
		HOME PAGE
		MAIN CONTENT
*******************************/
#home_content {
	position: relative;
	float: left;
	background: url(images/lines_bg.jpg) 331px 0 repeat-y;
}

.redArrow {
	display: block;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #316192;
	text-decoration: none;
	background: url(images/redArrow.jpg) right no-repeat;
	width: 75px;
}
a:hover.redArrow { text-decoration: underline; }

/**** Left Column ****/
.leftColumn {
	float: left;
	width: 324px;
	padding: 0 0 15px 0;
}

.sitepal /*img */{
	padding: 0px;
	border: 7px solid #cd6617;
	margin: 20px 0 0 80px;
	text-align: center;
	width: 150px;
}

.leftColumn p {
	margin: 10px 0 0 30px;
	width: 264px;
	color: #666;
	font-size: 11px;
}

.leftColumn .redArrow {
	float: right;
	margin: 0 35px 0 0;
}


/**** Right Column ****/
#home_rightColumn {
	float: left;
	margin: 0 0 0 11px;
}


/**** red headers ****/
h1.redHeader {
	background: url(images/redBar_middle.jpg) repeat-x ;
	color: #FFF;
	font-size: 14px;
	height: 45px;
	line-height: 33px;
	padding: 0 0 0 15px;
	position: relative;
}

h1.redHeader .left {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(images/redBar_left.jpg) no-repeat;
	display: block;
	width: 8px;
	height: 45px;
}

h1.redHeader .right {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(images/redBar_right.jpg) no-repeat;
	display: block;
	width: 7px;
	height: 45px;
}

/**** left and right columns on the right side ****/
.column1, .column2 {
	float: left;
	width: 294px;
	padding: 0 0 110px 0; /* bottoms padding for absolutely positioned items below the text */
}


.column1 p, .column2 p {
	margin: 0 20px 30px 20px;
	font-size: 11px;
	color: #666;
}
.column1 li, .column2 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 40px;
}


/**** red arrow link positioning ****/
#home_rightColumn .redArrow {
	position: absolute;
	bottom: 115px;
	margin: 0 0 0 190px;
}

/**** Line Caps ****/
.line_top, .line_bottom {
	position: absolute;
	width: 3px;
	height: 30px;
}

.line_top {
	top: 45px;
	background: url(images/line_top.jpg) no-repeat;
}

.line_bottom {
	bottom: 110px;
	background: url(images/line_bottom.jpg) no-repeat;
}

.line1 { left: 331px; }
.line2 { left: 623px; }
.line3 { left: 915px; }

.hideLine {
	position: absolute;
	left: 331px;
	top: 0px;
	width: 3px;
	height: 45px;
	background: #FFF;
}

/**** Bottom Images ****/
.bottomImages {
	position: absolute;
	width: 598px;
	height: 113px;
	bottom: -1px;
	right: 0px;
	background: #FFF;
}

.bottomImages .bottomImage1, .bottomImages .bottomImage2 {
	position: absolute;
	bottom: 5px;
}
.bottomImages .bottomImage1 { left: 8px; }
.bottomImages .bottomImage2 { left: 307px; }


/*******************************
		SUB PAGE
		MAIN CONTENT
*******************************/
/**** Left Column ****/
.sub_leftColumn {
	float: left;
	width: 322px;
	margin: 0 0 20px 9px;
	font-size: 11px;
	color: #666;
}
*html .sub_leftColumn { margin/**/: 0 0 10px 4px; }

.sub_leftColumn h1 {
	position: relative;
	background: url(images/sub_redBar_bg.jpg) repeat-x;
	color: #FFF;
	font-size: 18px;
	margin: 0px;
	padding: 9px 0 0 15px;
	height: 47px;
}

.sub_leftColumn h1 .left {
	background: url(images/sub_redBar_left.jpg) no-repeat;
	width: 6px;
	height: 47px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.sub_leftColumn h1 .right {
	background: url(images/sub_redBar_right.jpg) no-repeat;
	width: 10px;
	height: 47px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.sub_leftColumn p {
	margin: 10px 20px 10px 20px;
}

.contactInfo, .contactInfo a {
	color: #316192;
	font-size: 12px;
	font-weight: bold;
}
.contactInfo a:hover { color: #000; }

/**** Left Sub Menu ****/
.subMenu { margin: 0 0 0 30px; }

.subMenu h2 {
	font-size: 14px;
	color: #316192;
	margin: 5px 0 3px 0;
}

.subMenu a {
	display: block;
	padding: 3px 0px 3px 10px;
	background: url(images/4orangeDots.jpg) no-repeat 0px 5px;
	text-decoration: none;
	color: #666;
}
.subMenu a:hover {
	text-decoration: underline;
}


/**** Right Column ****/
.sub_rightColumn {
	float: left;
	margin: 0 0 20px 10px;
	width: 585px;
	font-size: 11px;
	color: #666;
}

.innerContainer {
	margin: 0 10px 0 10px;
}

.sub_rightColumn h1 {
	color: #316192;
	font-size: 16px;
	margin: 2px 0px 20px;
}

.sub_rightColumn h2 {
	color: #cd6617;
	font-size: 14px;
	margin: 20px 0px 10px;
	padding: 0 0 0 10px;
	background: url(images/4blueDots.jpg) no-repeat 0px 5px;
}

.sub_rightColumn p {
	margin: 10px 0 0;
}

#contactForm {
	margin: 10px 0 0 20px;
	font-size: 11px;
}

#contactForm td {
	padding: 5px 0px;
}

#contactForm label {
	font-weight: bold;
	font-size: 12px;
}
#contactForm input {
	padding: 1px;
	border: 1px solid #666;
}

#contactForm .submit { margin: 5px 0 0 0px; }




/*******************************
		FOOTER
*******************************/
#footer {
	position: relative;
	width: 927px;
	height: 69px;
	font-size: 10px;
}

.blueBar, .grayBar {
	height: 69px;
	position: absolute;
}

.blueBar .left, .grayBar .left {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 69px;
}

.blueBar .right, .grayBar .right {
	position: absolute;
	right: -1px;
	top: 0px;
	height: 69px;
}

.blueBar {
	background: url(images/blueBar_middle.jpg) repeat-x;
	width: 324px;
	position: absolute;
	left: 9px;
}
.blueBar .left { background: url(images/blueBar_left.jpg) no-repeat; width: 11px; }
.blueBar .right { background: url(images/blueBar_right.jpg) no-repeat; width: 16px; }

.grayBar { 
	background: url(images/grayBar_middle.jpg) repeat-x;
	width: 595px;
	position: absolute;
	left: 333px;
}
.grayBar .left { background: url(images/grayBar_left.jpg) no-repeat; width: 11px; }
.grayBar .right { background: url(images/grayBar_right.jpg) no-repeat; width: 23px; }


.grayBar .links a {
	color: #FFF;
	text-decoration: none;
}

.cazarin {
	background: url(images/cazLogo.jpg) no-repeat;
	width: 90px;
	height: 35px;
	display: block;
	position: absolute;
	right: 25px;
	top: 13px;
}

.address {
	position: absolute;
	left: 15px;
	top: 15px;
	color: #FFF;
}

.links {
	position: absolute;
	right: 20px;
	top: 13px;
	width: 300px;
	text-align:right;
}

.links a {
	font-size: 10px;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
}
.links a span { color: #fe6600; }
.links a:hover { text-decoration: underline; }
a {
	font-weight: bold;
	color: #316192;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.alignCenter {
	text-align: center;
}
.kedsTeam {
	text-align: center;
	padding: 5px 5px 10px;
	border: 1px solid #D7630E;
	width: 150px;
	float: right;
	margin-left: 10px;
}

