/* - - - - - - - - - - - - - - - - - - - - -
Title : v1.0 MS-Integration
Author : Brent Dayman
URL : www.msitegration

Created : 20060421
Modified : 

- - - - - - - - - - - - - - - - - - - - - */



/* ** Layout ** */
/*    Global    */

* { }	

html { }	

body { 
	background-color: #E1E1E1;
	margin: 0;
	padding: 20px 0 7px 0;
	text-align: center;
	font: 83% Arial, Helvetica, sans-serif;
	line-height: 1.2em; 
	color: #4D6E80;
}

#content {
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 0 0;
	background-color: #FFF;
	width:600px;
}


#contentMain {
	padding: 20px;
	border-bottom:4px solid #252525;
}

#bottomPanel {
	background-color: #252525;
	height: 93px;
	border-top:4px solid #444444;
}


#logo {
	float:left;
	background-image:url(../images/MS-Integration_logo.gif);
	height: 93px;
	width: 193px;
}

#address {
	float:right;
}


/**** Typography  ****/

/*    Headings      */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	color:#493C9A;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
} 

h1 {
	font-size:120%;
}

h2, h3 {
	font-size: 100%;
}

h3 {
	padding-bottom: 0;
}

/*    Paragraphs   */

p {
	margin: 0;
	padding: 0 0 1em 0;
}


p.intro {
	font-size: 120%;
	line-height:1.15em;
}

#address p {
	color: #E3F3FD;
	font-size: 86%;
	padding: 2em 2em 0 0;
}

/*    Lists     */

ul {
	margin-top: 0;
}


/*    Links   */
a {
	color:#4EA5DF;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

a.more {
	font-size: 70%;
}


/*    Misc    */
.hidden { display:none; }