@charset "utf-8";
/* CSS Document */
/* Name - enterprisechoice easysite V 1.00 */
/* Author - James Shaw */
/* Copy Right - James Shaw */

/* Body 
**************************/
body {
	background-color:#ffffff;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;	
	text-align: center;
	margin:0;
	padding:0;
}

div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background:ffffff;
	width:780px;
	margin-left: auto;
    margin-right: auto;
}

/**********/

/* Elemements
**************************/

/* Links */
a, a:visited  {
	color:#F9F200;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* Headers */

h1 {
	font-size: 1.6em;
	color:#FFFFFF;
	}
h2 {
	font-size: 1.4em;
	}
h3 {
	font-size: 0.9em;
	}
h4 {
	font-size: 0.8em;
	}
h5 {
	font-size: 0.8em;
	}
h6 {
	font-size: 0.8em;
	}

h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000022;
    }
	
p {
    font-size: 0.9em;
}	


/**********/

/* sections
**************************/

#body_container {
	 width:796px;
	 background-repeat:x;
	 margin-top:10px;
	 background-color:#FFFFFF;
}

#header {
     background-image: url(../images/layout/header.jpg);
	 height:200px;
	 width:696px;
	 background-repeat:no-repeat;
	 float:left;
	 text-align:center;
	 padding-left:130px;
	 padding-top:10px;
}

#content {
     background-color:#E4EDF2;
	 width:796px;
	 float:left;
}

#contentbg {
     background-image: url(../images/layout/content.jpg);
	 background-repeat:no-repeat;
	 width:796px;
	 float:left;
}

#detailhome {
     height:290px;
}

#detail {
     background-color:#FFFFFF;
	 background-repeat:no-repeat;
	 width:690px;
	 margin-left:48px;
	 float:left;
	 text-align:left;
	 font-size:12px;
	 padding:5px;
}

#footer {
	 width:796px;
	 text-align:center;
	 float:left;
	 color:#ffffff;
	 margin-bottom:20px;
	 background-color:#000000;
}

/**********/


#footer_info {
     font-size: 0.6em;
	 color:#999999;
	 text-align:center;
}

#footer_links {
     font-size: 0.7em;
	 text-align:center;
}

.footercopy {
	font-size:0.6em;
}

.footercredits {
	font-size:0.6em;
}

/* sections
**************************/

.clear_float {
     clear:both;
}

/**********/
