/*-----------------------------------------------
Author:   Jason Cooper
Date:  Nov 1 2010

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


/* Browser Resets
----------------------------------------------- */

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,  input, textarea {  
	margin: 0;
	padding: 0;  
	font-size: 100%;  
	}  
ul {list-style: none;}  
img, fieldset {border: 0;}  
h1, h2, h3 {font-weight: normal;}  
em {font-style: italic;}  
strong {font-weight: bold;}  


/* Global 
----------------------------------------------- */
h1 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 25px;
  	line-height: 40px;	
  	padding-bottom: 15px;
  	color: #ed7e23;
	}
h2 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 25px;
  	line-height: 40px;	
	}
h3 {
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 16px;
  	line-height: 20px;	
	}	

a:link, 
a:visited, 
a:active {
	color: #0053b1;
    text-decoration: underline;
	}    
a:hover {
	color: #5d6165;
    text-decoration: none;
	}  

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
	.clearfix { display: inline-block; }
	/* start commented backslash hack \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* close commented backslash hack */

hr {
  border: none;
  background-color: #ffcd61;
  color: #ffcd61;
  height: 1px;
}

 img, div, input { behavior: url("iepngfix.htc") }


/* Body 
----------------------------------------------- */
body {
	background: #fff url('../media/bodyBg.jpg') no-repeat top center;
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 12px;
  	line-height: 22px;
  	color: #464646;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 960px;
	margin-top: 25px;
	position: relative;
	}
	
	
#nav {
  	background-color: #fff;
  	text-align: left;
  	font-size: 11px;
  	width: 148px;
  	height: 557px;
  	float: left;
  	border-right: solid 6px #d9d5b7;
  	padding: 40px;
  	font-size: 13px;
  	line-height: 18px;
	}	
	
	#nav a:link, 
 	#nav a:visited, 
	#nav a:active {
		color: #393939;
		text-decoration: none;
		}    
	#nav a:hover {
		color: #f98423;
		text-decoration: none;
		}  
	
	#navlist {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
  		margin-top: 50px;
		}
		#navlist li {
			padding-left: 10px;
			background-image: url('../media/navSquare.gif');
			background-repeat: no-repeat;
			background-position: 0 .5em;
			padding-bottom: 10px;
			}
		
	
#contentAbout {
	background: #fff url('../media/picHome.jpg') no-repeat top center;
  	text-align: left;
  	width: 726px;
  	height: 637px;
  	float: right;
	}	
	ul#aboutList {
		font-family: helvetica, tahoma, sans-serif;
		font-size: 15px;
		line-height: 28px;
		position: absolute;
		top: 345px;
		left: 280px;
		text-align: left;
		list-style-type: square;
		width: 600px;
		color: #fff;
		}	
	ul#serviceList {
		font-family: helvetica, tahoma, sans-serif;
		font-size: 17px;
		line-height: 22px;
		position: absolute;
		top: 27px;
		left: 680px;
		text-align: right;
		color: #fff;
		}
		
	
	#contentServices {
		background: #fff url('../media/bgServices.jpg') no-repeat top center;
		text-align: left;
		width: 626px;
		height: 537px;
		float: right;
		padding: 60px 40px 40px 60px;  
		}		
	#contentClients {
		background: #fff url('../media/bgClients.jpg') no-repeat top center;
		text-align: left;
		width: 626px;
		height: 537px;
		float: right;
		padding: 60px 40px 40px 60px;  
		}		
	#contentLogin {
		background: #fff url('../media/bgLogin.jpg') no-repeat top center;
		text-align: left;
		width: 626px;
		height: 537px;
		float: right;
		padding: 60px 40px 40px 60px;  
		}		
	#contentPresentations{
		background: #fff url('../media/bgPresentations.jpg') no-repeat top center;
		text-align: left;
		width: 626px;
		height: 537px;
		float: right;
		padding: 60px 40px 40px 60px;  
		}		
	#contentContact{
		background: #fff url('../media/bgContact.jpg') no-repeat top center;
		text-align: left;
		width: 626px;
		height: 537px;
		float: right;
		padding: 60px 40px 40px 60px;  
		}
	
	
	
/* Form
----------------------------------------------- */	
	
	
#form{ 
    padding:0;
    margin: 25px 0 0 0;
    width: 550px;
	}

#form legend	{ 
    display: none;
	}

#form label	{ 
    width: 300px;
    float: left;
    padding: 0 0 15px 0;
    line-height: 25px
	}

#form textarea	{ 
    border: solid 1px #e1e1e1;
    background-color: #f9f5e8;
    color: #6c6c6c;
    padding: 8px 4px 8px 4px;
    margin: 0 0 5px 0;

    -moz-border-radius-topleft:  5px;  /* Firefox */
    -moz-border-radius-topright:  5px;  /* Firefox */
    -moz-border-radius-bottomleft:  5px;  /* Firefox */
    -moz-border-radius-bottomright:  5px;  /* Firefox */

    -webkit-border-top-left-radius: 5px;  /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px;  /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px;  /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px;  /* Safari/WebKit */

    border-top-left-radius: 5px;  /* future browsers with CSS3 support */
    border-top-right-radius: 5px;  /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px;  /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px;  /* future browsers with CSS3 support */	
	}


#form input	{ 
    border: solid 1px #e1e1e1;
    background-color: #f9f5e8;
    color: #6c6c6c;
    padding: 8px 4px 8px 4px;
    margin: 0 0 5px 0;

    -moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-topright: 5px; /* Firefox */
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */

    -webkit-border-top-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-top-right-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-left-radius: 5px; /* Safari/WebKit */
    -webkit-border-bottom-right-radius: 5px; /* Safari/WebKit */

    border-top-left-radius: 5px; /* future browsers with CSS3 support */
    border-top-right-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-left-radius: 5px; /* future browsers with CSS3 support */
    border-bottom-right-radius: 5px; /* future browsers with CSS3 support */
	}

#form input[type=checkbox]{ 
    width: 20px;
    margin: 0;
    display: inline-block;
	}	
.required {color: red;}

	
/* Common
----------------------------------------------- */	
.floatLeft {
	float: left;
	padding: 0 20px 20px 0;
	}
.floatRight {
	float: left;
	padding: 0 20px 20px 0;
	}
	
.mList {
	list-style-type: square;
	margin-left: 20px;
	}

/* Footer 
----------------------------------------------- */
#footer {
	background-color: #5c5c5c;
	color: #fff;
	}	
	#footer a:link, 
	#footer a:visited, 
	#footer a:active {
		color: #fff;
		text-decoration: underline;
		}    
	#footer a:hover {
		color: #b9c0c8;
		text-decoration: none;
		}  
	
	#copyright {
		float: left;
		width: 480px;
		text-align: left;
		}
		
	#cooper {
		float: right;
		width: 480px;
		text-align: right;
		}
