/* CSS file for ICG website */

/* changes to default html tag styles */

div, span, body { /* can maybe apply this to all tags */
	margin: 0;
	padding: 0;
}

html {
	background: #fff url(../images/brown-bar.jpg) top repeat-x fixed;
}

p, li {
	font-size: 0.8em; /* 12px */
}

h1 {
	color:#6699cc;
	font-size: 1.25em; /* 20px */
	padding-top: 15px;
}

h1.top {
	padding-top: 0px;
}

h2 {
	font-size: 0.875em; /* 14px */
	padding-top: 0.625em;
}

h3 {
	font-size: 0.75em; /* 12px */
	font-style: italic;
	padding-top: 0.3em;
}

form br {
	clear: both;
}

/* page sections */ 

#container {
	width: 1000px;
	margin: auto;
	background-color:#FFFFFF;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%; /* needed for IE resizing */
					/* default web font size is 16px */
}

#header {
	/* only contains banner, so no special formatting set yet */
}

#mainbody_home {
	width: 1000px;
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 640px;
}

#mainbody {
	width: 1000px;
	min-height: 640px;
	background-image: url(../images/bg_faded.jpg);
	background-repeat: no-repeat;
	float: left;

}

#sitemenu {
	float: left;
	font-weight: bold;
	width: 200px;
	padding: 20px 10px;
}

#content {
	float: left;
width: 750px;
	padding: 20px 10px;
	padding-right: 20px;

}

#footer {
	clear: both;
	position: relative;
	font-weight: bold;
	font-size: .625em; /* 10px; */
	text-align: center;
	padding: 15px;
}

#affiliates {
	clear: both;
	float: left;
	margin: 50px 0px;
	padding: 10px;
	width: 160px;
	text-align: center;
}


/* anchors. Order matters here! */
a:link, a:visited {
	color: #434585;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active  {
	color: #854346;
	text-decoration: none;
}

a.menuitem {
	padding: 5px 0px;
	display: block;
	font-size: 0.875em;	/* 14px */
}

a.submenuitem{
	font-size: 0.75em; /* 12 px */
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}


/* site menu -- current items */
span.current_menuitem, a.current_menuitem {
	color: #854346;
	padding: 5px 0px;
	display: block;
	font-size: 0.875em;	/* 14px */	
}

span.current_submenuitem {
	color: #854346;
	font-size: 0.75em; /* 12px */
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}


/* banner images */
#home {
	background-image: url(../images/banner_home.jpg);
	height: 150px; /* need to see if this can be removed */
	display: block;
}

#services {
	background-image: url(../images/banner_services.jpg);
	height: 150px; /* need to see if this can be removed */
	display: block;
}

#clients {
	background-image: url(../images/banner_clients.jpg);
	height: 150px; /* need to see if this can be removed */
	display: block;
}

#careers {
	background-image: url(../images/banner_careers.jpg);
	height: 150px; /* need to see if this can be removed */
	display: block;
}

#contactus {
	background-image: url(../images/banner_contactus.jpg);
	height: 150px; /* need to see if this can be removed */
	display: block;
}

#aboutus {
	background-image: url(../images/banner_aboutus.jpg);
	height: 150px; /* need to see if this can be removed */
	display: block;
}



/* other styles */

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.nowrap {
	white-space: nowrap;	
}

.clear {
	clear: both;
}

.aff_buttonbox {
	margin-bottom: 10px;
}

.aff_button {
	border-width: 4px;
	border-style: outset;
	border-color: #434585;
}

.aff_button:hover {
	border-color: #854346;
	border-style: inset;
}


#cl_hightlight {
	color: #434585;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#cl_testimonialbox {
	clear: both;
	font-size: 1em;	/* 16px */
	padding: 25px;
	text-align: center;
}

.cl_column {
	width: 350px;
	float: left;
}

#cl_scroll {
	clear: both;
	position: relative;
/*	outline: solid 1px;*/
}

.t_quotebox {
/*	border: 1px solid #D5B08C;*/
	outline: #D5B08C solid 1px;
	background-color: #F9F9EE;
	padding: 5px 10px;
	margin: 10px 5px;
	width: 700px;
}

.t_quotebox:hover {
	background-color: #D5D48C;
	border-color: #856343;
}

p.t_text {
	line-height: 1.2em;
	margin: 10px 5px;
	font-size: .75em; /* 12px */
}

img.t_quote {
	margin-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

a.t_link {
	font-weight: normal;
}

a.t_link:hover {
	text-decoration: underline;
}

#cf_box {
	float: left;
	width: 360px;
}

p.cf_text {
	font-size: 0.7em; /* 11.2px */
}

.cf_label {
	float: left;
	text-align: right;
	width: 75px;
	font-size: .7em; /* 11.2px */
	font-weight: bold;
	padding: 3px;
	margin: 3px;
}

.cf_input {
/*	float: left;*/
	width: 250px;
	font-size: 80%;
	font-family: sans-serif;
	padding: 2px;
	margin: 3px;
}

#cf_select {
	font-size: 80%;
	font-family: sans-serif;
	padding: 2px 0px;
	margin: 3px;
}

#cf_textarea {
	/*float: left;*/
	width: 250px;
	height: 100px;
	padding: 4px;
	font-size: 80%;
	font-family: sans-serif;
	margin: 3px;
	resize: none;
}

#cf_button_box_right {
	float: right;
	padding: 3px;
	margin-right: 7px;
}

.cf_button {
	width: auto;
}

#coinfo_box {
	float: left;
	margin-left: 50px;
}

a#coinfo_link {
	/*font-weight: normal;*/
	font-size: .625em;
}

#sn_box {
	clear: left;
	width: 250px;
}

.sn_icons {
/*	border-width: 1px;
	border-style: solid;
	border-color: transparent;
*/
	border: none;
/*	padding: 2px;*/
	vertical-align: middle;
}
/*
.sn_icons:hover {
	border-width: 1px;
	border-color: #854346;
	border-style: solid;
}
*/

.ex_column {
/*	width: 350px;*/
/*	padding-right: 25px;*/
/*	margin-right: 30px;*/

	width: 350px;
	padding-right: 20px;



	float: left;
}

.srv_servicebox {
	margin-right: 25px;
	margin-bottom: 30px;
	float: left;
	width: 325px;
	height: 135px;
}

.srv_servicebutton {
	float: left;
	margin-right: 5px;
	padding: 0px;
	width: 128px;
}

.srv_button {
	border-width: 4px;
	border-style: outset;
	border-color: #434585;
}

.srv_button:hover {
	border-color: #854346;
	border-style: inset;
}

.srv_servicename {
	 margin-bottom: 20px;
	 height: 2.5em;
}

.srv_servicename2 {
	 margin-bottom: 20px;
	 height: 1.5em;
}

.sr_sstext {
	padding-left: 15px;
}

.doc_column {
	width: 275px;
	margin-right: 30px;
	float: left;
}

.doc_columntop {
	margin-top: 0px;
}

