/***********************************************/
/* main.css                      		       */
/* © Developed by CORRIE BLANKENBECKLER - Feb 2009 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html {
    margin: 0;
    padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #4bb7c6;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/******* main style box *******/

#box {
	margin: 0 auto;
	width:900px;
	height: auto;
	position:relative;
	border: none;
    background-color: #FFFFFF;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/******* main styles *******/

#toplogo {
	position:absolute;
	padding: 15px;
	margin-left: 5px;
}

#pixbox{
	position:absolute;
	top: 100px;
	left: 0px;
	width: 590px;
	height: 445px;
	margin-top: 10px;
	padding: 10px;
	margin-right: 10px;
}


#pixbox2{
	position:absolute;
	top: 120px;
	left: 20px;
	width: 400px;
	height: auto;
	margin-top: 10px;
	padding: 10px;
	margin-right: 10px;
}

#contenttop_narrow{
	position:absolute;
	top: 150px;
	right: 0px;
	width: 250px;
	height: auto;
	margin:0;
	padding-right: 20px;
	margin-right: 20px;	
}

#contenttop{
	position:absolute;
	top: 150px;
	right: 0px;
	width: 400px;
	height: auto;
	margin:0;
	padding-right: 20px;
	margin-right: 20px;	
}

#contenttopwide{
	position:absolute;
	top: 150px;
	right: 30px;
	width: 775px;
	height: auto;
	margin:0;
	padding-right: 20px;
	margin-right: 20px;	
}

#contentbot{
	position:absolute;
	top: 460px;
	right: 30px;
	width: 750px;
	height: auto;
	margin:0;
	padding-right: 20px;
	margin-right: 20px;	
}

#contentbotwide{
	position:absolute;
	top: 460px;
	right: 30px;
	width: 775px;
	height: auto;
	margin:0;
	padding-right: 20px;
	margin-right: 20px;	
}

#img_right{
	float: right;
	margin-right:-20px;
	margin-left: 15px;
	padding-bottom:2px;
	
}

#img_left{
	float: left;
	margin-left:-30px;
	margin-right: 15px;
	padding-bottom:2px;
	
}


/************** header tag styles **************/

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	color: #666;
}

p.quote{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	color: #666;
}

.bold{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: bold;
}

.title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #CC6600;
}

a.title:link, a.title:visited{
	text-decoration: none;
}

a.title:hover{
	color: #4bb7c6;
	text-decoration: none;
	font-weight: normal;
}

.link, li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #CC6600;
	margin: 0;
	padding: 0;
}

a.link:link, a.link:visited {
	text-decoration: none;
}

a.link:hover, li a:hover {
	font-weight: normal;
	color: #4bb7c6;
	text-decoration: none;
}


/************ Navigation **************/

#nav{
	position: absolute;
	top: 90px;
	left: 35px;
	margin-left: 10px;
	padding-left: 10px;
	width:800px;
}

.nav{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4bb7c6;
}

a.nav:link, a.nav:visited {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4bb7c6;
	text-decoration: none;
}

a.nav:hover{
	font-weight: normal;
	color: #CC6600;
	text-decoration: none;
}


/************* Copyright styles ****************/

#copyright{
	position: absolute;
	left: 10px;
	bottom: 10px;
	width:400px;
	font-size: 9px;
	padding-top: 10px;
	margin-top: 0px;
	color: #4bb7c6;
}

/********************* end **********************/
