/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }


.pngfix, div, img { behavior:  url(iepngfix/iepngfix.htc) }

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #46a3de;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(images/page_bg.gif);
	background-attachment: fixed;
	height: 100%;
}
.page_bg {
	background-image: url(images/page_shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: auto;
	display: block;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 100%;
}

.bg {
	background-image: url(images/anim_logo.png);
	background-repeat: repeat;
}



#wrapper {
	margin: 0 auto;
	width: 922px;
}

#header {
	width: 922px;
	color: #333;
	padding: 0px 10px 20px;
	margin: 10px 0px 0px;
	height: 100px;
}
#home_content {
	float: left;
	width: 904px;
	padding-right: 9px;
	padding-left: 9px;
	margin-top: 9px;
	padding-bottom: 10px;
}
.home_content_right {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: right;
	padding-left: 13px;
	margin-left: 9px;
	font-size: 10pt;
	line-height: normal;
	width: 255px;
}
.home_content_right_txt_sm {
	font-size: 8pt;
}
.home_content_right h1 {
	font-size: 10pt;
}

#navigation {
	width: 922px;
	color: #333;
	margin: 10px 0px;
}
#content {
	width: 922px;
	margin: 0px;
}
#content ul {
	line-height: 1.5em;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type:none;
	display: block;
	position: relative;
}
#content li {
	background-image: url(images/bullet.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom:3px;
	}
	
#content a {
	color: #3366FF;
	text-decoration: none;

}

#content a:hover {
	text-decoration: underline;
	color: #3366FF;

}
	
#footer {
	width: 922px;
	color: #333;
	height: 15px;
}
.top_tabs {
	margin-left: 8px;
	vertical-align: middle;
}
.top_tabs_head {
	float: left;
	width: 80px;
	padding-top: 6px;
}

.top_tabs_area {
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #999999;
	padding-top: 6px;
	height: 130px;
	padding-left: 340px;
}

.top_tabs_area ul {
	line-height: 1.5em;
	margin-left: 25px;
	list-style-position: outside;
	list-style-type:none;
	display: block;
	position: relative;
}
.top_tabs_area li {
	padding-left: 0px;
	margin-bottom:3px;
	list-style-type: disc;
	}

.top_tabs_box {
	width: 100px;
	text-align: left;
	float: left;
}
#main_section_mid {
	background-image: url(images/main_section_mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 912px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	color: #666666;
	line-height: 15pt;
}
#main_section_top {
	background-image: url(images/main_section_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	width: 922px;
	float: left;
}
#main_section_bot {
	background-image: url(images/main_section_bot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
	width: 922px;
	float: left;
	margin-bottom: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 7pt;
	color: #999999;
	text-align: center;
	padding-top: 20px;
}
.header_left {

	float: left;
	width: 425px;
	margin-top: 5px;
}
.header_right {
	float: right;
	width: 410px;
	height: 44px;
	margin-top: 65px;
}
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #22B14C;
}
ul {
	line-height: 1.5em;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type:square;
	display: block;
}
.contact_form_bg {
	background-color: #efefef;
	border: 2px solid #FFFFFF;
	padding: 6px;
}

li {
	padding-left: 5px;
}

.right_box_top {
	background-image: url(images/right_box_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
	width: 253px;
	float: left;
}
.right_box_bot {
	background-image: url(images/right_box_bot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	width: 253px;
	float: left;
	margin-bottom: 10px;
}
.right_box_mid {
	background-image: url(images/right_box_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 233px;
	text-align: center;
}
.home_logos {
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 8px;
	margin-bottom: 0px;
	vertical-align: middle;
}
.home_clients_logos {

	margin-left: 15px;
	margin-right: 15px;
	margin-top: 6px;
	margin-bottom: 0px;
	vertical-align: middle;
}
h2 {

	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #22B14C;
}
.pic_border1 {
	margin: 4px;
}
th {
	font-weight: normal;
}
.pic_border2 {

	margin: 10px;
}
