/*-----------------------------------------------------------------------------
version:1.0   
author: Tom Leverenz    
email: tleverenz@mgicommunications.com     
website: http://www.mgicommunications.com  
-----------------------------------------------------------------------------*/

/* =Normalizer
-----------------------------------------------------------------------------*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, #wrapper, #content 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Take out underline on links */
a, a:visited {
	text-decoration : none;
	color: #C0A357;
	font-weight: bold;
}

a:hover {
	color: #999933;
}

body {
font-family : Arial, Helvetica, sans-serif;
font-size : 1em; 
color: #000;
background-color:#e1e1e1;
}

#wrapper {
width: 930px;
margin: 0 auto;
}

/* mainNav
=======================*/

#homeNav {
	float: left;
	background-image: url(images/homeLeft.jpg);
	background-repeat: no-repeat;
	width: 322px;
	height: 500px;
}

ul.navMain {
	margin-left: 150px;
}

ul.navMain li {
	margin-bottom: 5px;
}

ul.navMain a {
	line-height: .7em;
	color: #c0a357;
	font-weight:bold;
	font-size: 0.8em;
}

ul.navMain a:hover {
  color: #001476;
}


#contentMain p {
	margin-bottom: 10px;
	width: 375px;
}


/* Main Content
=======================*/

#contentMain {
	float: left;
	font-size: .85em;
	color: #333333;
	background-image: url(images/homeBody.jpg);
	height: 500px;
	width: 607px;
}

/* Footer
=======================*/

#footer {
	width: 929px;
	clear: both;
	background-color: #E1E1E1;
	font-size: .6em;
	text-align: center;
}

#insideWrapper {
	width: 930px;
	margin: 0 auto;
	background-image: url(images/insideWrapperBG.jpg);
	background-repeat: repeat-y;
}

#insideMenu {
	width: 290px;
	float: left;
	margin-top: -371px;
}

#insideContent {
	font-size: .85em;
	color: #333333;
	width: 516px;
	float: right;
	margin-top: -405px;
	margin-right: 115px;
}

#insideTop {
	background-image: url(images/insideTop.jpg);
	background-repeat: no-repeat;
	height: 692px;
	width: 929px;
}

#insideContent p {
	margin-bottom: 20px;
	margin-left: 35px;
	margin-right: 25px;
}

ul.bulletList {
	margin-left: 75px;
	color: #c0a357;
	list-style-type: disc;
}

ul.bulletList p {
	color: #333333;
	font-weight: bold;
}

/* h tags
=======================*/

h2 a, h2 a:visited  {
	color: #646466;
	margin-left: 35px;
	font-size: 0.95em;
}

h2 a:hover {
	color: #999933;
	text-decoration: underline;
}

h1 {
	color: #0021c4;
	margin-left: 35px;
	font-size: 1.2em;
	margin-bottom: 9px;
}
.imageBorder {
	border: 1px solid #CCCCCC;
}
.emailIconSpace {
	float: left;
	width: 125px;
	margin-left: 35px;
}
h3 {

	color: #939395;
	margin-left: 35px;
	font-size: 0.95em;
}
