/* @group Reset */

/* Global Settings
-------------------------------------------------------------- */
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	background: #d0d0d0 repeat;
    font: 0.75em/1.4 Arial, Verdana, Helvetica, sans-serif;  
}

/* Common Formatting
-------------------------------------------------------------- */
p {
	margin: 0 0 10px 0;
	padding: 0 0 6px;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
 
/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
 
blockquote {
	margin:22px 40px;
	padding:0;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {
	color: #790000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
}
 
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
 
textarea {
	line-height:1.25;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 0 0;
	padding:0;
}
 
  table tr td {
  	padding: 0px;
  }
  
/* @end */

/* @group Forms */
input.text,
textarea {
	border: 1px #999 solid; 
	color: #666;
	font-size: .95em; 
	margin:0.5em 0;
	padding:5px;
	width: 177px; 
	background: #fff;
	color: #000;
}
textarea { 
	height: 60px; 
}
#Contact input.text, 
#Contact input.title,
#Contact textarea {
	width: 421px;
}
#Contact textarea { height: 150px; }

.btn_submit {
	cursor: pointer;
	display: block;
	height: 13px;
	margin: 0.5em 0;
	width: 58px;
	border: none;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em 0em .8em 2.7em; margin: 1em; border: 2px solid #ddd; width:400px; font-weight:bold; }

.error      { background:#FBE3E4 .4em .4em no-repeat; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background:#FFF6BF .4em .4em no-repeat; color: #514721; border-color: #FFD324; }
.success    { background:#E6EFC2 .4em .4em no-repeat; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* @end */

/* @group Helper */

/* Helper Classes
-------------------------------------------------------------- */

.clear         { clear:both; }
.float_left    { float:left; }
.float_right   { float:right; }
.float_contain { overflow:hidden; }
 
.text_left     { text-align:left; }
.text_right    { text-align:right; }
.text_center   { text-align:center; }
.text_justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#dccea1; padding:12px 24px; color:#666; margin-top:10px; margin-bottom: 10px; }
.quote         { background:#dccea1; padding:30px 24px; color:#666; margin-top:10px; margin-bottom: 10px; }
.superscript   { vertical-align:top; font-size:xx-small; }
 
.photo_left    { float:left; margin:4px 10px 4px 0; }
.photo_right   { float:right; margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.nomargin	   { margin:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }
.nowrap		   { white-space:nowrap; }

.center 	   { text-align:center; }

/* @end */

/* @group Structure */

#Container {
	margin: 10px auto;
	width: 921px;
	background: #fff;
	padding: 20px;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
}
#Header {
	background: #fff;
	width: 921px;
}
#Navigation {
	width: 771px;
	padding: 0 75px;
	margin-bottom: 20px;
}
#Navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Navigation li {
	display: block;
	padding: 0 11px;
}
#Navigation li a {
	color: #293229;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#Navigation li a:hover {
	color: #9e0b0f;
}
#Rotating {
	height: 215px;
	position: relative;
	width: 422px;
}
#Rotating img {
	position: absolute;
}
.photo_main {
	visibility: visible;
	z-index: 1;
}
.photo_rotate {
	visibility: hidden;
	z-index: 0;
}
#Main {
	width: 921px;
	background: url(../images/bg_main.gif) repeat;
}
#LeftBar {
	width: 190px;
	padding: 0 20px 0 29px;
	background: #464646;
}
#LeftBar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#LeftBar li {
	display: block;
	padding-top: 3px;
}
#LeftBar li a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#LeftBar li a:hover {
	text-decoration: underline;
}
#Content {
	width: 481px;
	background: #c7c7c7;
	padding: 0 20px;
}
#RightBar {
	width: 149px;
	background: #790000;
	padding: 20px 5px 0 5px;
	color: #fff;
	border-left: 1px solid #fff;
}
#RightBar h2 {
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
}
#RightBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#RightBar li {
	display: block;
	padding-top: 5px;
}
#RightBar a {
	color: #fff;
	text-decoration: none;
}
#RightBar a:hover {
	text-decoration: underline;
}
#Footer {
	width: 921px;
	margin: 0 auto;
}
#Copyright {
	width: 653px;
	padding-left: 10px;
	padding-right: 50px;
	font-size: 0.9em;
	padding-top: 15px;
	text-align:left;
}
#Copyright a {
	color: #293229;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
#Copyright a:hover {
	text-decoration: underline;
}
#Copyright span {
	color: #555;
}
#Copyright span a {
	text-transform: none;
	font-weight: normal;
	color: #555;
}
/* @end */

/* @social Media */

#SocialMedia {
	text-align: left;
	width: 207px;
}
#SocialMedia h2 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #00255d;
}
.btn_socialMedia {
	background: transparent url(../images/socialMedia32.png) no-repeat;
	display: inline-block;
	height: 32px;
	width: 32px;
}
.smFacebook {
	background-position: -128px 0;
}
.smDigg {
	background-position: -160px 0;
}
.smRSS {
	background-position: -64px 0;
}
.smTwitter {
	background-position: 0 0;
}
.smLinkedin {
	background-position: -96px 0;
}
.smStumbleupon {
	background-position: -32px 0;
}
.smYoutube {
	background-position: -192px 0;
}
.smDelicious {
	background-position: -224px 0;
}
.smMySpace {
	background-position: -256px 0;
}

/* @end */

