/**************************************************
***************************************************

GLOBAL

***************************************************
**************************************************/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 67%;
}
html {
	overflow-y:scroll;
}



/*------ end of GLOBAL ------*/
/**************************************************
***************************************************

LAYOUT

***************************************************
**************************************************/
.red {
	background-color: #cc0000;
	background-image: url(../img/bg_red.gif);
	background-repeat: no-repeat;
}
.orange {
	background-color: #ff6600;
	background-image: url(../img/bg_orange.gif);
	background-repeat: no-repeat;
}
.yellow {
	background-color: #fbcd24;
	background-image: url(../img/bg_yellow.gif);
	background-repeat: no-repeat;
}
.green {
	background-color: #a1cd44;
	background-image: url(../img/bg_green.gif);
	background-repeat: no-repeat;
}
.blue {
	background-color: #3399ff;
	background-image: url(../img/bg_blue.gif);
	background-repeat: no-repeat;
}
#content {
	padding: 18px 13px 60px 18px;
	float: left;
	width: 402px;
}
.wide #content {
	/*padding-right: 205px;*/
	width: 607px;
}
.red #content {
	background-color: #ff9999;
}
.orange #content {
	background-color: #ffcc99;
}
.yellow #content {
	background-color: #faeaae;
}
#right_image {
	float: left;
	width: 193px;
	margin-bottom: 20px;
}
#wrapper {
	float: left;
	position: relative;
	left: 296px;
	top: -6px;
	background-repeat: repeat-y;
}
.orange #wrapper {
	background-image: url(../img/wrapper_bg_orange.gif);
}
.yellow #wrapper {
	background-image: url(../img/wrapper_bg_yellow.gif);
}
.red #wrapper {
	background-image: url(../img/wrapper_bg_red.gif);
}
.green #wrapper {
	background-image: url(../img/wrapper_bg_green.gif);
}
.blue #wrapper {
	background-image: url(../img/wrapper_bg_blue.gif);
}
.white_line {
	position: relative;
	top: -6px;
	margin-left: 296px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}
#quote {
	font-size: 1.8em;
	color: #FFFFFF;
	line-height: 1.3em;
	position: absolute;
	top: -188px;
	left: 368px;
	width: 300px;
	font-style: italic;
}
#footer {
	background-color: #FFFFFF;
	margin-left: 296px;
	position: relative;
	top: -6px;
	width: 433px;
	padding-bottom: 8px;
	padding-top: 12px;
	color: #555555;
	font-style: italic;
	margin-bottom: 20px;
}
.wide #footer {
	width: 638px;
}
#sponsors {
	padding: 10px 0px 0px 10px;
}
#footer p {
	margin-left: 18px;
}
#links {
	position: absolute;
	top: 230px;
	left: 69px;
	width: 190px;
}
.widgettitle {
	display: none;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}


/*------ end of LAYOUT ------*/
/**************************************************
***************************************************

FONTS

***************************************************
**************************************************/
h2 {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
}
#content .entry {
	font-size: 1.4em;
	line-height: 1.4em;
}
#content p {
	padding-bottom: 15px;
}
#content blockquote {
	color: #695555;
	padding: 0px 40px 0px 15px;
	font-style: italic;
}
.caption {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#links .widget_pages {
	font-size: 1.5em;
	text-transform: uppercase;
}

/*------ end of FONTS ------*/
/**************************************************
***************************************************

LINKS

***************************************************
**************************************************/
#content a:link, #content a:visited {
	color: #000000;
	text-decoration: underline;
	font-style: italic;
}
#content a:hover, #content a:visited:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #555555;
	text-decoration: none;
}
#footer a:hover, #footer a:visited:hover {
	text-decoration: underline;
}
#links a:link, #links a:visited, #links .current_page_item ul a:link, #links .current_page_item ul a:visited, #links .current_page_parent ul a:link, #links .current_page_parent ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#links a:hover, #links a:visited:hover {
	color: #000000!important;
	text-decoration: none;
}
#links .current_page_item a:link, #links .current_page_item a:visited, #links .current_page_parent a:link, #links .current_page_parent a:visited, #links .current_page_parent .current_page_item a:link, #links .current_page_parent .current_page_item a:visited {
	color: #000000;
}





/*------ end of LINKS ------*/
/**************************************************
***************************************************

TABLES

***************************************************
**************************************************/








/*------ end of TABLES ------*/
/**************************************************
***************************************************

FORMS

***************************************************
**************************************************/






/*------ end of FORMS ------*/
/**************************************************
***************************************************

LISTS

***************************************************
**************************************************/
 #content ul {
 	margin-left: 20px;
 	margin-bottom: 20px;
 	margin-top: 5px;
}
.red #content li {
	list-style-image: url(../img/tilda_red.gif);
}
#links .widget_pages li {
	list-style-type: none;
	padding-bottom: 6px;
}
#links li {
	list-style-type: none;
}
#links ul ul ul {
	display: none;
}
#links ul ul .current_page_item ul, #links ul ul .current_page_parent ul {
	display: block;
	margin-top: 6px;
	margin-left: 30px;
	margin-bottom: -6px;
}
.orange #links ul ul ul li {
	list-style-image: url(../img/bullet_orange_bg_white.gif);
}
.orange #links ul ul ul .current_page_item, .orange #links ul ul ul li:hover {
	list-style-image: url(../img/bullet_orange_bg_black.gif);
}
.blue #links ul ul ul li {
	list-style-image: url(../img/bullet_blue_bg_white.gif);
}
.blue #links ul ul ul .current_page_item, .blue #links ul ul ul li:hover {
	list-style-image: url(../img/bullet_blue_bg_black.gif);
}
.green #links ul ul ul li {
	list-style-image: url(../img/bullet_green_bg_white.gif);
}
.green #links ul ul ul .current_page_item, .green #links ul ul ul li:hover {
	list-style-image: url(../img/bullet_green_bg_black.gif);
}
.red #links ul ul ul li {
	list-style-image: url(../img/bullet_red_bg_white.gif);
}
.red #links ul ul ul .current_page_item, .red #links ul ul ul li:hover {
	list-style-image: url(../img/bullet_red_bg_black.gif);
}
.yellow #links ul ul ul li {
	list-style-image: url(../img/bullet_yellow_bg_white.gif);
}
.yellow #links ul ul ul .current_page_item, .yellow #links ul ul ul li:hover {
	list-style-image: url(../img/bullet_yellow_bg_black.gif);
}
#right_image li {
	list-style: none;
}

/*------ end of LISTS ------*/
/**************************************************
***************************************************

IMAGES

***************************************************
**************************************************/
img {
	border: 0px;
}


/*------ end of IMAGES ------*/
/**************************************************
***************************************************

TO VIEW WIRE-FRAME

***************************************************
**************************************************/
div {
	border: 0px solid black;
}

