@charset "utf-8";
/* CSS Document */

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;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* template style */


#left_nav {
	background-image: url(../images/g2_left_nav.png);
	background-repeat: no-repeat;
	width: 205px;
	position: relative;
	float: left;
}

#footer a {
	color: #000033;
	text-decoration: none;
}


/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000066;
	line-height: 1;
	background-color: #999;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2, h3 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.3em;
	color: #000066;
}

h2 {
	font-size: 1.2em;
	font-style: italic;
	color: #000066;
}

h3 {
	font-size: 1.3em;
	font-style: italic;
	color: #000066;

}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}
li	{
	font:Geneva, Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-type: circle;
	margin-left: 25px;
	}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #000066;
	
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	background-position: center;
}

#header {
	background-image: url(../images/g2_header.png);
	background-repeat: no-repeat;
	height: 155px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

/* #site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}
*/
#sidebar-1, #sidebar-2 {
	padding-top: 50px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	margin-right: 150px;
	float: right;
	width: 300px;

}
#content-main #sidebar-2 img {
	padding-left: 0px;
	float: none;
}
.section_list {
	padding: 0;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 16px;
	text-decoration: none;
}

.section_list ul {
	list-style-type: none;

}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}
.section_list a {
	background-image: url(../images/g2_button_bg.png);
	height: 57px;
	width: 177px;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-decoration: none;
	line-height: 60px;
}
#content {
	background-image: url(../images/g2_container_bg.png);
	margin-left: 205px;
	background-repeat: no-repeat;
	}
#entry-content {
	width: 819px;
	float: right;
	background-repeat: no-repeat;
	margin-left: 205px;
}
#content-main img {
	padding-left: 15px;
	float:right;
}
#widgets	{
	width:1000px;
	margin-left:50px;
}
.left h2 a {
	border: none;
	text-decoration: none;
	color: #000066;
	text-align: left;
	text-transform: capitalize;
	margin-top: 25px;
	margin-left: 25px;
}
.left p, .center p, .right p {
	border: none;
	text-decoration: none;
	color: #000066;
	margin-top: 15px;
	margin-left: -50px;
}
#widgets .left, #widgets .center, #widgets .right {
	background-image:url(../images/widget_bg.png);
	background-repeat:no-repeat;
	float: left;
	width: 225px;
	padding-left:40px;
	padding-top:5px;
	margin-left:10px;
}
.center h2 a {	
	border: none;
	text-decoration: none;
	color: #000066;
	text-align: left;
	text-transform: capitalize;
	margin-top: 25px;
	margin-left: 25px;
}


.right h2 a {
	border: none;
	text-decoration: none;
	color: #000066;
	text-align: left;
	text-transform: capitalize;
	margin-top: 25px;
	padding-left: 25px;
}

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: -300px;
	padding-top: 55px;
	text-align: center;
	clear: both;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 1024px;
w\idth: 1024px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}
/* zemContact Styling
------------------------------------------------*/

.zemTextarea {
	vertical-align:-60%;
}



#left_nav #social {
	text-align: center;
}
#left_nav #social img {
	padding-right: 5px;
}

