/* COPYRIGHT INFO 
CSS by Matt Garcia Design Studio / mattgarcia.com
*/

/* COLOUR PALETTE

Blue 3a697c
Bronze a8a05b
Footer bad1da

*/

/* STARTS HERE */

body { 
	width: 884px;
	height: 100%;
	margin: auto;
	font: .8em/165% verdana, sans-serif, "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode";  
	color: #ffffff;
	background-color: #ffffff;
	text-align: left;
	background: url(../images/background02.jpg) fixed no-repeat;
	}
		
/* FRAMEWORK */

#container {
	width: 884px;	
	}

#header {
	height: 330px;
	width: 884px;
	}
	
#nav {
	width: 884px;
	height: 23px;
	background-color: #a8a05b;
	margin: 3px 0 3px 0; 
	}

#navmargin {
	margin-left: 44px;	
	}

#contentcontainer {
	background: url(../images/background03.jpg) repeat-y;
	min-height: 450px;
	}	

#content {
	background: url(../images/background.jpg) no-repeat;
	min-height: 350px;
	width: 430px;
	padding: 25px 50px 20px 55px;
	}
	
#right {
	width: 320px;
	float: right;
	text-align: right;
	padding: 25px 55px 0 0;
	background: #3a697c;
	margin-bottom: 10px;
	}

#credit {
	text-align: right;
	background-color: #3a697c;
	font-size: .7em;
	line-height: 15px;
	color: #4e7d90;
	}

#footer {
	clear: both;
	width: 884px;
	height: 5px;
	background-color: #a8a05b;
	margin: 3px auto 20px auto;
	}
	
/* TITLES */

h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	}

/* LINKS */

a.navlink:link, a.navlink:visited, a.navlink:active	{
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
	margin: 0 10px 0 10px;
	font-size: .85em;
	}

a.navlink:hover {
	text-decoration: underline;
	}

a:link, a:visited, a:active	{
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

a.creditnav:link, a.creditnav:visited, a.creditnav:active	{
	color: #4e7d90; 
	font-weight: normal; 
	text-decoration: none;
	}

a.creditnav:hover {
	color: #ffffff;
	}

/* CLASS STYLES */

.ovals {
	margin: 100px 30px 25px 0;
	}

table {
	font-weight: bold;
	width: 100%;
	padding: 20px 0 20px 20px;
}

.contact{
	font-weight: normal;
	width: 100%;
	padding: 20px 0 20px 20px;
}

td {
	padding-right: 6px;
	padding-bottom: 6px;
}

.floatright {
	float: right;
	margin: 20px 20px 20px 40px;
	}

.floatleft {
	float: left;
	margin: 20px 40px 20px 20px;
	}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}

.topright {
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	}

.strong {
	font-weight: bold;
	}
	
a {
	outline: none;
	}
	
li {
	text-indent: 10pt;
	}

img {
	border:0;
	}

h1 + p {
	font-weight: bold;
	}

/* FORM STYLE */

.formtable {
	font-weight: bold;
	width: 100%;
	padding: 0;
}

form {
	margin: 1em auto;
	width: 100%;
	}

label {
	display: block;
	font-weight: bold;
	text-align: right;
	line-height: 1.6em;
	width: auto;
	}
