/*
 * Helper classes
 */
.floatright {
	float:right;
	display: inline; /* IE6 SUCKS */
}

.floatleft {
	float:left;
	display: inline; /* IE6 SUCKS */
}

.clear {
	clear:both;
}
/*
 * end helper classes
 */


h1, h2, h3 {
    color:#E24413;
    clear:left;
}

h3 {
	font-size:12px;
}

p a {
    color:#E24413;
}

td {
	vertical-align:top;
	padding:5px;
}

abbr, acronym {
	border-bottom: dotted #808183 1px;
	cursor:help;
}
#main_container {
margin-top:15px;
}

#logo {
	height:115px;
}

#header {
	background:url(../img/header.png);
	height:115px;
}
	#headerlogo {
		margin-left: 15px;
	}
    #flags {
       float:right;
       width:80px;
       height:30px;
       margin:15px;
    }

	#flags ul {
		list-style-type:none;
	}

    #flags li {
        float:right;
	}

#menu {
	height:60px;
}
#spacer_3 {
	height:60px;
}

#menu ul{
float:left;
margin:15px 0 0 67px;
}

#menu li {
	float:left;
	margin-left:30px;
	list-style:none;
}

#menu li.active {
	list-style-image:url(/public/img/bullet.png);
}

#menu li a {
color:#808183;
text-decoration:none;
margin-right:15px;
}

#menu li  a:hover, #menu li a.active {
color:#E24413;
text-decoration:underline;
}

.short_left {
	background:url(../img/short_bracket_left.png);
	height:229px;
	width:21px;
	float:left;
}

.short_mid {
	
}


.short_right{
	background:url(../img/short_bracket_right.png);
	height:229px;
	width:21px;
	float:right;
}
#right_square {
    margin-top:20px;
	float:left;
	clear:both;
	width:220px;
	height:120px;
    background:url(../img/contact_balloon.png);
    background-position:110px 50px;
    background-repeat:no-repeat;
     border-bottom:1px dotted #808183;
}
.random_pic {
	width:220px;
	height:224px;
    float:left;
	background:url(../img/random_img.png);	
}

.bracket_wide_top {
	width:540px;
	height:18px;
	background:url(../img/bracket_wide_top.png);		
}
.bracket_wide_mid {
	min-height:432px;
	background:url(../img/bracket_wide_mid.png);	
	width:510px;
    overflow:hidden;
    padding-left:30px;
}
.bracket_wide_mid p{
margin-right:30px;
}
.bracket_wide_bottom {
	width:540px;
	height:18px;
	background:url(../img/bracket_wide_bottom.png);
	margin-bottom:10px;
}

.bracket_extra_wide_top {
	width:700px;
	height:19px;
	background:url(../img/bracket_extra_wide_top.png);
}
.bracket_extra_wide_mid {
	min-height:432px;
	background:url(../img/bracket_extra_wide_mid.png);
	width:670px;
    overflow:hidden;
    padding-left:30px;
}
.bracket_extra_wide_mid p{
margin-right:30px;
}
.bracket_extra_wide_mid ul{
    margin-left:10px;
}

.bracket_extra_wide_bottom {
	width:700px;
	height:18px;
	background:url(../img/bracket_extra_wide_bottom.png);
	margin-bottom:10px;
}
.bracket_extra_wide_mid a{
        color:#E24413;
}
.bracket_extra_wide_mid hr{
        border:0 #E24413 dotted;
        border-top-width:1px;
        clear:both;
        height:0;
        float:left;
        width:630px;}


.small_top {
width:140px;
height:22px;
background:url(../img/bracket_small_top.png);
}

.small_mid {
width:140px;

}
.small_mid h2{
margin-left:5px;
    }
.small_mid a{
    color:#808183;
}
.small_mid ul{
    margin-left:10px;
    }
.small_mid li{
    color:#E24413;
}
address {
	font-style:normal;
	font-size:11px;
	color:#808183;
	width:140px;
	height:100px;
	padding-left:0px;
   

}
#icons {
    margin-top:20px;
    float:left;
}
address a {
	text-decoration:underline;
	color: #E24413;
}

.small_bottom {
width:140px;
height:25px;
background:url(../img/bracket_small_bottom.png);
}

.divide {
        border:0 #808183 dotted;
        border-top-width:1px;
        height:0;
}
/*
 * PORTFOLIO
 */
.portfolio {
	clear:left;
	margin-top:20px;
	width:630px;
	min-height:100px;
	border-bottom:1px dotted #E24413;
	overflow:auto;
}
.portfolio img{
    float:left;
    margin-right:5px;
}

.portfolio_archive_header{
	text-align:right;
}
.portfolio_rotator_header{
	margin-top:30px;
}

.code{
background-color:#F9F9F9;
border:1px solid #D0D0D0;
/*color:#002166;*/
display:block;
font-family:Monaco,Verdana,Sans-serif;
font-size:12px;
margin:14px 30px 14px 0px;
padding:12px 10px;
}
/*
 * END PORTFOLIO
 */

/*
 * BLOG
 */
.blog_img {
    width:220px;
    height:142px;
    background:url(../img/blog.png);
}
.blog {
 clear:left;
margin-top:20px;
width:480px;
min-height:50px;
border-bottom:1px dotted #E24413;
overflow:auto;
}
.blog img {
    margin-right:5px;
}
.blog span {
    display:block;
    margin-right:15px;
    float:left;
    color:#E24413;
    font-style:italic;
}
.blogarchive_header {
	cursor:pointer;
	text-align:right;
}
.blogarchive, .blogarchive_active {
	text-align: right;
	list-style:none;
}
.blogarchive a, .blogarchive_active a {
	color: #808183;
	text-decoration:none;
}
.blogarchive a:hover, .blogarchive_active a:hover {
	color: #E24413;
	text-decoration:underline;
}

.published_on, .written_by, .published_under {
	margin-bottom:0px;
	color:#808183;
	font-size: 12px;
	line-height: 14px;
}

#blognext {
	width:480px;
	overflow: auto;
}
/*
 * END PORTFOLIO
 */

.news_img {
    width:220px;
    height:142px;
    background:url(../img/news_2.png);
}

.newsletter label {
    display:block;
    width:60px;
    float:left;
    color:#E24413;
}

.newsletter input{
    border:1px dotted #E24413;
    margin-top:3px;
}

a.read_more {
	color:#808183;
	font-weight:bold;
	text-decoration:none;
}
a.read_more:hover {
	color: #E24413;
	font-weight:bold;
	text-decoration:underline;
}

/*
 * TAGS
 */
#tagCloud {
  text-align:center; padding:5px;
  overflow:auto; font-size:70%; font-family:arial;
}
#tagCloud h2 {
  font-size:2.5em; margin:0 0 10px 0;

}
#tagList { margin:0; padding:0; }
#tagList li {
  list-style-type:none; float:left; margin:0 5px; height:25px;
}
#tagList li a { text-decoration:none; color:#808183; }
#tagList li a:hover { text-decoration:underline; color:#E24413; }

.tag_list{
float:left;
}

.tag_list a {
color:#808183;
text-decoration:none;
}

.tag_list a:hover {
	color:#E24413;
}

.tag_cloud {
    width:140px;
}
.tag_img{
    width:140px;
    height:92px;
    background:url(../img/tags_2.png);
}
/*
 * END TAGS
 */
 
 
/*
 * SUPPORT
 */
.support_form label {
    display:block;
    width:60px;
    float:left;
    color:#E24413;
}

.support_form input{
    border:1px dotted #E24413;
    margin-top:3px;
	margin-left:15px;
}

.support_form select {
	width:144px;
	border:1px dotted #E24413;
	margin-top:3px;
	margin-left:15px;	
}

.support_form textarea {
	border:1px dotted #E24413;
	margin-top:3px;
	margin-left:15px;	
}

#support_submit {
	margin-top:3px;
	margin-left:75px;	
}




	
/*
 * END
 */




.jCarouselLite li{
	list-style-type:none;
}
