/* 
    Document   : In Progress
    Created on : 23-Feb-2009, 11:19:25
    Author     : Bridget
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	background:#fff;
	color: #666;
	font-size: 62.5%;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
#skip {
	position:absolute;
	left:-9999px;
}
#wrap {
	margin:0 auto;
	width: 1000px;
	position: relative;
	background: transparent url(../images/bg_mid.jpg) repeat-y scroll center;

	/* grid: for helping to set layout
	background: url(../i/grid_1000x20.gif) repeat-y scroll center;*/
}
#above_footer {
	height:auto;
	padding:57px 125px 0;
	background: transparent url(../images/bg_top.jpg) no-repeat scroll;
}
#masthead {
	position:relative;
	height:150px;
	padding-bottom:40px;
}
#text_content {
	float: left;
	width: 265px;
	padding-right:40px;
	height:auto;
}
#extra {
    color: purple;
}
/* see also .img_boxes */
#img_content {
	float: left;
	top: 7px;
	left: 305px;
	width: 445px;
	height:auto;
}
#extra2 {
    float: left;
	width: 265px;
	padding-right: 40px;
    padding-left: 80px;
	height:auto;
    }

/* hack for IE6 */
* html #img_content {
	width: 443px;
}
#footer_wrap {
	clear: both;
	margin-top:1em;
	padding:0 0 40px;
	background: transparent url(../images/bg_bot.jpg) no-repeat scroll bottom;
}
#footer {
	margin:0 125px;
	border-top: 1px solid #ccc;
	padding-top:1em;
}
a {
	text-decoration:none;
	color:#666;
}

a:hover,
a:focus {
	color: aqua;
}
a:active,
a:hover {
	outline:none;
}
#nav_main {
	position:absolute;
    font-family:times,Arial,Helvetica,sans-serif;
    font-size:16px;
	bottom:31px;
	right:0;
	width:555px;
	height:3px;
	text-align:right;
	list-style:none;

}
#nav_main li {
	display: inline;
	margin: 0;
	padding:5px;
}
h1  {
    padding-top:20px;
    Padding-bottom:20px;
}

#content p {
	font-size: 1.4em;
	line-height: 1.42857em;
	margin-bottom: 1.42857em;
}
/* see also .img_boxes */
#img_content li{
    list-style-type:none;
}
.foot_float_right {
	float: right;
}
/* layout of footer */
#footer * {
	display:inline;
}
#footer a,
#footer p {
	font-size:11px;
}

#footer a {
	border-bottom:medium none;
}
#footer li {
	background:transparent none repeat scroll 0%;
	margin-left:13px !important;
	padding-left:0pt;
}
#footer li a:hover,
#footer li a:focus,
#footer a:hover,
#footer a:focus {
	/*border-bottom:thin dotted #999;*/
}
/* ie6 hack */
*html #footer {
	height: auto;
	margin:0 125px;
	border-top: 1px solid #ccc;
	/*padding-top:1em;*/
}



