/* 
WARNING: DO NOT EDIT THIS FILE!!!

TO EDIT STYLES: 
open stylesheet_styles.css

THIS FILE CONTAINS THE CSS NECESSARY FOR THE STRUCTURE OF THE WEBSITE

WARNING: DO NOT EDIT THIS FILE!!!
*/

@import url("/ssi/addedit.css");

/* ------ START: Global Reset ------ */

* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0px;
}
li, dd, blockquote {
	margin-left: 5%;
}
fieldset {
	padding: .5em; 
}

p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-bottom: 1em;
}
/* ------ END: Global Reset ------ */

/* Body Properties */
BODY {
	background-image: url(../images/body_repeater.gif);
	background-repeat: repeat-x;
	line-height: 1.6em;
}

img { behavior: url("/ssi/pngbehavior.htc"); }

hr {
	background-color: #D6E0EB;
    border: none;
    color: #D6E0EB;
    height: 1px;
}

/* links */
a {
    outline: none;
}
/* links */

/* start div tag declarations */

.advertisingbox {
	margin-bottom: 20px;
	padding: 10px;
}

.advertisingbox img {
	float: right;
	padding: 10px;
	border: 1px solid #dddddd;
	margin: 0;
}

.checkbox {
	border: 0px;
}

.clear {
	clear: both;
	height: 0px;
}

#content {
	width: 696px;
	padding: 25px;
	text-align: justify;
}

#header {
	width: 960px;
	height: 291px;
	background-image: url(../images/header_bottom.gif);
	background-repeat: repeat-x;
	background-position: center bottom;	
} 

#footer {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 1em 0;
}

#footercontent {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#footer p {
	margin-bottom: 0;
}

#footer .logo {
	position: absolute;
	top: -80px;
	right: 10px;
}

.footer_menuitem {
	position: relative;
	z-index: 99;
}

.jobbox {
	clear: both;
	padding: 10px;
	margin-bottom: 20px;
}

/* on home page: left most info box */
.infobox {
	float: left;
	padding: 10px;
	width: 205px;
	line-height: normal;
	color: #5E5E5E;
	margin-top: 20px;
	min-height: 170px;
	margin-bottom: 20px;
}

* * body .infobox {
	height: 170px;
}

/* on home page: center info box */
#infobox2 {
	margin: 20px 10px 0 10px;
}

/* on home page: right most info box */
#infobox3 {
	margin-right: -3px;
}

#leftcolumn {
	float: left;
	width: 214px;
	background: #EEEEEE;
}

.marketingbox {
	clear: both;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 160px;
}

* * body .marketingbox {
	height: 160px;
}

.marketingbox img {
	float: left;
	border: 1px solid #D5D5D5;
	margin-right: 10px;
}

#menu {
	position: relative;
	width: 214px;
	padding-top: 38px;
}

#menu_marketing {
	position: relative;
	width: 214px;
	padding-top: 30px;
}

#menu_marketing h1 {
	padding-left: 15px;
}

#menu ul, #menu_marketing ul {
	list-style: none;
	margin-left: 0;
}

#menu li a, #menu_marketing li a {
	display: block;
	height: 24px;
	padding-left: 35px;
	margin-left: 0;
	background-image: url(../images/arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 24px;
	margin-top: 10px;
}

#menu li a:hover, #menu .menu_current, #menu_marketing li a:hover, #menu_marketing .menu_current {
	background-position: 0px -24px;
	text-decoration: underline;
}

.package_box {
	float: left;
	width: 300px;
	margin: 10px 0;
}

.package_box ul {
	list-style-type: none;
}

#rightcolumn {
	width: 746px;
	float: left;
	background-image: url(../images/right_column_repeater.gif);
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 65px;
}

* * body #rightcolumn {
	height: 65px;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	background-image: url(../images/wrapper_repeater.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;	
}