@charset "utf-8";

/*Browser reset to zero out margins and padding*/
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;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	text-align: center;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #27495d;
	background-position: 0 -5px
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #58CBEA;
}
a:active {
	text-decoration: none;
	color: #58CBEA;
	outline: none;
}

a {
outline: none;
}

a:focus {
	outline: #fff solid 5px;
}

#container {
	width: 320px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	height: 75px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
/*	border: 1px solid #555;*/
	position:relative;
	top: 5px;
}
#header h1 {
	text-indent: -9999px;
}

#header h1 a {
	background-image: url(images/SampleLayout.jpg);
	height: 75px;
	width: 320;
	display:block;
	background-position: -25px -10px;
}

#branding {
/*	border-left: 1px solid #555;
	border-right: 1px solid #555;*/
	width: 320px;
	overflow: hidden;
	position: absolute;
	top: 75px
}

#branding img{
	background-color: #009999;
	max-width: 100%;
	
}

/*-------------NAVIGATION----------------*/
#main_nav {
	height: 180px;
/*	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat;*/
	background-color: #383d43;
/*	border: 1px solid #555;*/
	position:relative;
	top: 75px;
}
#main_nav ul {
	list-style-type: none;
	padding-left: 35px;
		padding-top: 30px;

}
#main_nav li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#main_nav li a {
	display: block;
	height: 43px;
	width: 112px;
	text-indent: -9999px;
/*	background-color: #59CAEA;*/
}

#main_nav #about a {
	background-image: url(images/about0.jpg);
}

#main_nav #about a:hover {
	background-image: url(images/about1.jpg);
}

#main_nav #services a {
	background-image: url(images/services0.jpg);
}

#main_nav #services a:hover {
	background-image: url(images/services1.jpg);
}

#main_nav #clients a {
	background-image: url(images/clients0.jpg);
}

#main_nav #clients a:hover {
	background-image: url(images/clients1.jpg);
}

#main_nav #support a {
	background-image: url(images/support0.jpg);
}

#main_nav #support a:hover {
	background-image: url(images/support1.jpg);
}

#main_nav #contact a {
	background-image: url(images/contactus0.jpg);
}

#main_nav #contact a:hover {
	background-image: url(images/contactus1.jpg);
}

#main_nav #donate a {
/*	margin-left: 60px;*/
	background-image: url(images/donate-m-0.jpg);
	height: 43px;
/*	width: 232px;*/
}

#main_nav #donate a:hover {
	background-image: url(images/donate-m-1.jpg);
}

#sup_nav {
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: right;
	padding-right: 35px;
	width:925px;
	position:absolute;
	top: 25px;
	/*set not to display for mobile*/
	display: none;
}

/*-------------END NAVIGATION----------------*/

#content {
	position:relative;
	top: 75px;
/*	border-right: 1px solid #555;*/
}

#sidebar {
	width: 299px;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-color: #27495D;
	float:right;
	display: none;
}
#sidebar h3 {
	padding-top: 30px;
}

#main {
	background-color: #383d43;
	width: 320px;
/*	border-left: 1px solid #555;
	border-right: 1px solid #555;*/
}

#main  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #99CCFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#col1 {
	width: 100%;
	float: left;
	padding-right: 0%;
}

#col2 {
	width: 100%;
	float: left;
	padding-left: 0%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}
#main p, #sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 18px;
	letter-spacing: 0em;
	color: #CCCCCC;
}

#footer {
	background-color: #27495D;
	clear: both;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 11px;
	border-top: 1px solid #555;
	position:relative;
	top: 75px;
}


.clear {
	clear: both;
	height: 0px;
}

.columnPadding {
	padding-right: 10px;
	padding-left: 10px;
}
