/* General Style Sheet */

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#2A2A2A;
	background-color:#FFF9EF;
	background-image:url("../images/gradient_bg.jpg");
	background-repeat:repeat-x;
	background-position:center top;
	text-align:center;
}

#wrapper {
	border:0px solid red;
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#contentWrapper {
	border:0px solid blue;
	width:990px;
	margin:0 auto;
}

#topIconWrapper {
	border:0px solid red;
	width:990px;
	height:40px;
	background-image:url("../images/topIconImg.jpg");
	background-repeat:no-repeat;
	background-position:left top;
}

#leftIcon {
	border:0px solid green;
	padding-top:9px;
	height:26px;
	width:648px;
	float:left;
}

/* Search Area */

#searchArea {
	border:0px solid orange;
	width:165px;
	float:right;

	position:relative;
	top:9px;
	right:4px;
}

#leftIcon ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#leftIcon ul li {
	float:left;
	position:relative;
	left:240px;
}

/* Icon Styles */

#leftIcon li.controstLabelImg {
	border:0px solid red;
	width:61px;
	height:20px;
	background-image:url("../images/controstLabelImg.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

#leftIcon li.controstImg {
	margin-left:2px;
	margin-right:5px;
	width:22px;
	height:22px;
	/*background-image:url("../images/controstImg.jpg");
	background-repeat:no-repeat;*/
	display: block;
}

#leftIcon li.divider {
	width:2px;
	height:28px;
	background-image:url("../images/topVerticalLineImg.jpg");
	background-repeat:no-repeat;
	background-position:top left;

	position:relative;
	bottom:4px;
}

#leftIcon li.fontResizerLabel {
	border:0px solid red;
	margin-left:5px;
	width:81px;
	height:20px;
	background-image:url("../images/fontResizerLabel.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

#leftIcon li.font_small a {
	margin-left:4px;
	width:20px;
	height:20px;
	background-image:url("../images/font_small.jpg");
	background-repeat:no-repeat;
	display:block;
}

#leftIcon li.font_medium a {
	margin-left:2px;
	width:20px;
	height:20px;
	background-image:url("../images/font_medium.jpg");
	background-repeat:no-repeat;
	display:block;
}

#leftIcon li.font_large a {
	margin-left:2px;
	margin-right:5px;
	width:20px;
	height:20px;
	background-image:url("../images/font_large.jpg");
	background-repeat:no-repeat;
	display:block;
}

#leftIcon li.printLabel {
	border:0px solid red;
	margin-left:5px;
	width:92px;
	height:20px;
	background-image:url("../images/printLabel.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

#leftIcon li.printImg {
	margin-left:4px;
	width:22px;
	height:22px;
	background-image:url("../images/printImg.jpg");
	background-repeat:no-repeat;
	display: block;
}

#leftIcon li.printImg a {
	text-decoration:none;
}

/* Header Image */

#headerImage {
	border:0px solid red;
	width:990px;
	height:133px;
	background-image:url("../images/headerImg.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

div.streach {
	clear:both;
}

#logo a {
	border:0px solid red;
	width:170px;
	height:130px;
	text-decoration:none;
	float:left;
}

/* Main Content Area */

#mainContentAreaHome {
	width:990px;
	background-image:url("../images/contentImg.jpg");
	background-repeat:repeat-y;
	background-position:left top;
	min-height:300px;
}

* html #mainContentAreaHome {
	height:300px;
}

/* Left Content Area */

#leftContentAreaHome {
	border:0px solid red;
	width:309px;
	float:left;
}

/* Left Menu */

#leftMenu {
	border:0px solid red;
	width:309px;
}

/* Left Content */

#leftContentHome {
	padding:10px 10px 10px 10px;
	width:289px;
	background-image:url("../images/leftContentImg.jpg");
	background-repeat:repeat-y;
	background-position:left top;
}

/* Normal Content */

#normalContentHome {
	border:0px solid red;
	margin:0px;
	padding:10px 8px 0px 8px;
	width:306px;
	text-align:left;
	float:left;
}

/* Right Content */
 
#rightContentHome {
	border:0px solid red;
	padding:5px 20px 0px 20px;
	width:319px;
	float:right;
}

/* Footer Area */

#footerHome {
	margin:10px 0px 0px 0px;
	width:990px;
	height:34px;
	background-image:url("../images/footerImg.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}

#leftFooterMenu {
	border:0px solid red;
	width:625px;
	height:30px;
	float:left;
}

#copyRight {
	border:0px solid red;
	margin-top:5px;
	padding-right:15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#193C54;
	width:340px;
	height:30px;
	text-align:right;
	float:right;
}

#extraContentAreaHome {
	border:0px solid red;
	padding:10px 0px 0px 0px;
	text-align:left;
	width:990px;
}

a img  {
	border: 0 none;
}

