

/********** GENERAL **********/

*{
margin: 0;
padding: 0;
border: none;
outline: none;
}

body{
width: 100%;
height: 100%;
background-color: #C7C0B8;
background-image: url(../images/bg.gif);
background-repeat: no-repeat;
text-align: left;
overflow: scroll;
overflow-x:hidden;
margin:0;
padding:0;
}

a{
outline: none;
text-decoration: none;
color: inherit;
}

img{
border: none;
}

html{
overflow: hidden;
width: 100%;
height: 100%
}

h1{
color: #8FA87F;
font-family: Georgia, Times New Roman, Serif;
font-size: 36px;
line-height: 30px;
font-weight: normal;
letter-spacing: -1px;
padding-bottom: 10px;
}

h2{
font-family: Georgia, Times New Roman, Serif;
font-size: 20px;
line-height: 28px;
letter-spacing: -1px;
}

#container{
width: 980px;
margin: 0 auto;
overflow: hidden;
}

.line{
background-image: url(images/line.png) repeat-x;
padding-left: 30px;
}

.b920{
/*border: 1px solid black;*/
float: left;
display: block;
width: 920px;
color: #666666;
font-family: Georgia, Times New Roman, Serif;
font-size: 16px;
line-height: 24px;
font-weight: normal;
padding: 0px 0px 0px 40px;
}

.b445{
/*border: 1px solid black;*/
float: left;
display: block;
width: 425px;
color: #666666;
font-family: Georgia, Times New Roman, Serif;
font-size: 16px;
line-height: 24px;
font-weight: normal;
padding: 0px 0px 0px 40px;
}



/********** PURE IMAGE VIEWER **********/

#preview-frame {
	width: 100%;
	height: 100%;
}
#pureImageViewer {
	width:100%;
	height:100%;
	position:absolute;
	color:#C7C0B8;
	font-size:47px;
	letter-spacing:-5px;
	line-height:37px;
}
#pureImageViewer a {
	color:#C7C0B8;
	text-decoration:none;
	border:none;
	background:none;
}
#pureImageViewer a:hover{
	color:#C7C0B8;
	text-decoration:none;
	border:none;
	background:#none;
}
#pureImageViewer p {
	padding:50px;
	margin:0 auto;
	width: 600px;
}



/********** BLOG IFRAME **********/

#blogframe {
	width: 940px;
	height: 550px;
	margin: 0px 20px 0px 20px;
}



/********** HEADER **********/

#contact{
width: 980px;
color: #666666;
}

#logo{
/*border: 1px solid black;*/
float: left;
display: block;
width: 200px;
padding: 0px 0px 0px 20px;
}

.contactCol{
/*border: 1px solid black;*/
float: right;
display: block;
width: 160px;
color: #444444;
font-family: Arial, Sans-Serif;
font-size: 11px;
line-height: 12px;
font-weight: normal;
padding: 0px 10px 0px 10px;
background-image: url(img/line_vert.png);
background-repeat: no-repeat;
}

.contactCol a{
color: #444444;
padding-top: 6px;
}

.contactCol a:hover{
color: #000000;
text-decoration: underline;
/*border-bottom: 3px double #000000;*/
}
			

/********** CONTENT **********/

#content{
width: 980px;
margin: 0 auto;
overflow: hidden;
}

#wboxStart{
float: left;
width: 980px;
height: 20px;
background-image: url(../images/wboxStart.png);
background-repeat: no-repeat;
margin-top: 20px;
}

#wboxContent{
background-image: url(../images/wboxMid.png);
background-repeat: no-repeat;
float: left;
min-height: 400px;
width: 980px;
}

#wboxEnd{
float: left;
width: 980px;
height: 20px;
background-image: url(../images/wboxEnd.png);
background-repeat: no-repeat;
padding-bottom: 0px;
}			

#main{
color: #666666;
font-family: Arial, Sans-serif;
font-size: 13px;
line-height: 20px;
font-weight: normal;
}

#main h1{
color: #94a948;
font-family: Georgia, Times New Roman, Serif;
font-size: 40px;
font-weight: bold;
letter-spacing: -2px;
padding: 40px 0px 30px 40px;
}

#startImg{
position:relative;
left: 0px;
top: 30px;
}

.small{
color: #666666;
font-family: Arial, Sans-serif;
font-size: 9px;
font-weight: normal;
font-style: italic;
//padding: 0px 20px 0px 20px;
}
#foot{
color: #f5eee4;
font-family: Arial, Sans-serif;
font-size: 9px;
font-weight: normal;
font-style: italic;
padding: 0px 20px 0px 20px;
}


/********** NAVIGATION **********/

#topMenu{
/*border: 1px solid white;*/
display: block;
float: left;
width: 978px;
color: #666666;
font-family: Georgia, Times New Roman, Serif;
font-size: 18px;
font-style: italic;
letter-spacing: -1px;
padding: 20px 0px 0px 0px;
}

.topMenuItem
{
	float: right;
	padding: 4px 0px 0px 0px;
	margin-top: 48px;
	vertical-align: middle;
}

.topMenuItem a
{
	color: #666666;
	margin: 4px 10px 0px 10px;
}

.topMenuHover
{
	color: #FFFFFF;
	margin: 4px 0px 0px 0px;
}

.topMenuItem a:hover{
	color: #FFFFFF;
}

#topMenu #active,
#topMenu .topMenuHover
{
	color: #FFFFFF;
}

#topMenu #active a, 
#topMenu #active a:hover{
	color: #FFFFFF;
}
			
#main a {
color: #000000;
border-bottom: 3px double #94a948;
}
#main a:hover {
color: #94a948;
border-bottom: 3px double #94a948;
}

#main a.imagelink {
border-bottom: none;
}

#home{
margin-left: auto;
margin-right: auto;
text-align: center;
}

#home a {
color: #666666;
}
#home a:hover {
color: #FFFFFF;
s}



/********** CONTACT **********/

.b445 form span{
width: 445px;
}

.b445 form span label{
color: #444444;
display: block;
font-family: Arial, Sans-serif;
font-size: 12px;
font-weight: normal;
text-shadow: #dddddd 0 1px;
padding: 0px 10px 0px 17px;
}

.b445 form span input
{
	background: url(img/bg_input.png) no-repeat top left;
	border: none;
	clear: both;
	color: #444444;
	display: block;
	font-family: Arial, Sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	height: 35px;
	margin: 0px 0px 17px 0px;
	padding: 17px 15px 0px 15px;
	text-shadow: #eeeeee 0 1px;
	width: 415px;
}

.b445 form span input.formError{
background: url(img/bg_input_error.png) no-repeat top left;
color: #ffffff;
}

.b445 form input.submitButton{
width: 100px;
height: 52px;
padding-top: 10px;
cursor: pointer;
background: url(img/sendButton_off.png) no-repeat;
}

.b445 form input.submitButton:hover{
background: url(img/sendButton_on.png) no-repeat;
}






.floatLeft{
float: left;
}

.floatRight{
float: right;
}
