/*-----------------------------------------------
Cooper Design
Author:   Jason Cooper
Version:  1 June 2008
----------------------------------------------- */


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

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

a:link, a:visited, a:active {
	color: #483516;
    text-decoration: underline;
	}    
	
a:hover {
	color: #483516;
    text-decoration: none;
	}  
	
	
/* Navigation
----------------------------------------------- */
#nav {
	margin: 0 auto;
	width: 900px;
	text-align: right;
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	}
	
	
#nav  a:link, #nav  a:visited, #nav  a:active {
	padding: 0px 8px 0px 8px;
	color: #483516;
    text-decoration: underline;
	}    
	
#nav a:hover {
	padding: 0px 8px 0px 8px;
	color: #483516;
    text-decoration: none;
	}  
	
.selected {
	padding: 0px 8px 0px 8px;
	color: #000;
    text-decoration: none;
	}	
	
	
	
/* Body 
----------------------------------------------- */
body {
	padding: 0px;
	margin: 0px;
	background: #483516 url('../media/mainBg.jpg') no-repeat top center;
  	font-family: georgia, serif;
  	font-size: 15px;
  	line-height: 19px;
  	color: #483516;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 900px;
	}
	
#main {
	margin: 0px;
  	padding: 0px;
  	text-align: center;
  	height: 645px;
	}	
	
#mainServices {
	margin: 0px;
  	text-align: center;
  	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	  	height: 645px;

	}	
	#servicesRight {
		/*background: url('../media/servicesBg.png') no-repeat top right;*/
		text-align: left;
		vertical-align: top;
		padding: 50px 40px 0px 50px;
  	font-family: georgia, serif;
		}	
	#servicesLeft {
		text-align: left;
		vertical-align: top;
		padding: 0px 10px 0 40px;
  	font-family: georgia, serif;
		}	
		#servicesLeft em{
		color: #1b1d79
		}
		.servicesTxt {
		 	text-align: left;
		 	}
		 	
#newsRight {
		text-align: left;
		vertical-align: top;
		padding: 177px 30px 0px 50px;
		}		 	
		 	
		 	
#mainContact {
	margin: 0px;
  	text-align: center;
	font-size: 14px;
	line-height: 17px;
  	height: 645px;
	}			 	
	#contactRight {
		background: url('../media/contactBg.png') no-repeat top right;
		text-align: left;
		vertical-align: top;
		padding: 177px 30px 0 50px;
		}	
	#contactLeft {
		text-align: center;
		vertical-align: top;
		padding: 0px 10px 0px 30px;
		}	 	
		 	
	
#watermark {
	background: url('../media/watermark.gif') no-repeat bottom left;
	}

#homeRight {
	background: url('../media/homeBg.png') no-repeat top right;
	text-align: left;
	vertical-align: top;
	}
	#homeRightTxtBox {
		float: left;
		padding: 185px 0 0 20px;
		text-align: center;
		}
		#homeRightTxtBox p {
		font-family: helvetica, arial, sans-serif;
		font-size: 12px;
		}
		#homeRightTxtBox a:link, #homeRightTxtBox a:visited, #homeRightTxtBox a:active {
			color: #3555a6;
			text-decoration: underline;
			}    
			
		#homeRightTxtBox a:hover {
			color: #483516;
			text-decoration: none;
			}  	

.altLink a:link, .altLink a:visited, .altLink a:active {
	color: #3555a6;
	text-decoration: underline;
	font-size: 14px;
	line-height:16px;
	}    
	
.altLink a:hover {
	color: #483516;
	text-decoration: none;
	font-size: 14px;
	line-height:16px;
	}  	
	
.sep { 
	padding: 5px 0px 5px 0px
	}
	
.smallTxt {
	font-size: 12px;
	font-family: georgia, serif;
	text-align: center;
	}

.logos {
	float: left;
	padding-top: 10px;
	}
	
#mlogo {
	height: 165px;
	}

#mlogoHome {
	height: 165px;
	}	
	
.red  {
	color: red;
	}
	

/* Footer 
----------------------------------------------- */
#footer {
	padding-top: 10px;
 	font-family: helvetica, arial, sans-serif;
 	font-size: 11px;
	color: #dfccb3;
	}
	
#footer td{
 	vertical-align: top;
	}	
	
#footer  a:link, #footer  a:visited, #footer  a:active {
	color: #dfccb3;
    text-decoration: none;
	}    
	
#footer  a:hover {
	color: #fff;
    text-decoration: underline;
	} 
	

#copyright  {
	float: left;
	width: 200px;
	padding-right: 140px;
	}

#email {
	float: left;
	width: 200px;
	}

#augusten {
	float: right;
	width: 200px;
	}