﻿/* bellevue.com - you're free to modify and clean this code :) */
body {
background-color:#eee;
font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
}
#box {
width:660px;
height:700px; /*change height 700px 800px*/
top:50%;
left:50%;
margin-top:  -390px;
margin-left: -330px;
position:absolute;
}
#top {
width:660px;
height:16px;
background-image:url(images/bgtop.jpg);
background-repeat:no-repeat;
}
#middle {
width:660px;
height:1000px; /* Height of main gray text box 950px 930px 760px*/
background-image:url(images/bgbody.jpg);
}
#bottom {
width:660px;
height:14px;
background-image:url(images/bgbottom.jpg);
background-repeat:no-repeat;
}
#nav {
width:630px;
height:44px;
background-color:#0D91FE;
margin:0 auto;
}
#nav #logo {
display:inline;
float:left;
}
#nav #logo h1 {
padding:0;
margin: 14px 0 0 10px;
font-size:13px;
color:#0088cc;
text-transform:;
}
#nav #logo h1 a{
color:#ffffff;
text-decoration:none;
}
#nav #logo h1 span{
color:#ffffff;
}
#nav #menu {
display:inline;
float:right;
}
#nav #menu ul{
padding:0;
margin:16px 10px 0 0;
font-size:12px;
}
#nav #menu ul li{
list-style-type:none;
display:inline;
font-weight:bolder;
margin-left: 10px;
/*text-transform:uppercase;*/
}
#nav #menu ul li a{
text-decoration:none;
color:#FFFFFF;
}
#nav #menu ul li a:hover{
color:#cc3300;
}
#main_img {
width:630px;
height:400px; /*change height*/
background-image:url(images/comingsoon630x400.jpg);
background-repeat:no-repeat;
margin:0 auto;
}
#main_text {
width:630px;
height:74px;
background-color:#eee;
margin:0 auto;
}
#main_text p {
margin:0;
padding:0;
text-align:center;
color:#cc3300;
font-size:14px;
}
#main_text p a{
color:#333;
text-decoration:none;
}
#welcome {
width:600px;
color:#333;
margin:0 auto;
padding: 10px 0;
}
#main_text h1 {
margin:0;
padding:0;
color:#333;
font-size:12px;
	font-weight: normal;
}
#main_text h2 {
margin:0;
padding:0;
text-align:;
color:#333;
font-size:14px;
}
#main_text ul{
margin:0;
padding:5px 0 20px 25px;
font-size:12px;
list-style-type:square;
}
#main_text ul li a{
color:#333;
text-decoration:none;
}
#main_text ul li a:hover{
text-decoration:underline;
}
#footer {
text-align:center;
font-size:12px;
color:#333;
clear:both;
}
#footer a{
text-decoration:none;
font-size:12px;
color:#333;
}

/*for innerpages*/
#inner_box {
width:660px;
margin:300px auto;
background-color:#eee;
}
#inner_middle {
width:620px;
padding: 20px;
background-image:url(images/bgbody.jpg);
text-align: center;
display:table;
color:#333333;
}
#left {
float:left;
width:450px;
border-right: 1px #ccc solid;
}
#left p{
width:400px;
margin:10px 0 10px 30px;
text-align:justify;
padding:0;
}
#left h2 {
width:400px;
margin: 0 0 0 30px;
font-size:16px;
padding:10px 0 0 0;
}
#left ul{
margin:0;
padding:5px 0 20px 45px;
font-size:12px;
list-style-type:square;
}
#left ul li a{
color:#333;
text-decoration:none;
}
#left ul li a:hover{
text-decoration:underline;
}

#right {
float:right;
width:200px;
}
#right p{
margin:0px 0 0px 5px;
padding:0;
}

#right h3 {
font-size:13px;
border-bottom:1px #3366cc dotted;
width:140px;
margin:0;
padding:10px 0 0 0;
color:#3388cc;}
#right ul{
margin:0;
padding:5px 0 20px 20px;
font-size:12px;
list-style-type:square;
}
#right ul li a{
color:#333;
text-decoration:none;
}
#right ul li a:hover{
text-decoration:underline;
color:#3388cc;
}

#right ol{
margin:0;
padding:5px 0 20px 20px;
font-size:10px;
list-style-type:square;
}
#right ol li a{
color:#333;
text-decoration:none;
}
#right ol li a:hover{
text-decoration:underline;
}

#inner_img {
width:630px;
height:112px;
background-image:url(images/bellevue630x110.jpg);
background-repeat:no-repeat;
margin:0 auto;
}
