/* reset some defaults css */
* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

img {
	border: 0;
}

ul, li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}


body {
	line-height: 1.286em;
	margin:0em 0 0.643em 0;
	font-size:75%;
	font-family: helvetica, georgia, "times new roman", serif;
}

html>body {
	font-size:12px;
}

/* --- Typography from 23ways -------------------------------- */

p {
	font-size:1em;
	line-height:1.5em;
	margin:0 1.5em 1.5em 0;
}

h1 {
	line-height:1em;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 1em 0;
}

h2 {
	font-size:1.1667em;
	line-height: 1.286em;
	margin:0 0 0.643em 0;
	font-weight:normal;
	font-size:27px;
}
h3 {
	font-size:13px;
	padding:4px 5px 2px 5px;
	color:#FFF;
	background: #1077FA;
	border-right: 130px solid #E87817;
	line-height: 1.286em;
	width:30%;
	margin:0 0 0.643em 0;
	font-weight:normal;
	
}

#extra p , #footer{
	margin-right:0;
	font-size:0.91667em;
	line-height:1.6364em;
}

/* ---[ links ]------------------------------------ */

/* default */

a {
	color:#E87818;
    }
a:link, a:visited {
    
    } 

a:hover{
}

/* special case */
     
.more a:link, .more a:visited {
    color: #8B8B80; 
    border-bottom-color: #8B8B80;
    }

html body .more a:hover {
    color: #F60;
    }    
#footer #site-author a:link, #footer #site-author a:visited {
    color: #CCC; 
    border-bottom: none;
    }
.jo-link a:link, .jo-link a:visited {
    color: #fff;
    }
html body #footer li a:hover,
html body #footer #site-author a:hover {
    background-color: transparent;
    }

/* --- layout ----------------------------------------------- 
   keep these for just the layout no background color nothing! */

div#container{
	width:875px;
	margin:0 auto;
}

div#content{
	width:565px;
	padding-left:50px;
	float:left;
}

div#navigation{
	float:right;
	width:210px;
	padding-top:20px
}

div#extra{
	clear:right;
	float:right;
	width:210px;
	padding-top:30px;
}
div#footer{
	clear:left;
	width:100%
}

/* --- backgrounds ---------------------------------------------- */
#header{
	background: url(/img/backgrounds/header.png) no-repeat top right;
	height:200px;
}
div#container{
	background: url(/img/backgrounds/main_background.png) repeat-y right;
	
}
div#footer{
	background: url(/img/backgrounds/footer.png) no-repeat top right;
	height: 170px;
}


/* --- header ---------------------------------------------- */

div#header h1{
	padding:12px 0 0 50px;
	margin:0;
	float:left;
}

#languages{
	float: right;
	padding:120px 65px 0 0;
}

#languages li{
	display:inline;
}

#languages li a{
	color: #FFF;
	text-decoration:none;
	font-size:13px;
	padding-left:5px;
}
#languages li a:hover{
	color:#000;
}

/* --- content ----------------------------------------------- */
.main_image{
	float:right;
	padding:0 25px 15px 15px;
}

#content table{
	clear:both;
}
#content table tbody td{
	padding:5px;
	border-bottom:1px solid #0F3A99;
}

#content ul{
	clear: left;
	margin: 0 0 20px 30px;
}
#content ul li{
	list-style-type: square;
	margin-left:20px;
}

/* --- navigation ----------------------------------------------- */
#navigation ul li a{
	display: block;
	font-size:14px;
	padding-top:6px;
	background: url(/img/backgrounds/navigation.png) no-repeat;
	color:#FFF;
	text-decoration:none;
	outline:none;
}
#navigation ul li a span{
	display:block;
	padding:0px 0 7px 15px;
	background: url(/img/backgrounds/navigation.png) no-repeat left bottom;
}
#navigation ul li a:hover{
	background: url(/img/backgrounds/navigation_on.png) no-repeat;
	color: #000;
}
#navigation ul li a:hover span{
	background: url(/img/backgrounds/navigation_on.png) no-repeat left bottom;	
}


/* --- footer --------------------------------------------------- */
#footer p{
	padding-left: 50px;
	padding-top:95px;
	color:#FFF;
}

#footer p a{
	color:#FFF;
}
#footer p a:hover{
	color: #000;
}

#site-creator{

}

/* --- forms ------------------------------------------------- */
#content fieldset{
border:0px solid #666666;
margin:0 1.5em 0 0;
}

#content legend{
font-size:bigger;
font-weight: bolder;
}

#content label{
	display:block;
	clear:left;
	width:80px;
	padding:5px 10px 3px 5px;
	margin:5px 0; 
	text-align:left;
	padding-right:40px;
	font-size:12px;
	color:#fff;
	background: #1077FA url(/img/backgrounds/form_label.png) no-repeat right;
}

#content input:focus, #content textarea:focus{
	background-color: #FFE8D9;
	color:#000;
}

#content input, #content textarea{
	border:1px solid #000;
	margin-bottom:12px;
	width:297px;
	padding:2px 2px 3px 4px;
	color:#AAA;
	float:left;
	font-family:arial;
	font-size:12px;
}

#content input.submit{
	clear:both;
	margin-top:10px;
	color:#FFF;
	background-color:#1077FA;
	width:85px;
	padding:4px 10px;
	font-size:12px;
	background-image: none;
	cursor: pointer;
}

#content input.required_Field{
border-left:3px solid #ff0000;
}

#contactFormArea{
	padding:20px 0 30px 0;
}

/* ---[ site search ]------------------------------------- */
#site_search{
	padding-top:15px;
	background: url(/img/backgrounds/navigation.png) no-repeat;
}

form#search{
	padding-bottom:20px;
	background: url(/img/backgrounds/navigation.png) no-repeat left bottom;	
}

#term{
	width:120px;
	border:1px solid #000;
	padding:2px 2px 3px 4px;
	margin:0 0 5px 10px;
	color:#AAA;
	font-family:arial;
	font-size:11px;
	display:block;
}
#search-submit{
	width:60px;
	color:#FFF;
	margin-left:10px;
	background-color:#1077FA;
	padding:2px 10px;
	font-size:11px;
	cursor: pointer;
	border:none;
}

/* ---[ misc ]------------------------------------- */

img, a img {
    border: none;
    }
.hide {
    display: none;
    }
.clear {
    clear: both;
    }
.debug {
    border: 1px solid red;
    }

