/*
	 http://css-tricks.com
*/

*					{ margin: 0; padding: 0; }
body				{ font: Helvetica, sans-serif; background-image:url(../mc-images/bg.jpg);
                      background-repeat:repeat-x; background-color:#000112;}

h1                  { color: white; padding: 10px; }

#page-wrap		    { width: 1026px; margin: 0 auto; position: relative; zoom: 1; }

#header             { width: 1024px; background: #060025;
                      margin: 0 auto; }
					  
					  
/* HEADER BACKGROUND IMAGE */
#header{
background-repeat:no-repeat;
background-image: url(../mc-images/header-portfolio.jpg);
height: 377px;
width: 1024px;
margin: 0 auto;
}
/* HEADER BACKGROUND IMAGE END */


/* HEADER LOGO */
#logo {
background-repeat:no-repeat;
background-image: url(../mc-images/logo.png);
height: 60px;
width: 618px;
float:left;
margin: 20px 75px;
}
/* HEADER LOGO END*/



/* NAVIGATION */

ul#topnav {
	margin: 0;
	padding:100px 0 0 75px;
	list-style: none;
	float: left;
	font-family:Helvetica, sans-serif;
	font-size: 0.75em;
	letter-spacing:1px;
	}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:39px;
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(../mc-images/nav_bg2.jpg) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 21px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #fff;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}


/* FEATURED*/
#featured {
	height: 200px;
	width: 700px;
	float:left;

}
 
h2 {
	padding: 25px 0 0 75px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 1.2em;
}

.header { font-weight: normal;text-transform: none; }
 
#featured p {
	padding:10px 0 0 75px;
	font-size:0.75em;
	color:#fff;
	font-family: Verdana;
	line-height: 1.3em;
}

ul#featured-menu { padding:10px 0 0 100px; color:#ffffff; font-size:0.75em; 
	font-family: Verdana;
	line-height: 1.5em;
}

ul#menu-menu li {
	
}
/* FEATURED END*/

					  
					  
					  
					  
					  
					  
h3 {
	padding: 25px 0 0 0;
	color:#0c004a;
	text-transform:uppercase;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 1em;
	
}		


				  
h5 {
	padding: 50px 0 10px 0;
	color:#0c004a;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 1em;

}	
			  
					  

#main-content       { padding-bottom: 25px; padding-left: 25px; margin:0 50px; background: #f5f5f5; }

			#main-content p { font-size:0.75em; font-family: Verdana;
	line-height: 1.5em; padding-right: 25px; padding-bottom: 25px;}
	
		
                      
#secondary-sidebar  {
	position: absolute;
	right: 50px;
	top: 0;
	width: 400px;
	bottom: 0;
	
	background: #f5f5f5;
	
	padding: 41px 25px 0 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #48445c;
}

#secondary-sidebar p { font-size:0.75em; font-family: Verdana;
	line-height: 1.5em; padding-bottom: 25px;}
	
	
					  
h4 { color: #0c004a;
	font-family: Helvetica;
	padding-bottom:16px;
	line-height: 1.5em; }
	
					  
					  
/* FORM*/

.form_text { font-family: Verdana;
	color: #0c004a;
	font-size: 11px;
	line-height: 2em;
	}
	
.form_btn {
background-repeat:no-repeat;
	width:111px;
	height:59px;
	background-image: url(../mc-images/send_btn.png);
	background-position: center;
	}

/* FORM END*/


                      
#footer             { clear:both; width: 926px; background: #222;
                      margin: 0 auto; }
#footer p           { font-family: Helvetica; font-size:0.75em; text-align:center; padding: 10px; color: white; }
#footer a           { color: white; text-decoration: none; }
#footer a:hover     {  }
#app-title {
	padding: 50px 0 10px 0;
	color:#0c004a;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 18px;
	text-transform: uppercase;
}
.sentence-style {
	font-family: Helvetica, sans-serif;
	text-transform: none;
}

