/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 200px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 235px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 655px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

.grid_1,
.grid_2,
.grid_3,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline;
	float: left;
	margin-left: 25px;
	margin-right: 0px;
	margin-top: 20px
}

.grid_4 {
	display: inline;
	float: relative;
	margin-left: 35px;
	margin-right: 0px;
}

.sidebarRight .container_12{
	background:url(images/sidebar_menu_bg.jpg) 716px 0 no-repeat;
    min-height: 593px;}

/*Sidebar contact widget changes*/


.widget-container.widget_contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#b4b4b4;
	font-style:italic;
	width:270px;
	margin:10px 0 15px 0}

.sidebar .widget-container.widget_contact {
	margin:0;
	border-bottom:none;
	width:235px}

.widget-container.widget_contact .inner {
	border:1px solid #e1e1e1;
	background:#f4f4f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:5px 15px;}

.content .col_1_2 .widget_contact {
	width:270px}

/* widget pages */
.sidebar .widget-container.widget_pages {
	padding:20px 0 20px 0;
	margin:0;20
	border-bottom:none}

/*this will change the font sizes of everything*/
body, html  { height: 100%; }
html, body, 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, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

/*I changed the font size of the body from 13px*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#808080;
	font-size:12px;
	line-height:1.5em;

/*Make the header bigger*/



/* = NGNG Styles
-------------------------------------------------------------- */


