/*  Mason Design CSS Document - Created, with positive intention, by Mason Design Co.
Global Reset--------------------------*/
:focus {
outline:0;
}

body,html {
background-color:#5BA4DA;
color:#333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin:0;
}

ol,ul {
list-style:none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse:collapse;
border-spacing:0;
}

caption,th,td {
font-weight:400;
text-align:left;
}

blockquote:before,blockquote:after,q:before,q:after {
content:"";
}

blockquote,q {
quotes:"" "";
}

#navlist ul li a:link,a:active {
color:#FFF;
text-decoration:none;
}
#navlist ul li a:visited {
color:#FFF;
text-decoration:none;
}
#navlist ul li a:hover {
color:#0F9;
text-decoration:none;
}

h3{
	font-size: 14px;
	font-weight: 700;
}

/*---------------SELECTORS---------------*/
#wrapper {
background-attachment:scroll;
background-image:url(../images/container_background.gif);
background-position:center center;
background-repeat:no-repeat;
height:600px;
margin:10px auto 0;
width:950px;
}

#container {
float:left;
height:465px;
margin:68px auto 0 59px;
padding:0;
width:835px;
}

#header {
background-attachment:fixed;
background-image:url(../images/header_03.gif);
background-position:left top;
background-repeat:no-repeat;
height:122px;
margin:0;
padding:0;
width:835px;
}

#navigation {
background-attachment:scroll;
background-image:url(../images/nav_03.gif);
background-position:left top;
background-repeat:no-repeat;
color:#FFF;
font-size:14px;
height:342px;
margin:0;
padding:0;
width:254px;
}

#navlist {
padding:25px;
text-align:center;
width:200px;
}

#navlist ul {
margin:0 auto 0 -25px;
width:210px;
}

#navlist ul li {
list-style-position:outside;
list-style-type:none;
margin:2px 0 2px 20px;
padding:5px;
text-align:center;
width:120px;
}

#content {
background-attachment:scroll;
background-image:url(../images/content_03.gif);
background-position:right top;
background-repeat:no-repeat;
clear:left;
float:right;
height:342px;
margin:0;
padding:0;
width:581px;
}

#contentCopy {
	clear:both;
	float:left;
	height:320px;
	margin-top:1px;
	overflow:auto;
	padding:0px 15px 15px 15px;
	width:545px;
	line-height: 1.3em;
}

a:link,a:visited,a:active {
	color:#093;
	text-decoration:underline;
}

a:hover {
color:#5BA4DA;
text-decoration:underline;
}

#contentCopy img {
	border:1px solid #666;
	float:left;
	padding:4px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 50px;
	margin-left: 0;
}

/*---------------CLASSES---------------*/

.clearing {
clear:both;
}
.alignright{
text-align: right;

}
.aligncenter{
text-align: center;

}
