/* Dimensional Mail, 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:75%;
	text-align:center;
	background: #000;
	color:#333;
	}

img {
	border:none;
	}

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

a:visited {
	text-decoration:none;
	color:#93444C;
	}
	
a:hover {
	text-decoration:underline;
	color:#EF3E42;
	}

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

/* HOLDER TAGS */

#outerwrapper {
	width:800px;
	margin:0 auto;
	border:1px solid #000;
	}


#wrapper {
	margin:0 auto;
	background:#fff;
	text-align:left;
	font-size:90%;
	}


#top {
	 padding:10px 0 10px 0;
	 background:#fff;
	margin-left:10px;

	}

#animation {
	padding:10px 0 0 30px;
	height:60px;

	}
	
#content {
	}

	
#youarehere {
	float:right;
	width:590px;
	}

#maincol {
	float:right;
	width:550px;
	padding:0px 20px 10px 0;	
	}

#sidecol {
	float:left;
	width:160px;
	background:#808285 url(../images/images-template/bg-corners-bottom.gif) no-repeat left bottom;
	margin-left:10px;
	color:#fff;
	}

#sidecol #topcorners {
	padding:10px 10px 10px 10px;
	background: url(../images/images-template/bg-corners-top.gif) no-repeat;
	

	}

#bottom {
	clear:both;
	margin:10px 35px 0 213px;
	padding:10px 0 5px 20px;
	border-top:4px solid #808285;
	}

#footer {
	text-align:center;
	font-size:90%;
	margin:-18px auto 0 auto;
	width:800px;
	padding:30px 0 0 0;
	color:#fff;	
	background: url(../images/images-template/bg-wrapper.gif) no-repeat;

	}

#footer p {
	padding-top:13px;
	}

#footer a {
	color:#fff;
	}

#footer a:hover {
	color:#990000;
	}
			
/* MAIN NAVIGATION */

#sitenav {
	margin-left:200px;
	width:590px;
	padding:10px 0;
	}

ul#mainnav {
     list-style:none;
	margin:0;
	padding:0;
	position:relative;
	height:37px;	
	background: url(../images/images-template/navbar.gif) 0 -38px no-repeat;
	}

#mainnav li {
	position:absolute;
	margin:0;
	padding:0;
	}
	
#mainnav a {
	display:block;
	height:32px;
	text-indent:-5000px;

	}

#home { left:0px;width:175px; }
#capabilities { left:180px;width:125px; }
#casestudies { left:305px; width:123px;}
#contactus { left:430px;width:133px; }


/*rollover like */
#home a:hover { background: url(../images/images-template/navbar.gif) 0px 0px no-repeat; }
#capabilities a:hover { background: url(../images/images-template/navbar.gif) -180px 0px no-repeat; }
#casestudies a:hover { background: url(../images/images-template/navbar.gif) -305px 0px no-repeat;}
#contactus a:hover { background: url(../images/images-template/navbar.gif) -430px 0px no-repeat; }

/* show what page or section you are in */

body#homepage #home { background: transparent url(../images/images-template/navbar.gif) no-repeat 0px 0px;} 
body#capabilitiespage #capabilities { background: transparent url(../images/images-template/navbar.gif) no-repeat -180px 0px;} 
body#casepage #casestudies { background: transparent url(../images/images-template/navbar.gif) no-repeat -305px 0px;} 
body#contactpage #contactus { background: transparent url(../images/images-template/navbar.gif) no-repeat -430px 0px;} 



/* Other DIVs */


	
/*TYPOGRAPHY */

h1, h2, h3, h4 {
	margin:.8em 0 .4em 0;
	}

h1 {
	font-size:200%;
	}


h1.siteheader { /*this is top type header*/
	margin:0;
	padding:0;

	}
	
h1.siteheader a:link, h1.siteheader a:visited, h1.siteheader a:hover {
	height:35px;
	display:block;
	padding:0 10px;
	text-indent:-5000px;	
	background: url(../images/images-template/logo.gif) no-repeat;
	
	}
	
h2 {
	font-size:200%;
	color:#333;
	font-weight:normal;
	}

h3 {
	font-size:160%;
	font-weight:normal;
	color:#333;
	}


h4 {
	font-size:120%;
	}
	
p {
	line-height:160%;
	margin:.8em 0;
	}


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


li {
	color:#333;	
	margin:.7em 0;
	}	

fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #ccc;
	width:400px;
	}

legend {
	font-weight:bold;
	font-size:110%;
	color:#666;
	}
	
label {
	display:block;
	}

/*PAGE SPECIFIC*/

/*case-studies*/
.float-text {
	width:220px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:6px 0 6px 0;
	margin:0px 0 20px 0;
	}

.float-text p {
	line-height:120%;
	}
	
	
.float-graphics {
	width:301px;
	margin:10px 0 20px 10px;
	padding-top:10px;
	}


/*MISC SPANS AND CLASSES */

.clearingout {
	clear:both;
	}


p.breadcrumb {
	margin:0;
	padding:0 0 .3em 0;
	}

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



.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;
	}


.imagefloat {
	float:right;
	padding:10px 20px 10px 10px;
	}

.borderedtop {
	clear:both;
	border-top:1px solid #ccc;
	padding-top:10px;
	}

.borderedbottom {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	}

.table-callout {
	width:290px;
	float:right;
	margin:10px 0 10px 20px;
	border:none;
	}

.table-callout td {
	padding:2px 10px 2px 15px;
	margin:4px;
	}

.arrowsubhead {
	font-weight:bold;background: url(../images/images-misc/arrow-white.gif) 0 50% no-repeat;padding-left:20px;
	}

.largequote {
	font-size:110%;
	color:#666;
	font-style:italic;
	line-height:120%;
	
	}

.largertext {
	font-size:110%;
	}
	
.smallertext, .smallertext1 {
	font-size:90%;
	}
	
.smallertext1 a:link, .smallertext1 a:visited {
	color:#fff;
		}

.smallertext1 a:hover {
	color:#990000;
	}
	