/*CSS Code*/

/*Colors:

Light Blue - #6699ff


*/

/*Set all defaults to 0*/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

#workbar {
	background-image: url(assets/wood_bg.jpg);
	background-position: center;
	text-align: center;
	padding: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	
}

.headerleft {
	float:left;
	margin-top: 10px;
	margin-left: 70px;
	width: 122px;
}

#header {
	width: 750px;
	height: 120px;
	overflow:visible;
	padding-top: 15px;
	padding-bottom: 0px;
	
}

#content {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000066;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#bottomcontent {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 150px;
}

#footer {
	background-color: #CCFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	
}

.legal {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #000066;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logotype {
	font-size: 40px;
	color: #003366;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 100px;
	font-family: Georgia, Times New Roman, Times, serif;
}

.tagline {
	font-weight: bolder;
	color: #003366;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top:20px;
}

.work {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #003366;
}

#separator {
	clear: both;
	height: 1px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #6699ff;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#content a:link {
color:#000066;
font-weight:bolder;
}

#content a:visited{
color:#000066;
font-weight:bolder;
}

#content a:hover {
color:#6699FF;
}

.legal a:link {
color:#000066;
font-weight:bolder;
}

.legal a:visited{
color:#000066;
font-weight:bolder;
}

.legal a:hover {
color:#66ccff;
}

#maincontent2 {
	background-color: #FFFFFF;
	border: 10px solid #6699FF;
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

#footer2 {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000066;
	background-image: url(assets/wood_bg.jpg);
}

#header a:link {
	text-decoration: none;
	color: #003366;
}

#header a:visited {
	text-decoration: none;
	color: #003366;
}

#header a:hover {
	text-decoration: none;
	color: #003366;
}

.floatimageleft {

	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 10px;
}

.clear {
	clear: both;
	height: 1px;
}body {
	font-size: 14px;
	line-height: 18px;
	color: #000066;
	background-color: #003366;
}

.floatrightimage {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: visible;
}

#popupcontent1, #popupcontent2, #popupcontent3, #popupcontent4, #popupcontent5, #popupcontent6, #popupcontent7, #popupcontent8, #popupcontent9 {
      position: absolute;
      visibility: hidden;
      overflow: hidden;
      border:1px solid #CCC;
      background-color:#F9F9F9;
      border:1px solid #333;
      padding:5px;
}
