/* CSS Document */

body {
font:13px/20px Georgia;
color:#3B3B3B;
background:url(images/body.gif) top repeat-x #495b63;
margin-top: 0px;
}

* {
margin:0 auto;
padding:0px;
outline:none;
}

.style2 {font-weight: bold}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: bold;
	color: #3B3B3B;
	margin-left: 10px;
}

h1 { font-size: 14pts;
	 font-style: bold;
     color: #79cdd0; 
	 background-image:url(images/h1_h2.png);
	 background-repeat:no-repeat;
	 padding-left: 75px; 
	 }
h2 { font-size: 12pts; 
	color: #79cdd0;
	font-style: bold;
	background-image:url(images/h1_h2.png);
	background-repeat:no-repeat;
	padding-left: 75px; 
	}
h3 { font-size: 12pts; }

p{
    margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 18pts;
	font-size: 10pts;
}

ul, ol {
    margin-left: 25px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 10pts;
	font-size: 10pts;
	list-style-image:url(images/bullet.png);
}


#img_header {
padding-left: 5px;
padding-bottom:10px;
}

/*-------------Twitter Div-----------*/

#twitter_div {
font-size: 10px;
color:#4e6670;
background-image:url(images/twitter_back.png);
overflow:hidden;
width: 499px;
height: 88px;
position: relative;
z-index: 100;
margin: 0 auto;
margin-top: 15px;
}

#twitter_update_list {
padding-top: 10px;
padding-left: -140px;
padding-right: 80px;
padding-bottom: -20px;
list-style:none;
}

#follow_me {
margin-top: -20px;
text-align:right;
margin-right: 105px;

}
/*---------------------------Content Wrap---------------*/
}
#wrap{
width:900px;
height:auto;
margin: 0 auto;
clear:both;
}
/*---------------------------Header-----------------*/
#header {
height:153px;
width:900px;
background:url(images/header.gif) top no-repeat;
position: relative;
margin: 0px auto;

}
/*-----------------------------menu-------------------*/
#menu{
width:628px;
height:30px;
float:right;
margin-top: 55px;
padding:43px 0px 0px 10px;
}
#menu ul{
display:block;
list-style:none;
padding:9px 0 0 10px;
margin:0px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
height:20px;
}
#menu ul li a{
height:27px;
display:block;
padding:0px 10px 0 10px;
margin:0 4px 0 4px;
_margin:0 2px 0 2px;
float:left;
text-decoration:none;
text-align:center;
color:#526670;
font-size:11px;
line-height:25px;
}
#menu ul li.selected a{
height:27px;
display:block;
padding:0px 10px 0 10px;
margin:0 5px 0 5px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:11px;
line-height:25px;
}
#menu ul li a:hover{
color:#f6821f;
}

/*------------------------Content-------------------*/
#content {
width: 900px;
margin: 0 auto ;
margin-top: 10px;
margin-bottom: 10px;
height: 100%;
background-image:url(images/bg.gif);
background-repeat:repeat-y;
}
/*------------------- Content Top ---------------------*/
#top {
width: 900px;
margin: 0 auto ;
background-color:#495b63;
}

/*------------------- Content Bottom ---------------------*/
#bottom {
width: 900px;
margin: 0 auto ;
background-color:#495b63;
clear:both;
}


/*------------------------Main Content-------------------*/
#main_content {
width: 70%;
float: left;
}
/*------------------------Sidebar-------------------*/
#sidebar {
background-color: #f6821f;
color:#FFFFFF;
width: 30%;
float: left;
}
/*-----Form------*/
#form {
height: 3390px;
width: 550px;
overflow: hidden;
margin-left: 15px;
border: 0;
}

/*--------- Footer ---------------*/

#footer {
color:#FFFFFF;
margin-top: 20px;
width: 100%;
height: 150px;
overflow: hidden;
background-image: url(images/lower_nav_back.gif);
background-repeat:repeat-x;
background-color:#666666;
clear:both;
}

#footer-content{
width: 900px;
color:#FFFFFF;
font-weight:300;
margin-top: 10px;
margin: 0 auto ;
height:27px;
text-decoration:none;
text-align:center;
font-size:11px;
line-height:25px;
}