/* Site-wide styles */


body{
	background-color: #C9C9C9;/* Gray */
	font-family: Helvetica, sans-serif;
	}
	
h1{
	text-align: right;
	color: #304B75;/* Blue */
	}
	
h2{
	color: #304B75;/* Blue */
	font-size: 130%;
	}

h3{
	color: #000;/* Blue */
	font-size: 110%;
            font-style: italic;
	}
	
ul{
	list-style-type: none;
	line-height: 200%;
	font-size: 100%;
	}

.page_body{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #C9C9C9; /* Gray */
	}
		
.header{
	width: 1000px;
	margin-top: 40px;
	color: #304B75; /* Blue */
	}

.header p{
	text-align: right;
	line-height: 50%;
	}

				
.banner{
	width: 1000px;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 110px;
	background-color: #304B75; /* Blue */
	}
	
.banner_image{
	margin-right: 10px;
	}
	
.banner_text{
	font-size: 150%;
	font-weight: bold;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
	}
		
.banner a:link{
	text-decoration: none;
	color: #C9C9C9; /* Gray */
	outline: none;
	}
	
.banner a:visited{
	text-decoration: none;
	color: #FFF; /* Gray */
	outline: none;
	}

.banner a:hover, a:active{
	color: #296F98; /* Lighter Blue */
	}
	

/* Index page link styles */


.index_body{
	margin-top: -10px;
	float: left;
	width: 1000px;
	}

.index_body a span{
	position: absolute;
	visibility: hidden;
	text-decoration: none;
	}

.index_body a:hover span{
	position: absolute;
	visibility: visible;
	top: 380px;
	right: 100px;
	border-width: 0;
	text-decoration: none;
	}
	
.index_body a:link, a:visited{
	text-decoration: none;
	color: #304B75;/* Blue */
	outline: none;
	}

.index_body a:hover{
	text-decoration: none;
	color: #296F98;/* Lighter Blue */
	}
	
.index_body a:active{
	text-decoration: none;
	color: #296F98;/* Lighter Blue */
	}
	

/* Portfolio page styles */
	

.sample_body{
	position: relative;
	margin-top: 10px;
	float: left;
	width: 1000px;
	color: #304B75; /* Blue */
	}
	
.sample_body p{
	line-height: 25%;
	text-align: center;
	}

.sample_body a span{
	position: absolute;
	visibility: hidden;
	text-decoration: none;
	}

.sample_body a:hover span{
	position: absolute;
	visibility: visible;
	top: 80px;
	right: 30px;
	border-width: 0;
	text-decoration: none;
	}
	
.sample_body a:link, a:visited{
	text-decoration: none;
	color: #304B75;/* Blue */
	outline: none;
	}

.sample_body a:hover{
	text-decoration: none;
	color: #296F98;/* Lighter Blue */
	}
	
.sample_body a:active{
	text-decoration: none;
	color: #296F98;/* Lighter Blue */
	}
	
.sample_body ul{
	width: 80px;
	float: left;
	list-style-position: inside;
	}

/* Test index page styles */
	

.index_test_body{
	position: relative;
	margin-top: 10px;
	float: left;
	width: 1000px;
	color: #304B75; /* Blue */
	}
	
.index_test_body p{
	line-height: 25%;
	text-align: center;
	}

.index_test_body a span{
	position: absolute;
	visibility: hidden;
	text-decoration: none;
	}

.index_test_body a:hover span{
	position: absolute;
	visibility: visible;
	top: 80px;
	right: 30px;
	border-width: 0;
	text-decoration: none;
	}
	
.index_test_body a:link, a:visited{
	text-decoration: none;
	color: #304B75;/* Blue */
	outline: none;
	}

.index_test_body a:hover{
	text-decoration: none;
	color: #296F98;/* Lighter Blue */
	}
	
.index_test_body a:active{
	text-decoration: none;
	color: #296F98;/* Lighter Blue */
	}
	
.index_test_body ul{
	width: 200px;
	float: left;
	list-style-position: inside;
	}
	

/* Info page styles */


.info_body{
	margin-top: 40px;
	margin-bottom: 60px;
	float: left;
	width: 500px;
	color: #304B75;/* Blue */
	}
	
.info_body p{
	font-size: 110%;
	}
	
.info_body a:link{
	text-decoration: none;
	color: #296F98;/* Lighter Blue */
	outline: none;
	}
	
.info_body a:visited{
	text-decoration: none;
	color: #296F98;/* Lighter Blue */
	outline: none;
	}

.info_body a:hover, a:active{
	color: #16166F; /* Darker Blue */
	}
	
.gallery_contacts{
	margin-top: 70px;
	width: 400px;
	float: left;
	margin-left: 50px;
	margin-bottom: 30px;
	}
	
.gallery_contacts h4{
	text-align: right;
	color: #304B75;/* Blue */
	font-size: 95%;
	font-weight: bold;
	}

.gallery_contacts ul{
	text-align: right;
	margin-right: 0px;
	line-height: 140%;
	color: #304B75;/* Blue */
	}
	
.gallery_contacts li img{
	border-width: 0;
	text-align: right;
	padding-right: 0px;
	line-height: 140%;
	}
	
.gallery_contacts a:link{
	text-decoration: none;
	color: #296F98;/* Lighter Blue */
	outline: none;
	}
	
.gallery_contacts a:visited{
	text-decoration: none;
	color: #296F98;/* Lighter Blue */
	outline: none;
	}

.gallery_contacts a:hover, a:active{
	color: #16166F; /* Darker Blue */
	}
	
#hanging_indent{
	text-indent: -2.5em;
	margin-left: 2.5em;
	}
	
.my_ad{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}