/* Style Reset */
* {
    padding: 0;
    margin: 0;
    outline: 0
}

.cl {
    font-size: 0;
    line-height: 0;
    height: 0;
    display: block;
    clear: both
}

#navigation li a:hover, a{
    color: #006aa7
}

#navigation li a.green{
    color:#006aa7 !important
}

#sub-nav li a, a:hover{
    color: #bfdced
}

html {
	height: 100%
}

body{
    background: #fff url(../i/bg.jpg) no-repeat bottom center;
    font-family: "lucida sans", arial, sans-serif;
    color: #666;
    font-size: 12px;
    line-height: 18px
}

#bottom {
	width: 100%; height: 5px
}

a{text-decoration: none}
a img{border: 0}

/********** Structure **********/

#page {
	width: 960px; height: 100%;
	margin: 0 auto
}

#head-wrap {
	width: 100%; height: auto;
	position: absolute; top: 0;
	margin: 0 auto;
	overflow: hidden
}

#header {
	width: 960px; height: auto;
	margin: 0 auto

}

.shell{width: auto; float:left; padding: 40px}

h2 {color:#8c6239;font:28px  Georgia, serif; font-style: italic;font-weight:bold;line-height:20px;padding:0px 5px 0px 5px;}

#main {
	background: url(../i/trans-back.png) repeat;
	width: 100%; height: 500px;
	margin-top: 120px;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/********** Navigation **********/

#navigation{
    height: auto; width: 960px;
    float: left;
    display: inline;

}

#navigation ul{
    list-style-type: none;
    font-size: 18px;
    height: 10%
}

#navigation li{
    float: left;
    display: inline
}

#navigation li a{
    font-size: 10pt;
    float: left;
    display: inline;
    line-height: 15px;
    height: 32px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #ccc;
    padding: 0 5px;
    padding: 12px 0 0 25px;
    font-family: Helvetica, Arial, sans-serif;
    width: auto
}

#navigation li a:hover{
	color: #B3D565;
}

/********** Content **********/

#content {
	height: 80%; width: 960px;
	position: relative;
	top: 0px;
}

#content h1 {
	margin: 30px 0 5px 25px;
	width: 480px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 18px;
	color: #ccc
}

#content p {
	margin: 10px 0 5px 25px;
	width: 480px;
	font-family: Georgia, serif;
	font-style: normal;
	font-size: 14px;
	color: #ccc
}

#content em {
	margin: 10px 0 5px 25px;
	width: 480px;
}

#content img {
	border: 2px solid #666;
	margin: 0px 25px;
	float: right
}

#links {
	width: 230px; height: auto;
	text-align: left;
	float: left;
	margin: 0 0 25px;
}

#links li {
	margin: 0 0 0 30px;
	list-style: none;
	color: #ccc;
}

#links li a {
	color: #ccc;
}

#links li a:hover {
	text-decoration: underline;
}

#links-img {
	float: right;
	width: 280px; height: auto;
	margin: 20px
}


/********** Footer **********/

#footer {
	font-family: Georgia, serif;
	font-style: italic;
	height: 20%; width: 960px;
	position: relative;
	bottom: 0px;
}

#footer h1 {
	font-size: 20px;
	padding: 0 0 10px;
	text-align: center;
}

#footer h2 {
	color: #666;
	font-size: 14px;
	line-height: 150%;
	text-align: center
}


