@charset "UTF-8";

#content {
	width:100%;
	height:100%;
	padding:0px;
}



p {
	margin-bottom:              20px;
	margin-left:                20px;
	margin-right:               13px;
	color:                      #000000;
}

hr {
	border:                     1px solid #416B81;
	margin-top:                 0px;
	margin-bottom:              10px;
    		margin-left:                5px;
    margin-right:               40px;
}

h1 {
	font-size:					16px;
	color:						#000000;
			margin-left:                5px;
	padding-top:                13px;
	padding-right:                13px;
	margin-bottom:              8px;
}

h2 {
	font-size:					13px;
	color:						#416B81;
	margin-bottom:              8px;
			margin-left:                13px;
	padding-top:                13px;
}

h3 {
	font-size:					13px;
	color:						#416B81;
	margin-bottom:              8px;
			margin-left:                0px;
}

h4 {
	font-size:					12px;
	color:						#ffffff;
	margin-bottom:              8px;
			margin-left:                13px;
}





ul {
	padding-left:               30px;
	margin-top:                 10px;
	margin-bottom:              10px;
	
}

li {
	margin-bottom:              5px;
	color:                      #ffffff;
	margin-right:               13px;
}

a {
    color:						#009900;
	text-decoration:            none;
}

a:hover {
	text-decoration:            none;
}



body {
	font-size:					14px;
	line-height:                20px;
	color:						#000000;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	width:	                    100%;
	height:                     100%; 
}


* {
	margin:						0;
	padding:					0;
}


.green {
	color:                      #416B81;
}



/* --------- Main Container --------- */

#main_container {
	width:						780px;
	height:                     100%;
	margin:						0 auto;
	margin-top:                 13px;
	background-color:           #ececec;
}


/* --------- Masthead ---------*/

#masthead {
	width:						780px;
	height:						250px;
	margin:						0;
	background:					transparent url(images/masthead.jpg) no-repeat top left;
}


#masthead_text {
	width:                      210px;
	float:                      left;
}

#masthead_text h3 {
	font-size:					13px;
	color:						#ffffff;
			margin-left:                20px;
	padding-top:                25px;
}

#masthead_text h4 {
	font-size:					13px;
	color:						#ffffff;
			margin-left:                0px;
	padding-top:                40px;
}

#basket_area {
    width:                      130px;
	float:                      right;
	margin:                     20px;
}




/* -------- Left Column -------- */


#mainarea {
    width:						780px;
	height:                     100%;
	background:					transparent url(images/mainarea_bg.gif) repeat-y top left;
	background-color:           #ffffff;
}



#left_column {
	margin:						0;
	width:						210px;
	height:                     100%; 
	float:						left;
	background:					transparent url(images/left_bg.jpg) repeat-x top left;
	background-color:           #ececec;
	
}



/* -------- Right Column -------- */

#right_column {
	width:                      540px;
	height:                     100%;
	float:                      left;
			margin-left:                20px;
	background-color:           #ffffff;
	margin:						0;

}

#col_container {
    background:					transparent url(images/dividers.gif) repeat-y top left;
	width:                      540px;
	
}



/* -------- Navigation -------- */

#navigation {
	width:						770px;
	height:                     25px;
	float:                      left;
	margin-top:                 58px;
	margin-left:                10px;
	display:                    block;
	padding-top:                4px;
	padding-bottom:             4px;
	text-decoration:            none;
}

* html #navigation {
	margin-top:                 20px;
	padding-top:                7px;
	padding-bottom:              2px;
	height:                     27px;
}

#navigation ul {
	margin:						0px;
	padding:					0px;
	display:                    block;
	
}

#navigation li {
	display:                    inline;
			margin-left:                13px;
}


#navigation a {
	text-decoration:			none;
	color:						#ffffff;
	margin:                     0px;
}
#navigation a:hover {
	color:						#ffffff;
	text-decoration:			underline;
	margin:                     0px;
}


#navigation #current a {
	background-color:           #ffffff;
	color:                      #000000;
	margin:                     0px;
	padding:                    6px;
	border-bottom:              2px solid #ffffff;
} 

#navigation #current a:hover {
	text-decoration:			none;
	color:                      #000000;
	background-color:           #ffffff;
	margin:                     0px;
	padding:                    6px;
	border-bottom:              2px solid #ffffff;
} 

#subscribe_box {
	background-color:           #416B81;
	margin:                     13px;
	padding:                    10px;
}

#subscribe_box h2 {
    color:                      #FFFFFF;
	margin:                     0px;
	padding:                    0px;
}

#subscribe_box p {
    color:                      #FFFFFF;
	margin:                     0px;
	padding:                    0px;
}


/* --------- Footer --------- */

#footer {
	width:						780px;
	height:						110px;
	clear:                      both;
	background:					transparent url(images/footer_bg.jpg) no-repeat top left;
	background-color:			#cacaca;
	
}

#footer p {
	padding-top:                65px;
	color:						#FFFFFF;
	text-align:                 center;
	font-size:					9px;
}


#footer a {
	font-size:					9px;
	color:						#FFFFFF;
	text-decoration:			none;
}

#footer a:hover {
	font-size:					9px;
	color:						#FFFFFF;
	text-decoration:			underline;
}
