/* default elements */
* {margin: 0; padding: 0;}

body {
	color: #FFFFFF;
	padding:0;
	background-image: url(images/paiselyprint.gif);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	background-color: #191919;
}

a {
	color: #00A6EC;
}
a:hover {color: #EF183D;}

big {font-size: 1.1em;}

h1,h2,h3 {
	color: #00A6EC;
	padding: 8px 0 2px;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00A6EC;
	margin-bottom: 10px;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00A6EC;
}
h2 a {text-decoration: none;}
h2 a:hover {text-decoration: underline;}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
blockquote {
	background: url('images/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px;
	margin-bottom: 5px;
}
#text400 {
	float: left;
	width: 410px;
	text-align: justify;
	padding-right: 45px;
	background-color: 191919;
}


form,table {
	margin-bottom: 1.2em;
}
images {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {
	padding: 2px 0 10px;
	font-size: 12px;
}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	margin: 0 auto;
	width: 972px;
	background-color: #333333;
}
#container {
	background: #FFFFFF;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 960px;
}

/* header */
.title {
	background: #105195 url(images/header-h1.jpg) repeat-x;
	border-top: 1px solid #996;
}
.title h1 {
	color: #FFFFFF;
	padding: 10px 0 10px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00A6EC;
	margin-bottom: 5px;
}


.header {
	height: 110px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}

/* navigation */
.navigation {
	background: #191919;
	height: 88px;
	border-bottom: 4px solid #666666;
}
.navigation a {
	background: #191919;
	border-right: 1px solid #7f7f7f;
	color: #00A6EC;
	float: right;
	padding: 0 14px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 48px;
}
.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #CCCCCC;
	border-bottom: 5px solid #00A6EC;
}

/* main */
.main#two-columns {
	background: #191919 url(images/two-columns.gif) repeat-y;
}

/* bottom */
.bottom {
	background: #FFFFFF url(images/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #0998FE;
	padding: 15px 10px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
#site_footer{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	width: 960px;
	padding-top:8px;
	height: 176px;
	background-color: #666666;
} 
.site_footer_link_box{
	float: left;
	border-top: 7px solid #a4a4a4;
	width:180px;
	height: 165px;
	font-size: 12px;
	padding-left:2px;
	margin-right:7px;
	line-height: 18px;
}
.site_footer_link_box ul {
	padding-left:0;
	list-style-type: none;
}
.site_footer_link_box li {
	margin-left: 0px;
}
.site_footer_link_box a{
	color: #ffffff;
	display: block;
}
.site_footer_link_box h3{
	color: #FFFFFF;
	font-weight:bold;
	font-size:15px;
	margin-top:8px;
}
#site_footer_right_space{
	width: 200px;
	border-top: 7px solid #00A6EC;
	float:left;
}
#site_footer #site_footer_right_space h3 {
	margin-top: 8px;
	font-size: 15px;
	color: ;
}
#site_footer #site_footer_right_space ul {
	list-style-type: none;
	padding-left: 0px;
}
#site_footer #site_footer_right_space li {
	margin-left: 0px;
	font-size: 12px;
}
#copyright_footer{
	border-top: 1px solid #dddddd;
	border-bottom: 5px solid #191919;
	width: 960px;
	padding-top:8px;
	background-color: #666666;
	height:35px;
}
#copyright_text{
	font-size:12px;
	color:#CCCCCC;
	float:left;
}
#footer_logo{ float:right; }

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background-color: #191919;}
.col2 .right {width: 33%;}
.content {
	padding: 10px 10px;
	background-color:#191919;
}
.left {float: left;}
#left_column {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 650px;
	font-weight: lighter;
}

.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 0px 0;
	padding: 0;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

/* INDEX PAGE STYLES */

#action_type_list{
	background:#1C1C1C;
	height:322px;
	padding-top:12px;
	width:950px;
	list-style-type: none;
}
#action_type_list li{
	float:left;
	list-style-type: none;
}
#action_type_mobile{
	z-index: 5;
}
#action_type_online{
	z-index: 5;
}
.action_type{ width: 282px; height:322px; background-color: #0c0c0c; }
#right_column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin-left: 700px;
}
#right_column h2 {
	color: #EF183C;
}

.action_type_links{
	padding-top: 12px;
}
.action_type_link{
	margin-top: 4px;
	margin-left: 13px;
}
#porfolio_peek {
	float: left;
	width: 200px;
	padding-right: 14px;
	margin-bottom: 20px;
	text-align:justify;
	font-size: 10px;/*	height: 400px;*/
	color: #333333;
}
#porfolio_peek p {
	font-family: lucinda, myriad, helvetica, arial;
	font-size: 11px;
}

#portfolio_peek_title {
	font-family: lucinda, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	line-height: 16px;
	background-color: #FFFFFF;
}
#three_column {
	float: left;
	width: 292px;
	padding-right: 10px;
	text-align: justify;
	padding-left: 10px;
	margin-top: 4px;
}
#left_column #porfolio_peek img {
/*	border-bottom: 2px solid #191919;*/
	border-top: 4px solid #191919;
}
#left_column #porfolio_peek img:hover {

	border-top: 4px solid #EF183D;
}
#index_image img{
/*	border-bottom: 2px solid #191919;*/
	border-top: 4px solid #191919;
}
#index_image img:hover {

	border-top: 4px solid #EF183D;
}
#creation_right_column {
	color: #FFF;
	margin-left: 470px;
}
#creation_left_column {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 460px;
	font-weight: lighter;
}
#porfolio_peek p {
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D1D2D4;
	height: 150px;
}
