@charset "utf-8";

/*
FLAG COLORS
RED: 	#BF0A30
WHITE: 	#FFFFFF
BLUE: 	#24205e
*/

body { background:#FFF url(../_pics/bg.png) repeat-x; margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:150%; }
a:link { color:#EBEED7; text-decoration:none; }
a:visited { color:#EBEED7; text-decoration:none; }
a:hover a:active { color:#FFF; text-decoration:underline; }
.selected { font-weight:bold; font-size: 13px; font-style:italic; }

#wrapper { position:relative; margin: 0px auto 0 auto; height: 100%; width:785px; text-align:left; padding-left:15px; padding-top:2px; padding-bottom: 2px; background:url(../_pics/wrapper_bg.png) }
#header { text-align: left; width: 770px; }
#menubar { font-family:Arial, Helvetica, sans-serif; background: #24205e url(../_pics/menu_bg.png) no-repeat; width: 770px;  height:30px; text-align:center; border-top:solid thin #666; border-bottom:solid thin #666; font-size:17px; padding-top:5px; } 
#menubar a:link { color:#FFF; text-decoration:none; }
#menubar a:visited { color:#FFF; text-decoration:none; }
#menubar a:hover, a:active { color:#FF9; text-decoration:none; }
#content { width: 770px; background:#24205e;}
#footer { text-align: center; width: 770px; background:#24205e; color:#EBEED7; border-top:solid thin #666; }
#credits { padding: 5px;}
#breakingNews { background:#FFF; text-align:center; color: #000; width:760px; padding:5px; border-bottom: thin solid #666; font-family:"Times New Roman", Times, serif; }
#breakingNewsText a { color:#000; }
#breakingNewsText a:hover { color:#999; }
#breakingNewsLeft { width: 175px; background:url(../_pics/breaking_news_heading.png); background-repeat: no-repeat; color:#FFF; padding: 45px 10px 10px 10px; font-size: 12px; }
#homeLeft { width: 175px; background:url(../_pics/news_heading.png); background-repeat: no-repeat; color:#FFF; padding: 40px 10px 10px 10px; font-size: 12px; }
#homeRight {background: #EBEED7; padding: 10px; text-align:justify; }
#slideShow { float:left; padding:0px 15px 5px 0px; }
#newsLeft { width: 175px; background:url(../_pics/news_heading.png); background-repeat: no-repeat; color:#FFF; padding: 40px 10px 10px 10px; font-size: 12px; }
#newsRight { padding: 20px; background:#EBEED7; text-align:justify; }
#newsRight h1 { font-size: 24px; font-family:"Times New Roman", Times, serif; color:#666; }

#contactLeft { background:#EBEED7 url(../_pics/contactLeft_bg.png) no-repeat; padding: 30px; width: 45%; font-size:16px; font-family:Arial, Helvetica, sans-serif; color:#666; }
#contactLeft a:link { color:#666; text-decoration:none; }
#contactLeft a:hover { color:#000; text-decoration:underline; }
#contactRight { padding:30px 30px 30px 100px; width: 55%; color:#ADD6D6; }
#contactBottom { width: 770px; }
#contactBottomLeft { padding:10px; width: 33%; background:#ABBDD1; }
#contactBottomMiddle { padding:10px; width: 33%; background:#ABBDD1; }
#contactBottomRight { padding:10px; width: 33%; background:#ABBDD1; }

#servicesLeft { background:#6A6A35; width: 175px; color:#FFF; padding: 10px; font-size: 12px; font-style:italic; }
#servicesLeft .selected { text-align:right; }
#servicesRight { background:url(../_pics/servicesRight_bg.png) repeat-y; padding:30px; color:#ADD6D6; font-size:17px; text-align:justify; }

#aboutTopLeft { padding:30px; color:#CCC; width:570px; text-align:justify; }
#aboutTopRight { padding:10px; color:#CCC; background:#6A6A35; font-size:11px; }
#aboutMiddle { padding:30px; background:#EBEED7; text-align:justify; width:710px; }
#aboutRevolution{ float:left; margin: -15px 10px 0px -15px; }
#aboutStaffPic { float:right; padding:0px 0px 0px 10px; }


/*BEGIN CSS RESET*/
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
}

ol, ul {
	list-style: none;
}
/*END RESET*/

