/*-----------------------------------------------------------------------------------------------
  Global Styles

colors:

Blue:
Green:8e2800
Orange: ffb03b

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



* {	padding:0;margin:0;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }



/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background:#3F3432 repeat-x url(./themes/site_themes/mcV4/images/header.jpg) top center;
	color:#fff;
	font-size:18pt;
	font-family:Verdana, Arial, sans-serif;
	margin: 0px; 
	padding: 0px;
}

#header{
	background:#303030;
	height:120px;
	}

/* This class sets the width and position for all rows */
.inside{
	width:700px;	
	margin:0 auto;
}

.lCol{
	width:400px;
	float:left;
	}

.rCol{
	width:300px;
	float:right;
	}

.cCol{
	width:300px;
	padding-left:200px;
	}

.divider{
	width:100%;
	}
.center{
	text-align:center;
	}
	
.orange{
	color:#E7A600;
	padding:0;
	margin:0;
	}

/*-----------------------------------------------------------------------------------------------
  Basic Fonts
-----------------------------------------------------------------------------------------------*/
p{
	font-family: Georgia, Garamond, serif;
	font-size:16pt;
	line-height: 1.3em;
	}
	
h1{
	font-size:32pt;
	}
	
h2{	
	font-family:Verdana, Arial, sans-serif;
	font-size:24pt;
	line-height: 1.3em;
	color: #E7A600;
	margin:1em 0 0 0;
	}
	
a:link, a:visited {
	color: #E7A600;
	text-transform: uppercase;
	text-decoration:none;
	}

a.active:link, a.active:visited, a:hover {
	color: #E7A600;
	text-transform: uppercase;
	border-bottom: 3px solid #E7A600;
	text-decoration:none;
	}

/*-----------------------------------------------------------------------------------------------
  Wrap Layout
-----------------------------------------------------------------------------------------------*/

#wrap{
	padding:3em 0 6em 0;
	}

#name{
	text-align: center;
	color:#fff;
	margin:40px 0 0 0;

	}

#content{
	margin:110px 0 0 0;
	}

#footer{
	margin: 0 0 30px 0;
}

/*-----------------------------------------------------------------------------------------------
  Folio Layout
-----------------------------------------------------------------------------------------------*/	

.folioImage{
	border:5px solid #E7A600;
	width:690px;
	height:200px;
	}

.folioImageTall{
	border:5px solid #E7A600;
	width:690px;
	height:350px;
	}

.folioEntry{
	border-bottom:5px solid #fff;
	}
	
/*-----------------------------------------------------------------------------------------------
  Form Style
-----------------------------------------------------------------------------------------------*/

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: verdana, helvetica, san-serif;
	font-size:16pt;
	color: #E7A600;
	background-color:#fff;
	border: solid 1px #ccc;
	line-height: 1.3em;
	padding:2pt;
}

.formSection{
	padding:0 1em;
	}