/************************ [Table of contents]
* body
	+ Global Elements / p, h1, h2, h3, h4, h5, form, li, a, img, hr
	+ Container / #container
    + Branding / #branding, #branding-tag
	+ Navigation / #nav-main-wrapper, #nav-main, #left_nav
    + Content / 
        - Home Page Settings / #content-wrapper-home 
            - Content Intro / #content-intro-wrapper, #content-intro, #content-intro-text, #content-benefit
            - Content News / #content-news, .content-news-text, .content-tech, .content-tech-text
        - Sub Page Settings / #content-wrapper-main, .content-main-text    				
    + Footer / #footer
    + Extras / Float, Text, Image , Border, Padding
/************************ [Color codes]
* Light (text): #beaf81
* Orange (headings) #c58c1d
* Heading (header, links) #e8d69e
* Brown (background) #231A09


/************************ Global Elements */
body {
	font: 100% Helvetica, Arial, sans-serif;
	background-color: #2F5795;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. */
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
}
p {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	font-weight: 400;
	margin: 0px 0px 1.0em;
}
h1 {
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: left;
	color: #000;
	font-weight: 400;
	margin: 0em 0em 0.7em;
}
h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
	color: #1352A2;
	font-weight: 800;
	padding: 0px;
	margin: 0px 0px 0.5em;
}
h3 {
	font-size: 1em;
	line-height: 1.2em;
	color: #1350A4;
	font-weight: 800;
	margin: 0px 0px 0.3em;
}
h4 {
	font-size: 0.9em;
	line-height: 1.125em;
	font-weight: 800;
	text-align: left;
	color: #A60B0A;
	margin: 0em 0px 0.8em;
}
h5 {
	font-size: 18px;
	line-height: 31px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FFF;
	background-image: url(../images/bg_h3_dk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 31px;
	text-align: left;
	padding: 0px 0px 0px 8px;
}
h5 a:link {
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 31px;
}
h5 a:visited {
	text-decoration: none;
	color: #FDFAE7;
}
h5 a:hover {
	text-decoration: none;
	color: #EBE571;
}
h5 a:active {
	text-decoration: none;
	color: #4A59AE;
}
h6 {
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: 600;
	text-align: left;
	color: #000;
	margin: 0em 0px 0.8em;
}
ol {
	list-style-type: decimal;
	padding: 0em;
	margin: 1em 0em 0em 2em;
}
ol ol {
	margin-top: 0em;
	margin-bottom: 0em;
	list-style-type: lower-alpha;
}
ul {
	margin-top: 1em;
	margin-bottom: 0em;
	list-style: disc url(none) outside;
	padding: 0em;
	margin-right: 0em;
	margin-left: 2em;
}
ul ul {
	margin-top: 0em;
	margin-bottom: 0em;
	list-style: circle url(none);
	padding: 0em;
}

li {
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	color: #525252;
	margin-top: 0em;
	margin-bottom: 0em;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
}
li a:link {
	text-decoration: none;
	color: #1354A5;
}
li a:visited {
	text-decoration: none;
	color: #1352A4;
}
li a:hover {
	text-decoration: underline;
	color: #3B6AA9;
}
li a:active {
	text-decoration: underline;
	color: #E30F21;
}


a:link {
	text-decoration: none;
	color: #134FA3;
}
a:visited {
	text-decoration: none;
	color: #1354A5;
}
a:hover {
	text-decoration: underline;
	color: #3B6BAA;
}
a:active {
	text-decoration: underline;
	color: #E10F21;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	color: #335794;
	font-weight: 600;
	margin: 0px 0px 1.0em;
}
td {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	color: #000;
	font-weight: 400;
	margin: 0px 0px 1.0em;
}
img {
	margin: 0px;
	padding: 0px;
}
blockquote {
	margin: 0em 2em;
	padding: 1em 0em;
	font-size: 1.1em;
	color: #293684;
	font-weight: 400;
	line-height: 1.5em;
}
hr {
	border-top: 1px dotted #335794;/*the border*/
	height: 1px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}
/************************ Container */
#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin-bottom: 0px;
	display: block;
}

/************************ Branding */
#branding-bg {
}
#branding {
	height: 218px;
	width: 980px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_header.jpg);
	background-position: center top;
	position: relative;
	top: 0px;
}
#branding-logo {
	height: 174px;
	width: 980px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#branding-logo h1 {
	margin: 0px;
	padding: 0px;
}
#branding h1 span {
	display: none;
}
#branding h1 .logo {
	width: 446px;
	height: 97px;
	border: 0;
}
#branding-tag {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 60px;
	float: left;
	width: 714px;
}
#branding-tag h2 {
	text-align: right;
	margin: 0px;
	padding: 12px 0px 0px;
	color: #ECECEC;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-size: .9em;
	}


/************************ Navagation */
	/* top nav */
#nav-main-bg {
	margin: 0px auto;
	padding: 0px;
	height: 38px;
	width: 976px;
	text-align: center;
}
#nav-main {
	overflow: hidden;
	height: 35px;
	margin: 0px auto;
	padding: 0px;
	width: 976px;
	background-image: url(../images/bg_topnav.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav-main  ul{
	width: 980px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	}
#nav-main li{
	float: left;
	list-style-type: none;
	}
#nav-main li a {
	display:block;
	width: auto;
	height: 35px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	line-height: 35px;
	text-align: center;
	background: url(../images/bg_topnav.gif) repeat-x;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	}
#nav-main li a:hover {
	background-position: 0px -35px;
	color: #FFF;
	text-decoration: none;
	}
#nav-main li a:active {
	background-position: 0px -70px;
	color: #E50F26;
	text-decoration: none;
	}
/* active/on state for the nav  */
#nav-main li.active a, li.active a:hover {
	background-position: 0px -70px;
	color: #FFF;
	text-decoration: none;
}

	/* sub nav */
#nav-sub-bg {
	width: 980px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
}
#nav-sub {
	width: 940px;
	height: 28px;
	position: relative;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#nav-sub ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#nav-sub li {
	float: left;
	list-style-type: none;
}
#nav-sub li a {
	display:block;
	width: auto;
	margin: 0px;
	display: inline;
	height: 28px;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 18px;
	line-height: 28px;
	color: #2C548F;
}
#nav-sub p {
	margin: 0px;
	padding: 0px;
	height: 28px;
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	color: #000;
	display: block;
}
#nav-sub li, #nav-sub p a:hover {
	color: #FFF;
	text-decoration: none;
}
#nav-sub li, #nav-sub p  a:active {
	color: #BA0013;
	text-decoration: none;
}
#nav-sub li, #nav-sub p  a:visited {
	color: #2F5A9B;
	text-decoration: none;
}
/* active/on state for the sub nav  */
#nav-sub li.active a, #nav-sub li.active a:hover, #nav-sub p.active a, #nav-sub p.active a:hover{
	color: #000;
	text-decoration: none;
}
/************************ Content */

/* content area home page */
#content-intro-bg {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_feature.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#content-intro {
	width: 620px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#content-main-bg {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	height: auto;
}
#content-main {
	height: auto;
	width: 980px;
	text-align: left;
	padding: 0px;
	position: relative;
	margin: 0px auto;
	display: block;
}
#content-main h1 {
	margin: .7em 0em;
	padding: 0px;
	text-align: center;
}

.heading-dark {
	margin: 0em;
	padding: 0px 0px 0px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c7c7c7;
	background-image: url(../images/bg_h3_dk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: 400;
	line-height: 31px;
}
.heading-medium {
	margin: 0em;
	padding: 0px 0px 0px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/bg_h3_md.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: 400;
	line-height: 31px;
}
.heading-light {
	margin: 0em;
	padding: 0px 0px 0px 8px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(../images/bg_h3_lt.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: 400;
	line-height: 31px;
}

/* events news category - home */
#content-main-home .news-item{
	margin: 0px;
	padding: 8px 0px;
	width: 300px;
	overflow: hidden;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8DB0C6;
}
#content-main-home .news-image{
	margin: 0px;
	padding: 0px 0px 0px 8px;
	width: 120px;
	float: left;
	display: inline;
	height: 63px;
	overflow: hidden;
}
#content-main-home .news-text {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	float: left;
	display: inline;
	width: 160px;
}
#content-main-home .news-text a:link {
	text-decoration: none;
	color: #8DB0C6;
}
#content-main-home .news-text a:visited {
	text-decoration: none;
	color: #A2BED1;
}
#content-main-home .news-text a:hover {
	text-decoration: none;
	color: #EBE571;
}
#content-main-home .news-text a:active {
	text-decoration: none;
	color: #E50F24;
}
#content-main-home .news-text p {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#content-main-home .news-text h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: 800;
	text-align: left;
	color: #8db0c6
}

/* events news category - sub */
#content-sub-home .list-item {
	margin: 0px;
	padding: 8px 0px;
	overflow: hidden;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8DB0C6;
}
#content-sub-home .list-image{
	margin: 0px;
	padding: 0px;
	width: 120px;
	float: left;
	display: inline;
	height: 63px;
	overflow: hidden;
}
#content-sub-home .list-text {
	margin: 0px 0px 0px 8px;
	padding: 0px;
	float: left;
	width: auto;
	display: inline;
	overflow: hidden;
}





/* homepage column position */	
#content-main-home-bg {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	position: relative;
	width: 980px;
	background-image: url(../images/bg_container.jpg);
}
.content-main-home-right {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	width: 300px;
}
.content-welcome {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 334px;
	width: auto;
}
.content-feature {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
	width: 300px;
	background-color: #000;
}
.content-feature p {
	margin: 0px 8px;
	padding: 0px;
	position: relative;
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
}
.content-feature-img {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 108px;
	width: 620px;
}
#content-main-home-left {
	width: 620px;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	position: relative;
	height: auto;
	display: block;
}
/* sub page column position */	
#content-wrapper {
	width: 932px;
	margin: 0px auto;
	padding: 8px 0px 0px;
	position: relative;
	display: block;
}
.content-main-sub-right {
	width: 500px;
	margin: 0em;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
}
#content-main-sub-left {
	width: 385px;
	float: left;
	margin: 0em 1em 0em 0em;
	padding: 0em;
	position: relative;
	height: auto;
	display: inline;
}



/* home page media area */	
#content-media-wrapper {
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 620px;
	display: block;
}
.content-media-dark {
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: #CDCDCD;
	background-image: url(../images/bg_top_md.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	width: 300px;
	float: left;
	display: inline;
}
.content-media-wimpy {
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: #2F589A;
	background-image: url(../images/bg_wimpy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 300px;
	float: left;
	display: inline;
}
.content-media-light {
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: #f2f2f2;
	background-image: url(../images/bg_top_lt.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
}
.content-media-player {
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: #f2f2f2;
	background-image: url(../images/bg_vidplay.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 522px;
	width: 300px;
}
.content-highlight {
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: #f2f2f2;
	width: 300px;
	display: block;
	overflow: hidden;
}
.media-item{
	margin: 0px;
	padding: 0px;
	width: 204px;
	overflow: hidden;
	display: block;
	height: 321px;
}
.media-image{
	margin: 0px;
	padding: 0px;
	width: 204px;
	float: none;
	display: block;
	height: 204px;
	overflow: hidden;
}
.media-text {
	margin: 0px 0px 0px 8px;
	padding: 5px 0px 0px;
	float: none;
	display: block;
	width: 188px;
	height: 56px;
	overflow: hidden;
}

.media-text a:link {
	text-decoration: none;
	color: #2C4E8A;
}
.media-text a:visited {
	text-decoration: none;
	color: #396AB5;
}
.media-text a:hover {
	text-decoration: none;
	color: #E30F20;
}
.media-text a:active {
	text-decoration: none;
	color: #C60;
}
.media-text p {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #CCC;
}
.media-text h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: 800;
	text-align: left;
	color: #FFF
}
.media-play {
	margin: 0px 0px 0px 6px;
	padding: 4px 0px 0px;
	float: none;
	display: block;
	width: 188px;
	height: 56px;
	overflow: hidden;
}
.content-benefit p {
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	color: #525252;
	font-weight: 400;
	margin: 0em;
	padding: 1.0em 1.5em 0em;
}
.content-benefit h3 {
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
	color: #FFFFFF;
	font-weight: 800;
	margin: 10px;
}

.content-link a {
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
	margin-right: 0em;
	margin-left: 0em;
	color: #FFF;
	background-image: url(../images/smlink.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 26px;
	width: 126px;
	text-align: center;
	font-size: 1.0em;
	line-height: 26px;
	font-weight: 400;
	text-decoration: none;
	display: block;
	height: 26px;
	width: 126px;
}
.content-link a:link {
	color: #FFF;
	margin: 0em;
	padding: 0em;
}
.content-link a:visited {
	text-decoration: none;
	color: #FDFAE7;
}
.content-link a:hover {
	text-decoration: none;
	color: #EBE571;
}
.content-link a:active {
	text-decoration: none;
	color: #4A59AE;
}

.content-tech ul {
	padding: 0px;
	margin-right: 0.0em;
	margin-left: 0.0em;
}
.content-tech li {
	text-align: left;
	list-style: url(../images/bullet.png) none outside;
	margin: 0em 1em 1em;
	padding: 0em;
	text-indent: 0em;
	font-size: 0.9em;
	color: #FFF;
	font-weight: 600;
}
.content-tech li a:link {
	text-decoration: none;
	color: #d7d877;
}
.content-tech li a:visited {
	text-decoration: none;
	color: #D7D877;
}
.content-tech li a:hover {
	text-decoration: underline;
	color: #900A09;
}
.content-tech li a:active {
	text-decoration: underline;
	color: #c58c1d;
}

/* content area sub pages */
#content-main-home {
	width: 940px;
	text-align: left;
	padding: 0px;
	margin: 18px auto 0px;
	display: block;
	position: relative;
	height: auto;
}
#content-sub-home {
	width: 940px;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	display: block;
	position: relative;
	height: auto;
}
.content-main-text {
	width: 480px;
	text-align: left;
	padding: 0em 0em 0em 2em;
	margin: 0em;
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0C0C0;
}




/* content area sub pages */
#content-sub-wrapper {
	width: 900px;
	margin: 0px auto;
	padding: 18px 0px 0px;
}
#content-sub-bg-tile {
	width: 980px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_sub_tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #EAEAEA;
	text-align: center;
}
#content-sub-bg-btm {
	width: 980px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_sub_btm.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 53px;
	clear: both;
}

ul.biglink {
	font-size: 0.9em;
	line-height: 27px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #464646;
	background-image: url(../images/bg_h5.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 27px;
	width: 177px;
	text-align: center;
}
li.biglink a:link {
	text-decoration: none;
	color: #af1726;
}
li.biglink a:visited {
	text-decoration: none;
	color: #af1726;
}
li.biglink a:hover {
	text-decoration: underline;
	color: #444444;
}
li.biglink a:active {
	text-decoration: underline;
	color: #000000;
}

/************************ Site Info Footer */
#site-info-bg {
	padding: 0px;
	background-image: url(../images/bg_top_lt.gif);
	background-repeat: repeat-x;
	margin: 0px auto;
	background-position: left top;
	display: block;
	position: relative;
	width: 940px;
	background-color: #F0F0F0;
	height: 200px;
}
#site-info {
	padding: 20px;
	width: 940px;
	margin: 0px auto;
	overflow: visible;
}
#site-info-text {
	float: left;
	margin: 0px auto;
	padding: 20px;
	width: 900px;
	display: inline;
}
#site-info-text h4 {
	font-size: 0.85em;
	line-height: 1.5em;
	font-weight: 400;
	padding: 0px;
	margin: 0px 0px 8px;
	color: #FFFFFF;
	text-align: left;
}
#site-info-text a:hover {
	text-decoration: underline;
	color: #af1726;
}
#site-info-text ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 720px;
	display: block;
}
#site-info-text ul li {
	font-size: .7em;
	line-height: 1.6em;
	font-weight: 400;
	color: #666;
	font-size: 11px;
	font-weight: 400;
	padding: 0px 12px 0px 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	display: inline;
}
#site-info-text ul li a {
	color: #FFFFFF;
}
#site-info-text li a:link {
	text-decoration: none;
	color: #646464;
}
#site-info-text li a:visited {
	text-decoration: none;
	color: #7F7F7F;
}
#site-info-text li a:hover {
	text-decoration: underline;
	color: #404040;
}
#site-info-text li a:active {
	text-decoration: underline;
	color: #990A09;
}
#site-info-text p {
	text-align: left;
	color: #848484;
	margin: 12px 0px 6px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 11px;
}
.site-info-green {
	width: 100px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 10px solid #404040;
}
.info-float {
	text-align: left;
	padding: 0em;
	margin: 0em;
	float: left;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B1B1B1;
	overflow: auto;
	width: 220px;
}
/************************ Extras */
	   /* float classes */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 4px;
	margin-bottom: 4px;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
.divider {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: .6em;
}
.divider2 {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: 16px;
}
/* Text Settings */	
.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .7em;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: .875em
}
.letter {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: 400;
	color: #525252;
	line-height: 1.2em
}
.white {
	color: #FFFFFF;
}
.red {
	color: #a40000;
}
.black {
	color: #000000;
}
.green {
	color: #347B46;
}
/* Image Settings */	
.imgLink {
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid #CEA04B;
}
/* Border Settings */	
.pixBrdr {
	border:1px solid #333;
	height: 63px;
	width: 63px;
}
/* Padding Settings */
.pad2 {
	padding: 0px 4px 0px 0px;
}
.pad4 {
	padding: 4px;
}
.pad28 {
	padding: 0px 12px 0px 0px;
}
.padPhoto {
	margin-right: 12px;
	margin-left: 20px;
	margin-bottom: 6px;
	margin-top: 0px;
}
.floatLeftPix {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.floatLeftInline {
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
	padding: 0px 8px 0px 0px;
	margin: 0px;
}

.shadow {
	text-shadow: #000 1px 1px 1px;
}
.cap {
	text-transform: capitalize;
}
.inset {
	text-shadow: #333 -1px -1px 1px;
}
#content-video {
	background-color: #000;
	background-image: url(../images/bg_video.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 270px;
	width: 300px;
	margin: 0px auto;
	padding: 12px 0px 0px;
	text-align: center;
}
.column-wrap-300 {
	width: 300px;
	margin: 0px;
	padding: 0px;
}
.margRight {
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.first-column {
	display: inline;
	float: left;
	width: 300px;
}
.second-column {
	display: inline;
	float: left;
	width: 300px;
}
/* Form style */

label {
	display: inline;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 100px;
	font-size: 0.85em;
	-webkit-border-radius:5px;
	text-align: left;
}
input, textarea, select {
	width: 270px;
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
	font: 0.9em Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color:#333;
}
input.submit {
	cursor: pointer;
	font-size: 20px;
	line-height: 52px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
	background: #EAEAEA url(../images/biglink.png) no-repeat center top;
	display: block;
	height: 53px;
	width: 297px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
input.submit:hover {
	text-decoration: none;
	color: #EBE571;
}
input[type="submit"][disabled] {
	text-decoration: none;
	color: #888;
}
fieldset {
	padding:.5em;
	border:1px solid #929C9F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
legend {
	padding:0em;
	font-weight:400;
	color:#2A3886;
	border:1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0em 0em 1em;
	font-size: 0.9em;
	line-height: 1.2em;
}
span.required {
	font-size: .8em;
	color: #ff0000;
} /* Select the colour of the * if the field is required. */
#message {
	margin: 10px 0;
	padding: 0;
}
.errors {
	display: block;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #F5F5F5;
}
.hidden {
	display: none;
}

/* Ditto 2 Blog
------------------------------------------------------------------------------- */
.ditto_summaryPost h3 {
	margin: 0px !important;
	padding: 0px !important;
	color: black;
}
.ditto_summaryPost .ditto_info {
	padding: 5px !important;
	font-size: 0.8em;
	color: black;
}
.ditto_link {
	font-size: 76%;
	text-align: right;
}
.ditto_paging {
	border-top: 1px solid #ccc;
	padding: 10px;
	font-size: 86%;
	color: #618100;
}
#ditto_pages .ditto_currentpage {
	border: 1px solid #618100;
	padding: 1px 5px 2px;
	margin-right: 1px;
	background-color: #9c0;
	color: #fff;
}
#ditto_pages .ditto_off {
	border: 1px solid #ccc;
	padding: 1px 5px 2px;
	margin-right: 1px;
	color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
	border: 1px solid #9c0;
	padding: 1px 5px 2px;
	margin-right: 1px;
	text-decoration: none !important;
	color: #618100;
}
#ditto_pages a:hover {
	background-color: #fff;
	color: #000;
}
#ditto_archivelist ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0;
}
#ditto_archivelist ul ul {
	list-style-type: square;
	margin-left: 35px;
}
#ditto_archivelist .ditto_month {
	font-weight: bold;
}

/* Add This
------------------------------------------------------------------------------- */
.addthis_toolbox .custom_images a
{
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
