/*
Original design: Basic Landing (v1.0 - Feb 22, 2011) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/basic-landing/
*/

* {margin:0; padding:0;}
body {
background-color:#fff; 
font:84% verdana,Georgia,"Times New Roman",serif;
font-size:1.0em; 
color:#0000A0; 
line-height: 1.6em;}
#header, #main, #footer {width:100%;/* display:block; float:left;*/}
.inner {width: 1000px;}

/* Wrapper area */
#wrapper {
width: 950px;
margin-left: auto;
margin-right: auto;
 }

/* Header area */
#header {background:transparent url(images/header-bg.png) top left repeat-x;}
#header .inner {height:185px; margin:0 auto; display:block; }
#feature {width: auto; margin:-38px 0 0 145px; padding:0; display:block; float:left; clear:both;}
#header h1 {font-size:3em; font-weight:400; color:#0000A0; padding:28px 0 20px; letter-spacing:-1px; text-shadow:#000 1px 1px 15px;}
#header h1 a {color:#0000A0;}
#header h1 a:hover {color:#fff;}
#feature h2 {margin-top: 50px; font-size:1.8em; text-align:right; font-weight:400; color:#0000A0;}
#feature h2 a {color:#0000A0;}
#feature p {margin:10px; text-align:right; color:#0000A0;}

/* Main content area */
#main {width: 100%; margin-left:auto; margin-right:auto;}
#main .p {
width: 800px;
text-align: left;
margin-left: auto;
margin-right: auto;
 }
#main .inner {width: 800px; margin:20px auto;}

#main h2 {font-size:1.3em; font-weight: normal; color:#0000A0; margin-top:10px; margin-bottom:10px; text-decoration:none;}
#main h3 {font-size:1.3em; letter-spacing:-1px; font-weight:400; color:#0000A0; margin-top:15px;}

/*Blue box area*/
#foot-box {
	width: 675px;
    margin-top:5px;
    margin: auto;
    font-size: 0.9em;
    line-height:1.0em;
	float: center;
    color: #004080;
    padding: 5px;
 	border-style: solid;
	border-width: 1px;
    border-color: blue;
    background-color: #B5DAFF
 }
/* Footer area */
#footer {margin-top:10px; border-top:1px dotted #ccc; font-size:0.7em;}
#footer .inner {text-align:center; padding:0px 0; margin:0 auto;}
	
/* General tags and classes */
p { margin:12px 0 12px 0;}
p.center {text-align:center;}
strong {color:#0000A0;}
a {color:#0000FF; font-weight:400; text-decoration:underline;}
a:hover {text-decoration:none; color:#333;}
a img {border:none;}
a.button {padding:8px 15px; background-color:#874444; color:#fff; text-shadow:#555 1px 1px 5px; font-size:1.4em; border:4px solid #eee; margin:15px auto;}
a.button:hover {background-color:#a76464; color:#fff; text-shadow:#000 1px 1px 8px; font-size:1.4em; border:4px solid #ccc;}
img.alignleft {display:inline; float:left; margin:5px 25px 5px 0;}
img.alignright {
float:right; 
margin:5px 10px 5px 10px;}
img.aligncenter {display:block; margin:10px auto;}
img.border {
background:#FFFFFF; 
border:; 
color:; 
padding:;}
hr.clear {clear:both; height:1px; visibility:hidden;}
