/*
--------------------------- [ Colors ] -----------------------------
*/
#header h2 {
	color: #ff00b1;		/* Bright Fusia [CALL ###-###-####!] */
}
em {
	color: #00c4ff;		/* Bright Light Blue [Ottawa, Canada] */
}
#body h3 {
	color: #000000;		/* Bright Light Blue [body header text] */
}
#body em {
	color: #ff00b1;		/* Bright Fusia [Call me at ...] */
}


/*
------------------------- [ Containers ] --------------------------
*/

/*
---------- Header: Located at the very top.
*/
#header {
	margin-top: 30px;
	border-bottom: 1px solid #ccc;
}
#header {
	padding-bottom: 15px;
}
#header .grid_5 {
	text-align: right;
}
#header h2 {
	margin-top: 4px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/*
---------- Subheader: Located under the header.
*/
#subheader {

}
#subheader {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}


/*
---------- Body: Located under the subheader.
*/
#body {
	margin-top: 30px;
}
#body h3 {
	margin-top: 45px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
#body em {
	margin-left: 2px;
	margin-right: 2px;
	letter-spacing: 1px;
}
#body .grid_4 {
	background: #f7f7f7;
	text-align: center;
}
#body .grid_4 p {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
#body .grid_4 h3 {
	text-align: left;
	margin-top: 0;
	margin-left: 10px;
}
#body h3.first {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
	font-size: 24px;
}
#body img {
	border: 0;
	margin: 15px 0px 30px 0px;
}


/*
---------- Link Colors
*/
a {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	color: #ff0000;
}


/*
---------- Footer: Located under the body.
*/
#footer {
	margin-top: 45px;
	border: 2px solid #ccc;
	padding: 10px;
	margin-bottom: 30px;
}
#footer p {
	text-align: center;
	margin: 0 auto;
}


/*
---------- Copyright: Located under the footer.
*/
#copyright {
	color: #ccc;
	text-align: center;
	padding-bottom: 60px;	
}
#copyright a {
	color: #ccc;
}
#copyright a:hover {
	color: #00f;
}



/*
----------------------- [ Text styling ] ------------------------
*/
body {
	font:14px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif
}
a:focus {
	outline:1px dotted invert
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size: 30px;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
p, ol li, ul li {
	font-size: 18px;
}
em {
	font-weight: bold;
}
ol {
	list-style:decimal
}
ul {
	list-style:circle
}
li {
	margin-left:30px;
	margin-top: 6px;
}
p, dl, hr, ol, ul, pre, table, address, fieldset {
	margin-bottom:20px
}
