/* Integrated Solutions Group, 2007
Site Layout and Design Styles
by Dan Moriarty, wwww.danmoriarty.com
Copyright 2007, All Rights Reserved */



/*BASE RULES */

body {
	font-family: "Lucida Sans", "Trebuchet MS",  Verdana, Helvetica, sans-serif;
	font-size:.8em;
	text-align:center;
	background: #eef2ed;
	}

img {
	border:none;
	}

a:link {
	color:#596ab6;
	text-decoration:none;
	}

a:visited {
	color:#575d79;
	text-decoration:none;
	}
	
a:hover {
	color:#0022b6;
	text-decoration:underline;
	}

   
img a:link, img a:visited {
	text-decoration:none;
	border:none;
	}
	

/* HOLDER TAGS */

#outerwrapper {
	width:820px;
	margin:0 auto;
	background:#fff;
	text-align:left;
	font-size:90%;
	border:1px solid #fff;

	
	}

#mainwrapper {
	width:800px;
	margin:11px auto;
	}


#top {
	background:#e1be65 url(../images/images-template/tagline.gif) no-repeat 300px 20px;
	width:800px;

	}


#content {
	background:#eef2ed;	
	width:800px;
	}

	
#maincol {
	float:left;
	width:490px;
	}

#sidecol {
	float:right;
	width:300px;	

	}

#bimcontent {
	float:right;
	width:620px;
	padding:10px;
	}

#bottom {
	background:#9ba0b6;
	color:#000;
	text-align:center;
	clear:both;
	height:50px;
	}

#bottom a:link, #bottom a:visited {
	color:#fff;
	}
	

#footer {
	text-align:center;
	font-size:90%;
	margin:10px auto;
	width:800px;

	}

		
/* MAIN NAVIGATION */

#sitenav {
	clear:both;
	}

ul#mainnav {
	margin:0;
	padding:0 0 0 18px;
	list-style-type:none;
	float:left;
	font-size:130%;	
background: url(../images/images-template/bg-navbar.gif) repeat-x;
	height:47px;
	width:782px;
	}

#mainnav li {
	padding:6px 46px 4px 10px;
	margin:0;
	background:url(../images/images-template/navbar-divider.gif) right top no-repeat ;
	float:left;
	
	}
	
#mainnav a:link, #mainnav a:visited {
	color: #333;
	}

#mainnav li a:hover {
	color:#0022b6;
	}

/*SUB NAV - aka "sidenav" */

#subnav {
	float:left;
	width:150px;
	}

#subnav ul {
	list-style:none;
	margin:1em 0;
	padding:0;
	
	}

#subnav ul li {
	margin:.7em 0;
	padding:.6em .2em .6em .8em;
	background: #fff url(../images/images-template/bg-subnav.gif) no-repeat left bottom;
	/*opacity: .75;
	filter: alpha(opacity=75);*/
	}
	
#subnav ul li a:link {
	color:#fff;
	}
#subnav ul li a:visited {
	color:#ddd;
	}

#subnav ul li a:hover {
	color:#000;
	}


/* Other DIVs */

#calloutbox { 
	width:210px;
	margin:5px 0;	
	float:right;	
	font-size:90%;
	}

#calloutbox_top{
	background: url(../images/images-template/box-top.gif) no-repeat;
	font-size:110%;
	height:17px;
	width:201px;
	}	



#calloutbox_body {
	background:url(../images/images-template/box-body.gif) no-repeat;
	padding:5px;
	margin-top:-5px;

	}
#calloutbox_body h4 {
	font-size:100%;
	padding:0 5px;
	}
	
#calloutbox ul {
	list-style:none;
	padding:0;
	margin:10px 10px 0 10px;
	width:170px;

	}

#calloutbox ul li, ul.callout li {
	background: url(../images/images-template/bg-bullet.gif) no-repeat 0 5px;
	padding:5px 5px 5px 22px;
	list-style:none;
	}

#calloutbox ul li ul li, ul.callout li ul li {
	background:none;
	padding:0;
	list-style:circle;
	}
	
#calloutbox_footer {
	background: transparent url(../images/images-template/box-bottom.gif) no-repeat;
	margin:-6px 0 0 0;
	height:30px;
	}
	
	
	
/*TYPOGRAPHY */

h1.siteheader { /*this is top type header*/
	float:left;
	margin:0;
	padding:12px 0 8px 18px;
	}
	
h1.siteheader a:link, h1.siteheader a:visited, h1.siteheader a:hover {
	display:block;
	width:202px;
	height:49px;
	background: url(../images/images-template/isg-logo.gif) no-repeat;	
	text-indent:-5000px;
	}


	
h2 {
	margin:.3em 0;
	font-size:230%;
	color:#000;
	font-weight:normal;
	}



h3 {
	margin:.4em 0;
	font-size:140%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#4157c2;
	border-bottom:1px dotted #999;
	}

h4 {
	margin:.8em 0;
	font-size:120%;

	}
	
	
p {
	line-height:140%;
	margin:.8em 0;
	color:#333;
	}


ul,ol {
	margin:.4em .2em;
	padding:0;
	}


li {
	margin:.3em 0;
	background: url(../images/images-template/bg-bullet2.gif) no-repeat 0px 3px;
	list-style:none;
	padding-left:2em;	
	}	

li li {
	background:none;
	list-style:circle;
	padding:.2em 0 .2em .3em;
	margin:.2em 0 .2em 1em;
	}

li li li {
	list-style: disc;
	padding:0 0 0 .3em;
	margin:0 0 0 1em;
	font-size:90%;

	}

/*PAGE SPECIFIC*/

.bigimage {
	margin:2em 0;
	}

/*MISC SPANS AND CLASSES */

.clearingout {
	clear:both;
	}


p.breadcrumb {
	font-size:90%;
	margin:0;
	padding:0 0 .3em 0;
	}

.breadcrumb a:link, .breadcrumb a:visited {
	text-decoration:underline;
	}

.smallertext {
	font-size:90%;
	}
	
.largertext {
	font-size:110%;
	}

.noborder {
	border:none;
	}
				
				
.important {
	color:#990000;
	font-style:italic;
	font-weight:bold;
	}
	
.leftbox {
	float:left;
	margin:10px 0;
	}

.rightbox {
	float:right;
	margin:10px 0;

	}
	
.paddy {
	padding:10px;
	}


.highlighted {
	color:#2139a5;
	background:#fff;
	padding:5px;
	border-bottom:1px solid #333;
	margin:1em 0;
	}

.highlight2 {
	color:#2139a5;
	}
	
#top2 {
	background:#e1be65 url(../images/images-template/bins-faded.jpg) no-repeat right 8px;
	width:800px;
	}