/* CSS Document */

body {
	padding: 0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 120%;
	}
	
#containerOutLine {
	margin: 0 auto;
	width: 924px;
	padding-top: 70px;
	background: #EFF3F9 url(../images/MGH_Logo.jpg) no-repeat;
}

#headerHolder {
	width: 924px;
	height: 170px;
}

#navWrapper {
	margin: 0;
	width: 924px;
	height: 31px;
	background: blue url(../images/navbar_bg.jpg) no-repeat;
	}
	
#contentHolder { /* Content HOLDER */ 
	margin: 0;
	padding: 40px 30px 30px 30px;
	background: #EFF3F9;
	}
	
#contentLeft {
	width: 530px;
	margin-bottom: 20px;
	padding-right: 40px;
	border-right: 1px solid #076ACF;
}

#contentFull {
	width: 800px;
	margin-bottom: 20px;
	padding-right: 40px;
}

#contentRight {
	float: right;
	width: 250px;
	margin-bottom: 10px;
	padding-left: 40px;
	}
	
#footerContent {
	margin: 0 auto;
	width: 914px;
	padding-top: 0;
	height: 30px;
	text-align: right;
	padding: 5px;
	color: #076ACF;
}
	
/* This is a fix which forces the #wrapper to go round the page content */
.FloatFix {
	clear: both;
}

.column1 {
	width: 200px;
	float: left;
}

.column2 {
	width: 250px;
	float: left;
	padding-left: 15px;
}

/*LINKS STYLING 
----------------------------*/

#contentHolder a, #contentHolder a:link,
.error p a, .error p a:link,
 { /* Content HOLDER */ 
	text-decoration: none;
	color: #076ACF;
	}
	
#contentHolder a:hover,
.error a:hover { /* Content HOLDER */ 
	text-decoration: none;
	color: #999;
	}


#footerContent a, #footerContent a:link {
	text-decoration: none;
	color: #076ACF;
}

#footerContent a:hover {
	text-decoration: underline;
	color: #999;
}

#contentLeft a {
	color: #076ACF;
	font-weight: bold;
	text-decoration: none;
}

#contentRight a {
	color: #076ACF;
	font-weight: bold;
	text-decoration: none;
}


#contentLeft li a {
	line-height: 160%;
	color: #076ACF;
}

#contentFull li {
	line-height: 160%;
}



/* HEADINGS */

h1 {
	padding: 0;
	margin:0 0 10px 0;
	color: #076ACF;
	font-size: 18px;
	line-height: 120%;
}

h2 {
	padding: 0;
	margin:0;
	color: #076ACF;
	font-size: 14px;
	line-height: 120%;
}

h3 {
	padding: 0;
	margin:0;
	color: #999999;
	font-size: 13px;
	line-height: 100%;
}


h2.borderTop {
	border-top: 1px solid #076ACF;
	padding-top: 10px;
}

/* Text Styling */

.boldIntroText {
	font-weight: bold;
	color:#666;
	font-size: 105%;
}

.boldBlueText {
	font-weight: bold;
	color: #076ACF;
}

.quoteCopy {
	color: #666;
	font-style: italic;
}

.quoteCopyIndented {
	color: #666;
	font-style: italic;
	padding-left: 140px;
}

.imageWrap {
	float: left;
	margin: 0 15px 25px 0;
}

hr {
	border: 1px solid #ccc;
	height: 0px;
	margin-bottom: 25px;
	padding: 0;
	clear: left;
}

.bullets li {
	margin-bottom: 10px;
}

.smallCopy {
	font-size: 70%;
}



/* define your css for error message */

.error {
	width: 924px;
	margin: 0 auto;
	padding: 40px 0;
	background: #EFF3F9;
}
.error h1, .error p {
	padding-left: 30px;
}
.error h1 {
	color: #c00;
}
.DodosMailError {
}

.DodosMailErrorHighLight {
	background-color: #c00;
	color: #fff;
	padding: 3px;
}

.required {
	color: #C00;
	font-size: 10px;
	}
	
